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
75 0 330 0

Files

File  I  W  E
org/opendaylight/protocol/bgp/parser/impl/AddPathCapabilityHandlerTest.java 0 21 0
org/opendaylight/protocol/bgp/parser/impl/BGPActivator.java 0 35 0
org/opendaylight/protocol/bgp/parser/impl/BGPParserTest.java 0 18 0
org/opendaylight/protocol/bgp/parser/impl/BgpExtendedMessageCapabilityHandlerTest.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/ComplementaryTest.java 0 9 0
org/opendaylight/protocol/bgp/parser/impl/GracefulCapabilityHandlerTest.java 0 22 0
org/opendaylight/protocol/bgp/parser/impl/IPv6NextHopTest.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/MultiProtocolCapabilityHandlerTest.java 0 15 0
org/opendaylight/protocol/bgp/parser/impl/OpenTest.java 0 14 0
org/opendaylight/protocol/bgp/parser/impl/ParserTest.java 0 10 0
org/opendaylight/protocol/bgp/parser/impl/RouteRefreshCapabilityHandlerTest.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/BGPKeepAliveMessageParser.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/BGPNotificationMessageParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/BGPOpenMessageParser.java 0 7 0
org/opendaylight/protocol/bgp/parser/impl/message/BGPRouteRefreshMessageParser.java 0 4 0
org/opendaylight/protocol/bgp/parser/impl/message/BGPUpdateMessageParser.java 0 11 0
org/opendaylight/protocol/bgp/parser/impl/message/open/AddPathCapabilityHandler.java 0 4 0
org/opendaylight/protocol/bgp/parser/impl/message/open/As4CapabilityHandler.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/open/CapabilityParameterParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/open/GracefulCapabilityHandler.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/open/MultiProtocolCapabilityHandler.java 0 6 0
org/opendaylight/protocol/bgp/parser/impl/message/open/RouteRefreshCapabilityHandler.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/AggregatorAttributeParser.java 0 4 0
org/opendaylight/protocol/bgp/parser/impl/message/update/AigpAttributeParser.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/AsPathAttributeParser.java 0 7 0
org/opendaylight/protocol/bgp/parser/impl/message/update/AsPathSegmentParser.java 0 14 0
org/opendaylight/protocol/bgp/parser/impl/message/update/AtomicAggregateAttributeParser.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/BgpPrefixSidAttributeParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/BgpPrefixSidAttributeParserTest.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/ClusterIdAttributeParser.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/ClusterIdAttributeParserTest.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/CommunitiesAttributeParser.java 0 6 0
org/opendaylight/protocol/bgp/parser/impl/message/update/CommunitiesAttributeParserTest.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/CommunityUtil.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/ExtendedCommunitiesAttributeParser.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/ExtendedCommunitiesAttributeParserTest.java 0 5 0
org/opendaylight/protocol/bgp/parser/impl/message/update/LocalPreferenceAttributeParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/MPReachAttributeParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/MPUnreachAttributeParser.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/MultiExitDiscriminatorAttributeParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/NextHopAttributeParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/OriginAttributeParser.java 0 15 0
org/opendaylight/protocol/bgp/parser/impl/message/update/OriginatorIdAttributeParser.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/UnrecognizedAttributesSerializer.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/UnrecognizedAttributesSerializerTest.java 0 7 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/AsTwoOctetSpecificEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/AsTwoOctetSpecificEcHandlerTest.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/EncapsulationEC.java 0 4 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/EncapsulationECTest.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/Generic4OctASEcHandlerTest.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/Ipv4SpecificEcHandler.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/Ipv4SpecificEcHandlerTest.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/LinkBandwidthEC.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/LinkBandwidthECTest.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/OpaqueEcHandler.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/OpaqueEcHandlerTest.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOrigin4OctectASEcHandlerTest.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOriginAsTwoOctetEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOriginAsTwoOctetEcHandlerTest.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOriginIpv4EcHandler.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTarget4OctectASEcHandlerTest.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTargetAsTwoOctetEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTargetAsTwoOctetEcHandlerTest.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTargetIpv4EcHandler.java 0 1 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/four/octect/as/specific/Generic4OctASEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/four/octect/as/specific/RouteOrigin4OctectASEcHandler.java 0 2 0
org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/four/octect/as/specific/RouteTarget4OctectASEcHandler.java 0 3 0

Rules

Category Rule Violations Severity
coding IllegalCatch 1  Warning
IllegalThrows 1  Warning
OverloadMethodsDeclarationOrder 3  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
4  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
23  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"
4  Warning
NonEmptyAtclauseDescription 5  Warning
modifier RedundantModifier 1  Warning
naming ConstantName 10  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning
MethodName
  • format: "^[a-z][a-zA-Z0-9_]*$"
3  Warning
MethodName
  • format: "^[a-z][a-zA-Z0-9_]*$"
3  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
208  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
MethodParamPad 3  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"
1  Warning
ParenPad 21  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
34  Warning

Details

org/opendaylight/protocol/bgp/parser/impl/AddPathCapabilityHandlerTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 181). 73
 Warning sizes LineLength Line is longer than 120 characters (found 158). 75
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 94
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 94
 Warning sizes LineLength Line is longer than 120 characters (found 158). 103
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 112
 Warning sizes LineLength Line is longer than 120 characters (found 181). 115
 Warning sizes LineLength Line is longer than 120 characters (found 158). 117
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 125
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 125
 Warning sizes LineLength Line is longer than 120 characters (found 181). 128
 Warning sizes LineLength Line is longer than 120 characters (found 158). 130
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 138
 Warning sizes LineLength Line is longer than 120 characters (found 181). 141
 Warning sizes LineLength Line is longer than 120 characters (found 158). 143
 Warning sizes LineLength Line is longer than 120 characters (found 128). 153
 Warning sizes LineLength Line is longer than 120 characters (found 147). 154

org/opendaylight/protocol/bgp/parser/impl/BGPActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 129
 Warning sizes LineLength Line is longer than 120 characters (found 125). 162
 Warning sizes LineLength Line is longer than 120 characters (found 139). 163
 Warning sizes LineLength Line is longer than 120 characters (found 136). 183
 Warning sizes LineLength Line is longer than 120 characters (found 133). 185
 Warning sizes LineLength Line is longer than 120 characters (found 130). 195
 Warning sizes LineLength Line is longer than 120 characters (found 130). 199
 Warning sizes LineLength Line is longer than 120 characters (found 165). 221
 Warning sizes LineLength Line is longer than 120 characters (found 127). 223
 Warning sizes LineLength Line is longer than 120 characters (found 121). 225
 Warning sizes LineLength Line is longer than 120 characters (found 124). 228
 Warning sizes LineLength Line is longer than 120 characters (found 123). 231
 Warning sizes LineLength Line is longer than 120 characters (found 128). 255
 Warning sizes LineLength Line is longer than 120 characters (found 137). 257
 Warning sizes LineLength Line is longer than 120 characters (found 138). 259
 Warning sizes LineLength Line is longer than 120 characters (found 128). 261
 Warning sizes LineLength Line is longer than 120 characters (found 129). 264
 Warning sizes LineLength Line is longer than 120 characters (found 130). 266
 Warning sizes LineLength Line is longer than 120 characters (found 127). 268
 Warning sizes LineLength Line is longer than 120 characters (found 135). 278
 Warning sizes LineLength Line is longer than 120 characters (found 136). 280
 Warning sizes LineLength Line is longer than 120 characters (found 128). 282
 Warning sizes LineLength Line is longer than 120 characters (found 135). 285
 Warning sizes LineLength Line is longer than 120 characters (found 136). 287
 Warning sizes LineLength Line is longer than 120 characters (found 128). 289
 Warning sizes LineLength Line is longer than 120 characters (found 135). 292
 Warning sizes LineLength Line is longer than 120 characters (found 136). 294
 Warning sizes LineLength Line is longer than 120 characters (found 135). 299
 Warning sizes LineLength Line is longer than 120 characters (found 136). 301
 Warning sizes LineLength Line is longer than 120 characters (found 132). 306
 Warning sizes LineLength Line is longer than 120 characters (found 145). 311
 Warning sizes LineLength Line is longer than 120 characters (found 146). 312
 Warning sizes LineLength Line is longer than 120 characters (found 125). 313
 Warning sizes LineLength Line is longer than 120 characters (found 127). 316
 Warning sizes LineLength Line is longer than 120 characters (found 131). 324

org/opendaylight/protocol/bgp/parser/impl/BGPParserTest.java

Severity Category Rule Message Line
 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 naming ConstantName Name 'inputBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 71
 Warning sizes LineLength Line is longer than 120 characters (found 138). 83
 Warning modifier RedundantModifier Redundant 'final' modifier. 86
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 86
 Warning naming LocalVariableName Local variable name 'nRead' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 92
 Warning sizes LineLength Line is longer than 120 characters (found 141). 156
 Warning sizes LineLength Line is longer than 120 characters (found 141). 270
 Warning sizes LineLength Line is longer than 120 characters (found 141). 369
 Warning sizes LineLength Line is longer than 120 characters (found 141). 442
 Warning sizes LineLength Line is longer than 120 characters (found 141). 471
 Warning sizes LineLength Line is longer than 120 characters (found 141). 498
 Warning sizes LineLength Line is longer than 120 characters (found 138). 501
 Warning sizes LineLength Line is longer than 120 characters (found 150). 502
 Warning sizes LineLength Line is longer than 120 characters (found 141). 529
 Warning sizes LineLength Line is longer than 120 characters (found 138). 532
 Warning sizes LineLength Line is longer than 120 characters (found 150). 533

org/opendaylight/protocol/bgp/parser/impl/BgpExtendedMessageCapabilityHandlerTest.java

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

org/opendaylight/protocol/bgp/parser/impl/ComplementaryTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 45
 Warning sizes LineLength Line is longer than 120 characters (found 122). 49
 Warning sizes LineLength Line is longer than 120 characters (found 122). 55
 Warning sizes LineLength Line is longer than 120 characters (found 122). 56
 Warning sizes LineLength Line is longer than 120 characters (found 175). 58
 Warning sizes LineLength Line is longer than 120 characters (found 161). 81
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 98
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 98
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 99

org/opendaylight/protocol/bgp/parser/impl/GracefulCapabilityHandlerTest.java

Severity Category Rule Message Line
 Warning whitespace ParenPad '(' is followed by whitespace. 64
 Warning whitespace ParenPad '(' is followed by whitespace. 68
 Warning whitespace ParenPad '(' is followed by whitespace. 81
 Warning whitespace ParenPad '(' is followed by whitespace. 84
 Warning whitespace ParenPad '(' is followed by whitespace. 93
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 112
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning sizes LineLength Line is longer than 120 characters (found 136). 121
 Warning sizes LineLength Line is longer than 120 characters (found 129). 124
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 129
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 145
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 149
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 168
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 183
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 187
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 187
 Warning whitespace ParenPad '(' is followed by whitespace. 202

org/opendaylight/protocol/bgp/parser/impl/IPv6NextHopTest.java

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

org/opendaylight/protocol/bgp/parser/impl/MultiProtocolCapabilityHandlerTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 164). 65
 Warning sizes LineLength Line is longer than 120 characters (found 171). 66
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 76
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 76
 Warning sizes LineLength Line is longer than 120 characters (found 164). 78
 Warning sizes LineLength Line is longer than 120 characters (found 171). 79
 Warning sizes LineLength Line is longer than 120 characters (found 122). 82
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 86
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 86
 Warning sizes LineLength Line is longer than 120 characters (found 164). 88
 Warning sizes LineLength Line is longer than 120 characters (found 171). 89
 Warning sizes LineLength Line is longer than 120 characters (found 122). 92
 Warning sizes LineLength Line is longer than 120 characters (found 128). 98
 Warning sizes LineLength Line is longer than 120 characters (found 147). 99
 Warning sizes LineLength Line is longer than 120 characters (found 122). 102

org/opendaylight/protocol/bgp/parser/impl/OpenTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 137). 42
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 42
 Warning sizes LineLength Line is longer than 120 characters (found 125). 43
 Warning sizes LineLength Line is longer than 120 characters (found 129). 44
 Warning whitespace MethodParamPad '(' should be on the previous line. 46
 Warning sizes LineLength Line is longer than 120 characters (found 135). 48
 Warning sizes LineLength Line is longer than 120 characters (found 136). 49
 Warning sizes LineLength Line is longer than 120 characters (found 149). 52
 Warning sizes LineLength Line is longer than 120 characters (found 133). 61
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 61
 Warning whitespace ParenPad ')' is preceded with whitespace. 61
 Warning sizes LineLength Line is longer than 120 characters (found 126). 64
 Warning sizes LineLength Line is longer than 120 characters (found 137). 65
 Warning sizes LineLength Line is longer than 120 characters (found 143). 68

org/opendaylight/protocol/bgp/parser/impl/ParserTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group by one line. 17
 Warning naming ConstantName Name 'openBMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Warning naming ConstantName Name 'keepAliveBMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
 Warning naming ConstantName Name 'notificationBMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
 Warning naming ConstantName Name 'updMsgWithUnrecognizedAttribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 62
 Warning naming ConstantName Name 'updMsgWithMandatoryAttributesPresent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 82
 Warning naming ConstantName Name 'updMsgWithOneMandatoryAttributeNotPresent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 93
 Warning naming ConstantName Name 'updMsgWithMultipleMandatoryAttributesNotPresent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 104
 Warning whitespace SeparatorWrap '.' should be on a new line. 164
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 265

org/opendaylight/protocol/bgp/parser/impl/RouteRefreshCapabilityHandlerTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 155). 34
 Warning sizes LineLength Line is longer than 120 characters (found 151). 43

org/opendaylight/protocol/bgp/parser/impl/message/BGPKeepAliveMessageParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/BGPNotificationMessageParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/BGPOpenMessageParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 51
 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 sizes LineLength Line is longer than 120 characters (found 132). 115
 Warning sizes LineLength Line is longer than 120 characters (found 134). 134
 Warning sizes LineLength Line is longer than 120 characters (found 137). 135
 Warning sizes LineLength Line is longer than 120 characters (found 162). 146

org/opendaylight/protocol/bgp/parser/impl/message/BGPRouteRefreshMessageParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 43
 Warning sizes LineLength Line is longer than 120 characters (found 121). 60
 Warning sizes LineLength Line is longer than 120 characters (found 131). 80
 Warning sizes LineLength Line is longer than 120 characters (found 136). 82

org/opendaylight/protocol/bgp/parser/impl/message/BGPUpdateMessageParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'java.util.Objects.requireNonNull' should be separated from previous import group by one line. 11
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 95
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 111
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '64'. 113
 Warning sizes LineLength Line is longer than 120 characters (found 128). 114
 Warning sizes LineLength Line is longer than 120 characters (found 133). 123
 Warning sizes LineLength Line is longer than 120 characters (found 122). 133
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 135
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 151
 Warning javadoc JavadocStyle First sentence should end with a period. 151
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 156

org/opendaylight/protocol/bgp/parser/impl/message/open/AddPathCapabilityHandler.java

Severity Category Rule Message Line
 Warning whitespace ParenPad '(' is followed by whitespace. 51
 Warning whitespace ParenPad ')' is preceded with whitespace. 52
 Warning sizes LineLength Line is longer than 120 characters (found 121). 96
 Warning sizes LineLength Line is longer than 120 characters (found 122). 99

org/opendaylight/protocol/bgp/parser/impl/message/open/As4CapabilityHandler.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 25
 Warning sizes LineLength Line is longer than 120 characters (found 163). 27

org/opendaylight/protocol/bgp/parser/impl/message/open/CapabilityParameterParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/open/GracefulCapabilityHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 66
 Warning sizes LineLength Line is longer than 120 characters (found 126). 119
 Warning sizes LineLength Line is longer than 120 characters (found 146). 153

org/opendaylight/protocol/bgp/parser/impl/message/open/MultiProtocolCapabilityHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 38
 Warning sizes LineLength Line is longer than 120 characters (found 141). 45
 Warning sizes LineLength Line is longer than 120 characters (found 128). 49
 Warning whitespace ParenPad '(' is followed by whitespace. 55
 Warning whitespace ParenPad ')' is preceded with whitespace. 56
 Warning sizes LineLength Line is longer than 120 characters (found 122). 62

org/opendaylight/protocol/bgp/parser/impl/message/open/RouteRefreshCapabilityHandler.java

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '||' should be on a new line. 28
 Warning whitespace ParenPad ')' is preceded with whitespace. 29

org/opendaylight/protocol/bgp/parser/impl/message/update/AggregatorAttributeParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning sizes LineLength Line is longer than 120 characters (found 123). 54
 Warning sizes LineLength Line is longer than 120 characters (found 146). 60

org/opendaylight/protocol/bgp/parser/impl/message/update/AigpAttributeParser.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 43

org/opendaylight/protocol/bgp/parser/impl/message/update/AsPathAttributeParser.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 57
 Warning sizes LineLength Line is longer than 120 characters (found 143). 59
 Warning sizes LineLength Line is longer than 120 characters (found 158). 73
 Warning sizes LineLength Line is longer than 120 characters (found 126). 82
 Warning sizes LineLength Line is longer than 120 characters (found 138). 90
 Warning sizes LineLength Line is longer than 120 characters (found 123). 96
 Warning sizes LineLength Line is longer than 120 characters (found 123). 106

org/opendaylight/protocol/bgp/parser/impl/message/update/AsPathSegmentParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group by one line. 13
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 42
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 43
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 44
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 45
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 46
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 47
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 53
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 54
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 55
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 56
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 57
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 58
 Warning whitespace ParenPad '(' is followed by whitespace. 77

org/opendaylight/protocol/bgp/parser/impl/message/update/AtomicAggregateAttributeParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/BgpPrefixSidAttributeParser.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 138). 54

org/opendaylight/protocol/bgp/parser/impl/message/update/BgpPrefixSidAttributeParserTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group by one line. 11
 Warning sizes LineLength Line is longer than 120 characters (found 132). 32
 Warning sizes LineLength Line is longer than 120 characters (found 140). 42

org/opendaylight/protocol/bgp/parser/impl/message/update/ClusterIdAttributeParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/ClusterIdAttributeParserTest.java

Severity Category Rule Message Line
 Warning naming ConstantName Name 'clusterIdBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
 Warning whitespace MethodParamPad '(' should be on the previous line. 46
 Warning whitespace MethodParamPad '(' should be on the previous line. 63

org/opendaylight/protocol/bgp/parser/impl/message/update/CommunitiesAttributeParser.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 62
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 65
 Warning sizes LineLength Line is longer than 120 characters (found 127). 68
 Warning sizes LineLength Line is longer than 120 characters (found 128). 70
 Warning sizes LineLength Line is longer than 120 characters (found 123). 85
 Warning sizes LineLength Line is longer than 120 characters (found 130). 95

org/opendaylight/protocol/bgp/parser/impl/message/update/CommunitiesAttributeParserTest.java

Severity Category Rule Message Line
 Warning naming ConstantName Name 'CommunitiesBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28

org/opendaylight/protocol/bgp/parser/impl/message/update/CommunityUtil.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 127). 39
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '54'. 76
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '64'. 90

org/opendaylight/protocol/bgp/parser/impl/message/update/ExtendedCommunitiesAttributeParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/ExtendedCommunitiesAttributeParserTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 143). 46
 Warning sizes LineLength Line is longer than 120 characters (found 139). 52
 Warning sizes LineLength Line is longer than 120 characters (found 127). 53
 Warning sizes LineLength Line is longer than 120 characters (found 141). 55
 Warning whitespace ParenPad '(' is followed by whitespace. 81

org/opendaylight/protocol/bgp/parser/impl/message/update/LocalPreferenceAttributeParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/MPReachAttributeParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 48
 Warning sizes LineLength Line is longer than 120 characters (found 123). 61

org/opendaylight/protocol/bgp/parser/impl/message/update/MPUnreachAttributeParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 46
 Warning sizes LineLength Line is longer than 120 characters (found 123). 59
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 68

org/opendaylight/protocol/bgp/parser/impl/message/update/MultiExitDiscriminatorAttributeParser.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/NextHopAttributeParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 189). 29
 Warning sizes LineLength Line is longer than 120 characters (found 123). 35

org/opendaylight/protocol/bgp/parser/impl/message/update/OriginAttributeParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 153). 39
 Warning whitespace ParenPad ')' is preceded with whitespace. 39
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 42
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 43
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 44
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 45
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 46
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 47
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 48
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 49
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 50
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 51
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 52
 Warning sizes LineLength Line is longer than 120 characters (found 123). 58
 Warning sizes LineLength Line is longer than 120 characters (found 183). 63

org/opendaylight/protocol/bgp/parser/impl/message/update/OriginatorIdAttributeParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 194). 29
 Warning sizes LineLength Line is longer than 120 characters (found 123). 35

org/opendaylight/protocol/bgp/parser/impl/message/update/UnrecognizedAttributesSerializer.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/UnrecognizedAttributesSerializerTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 141). 29
 Warning sizes LineLength Line is longer than 120 characters (found 141). 30
 Warning sizes LineLength Line is longer than 120 characters (found 162). 31
 Warning sizes LineLength Line is longer than 120 characters (found 164). 32
 Warning sizes LineLength Line is longer than 120 characters (found 193). 34
 Warning sizes LineLength Line is longer than 120 characters (found 193). 36
 Warning sizes LineLength Line is longer than 120 characters (found 129). 41

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/AsTwoOctetSpecificEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 31
 Warning sizes LineLength Line is longer than 120 characters (found 142). 43
 Warning sizes LineLength Line is longer than 120 characters (found 126). 44

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/AsTwoOctetSpecificEcHandlerTest.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/EncapsulationEC.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 37
 Warning sizes LineLength Line is longer than 120 characters (found 131). 38
 Warning sizes LineLength Line is longer than 120 characters (found 151). 39
 Warning sizes LineLength Line is longer than 120 characters (found 129). 51

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/EncapsulationECTest.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/Generic4OctASEcHandlerTest.java

Severity Category Rule Message Line
 Warning naming MethodName Method name 'Setup' must match pattern '^[a-z][a-zA-Z0-9_]*$'. 32
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 50
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 50

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/Ipv4SpecificEcHandler.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/Ipv4SpecificEcHandlerTest.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/LinkBandwidthEC.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 35
 Warning sizes LineLength Line is longer than 120 characters (found 126). 47

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/LinkBandwidthECTest.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/OpaqueEcHandler.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/OpaqueEcHandlerTest.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOrigin4OctectASEcHandlerTest.java

Severity Category Rule Message Line
 Warning naming MethodName Method name 'Setup' must match pattern '^[a-z][a-zA-Z0-9_]*$'. 38

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOriginAsTwoOctetEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 31
 Warning sizes LineLength Line is longer than 120 characters (found 146). 43
 Warning sizes LineLength Line is longer than 120 characters (found 127). 44

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOriginAsTwoOctetEcHandlerTest.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteOriginIpv4EcHandler.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTarget4OctectASEcHandlerTest.java

Severity Category Rule Message Line
 Warning naming MethodName Method name 'Setup' must match pattern '^[a-z][a-zA-Z0-9_]*$'. 32
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 50
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 50

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTargetAsTwoOctetEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 31
 Warning sizes LineLength Line is longer than 120 characters (found 146). 43
 Warning sizes LineLength Line is longer than 120 characters (found 127). 44

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTargetAsTwoOctetEcHandlerTest.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/RouteTargetIpv4EcHandler.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/four/octect/as/specific/Generic4OctASEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 26
 Warning sizes LineLength Line is longer than 120 characters (found 143). 27
 Warning sizes LineLength Line is longer than 120 characters (found 140). 35

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/four/octect/as/specific/RouteOrigin4OctectASEcHandler.java

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

org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/four/octect/as/specific/RouteTarget4OctectASEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 26
 Warning sizes LineLength Line is longer than 120 characters (found 143). 27
 Warning sizes LineLength Line is longer than 120 characters (found 140). 35