Checkstyle Results

The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
7 0 97 0

Rules

Category Rule Violations Severity
coding IllegalCatch 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
36  Warning
naming MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
3  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
52  Warning
whitespace OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
4  Warning

Details

org/opendaylight/protocol/bgp/testtool/Arguments.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 153). 40
 Warning whitespace OperatorWrap '+' should be on a new line. 40
 Warning sizes LineLength Line is longer than 120 characters (found 146). 45
 Warning whitespace OperatorWrap '+' should be on a new line. 45
 Warning sizes LineLength Line is longer than 120 characters (found 149). 50
 Warning whitespace OperatorWrap '+' should be on a new line. 50
 Warning sizes LineLength Line is longer than 120 characters (found 136). 59
 Warning whitespace OperatorWrap '+' should be on a new line. 59
 Warning sizes LineLength Line is longer than 120 characters (found 140). 88
 Warning sizes LineLength Line is longer than 120 characters (found 146). 89
 Warning sizes LineLength Line is longer than 120 characters (found 129). 90
 Warning sizes LineLength Line is longer than 120 characters (found 121). 91
 Warning sizes LineLength Line is longer than 120 characters (found 135). 92
 Warning sizes LineLength Line is longer than 120 characters (found 143). 93
 Warning sizes LineLength Line is longer than 120 characters (found 129). 95
 Warning sizes LineLength Line is longer than 120 characters (found 129). 96
 Warning sizes LineLength Line is longer than 120 characters (found 145). 97
 Warning sizes LineLength Line is longer than 120 characters (found 128). 98
 Warning sizes LineLength Line is longer than 120 characters (found 131). 99
 Warning sizes LineLength Line is longer than 120 characters (found 121). 101
 Warning sizes LineLength Line is longer than 120 characters (found 122). 102

org/opendaylight/protocol/bgp/testtool/BGPPeerBuilder.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 35
 Warning sizes LineLength Line is longer than 120 characters (found 157). 38
 Warning sizes LineLength Line is longer than 120 characters (found 124). 43
 Warning sizes LineLength Line is longer than 120 characters (found 166). 44
 Warning sizes LineLength Line is longer than 120 characters (found 124). 48
 Warning sizes LineLength Line is longer than 120 characters (found 156). 56

org/opendaylight/protocol/bgp/testtool/BGPTestTool.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 156). 56
 Warning sizes LineLength Line is longer than 120 characters (found 149). 57
 Warning sizes LineLength Line is longer than 120 characters (found 143). 68
 Warning sizes LineLength Line is longer than 120 characters (found 132). 82
 Warning sizes LineLength Line is longer than 120 characters (found 142). 85
 Warning sizes LineLength Line is longer than 120 characters (found 164). 90
 Warning sizes LineLength Line is longer than 120 characters (found 157). 93
 Warning sizes LineLength Line is longer than 120 characters (found 155). 96
 Warning sizes LineLength Line is longer than 120 characters (found 155). 99
 Warning sizes LineLength Line is longer than 120 characters (found 155). 105
 Warning sizes LineLength Line is longer than 120 characters (found 150). 106
 Warning sizes LineLength Line is longer than 120 characters (found 138). 107
 Warning sizes LineLength Line is longer than 120 characters (found 150). 120
 Warning sizes LineLength Line is longer than 120 characters (found 131). 121
 Warning sizes LineLength Line is longer than 120 characters (found 135). 122

org/opendaylight/protocol/bgp/testtool/CommunitiesBuilder.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 154). 50
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 65
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 66
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 67
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 68
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 69
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 70
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 71
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 72
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 73
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 74
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 75
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 76
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 77
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 78
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 79
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 80
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 81
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 82
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 83
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 84
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 85
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 86
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 87
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 88
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 89
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 90
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 91
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 92
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 93
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 94
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 95
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 96
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 97
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 98
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 99
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 100
 Warning sizes LineLength Line is longer than 120 characters (found 130). 102
 Warning sizes LineLength Line is longer than 120 characters (found 123). 134
 Warning sizes LineLength Line is longer than 120 characters (found 132). 140
 Warning sizes LineLength Line is longer than 120 characters (found 132). 145
 Warning sizes LineLength Line is longer than 120 characters (found 130). 155
 Warning sizes LineLength Line is longer than 120 characters (found 131). 160

org/opendaylight/protocol/bgp/testtool/PrefixesBuilder.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 145). 47
 Warning sizes LineLength Line is longer than 120 characters (found 155). 54
 Warning naming ParameterName Parameter name 'nPrefixes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 54
 Warning sizes LineLength Line is longer than 120 characters (found 131). 62
 Warning sizes LineLength Line is longer than 120 characters (found 139). 70
 Warning sizes LineLength Line is longer than 120 characters (found 136). 84
 Warning sizes LineLength Line is longer than 120 characters (found 131). 87

org/opendaylight/protocol/bgp/testtool/TestingListener.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'nPrefixes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 28
 Warning naming ParameterName Parameter name 'nPrefixes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 33
 Warning sizes LineLength Line is longer than 120 characters (found 143). 48
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 53
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 57