Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
42 0 209 0

Files

File  I  W  E
org/opendaylight/controller/config/yang/bgp/rib/spi/RIBExtensionsImplModule.java 0 5 0
org/opendaylight/controller/config/yang/bgp/rib/spi/RIBExtensionsImplModuleFactory.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/AbstractRIBExtensionProviderActivator.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/AbstractRIBSupport.java 0 25 0
org/opendaylight/protocol/bgp/rib/spi/AbstractRIBSupportRegistration.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/AbstractRIBSupportTest.java 0 19 0
org/opendaylight/protocol/bgp/rib/spi/AddPathRibSupport.java 0 6 0
org/opendaylight/protocol/bgp/rib/spi/AddPathRibSupportTest.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/BGPSession.java 0 2 0
org/opendaylight/protocol/bgp/rib/spi/BGPSessionListener.java 0 4 0
org/opendaylight/protocol/bgp/rib/spi/CacheDisconnectedPeers.java 0 6 0
org/opendaylight/protocol/bgp/rib/spi/ExportPolicyPeerTracker.java 0 15 0
org/opendaylight/protocol/bgp/rib/spi/IdentifierUtils.java 0 4 0
org/opendaylight/protocol/bgp/rib/spi/IdentifierUtilsTest.java 0 5 0
org/opendaylight/protocol/bgp/rib/spi/MultiPathAbstractRIBSupport.java 0 6 0
org/opendaylight/protocol/bgp/rib/spi/MultiPathAbstractRIBSupportTest.java 0 19 0
org/opendaylight/protocol/bgp/rib/spi/Peer.java 0 3 0
org/opendaylight/protocol/bgp/rib/spi/PeerExportGroup.java 0 4 0
org/opendaylight/protocol/bgp/rib/spi/PeerExportGroupTest.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/PeerRoleUtil.java 0 11 0
org/opendaylight/protocol/bgp/rib/spi/PeerRoleUtilTest.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/RIBExtensionConsumerContext.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/RIBExtensionProviderContext.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/RIBSupport.java 0 8 0
org/opendaylight/protocol/bgp/rib/spi/RibSupportUtils.java 0 12 0
org/opendaylight/protocol/bgp/rib/spi/RibSupportUtilsTest.java 0 12 0
org/opendaylight/protocol/bgp/rib/spi/RouterIds.java 0 2 0
org/opendaylight/protocol/bgp/rib/spi/ServiceLoaderRIBExtensionConsumerContext.java 0 5 0
org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionProviderContext.java 0 6 0
org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionProviderContextActivator.java 0 2 0
org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionProviderContextActivatorTest.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionTest.java 0 2 0
org/opendaylight/protocol/bgp/rib/spi/TerminationReasonTest.java 0 1 0
org/opendaylight/protocol/bgp/rib/spi/util/ClusterSingletonServiceRegistrationHelper.java 0 9 0
org/opendaylight/protocol/bgp/rib/spi/util/ClusterSingletonServiceRegistrationHelperTest.java 0 7 0

Rules

Category Rule Violations Severity
coding IllegalCatch 4  Warning
IllegalThrows 4  Warning
OverloadMethodsDeclarationOrder 6  Warning
imports UnusedImports 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
12  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
3  Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
27  Warning
NonEmptyAtclauseDescription 4  Warning
modifier ModifierOrder 5  Warning
RedundantModifier 2  Warning
naming MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
5  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
97  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
7  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
11  Warning

Details

org/opendaylight/controller/config/yang/bgp/rib/spi/RIBExtensionsImplModule.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 26
 Warning sizes LineLength Line is longer than 120 characters (found 136). 31
 Warning sizes LineLength Line is longer than 120 characters (found 136). 40
 Warning sizes LineLength Line is longer than 120 characters (found 122). 77
 Warning modifier RedundantModifier Redundant 'static' modifier. 77

org/opendaylight/controller/config/yang/bgp/rib/spi/RIBExtensionsImplModuleFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 22

org/opendaylight/protocol/bgp/rib/spi/AbstractRIBExtensionProviderActivator.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 41

org/opendaylight/protocol/bgp/rib/spi/AbstractRIBSupport.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 94
 Warning sizes LineLength Line is longer than 120 characters (found 152). 95
 Warning sizes LineLength Line is longer than 120 characters (found 123). 99
 Warning sizes LineLength Line is longer than 120 characters (found 144). 106
 Warning sizes LineLength Line is longer than 120 characters (found 122). 182
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 188
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 216
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 234
 Warning sizes LineLength Line is longer than 120 characters (found 154). 248
 Warning sizes LineLength Line is longer than 120 characters (found 145). 251
 Warning sizes LineLength Line is longer than 120 characters (found 144). 253
 Warning sizes LineLength Line is longer than 120 characters (found 143). 257
 Warning sizes LineLength Line is longer than 120 characters (found 121). 266
 Warning sizes LineLength Line is longer than 120 characters (found 136). 307
 Warning sizes LineLength Line is longer than 120 characters (found 165). 312
 Warning sizes LineLength Line is longer than 120 characters (found 145). 318
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '306'. 343
 Warning sizes LineLength Line is longer than 120 characters (found 134). 344
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '311'. 357
 Warning sizes LineLength Line is longer than 120 characters (found 131). 358
 Warning sizes LineLength Line is longer than 120 characters (found 145). 373
 Warning modifier RedundantModifier Redundant 'final' modifier. 373
 Warning sizes LineLength Line is longer than 120 characters (found 139). 381
 Warning sizes LineLength Line is longer than 120 characters (found 124). 384
 Warning sizes LineLength Line is longer than 120 characters (found 121). 389

org/opendaylight/protocol/bgp/rib/spi/AbstractRIBSupportRegistration.java

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

org/opendaylight/protocol/bgp/rib/spi/AbstractRIBSupportTest.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 Warning sizes LineLength Line is longer than 120 characters (found 174). 71
 Warning sizes LineLength Line is longer than 120 characters (found 137). 72
 Warning sizes LineLength Line is longer than 120 characters (found 150). 73
 Warning sizes LineLength Line is longer than 120 characters (found 144). 74
 Warning sizes LineLength Line is longer than 120 characters (found 138). 87
 Warning sizes LineLength Line is longer than 120 characters (found 164). 98
 Warning sizes LineLength Line is longer than 120 characters (found 148). 101
 Warning sizes LineLength Line is longer than 120 characters (found 139). 107
 Warning sizes LineLength Line is longer than 120 characters (found 123). 114
 Warning sizes LineLength Line is longer than 120 characters (found 135). 115
 Warning sizes LineLength Line is longer than 120 characters (found 162). 120
 Warning sizes LineLength Line is longer than 120 characters (found 141). 121
 Warning sizes LineLength Line is longer than 120 characters (found 158). 126
 Warning sizes LineLength Line is longer than 120 characters (found 139). 127
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '135'. 164
 Warning sizes LineLength Line is longer than 120 characters (found 125). 165
 Warning sizes LineLength Line is longer than 120 characters (found 143). 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 174

org/opendaylight/protocol/bgp/rib/spi/AddPathRibSupport.java

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

org/opendaylight/protocol/bgp/rib/spi/AddPathRibSupportTest.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'CLASS_DEF' should be separated from previous statement. 21

org/opendaylight/protocol/bgp/rib/spi/BGPSession.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 22
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 51

org/opendaylight/protocol/bgp/rib/spi/BGPSessionListener.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning javadoc JavadocStyle First sentence should end with a period. 21
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 42
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 49

org/opendaylight/protocol/bgp/rib/spi/CacheDisconnectedPeers.java

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

org/opendaylight/protocol/bgp/rib/spi/ExportPolicyPeerTracker.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 26
 Warning javadoc JavadocStyle First sentence should end with a period. 26
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 34
 Warning javadoc JavadocStyle First sentence should end with a period. 34
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 40
 Warning sizes LineLength Line is longer than 120 characters (found 166). 42
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 45
 Warning javadoc JavadocStyle First sentence should end with a period. 45
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 52
 Warning javadoc JavadocStyle First sentence should end with a period. 52
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 59
 Warning javadoc JavadocStyle Javadoc has empty description section. 59
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 65
 Warning javadoc JavadocStyle First sentence should end with a period. 65
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 67

org/opendaylight/protocol/bgp/rib/spi/IdentifierUtils.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 156). 22
 Warning sizes LineLength Line is longer than 120 characters (found 160). 23
 Warning sizes LineLength Line is longer than 120 characters (found 130). 31
 Warning sizes LineLength Line is longer than 120 characters (found 131). 37

org/opendaylight/protocol/bgp/rib/spi/IdentifierUtilsTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 163). 33
 Warning sizes LineLength Line is longer than 120 characters (found 153). 34
 Warning sizes LineLength Line is longer than 120 characters (found 155). 39
 Warning sizes LineLength Line is longer than 120 characters (found 147). 40
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 44

org/opendaylight/protocol/bgp/rib/spi/MultiPathAbstractRIBSupport.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 26
 Warning javadoc JavadocStyle First sentence should end with a period. 26
 Warning sizes LineLength Line is longer than 120 characters (found 132). 49
 Warning sizes LineLength Line is longer than 120 characters (found 126). 51
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 73
 Warning sizes LineLength Line is longer than 120 characters (found 139). 87

org/opendaylight/protocol/bgp/rib/spi/MultiPathAbstractRIBSupportTest.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 79
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 80
 Warning sizes LineLength Line is longer than 120 characters (found 125). 87
 Warning sizes LineLength Line is longer than 120 characters (found 134). 88
 Warning sizes LineLength Line is longer than 120 characters (found 150). 122
 Warning sizes LineLength Line is longer than 120 characters (found 121). 147
 Warning sizes LineLength Line is longer than 120 characters (found 153). 153
 Warning whitespace SeparatorWrap '.' should be on a new line. 167
 Warning sizes LineLength Line is longer than 120 characters (found 125). 175
 Warning sizes LineLength Line is longer than 120 characters (found 138). 207
 Warning sizes LineLength Line is longer than 120 characters (found 133). 208
 Warning sizes LineLength Line is longer than 120 characters (found 169). 237
 Warning sizes LineLength Line is longer than 120 characters (found 129). 242
 Warning sizes LineLength Line is longer than 120 characters (found 138). 277
 Warning sizes LineLength Line is longer than 120 characters (found 150). 280
 Warning sizes LineLength Line is longer than 120 characters (found 148). 282
 Warning sizes LineLength Line is longer than 120 characters (found 144). 284
 Warning sizes LineLength Line is longer than 120 characters (found 145). 287
 Warning sizes LineLength Line is longer than 120 characters (found 148). 289

org/opendaylight/protocol/bgp/rib/spi/Peer.java

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

org/opendaylight/protocol/bgp/rib/spi/PeerExportGroup.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 40
 Warning javadoc JavadocStyle First sentence should end with a period. 40
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 49
 Warning javadoc JavadocStyle Javadoc has empty description section. 49

org/opendaylight/protocol/bgp/rib/spi/PeerExportGroupTest.java

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

org/opendaylight/protocol/bgp/rib/spi/PeerRoleUtil.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 21
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 37
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 38
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 39
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 40
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 41
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 42
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 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

org/opendaylight/protocol/bgp/rib/spi/PeerRoleUtilTest.java

Severity Category Rule Message Line
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 22

org/opendaylight/protocol/bgp/rib/spi/RIBExtensionConsumerContext.java

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

org/opendaylight/protocol/bgp/rib/spi/RIBExtensionProviderContext.java

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

org/opendaylight/protocol/bgp/rib/spi/RIBSupport.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 76
 Warning sizes LineLength Line is longer than 120 characters (found 131). 86
 Warning sizes LineLength Line is longer than 120 characters (found 169). 103
 Warning sizes LineLength Line is longer than 120 characters (found 163). 114
 Warning sizes LineLength Line is longer than 120 characters (found 127). 131
 Warning sizes LineLength Line is longer than 120 characters (found 121). 149
 Warning sizes LineLength Line is longer than 120 characters (found 149). 170
 Warning sizes LineLength Line is longer than 120 characters (found 142). 177

org/opendaylight/protocol/bgp/rib/spi/RibSupportUtils.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning sizes LineLength Line is longer than 120 characters (found 169). 52
 Warning javadoc JavadocStyle First sentence should end with a period. 60
 Warning javadoc JavadocStyle First sentence should end with a period. 76
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '52'. 83
 Warning naming ParameterName Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 83
 Warning javadoc JavadocStyle First sentence should end with a period. 87
 Warning naming ParameterName Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 94
 Warning javadoc JavadocStyle First sentence should end with a period. 98
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '39'. 104
 Warning naming ParameterName Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 104

org/opendaylight/protocol/bgp/rib/spi/RibSupportUtilsTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev150305.ipv4.routes.ipv4.routes.Ipv4Route. 20
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Warning naming MemberName Member name 'AFI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 35
 Warning naming MemberName Member name 'SAFI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 36
 Warning sizes LineLength Line is longer than 120 characters (found 124). 37
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous statement. 38
 Warning sizes LineLength Line is longer than 120 characters (found 161). 41
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 51
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 51
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 52
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 88

org/opendaylight/protocol/bgp/rib/spi/RouterIds.java

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

org/opendaylight/protocol/bgp/rib/spi/ServiceLoaderRIBExtensionConsumerContext.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 sizes LineLength Line is longer than 120 characters (found 128). 20
 Warning sizes LineLength Line is longer than 120 characters (found 124). 33
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 44

org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionProviderContext.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 52
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 55
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 62
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 65
 Warning sizes LineLength Line is longer than 120 characters (found 132). 73
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '77'. 87

org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionProviderContextActivator.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 35
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 44

org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionProviderContextActivatorTest.java

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

org/opendaylight/protocol/bgp/rib/spi/SimpleRIBExtensionTest.java

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

org/opendaylight/protocol/bgp/rib/spi/TerminationReasonTest.java

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

org/opendaylight/protocol/bgp/rib/spi/util/ClusterSingletonServiceRegistrationHelper.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 144). 33
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 34
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 35
 Warning sizes LineLength Line is longer than 120 characters (found 135). 40
 Warning indentation Indentation 'try' child have incorrect indentation level 14, expected level should be 16. 45
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 46
 Warning sizes LineLength Line is longer than 120 characters (found 131). 48
 Warning sizes LineLength Line is longer than 120 characters (found 150). 52

org/opendaylight/protocol/bgp/rib/spi/util/ClusterSingletonServiceRegistrationHelperTest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 43
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 43
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 44
 Warning sizes LineLength Line is longer than 120 characters (found 146). 45
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 54
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 54
 Warning sizes LineLength Line is longer than 120 characters (found 162). 61