Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
45 0 207 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 32 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 1 0
org/opendaylight/protocol/bgp/mode/impl/base/BaseComplexRouteEntry.java 0 1 0
org/opendaylight/protocol/bgp/mode/impl/base/BasePathSelectorTest.java 0 43 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 2 0
org/opendaylight/protocol/bgp/mode/spi/AbstractBestPathSelector.java 0 1 0
org/opendaylight/protocol/bgp/mode/spi/AbstractRouteEntry.java 0 3 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
  • 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 5  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://"
138  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
ParenPad 1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
9  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). 65
 Warning sizes LineLength Line is longer than 120 characters (found 127). 68
 Warning sizes LineLength Line is longer than 120 characters (found 136). 69
 Warning sizes LineLength Line is longer than 120 characters (found 175). 75
 Warning sizes LineLength Line is longer than 120 characters (found 143). 77
 Warning sizes LineLength Line is longer than 120 characters (found 129). 78
 Warning sizes LineLength Line is longer than 120 characters (found 144). 79
 Warning sizes LineLength Line is longer than 120 characters (found 143). 80
 Warning sizes LineLength Line is longer than 120 characters (found 153). 82
 Warning sizes LineLength Line is longer than 120 characters (found 159). 84
 Warning sizes LineLength Line is longer than 120 characters (found 192). 86
 Warning naming MemberName Member name 'yIIChanges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 95
 Warning sizes LineLength Line is longer than 120 characters (found 158). 117
 Warning sizes LineLength Line is longer than 120 characters (found 164). 124
 Warning sizes LineLength Line is longer than 120 characters (found 124). 139
 Warning sizes LineLength Line is longer than 120 characters (found 122). 204
 Warning sizes LineLength Line is longer than 120 characters (found 126). 233

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). 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 whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 141
 Warning sizes LineLength Line is longer than 120 characters (found 140). 142
 Warning sizes LineLength Line is longer than 120 characters (found 149). 149
 Warning sizes LineLength Line is longer than 120 characters (found 131). 150
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 152
 Warning sizes LineLength Line is longer than 120 characters (found 124). 154
 Warning whitespace OperatorWrap '&&' should be on a new line. 154
 Warning sizes LineLength Line is longer than 120 characters (found 144). 156
 Warning sizes LineLength Line is longer than 120 characters (found 153). 162
 Warning sizes LineLength Line is longer than 120 characters (found 147). 163
 Warning sizes LineLength Line is longer than 120 characters (found 141). 207
 Warning whitespace OperatorWrap '&&' should be on a new line. 210
 Warning sizes LineLength Line is longer than 120 characters (found 125). 213
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 215
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 215
 Warning sizes LineLength Line is longer than 120 characters (found 159). 216
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 241
 Warning javadoc JavadocStyle First sentence should end with a period. 241
 Warning sizes LineLength Line is longer than 120 characters (found 147). 270
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 272
 Warning whitespace OperatorWrap '&&' should be on a new line. 283
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 292
 Warning sizes LineLength Line is longer than 120 characters (found 139). 298

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. 56
 Warning javadoc JavadocStyle First sentence should end with a period. 56
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '41'. 97
 Warning sizes LineLength Line is longer than 120 characters (found 158). 98
 Warning sizes LineLength Line is longer than 120 characters (found 124). 100
 Warning sizes LineLength Line is longer than 120 characters (found 158). 105
 Warning sizes LineLength Line is longer than 120 characters (found 149). 117
 Warning sizes LineLength Line is longer than 120 characters (found 135). 118
 Warning sizes LineLength Line is longer than 120 characters (found 146). 127
 Warning sizes LineLength Line is longer than 120 characters (found 134). 134
 Warning sizes LineLength Line is longer than 120 characters (found 131). 135
 Warning sizes LineLength Line is longer than 120 characters (found 129). 146
 Warning sizes LineLength Line is longer than 120 characters (found 131). 147
 Warning sizes LineLength Line is longer than 120 characters (found 125). 156
 Warning whitespace ParenPad '(' is followed by whitespace. 157

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). 29

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 132). 47
 Warning sizes LineLength Line is longer than 120 characters (found 132). 48
 Warning sizes LineLength Line is longer than 120 characters (found 132). 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 134). 54
 Warning sizes LineLength Line is longer than 120 characters (found 134). 55
 Warning sizes LineLength Line is longer than 120 characters (found 128). 57
 Warning sizes LineLength Line is longer than 120 characters (found 134). 59
 Warning sizes LineLength Line is longer than 120 characters (found 132). 60
 Warning sizes LineLength Line is longer than 120 characters (found 132). 61
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ROUTER_ID' must contain no more than '5' consecutive 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 '5' consecutive 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 125). 174
 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 130). 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 121). 190
 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). 43
 Warning sizes LineLength Line is longer than 120 characters (found 127). 55
 Warning sizes LineLength Line is longer than 120 characters (found 153). 74
 Warning sizes LineLength Line is longer than 120 characters (found 123). 79
 Warning sizes LineLength Line is longer than 120 characters (found 127). 88

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
 Warning modifier RedundantModifier Redundant 'final' modifier. 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 140). 75
 Warning sizes LineLength Line is longer than 120 characters (found 139). 78
 Warning sizes LineLength Line is longer than 120 characters (found 128). 88

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