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 223 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 14 0
org/opendaylight/protocol/bgp/mode/impl/AbstractRouteEntryTest.java 0 17 0
org/opendaylight/protocol/bgp/mode/impl/BestPathStateImpl.java 0 18 0
org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java 0 43 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 15 0
org/opendaylight/protocol/bgp/mode/impl/base/BaseBestPathTest.java 0 2 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 1 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
imports UnusedImports 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
8  Warning
javadoc JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
14  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://"
153  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"
3  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
11  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. 32
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 41
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 50
 Warning javadoc JavadocStyle First sentence should end with a period. 50
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 58
 Warning javadoc JavadocStyle Javadoc has empty description section. 58
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 Warning javadoc JavadocStyle First sentence should end with a period. 67
 Warning sizes LineLength Line is longer than 120 characters (found 131). 77
 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 sizes LineLength Line is longer than 120 characters (found 135). 90

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 178). 64
 Warning sizes LineLength Line is longer than 120 characters (found 127). 67
 Warning sizes LineLength Line is longer than 120 characters (found 136). 68
 Warning sizes LineLength Line is longer than 120 characters (found 175). 74
 Warning sizes LineLength Line is longer than 120 characters (found 143). 76
 Warning sizes LineLength Line is longer than 120 characters (found 129). 77
 Warning sizes LineLength Line is longer than 120 characters (found 144). 78
 Warning sizes LineLength Line is longer than 120 characters (found 143). 79
 Warning sizes LineLength Line is longer than 120 characters (found 153). 81
 Warning sizes LineLength Line is longer than 120 characters (found 159). 83
 Warning sizes LineLength Line is longer than 120 characters (found 192). 85
 Warning naming MemberName Member name 'yIIChanges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 94
 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 124). 138
 Warning sizes LineLength Line is longer than 120 characters (found 122). 203
 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). 56
 Warning sizes LineLength Line is longer than 120 characters (found 137). 102
 Warning sizes LineLength Line is longer than 120 characters (found 129). 117
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 130
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 131
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 132
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 133
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 134
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 135
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 136
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 137
 Warning sizes LineLength Line is longer than 120 characters (found 127). 146
 Warning sizes LineLength Line is longer than 120 characters (found 127). 153
 Warning sizes LineLength Line is longer than 120 characters (found 121). 160
 Warning sizes LineLength Line is longer than 120 characters (found 125). 167
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '197'. 224
 Warning sizes LineLength Line is longer than 120 characters (found 136). 241
 Warning sizes LineLength Line is longer than 120 characters (found 128). 242

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). 92
 Warning sizes LineLength Line is longer than 120 characters (found 124). 94
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 98
 Warning javadoc JavadocStyle First sentence should end with a period. 98
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 110
 Warning sizes LineLength Line is longer than 120 characters (found 133). 118
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 120
 Warning sizes LineLength Line is longer than 120 characters (found 140). 123
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 128
 Warning sizes LineLength Line is longer than 120 characters (found 131). 131
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 137
 Warning sizes LineLength Line is longer than 120 characters (found 140). 138
 Warning sizes LineLength Line is longer than 120 characters (found 149). 145
 Warning sizes LineLength Line is longer than 120 characters (found 131). 146
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 148
 Warning sizes LineLength Line is longer than 120 characters (found 124). 150
 Warning whitespace OperatorWrap '&&' should be on a new line. 150
 Warning sizes LineLength Line is longer than 120 characters (found 144). 152
 Warning sizes LineLength Line is longer than 120 characters (found 153). 158
 Warning sizes LineLength Line is longer than 120 characters (found 147). 160
 Warning sizes LineLength Line is longer than 120 characters (found 161). 162
 Warning sizes LineLength Line is longer than 120 characters (found 147). 164
 Warning sizes LineLength Line is longer than 120 characters (found 160). 168
 Warning sizes LineLength Line is longer than 120 characters (found 131). 169
 Warning sizes LineLength Line is longer than 120 characters (found 128). 171
 Warning sizes LineLength Line is longer than 120 characters (found 144). 176
 Warning sizes LineLength Line is longer than 120 characters (found 161). 180
 Warning sizes LineLength Line is longer than 120 characters (found 150). 181
 Warning sizes LineLength Line is longer than 120 characters (found 141). 195
 Warning whitespace OperatorWrap '&&' should be on a new line. 198
 Warning sizes LineLength Line is longer than 120 characters (found 125). 201
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 203
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 203
 Warning sizes LineLength Line is longer than 120 characters (found 138). 204
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 229
 Warning javadoc JavadocStyle First sentence should end with a period. 229
 Warning sizes LineLength Line is longer than 120 characters (found 125). 250
 Warning sizes LineLength Line is longer than 120 characters (found 147). 257
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 259
 Warning sizes LineLength Line is longer than 120 characters (found 125). 270
 Warning whitespace OperatorWrap '&&' should be on a new line. 270
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 275
 Warning sizes LineLength Line is longer than 120 characters (found 139). 281

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

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

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.junit.Assert.assertFalse. 12
 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 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 140). 71
 Warning sizes LineLength Line is longer than 120 characters (found 132). 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