Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
45 0 238 0

Files

File  I  W  E
org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModule.java 0 3 0
org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModuleFactory.java 0 1 0
org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModuleTest.java 0 1 0
org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseNPathsModule.java 0 3 0
org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseNPathsModuleFactory.java 0 1 0
org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseNPathsModuleTest.java 0 1 0
org/opendaylight/protocol/bgp/mode/api/BestPath.java 0 8 0
org/opendaylight/protocol/bgp/mode/api/PathSelectionMode.java 0 2 0
org/opendaylight/protocol/bgp/mode/api/RouteEntry.java 0 22 0
org/opendaylight/protocol/bgp/mode/impl/AbstractRouteEntryTest.java 0 20 0
org/opendaylight/protocol/bgp/mode/impl/BestPathStateImpl.java 0 17 0
org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java 0 44 0
org/opendaylight/protocol/bgp/mode/impl/add/AddPathBestPath.java 0 4 0
org/opendaylight/protocol/bgp/mode/impl/add/AddPathSelector.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/add/OffsetMap.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/add/RouteKey.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/add/all/paths/AbstractAllPathsRouteEntry.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/add/all/paths/ComplexRouteEntry.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/add/all/paths/SimpleRouteEntry.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/add/all/paths/SimpleRouteEntryTest.java 0 4 0
org/opendaylight/protocol/bgp/mode/impl/add/n/paths/AbstractNPathsRouteEntry.java 0 3 0
org/opendaylight/protocol/bgp/mode/impl/add/n/paths/AddPathBestNPathSelection.java 0 2 0
org/opendaylight/protocol/bgp/mode/impl/add/n/paths/ComplexRouteEntry.java 0 3 0
org/opendaylight/protocol/bgp/mode/impl/add/n/paths/SimpleRouteEntry.java 0 3 0
org/opendaylight/protocol/bgp/mode/impl/add/n/paths/SimpleRouteEntryTest.java 0 7 0
org/opendaylight/protocol/bgp/mode/impl/base/BaseAbstractRouteEntry.java 0 19 0
org/opendaylight/protocol/bgp/mode/impl/base/BaseBestPathTest.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/base/BaseComplexRouteEntry.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/base/BasePathSelectorTest.java 0 41 0
org/opendaylight/protocol/bgp/mode/impl/base/BaseRouteEntryTest.java 0 5 0
org/opendaylight/protocol/bgp/mode/impl/base/OffsetMap.java 0 1 0
org/opendaylight/protocol/bgp/mode/spi/AbstractBestPath.java 0 1 0
org/opendaylight/protocol/bgp/mode/spi/AbstractBestPathSelector.java 0 2 0
org/opendaylight/protocol/bgp/mode/spi/AbstractRouteEntry.java 0 10 0
org/opendaylight/protocol/bgp/mode/spi/RouteEntryUtil.java 0 2 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 2  Warning
VariableDeclarationUsageDistance 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
8  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
16  Warning
modifier ModifierOrder 1  Warning
RedundantModifier 4  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
2  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
5  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
163  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning
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"
3  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
12  Warning

Details

org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 142). 12
 Warning sizes LineLength Line is longer than 120 characters (found 182). 13
 Warning sizes LineLength Line is longer than 120 characters (found 318). 17

org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModuleFactory.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 156). 9

org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModuleTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 143). 23

org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseNPathsModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 144). 13
 Warning sizes LineLength Line is longer than 120 characters (found 180). 14
 Warning sizes LineLength Line is longer than 120 characters (found 314). 18

org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseNPathsModuleFactory.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 152). 9

org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseNPathsModuleTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 141). 23

org/opendaylight/protocol/bgp/mode/api/BestPath.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 17
 Warning javadoc JavadocStyle Javadoc has empty description section. 17
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning javadoc JavadocStyle Javadoc has empty description section. 23
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 29
 Warning javadoc JavadocStyle Javadoc has empty description section. 29
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 35
 Warning javadoc JavadocStyle Javadoc has empty description section. 35

org/opendaylight/protocol/bgp/mode/api/PathSelectionMode.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 11
 Warning javadoc JavadocStyle First sentence should end with a period. 11

org/opendaylight/protocol/bgp/mode/api/RouteEntry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning javadoc JavadocStyle First sentence should end with a period. 33
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 42
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 51
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 59
 Warning javadoc JavadocStyle Javadoc has empty description section. 59
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 68
 Warning javadoc JavadocStyle First sentence should end with a period. 68
 Warning sizes LineLength Line is longer than 120 characters (found 131). 78
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 80
 Warning javadoc JavadocStyle First sentence should end with a period. 80
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 91
 Warning sizes LineLength Line is longer than 120 characters (found 139). 92
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning javadoc JavadocStyle First sentence should end with a period. 97
 Warning sizes LineLength Line is longer than 120 characters (found 143). 108
 Warning sizes LineLength Line is longer than 120 characters (found 126). 109
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 113
 Warning javadoc JavadocStyle First sentence should end with a period. 113
 Warning sizes LineLength Line is longer than 120 characters (found 135). 123

org/opendaylight/protocol/bgp/mode/impl/AbstractRouteEntryTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 178). 62
 Warning sizes LineLength Line is longer than 120 characters (found 127). 65
 Warning sizes LineLength Line is longer than 120 characters (found 136). 66
 Warning sizes LineLength Line is longer than 120 characters (found 175). 73
 Warning sizes LineLength Line is longer than 120 characters (found 143). 75
 Warning sizes LineLength Line is longer than 120 characters (found 129). 76
 Warning sizes LineLength Line is longer than 120 characters (found 144). 77
 Warning sizes LineLength Line is longer than 120 characters (found 143). 78
 Warning sizes LineLength Line is longer than 120 characters (found 153). 80
 Warning sizes LineLength Line is longer than 120 characters (found 159). 82
 Warning sizes LineLength Line is longer than 120 characters (found 192). 84
 Warning naming MemberName Member name 'yIIChanges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 93
 Warning sizes LineLength Line is longer than 120 characters (found 158). 116
 Warning sizes LineLength Line is longer than 120 characters (found 164). 123
 Warning sizes LineLength Line is longer than 120 characters (found 148). 141
 Warning sizes LineLength Line is longer than 120 characters (found 140). 164
 Warning sizes LineLength Line is longer than 120 characters (found 132). 165
 Warning sizes LineLength Line is longer than 120 characters (found 146). 200
 Warning sizes LineLength Line is longer than 120 characters (found 121). 201
 Warning sizes LineLength Line is longer than 120 characters (found 126). 232

org/opendaylight/protocol/bgp/mode/impl/BestPathStateImpl.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 58
 Warning sizes LineLength Line is longer than 120 characters (found 137). 104
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 137
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 138
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 139
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 140
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 141
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 142
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 143
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 144
 Warning sizes LineLength Line is longer than 120 characters (found 127). 153
 Warning sizes LineLength Line is longer than 120 characters (found 127). 160
 Warning sizes LineLength Line is longer than 120 characters (found 121). 167
 Warning sizes LineLength Line is longer than 120 characters (found 125). 174
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '204'. 231
 Warning sizes LineLength Line is longer than 120 characters (found 136). 248
 Warning sizes LineLength Line is longer than 120 characters (found 128). 249

org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 94
 Warning sizes LineLength Line is longer than 120 characters (found 124). 96
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 100
 Warning javadoc JavadocStyle First sentence should end with a period. 100
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 112
 Warning sizes LineLength Line is longer than 120 characters (found 133). 120
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 122
 Warning sizes LineLength Line is longer than 120 characters (found 140). 125
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 130
 Warning sizes LineLength Line is longer than 120 characters (found 131). 133
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 139
 Warning sizes LineLength Line is longer than 120 characters (found 140). 140
 Warning sizes LineLength Line is longer than 120 characters (found 149). 147
 Warning sizes LineLength Line is longer than 120 characters (found 131). 148
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 150
 Warning sizes LineLength Line is longer than 120 characters (found 124). 152
 Warning whitespace OperatorWrap '&&' should be on a new line. 152
 Warning sizes LineLength Line is longer than 120 characters (found 144). 154
 Warning sizes LineLength Line is longer than 120 characters (found 153). 160
 Warning sizes LineLength Line is longer than 120 characters (found 147). 162
 Warning sizes LineLength Line is longer than 120 characters (found 161). 164
 Warning sizes LineLength Line is longer than 120 characters (found 147). 166
 Warning sizes LineLength Line is longer than 120 characters (found 160). 170
 Warning sizes LineLength Line is longer than 120 characters (found 131). 171
 Warning sizes LineLength Line is longer than 120 characters (found 128). 173
 Warning sizes LineLength Line is longer than 120 characters (found 144). 178
 Warning sizes LineLength Line is longer than 120 characters (found 161). 182
 Warning sizes LineLength Line is longer than 120 characters (found 150). 183
 Warning sizes LineLength Line is longer than 120 characters (found 141). 197
 Warning whitespace OperatorWrap '&&' should be on a new line. 201
 Warning sizes LineLength Line is longer than 120 characters (found 140). 204
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 206
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 206
 Warning sizes LineLength Line is longer than 120 characters (found 153). 207
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 232
 Warning javadoc JavadocStyle First sentence should end with a period. 232
 Warning sizes LineLength Line is longer than 120 characters (found 125). 253
 Warning sizes LineLength Line is longer than 120 characters (found 147). 260
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 262
 Warning sizes LineLength Line is longer than 120 characters (found 125). 273
 Warning whitespace OperatorWrap '&&' should be on a new line. 273
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 278
 Warning sizes LineLength Line is longer than 120 characters (found 139). 284
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 285

org/opendaylight/protocol/bgp/mode/impl/add/AddPathBestPath.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 138). 24
 Warning sizes LineLength Line is longer than 120 characters (found 139). 66
 Warning modifier RedundantModifier Redundant 'final' modifier. 77
 Warning modifier RedundantModifier Redundant 'final' modifier. 82

org/opendaylight/protocol/bgp/mode/impl/add/AddPathSelector.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 147). 54

org/opendaylight/protocol/bgp/mode/impl/add/OffsetMap.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 39

org/opendaylight/protocol/bgp/mode/impl/add/RouteKey.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 68

org/opendaylight/protocol/bgp/mode/impl/add/all/paths/AbstractAllPathsRouteEntry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 138). 40

org/opendaylight/protocol/bgp/mode/impl/add/all/paths/ComplexRouteEntry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 166). 42

org/opendaylight/protocol/bgp/mode/impl/add/all/paths/SimpleRouteEntry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 143). 33

org/opendaylight/protocol/bgp/mode/impl/add/all/paths/SimpleRouteEntryTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 42
 Warning sizes LineLength Line is longer than 120 characters (found 153). 43
 Warning sizes LineLength Line is longer than 120 characters (found 153). 51
 Warning sizes LineLength Line is longer than 120 characters (found 123). 56

org/opendaylight/protocol/bgp/mode/impl/add/n/paths/AbstractNPathsRouteEntry.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'nBestPaths' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 19
 Warning naming ParameterName Parameter name 'nBestPaths' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 21
 Warning sizes LineLength Line is longer than 120 characters (found 133). 29

org/opendaylight/protocol/bgp/mode/impl/add/n/paths/AddPathBestNPathSelection.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'nBestPaths' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 15
 Warning naming ParameterName Parameter name 'nBestPaths' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 17

org/opendaylight/protocol/bgp/mode/impl/add/n/paths/ComplexRouteEntry.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 25
 Warning naming ParameterName Parameter name 'nBestPaths' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 25
 Warning sizes LineLength Line is longer than 120 characters (found 158). 46

org/opendaylight/protocol/bgp/mode/impl/add/n/paths/SimpleRouteEntry.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 20
 Warning naming ParameterName Parameter name 'nBestPaths' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 20
 Warning sizes LineLength Line is longer than 120 characters (found 158). 36

org/opendaylight/protocol/bgp/mode/impl/add/n/paths/SimpleRouteEntryTest.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Warning sizes LineLength Line is longer than 120 characters (found 127). 48
 Warning sizes LineLength Line is longer than 120 characters (found 123). 57
 Warning sizes LineLength Line is longer than 120 characters (found 153). 58
 Warning sizes LineLength Line is longer than 120 characters (found 136). 72
 Warning sizes LineLength Line is longer than 120 characters (found 153). 81
 Warning sizes LineLength Line is longer than 120 characters (found 123). 86

org/opendaylight/protocol/bgp/mode/impl/base/BaseAbstractRouteEntry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 55
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 87
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '40'. 96
 Warning sizes LineLength Line is longer than 120 characters (found 158). 97
 Warning sizes LineLength Line is longer than 120 characters (found 124). 99
 Warning sizes LineLength Line is longer than 120 characters (found 158). 104
 Warning sizes LineLength Line is longer than 120 characters (found 149). 116
 Warning sizes LineLength Line is longer than 120 characters (found 135). 117
 Warning sizes LineLength Line is longer than 120 characters (found 145). 122
 Warning sizes LineLength Line is longer than 120 characters (found 134). 129
 Warning sizes LineLength Line is longer than 120 characters (found 131). 130
 Warning sizes LineLength Line is longer than 120 characters (found 129). 142
 Warning sizes LineLength Line is longer than 120 characters (found 131). 143
 Warning sizes LineLength Line is longer than 120 characters (found 128). 156
 Warning sizes LineLength Line is longer than 120 characters (found 149). 166
 Warning sizes LineLength Line is longer than 120 characters (found 131). 180
 Warning sizes LineLength Line is longer than 120 characters (found 134). 182
 Warning sizes LineLength Line is longer than 120 characters (found 156). 183

org/opendaylight/protocol/bgp/mode/impl/base/BaseBestPathTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 30

org/opendaylight/protocol/bgp/mode/impl/base/BaseComplexRouteEntry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 144). 23

org/opendaylight/protocol/bgp/mode/impl/base/BasePathSelectorTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 139). 41
 Warning sizes LineLength Line is longer than 120 characters (found 137). 43
 Warning sizes LineLength Line is longer than 120 characters (found 125). 44
 Warning sizes LineLength Line is longer than 120 characters (found 126). 45
 Warning sizes LineLength Line is longer than 120 characters (found 130). 47
 Warning sizes LineLength Line is longer than 120 characters (found 130). 48
 Warning sizes LineLength Line is longer than 120 characters (found 130). 49
 Warning sizes LineLength Line is longer than 120 characters (found 121). 51
 Warning sizes LineLength Line is longer than 120 characters (found 126). 52
 Warning sizes LineLength Line is longer than 120 characters (found 132). 54
 Warning sizes LineLength Line is longer than 120 characters (found 132). 55
 Warning sizes LineLength Line is longer than 120 characters (found 128). 57
 Warning sizes LineLength Line is longer than 120 characters (found 132). 59
 Warning sizes LineLength Line is longer than 120 characters (found 130). 60
 Warning sizes LineLength Line is longer than 120 characters (found 130). 61
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ROUTER_ID' must contain no more than '4' capital letters. 67
 Warning naming MemberName Member name 'ROUTER_ID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 67
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ROUTER_ID3' must contain no more than '4' capital letters. 69
 Warning naming MemberName Member name 'ROUTER_ID3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 69
 Warning coding VariableDeclarationUsageDistance Distance between variable 'dataContBuilder' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 89
 Warning sizes LineLength Line is longer than 120 characters (found 123). 89
 Warning sizes LineLength Line is longer than 120 characters (found 123). 106
 Warning sizes LineLength Line is longer than 120 characters (found 123). 158
 Warning sizes LineLength Line is longer than 120 characters (found 123). 166
 Warning sizes LineLength Line is longer than 120 characters (found 149). 175
 Warning sizes LineLength Line is longer than 120 characters (found 126). 178
 Warning sizes LineLength Line is longer than 120 characters (found 149). 179
 Warning sizes LineLength Line is longer than 120 characters (found 123). 182
 Warning sizes LineLength Line is longer than 120 characters (found 159). 183
 Warning sizes LineLength Line is longer than 120 characters (found 131). 186
 Warning sizes LineLength Line is longer than 120 characters (found 159). 187
 Warning sizes LineLength Line is longer than 120 characters (found 143). 191
 Warning sizes LineLength Line is longer than 120 characters (found 121). 194
 Warning sizes LineLength Line is longer than 120 characters (found 143). 195
 Warning sizes LineLength Line is longer than 120 characters (found 154). 198
 Warning sizes LineLength Line is longer than 120 characters (found 144). 199
 Warning sizes LineLength Line is longer than 120 characters (found 127). 202
 Warning sizes LineLength Line is longer than 120 characters (found 129). 214
 Warning sizes LineLength Line is longer than 120 characters (found 123). 246
 Warning sizes LineLength Line is longer than 120 characters (found 195). 247
 Warning sizes LineLength Line is longer than 120 characters (found 192). 252

org/opendaylight/protocol/bgp/mode/impl/base/BaseRouteEntryTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 153). 42
 Warning sizes LineLength Line is longer than 120 characters (found 127). 54
 Warning sizes LineLength Line is longer than 120 characters (found 153). 73
 Warning sizes LineLength Line is longer than 120 characters (found 123). 78
 Warning sizes LineLength Line is longer than 120 characters (found 127). 87

org/opendaylight/protocol/bgp/mode/impl/base/OffsetMap.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 38

org/opendaylight/protocol/bgp/mode/spi/AbstractBestPath.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 25

org/opendaylight/protocol/bgp/mode/spi/AbstractBestPathSelector.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 146). 27
 Warning sizes LineLength Line is longer than 120 characters (found 158). 28

org/opendaylight/protocol/bgp/mode/spi/AbstractRouteEntry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 147). 36
 Warning sizes LineLength Line is longer than 120 characters (found 125). 47
 Warning sizes LineLength Line is longer than 120 characters (found 134). 54
 Warning sizes LineLength Line is longer than 120 characters (found 129). 65
 Warning sizes LineLength Line is longer than 120 characters (found 187). 70
 Warning sizes LineLength Line is longer than 120 characters (found 132). 71
 Warning sizes LineLength Line is longer than 120 characters (found 124). 74
 Warning sizes LineLength Line is longer than 120 characters (found 150). 82
 Warning sizes LineLength Line is longer than 120 characters (found 128). 84
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 91

org/opendaylight/protocol/bgp/mode/spi/RouteEntryUtil.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 135). 30
 Warning sizes LineLength Line is longer than 120 characters (found 132). 31