Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
21 0 106 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 1  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
4  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
9  Warning
modifier RedundantModifier 2  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
1  Warning
ConstantName 2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
72  Warning
whitespace SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
4  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
4  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
1  Warning

Details

org/opendaylight/protocol/bgp/l3vpn/AbstractVpnNextHopParserSerializer.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 18
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 Warning sizes LineLength Line is longer than 120 characters (found 247). 32
 Warning naming ParameterName Parameter name 'cNextHop' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 38
 Warning sizes LineLength Line is longer than 120 characters (found 157). 39

org/opendaylight/protocol/bgp/l3vpn/AbstractVpnNlriParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 127). 48
 Warning sizes LineLength Line is longer than 120 characters (found 141). 57
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 63
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning sizes LineLength Line is longer than 120 characters (found 126). 64
 Warning sizes LineLength Line is longer than 120 characters (found 122). 69
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 72
 Warning sizes LineLength Line is longer than 120 characters (found 143). 91
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '79'. 125

org/opendaylight/protocol/bgp/l3vpn/AbstractVpnRIBSupport.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 166). 72
 Warning sizes LineLength Line is longer than 120 characters (found 134). 74
 Warning sizes LineLength Line is longer than 120 characters (found 137). 94
 Warning sizes LineLength Line is longer than 120 characters (found 136). 96
 Warning sizes LineLength Line is longer than 120 characters (found 129). 142
 Warning sizes LineLength Line is longer than 120 characters (found 133). 144
 Warning sizes LineLength Line is longer than 120 characters (found 141). 176

org/opendaylight/protocol/bgp/l3vpn/ipv4/BgpIpv4ActivatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.junit.Test' should be separated from previous import group. 12

org/opendaylight/protocol/bgp/l3vpn/ipv4/RibIpv4Activator.java

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

org/opendaylight/protocol/bgp/l3vpn/ipv4/VpnIpv4NextHopTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 13

org/opendaylight/protocol/bgp/l3vpn/ipv4/VpnIpv4NlriParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 23
 Warning sizes LineLength Line is longer than 120 characters (found 228). 33
 Warning sizes LineLength Line is longer than 120 characters (found 227). 38
 Warning sizes LineLength Line is longer than 120 characters (found 226). 44
 Warning sizes LineLength Line is longer than 120 characters (found 225). 53

org/opendaylight/protocol/bgp/l3vpn/ipv4/VpnIpv4NlriParserTest.java

Severity Category Rule Message Line
 Warning naming ConstantName Name 'IPv4_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
 Warning sizes LineLength Line is longer than 120 characters (found 166). 84
 Warning sizes LineLength Line is longer than 120 characters (found 162). 85
 Warning sizes LineLength Line is longer than 120 characters (found 229). 93
 Warning sizes LineLength Line is longer than 120 characters (found 230). 122
 Warning sizes LineLength Line is longer than 120 characters (found 122). 123
 Warning sizes LineLength Line is longer than 120 characters (found 230). 131

org/opendaylight/protocol/bgp/l3vpn/ipv4/VpnIpv4RIBSupport.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 32
 Warning sizes LineLength Line is longer than 120 characters (found 127). 33
 Warning sizes LineLength Line is longer than 120 characters (found 175). 37
 Warning sizes LineLength Line is longer than 120 characters (found 228). 47
 Warning sizes LineLength Line is longer than 120 characters (found 229). 54

org/opendaylight/protocol/bgp/l3vpn/ipv4/VpnIpv4RIBSupportTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 181). 56
 Warning whitespace SeparatorWrap '.' should be on a new line. 56
 Warning sizes LineLength Line is longer than 120 characters (found 206). 57
 Warning whitespace SeparatorWrap '.' should be on a new line. 57
 Warning sizes LineLength Line is longer than 120 characters (found 159). 58
 Warning sizes LineLength Line is longer than 120 characters (found 147). 61
 Warning sizes LineLength Line is longer than 120 characters (found 129). 63
 Warning sizes LineLength Line is longer than 120 characters (found 121). 74
 Warning sizes LineLength Line is longer than 120 characters (found 158). 88
 Warning sizes LineLength Line is longer than 120 characters (found 152). 104
 Warning sizes LineLength Line is longer than 120 characters (found 129). 131
 Warning sizes LineLength Line is longer than 120 characters (found 136). 141
 Warning sizes LineLength Line is longer than 120 characters (found 130). 163
 Warning sizes LineLength Line is longer than 120 characters (found 127). 166

org/opendaylight/protocol/bgp/l3vpn/ipv6/BgpIpv6Activator.java

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

org/opendaylight/protocol/bgp/l3vpn/ipv6/BgpIpv6ActivatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.junit.Test' should be separated from previous import group. 12
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 16
 Warning javadoc JavadocStyle Javadoc has empty description section. 16

org/opendaylight/protocol/bgp/l3vpn/ipv6/RibIpv6Activator.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 140). 25

org/opendaylight/protocol/bgp/l3vpn/ipv6/VpnIpv6NextHopParserSerializer.java

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

org/opendaylight/protocol/bgp/l3vpn/ipv6/VpnIpv6NextHopTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group. 13
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 26
 Warning javadoc JavadocStyle Javadoc has empty description section. 26
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TEST_IPV6_ADDRESS' must contain no more than '4' capital letters. 35
 Warning sizes LineLength Line is longer than 120 characters (found 149). 40

org/opendaylight/protocol/bgp/l3vpn/ipv6/VpnIpv6NlriParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 23
 Warning sizes LineLength Line is longer than 120 characters (found 198). 35
 Warning sizes LineLength Line is longer than 120 characters (found 195). 42
 Warning sizes LineLength Line is longer than 120 characters (found 226). 49
 Warning sizes LineLength Line is longer than 120 characters (found 225). 58

org/opendaylight/protocol/bgp/l3vpn/ipv6/VpnIpv6NlriParserTest.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 41
 Warning javadoc JavadocStyle Javadoc has empty description section. 41
 Warning naming ConstantName Name 'IPv6_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
 Warning sizes LineLength Line is longer than 120 characters (found 166). 87
 Warning sizes LineLength Line is longer than 120 characters (found 162). 88
 Warning sizes LineLength Line is longer than 120 characters (found 225). 95
 Warning sizes LineLength Line is longer than 120 characters (found 230). 124
 Warning sizes LineLength Line is longer than 120 characters (found 122). 125
 Warning sizes LineLength Line is longer than 120 characters (found 230). 133

org/opendaylight/protocol/bgp/l3vpn/ipv6/VpnIpv6RIBSupport.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning javadoc JavadocStyle Javadoc has empty description section. 25
 Warning modifier RedundantModifier Redundant 'public' modifier. 36
 Warning sizes LineLength Line is longer than 120 characters (found 127). 37
 Warning sizes LineLength Line is longer than 120 characters (found 175). 41
 Warning sizes LineLength Line is longer than 120 characters (found 228). 51
 Warning sizes LineLength Line is longer than 120 characters (found 229). 57

org/opendaylight/protocol/bgp/l3vpn/ipv6/VpnIpv6RIBSupportTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 150). 53
 Warning sizes LineLength Line is longer than 120 characters (found 181). 56
 Warning whitespace SeparatorWrap '.' should be on a new line. 56
 Warning sizes LineLength Line is longer than 120 characters (found 206). 57
 Warning whitespace SeparatorWrap '.' should be on a new line. 57
 Warning sizes LineLength Line is longer than 120 characters (found 159). 58
 Warning sizes LineLength Line is longer than 120 characters (found 147). 60
 Warning sizes LineLength Line is longer than 120 characters (found 129). 62
 Warning sizes LineLength Line is longer than 120 characters (found 121). 73
 Warning sizes LineLength Line is longer than 120 characters (found 158). 86
 Warning sizes LineLength Line is longer than 120 characters (found 152). 102
 Warning sizes LineLength Line is longer than 120 characters (found 129). 129
 Warning sizes LineLength Line is longer than 120 characters (found 136). 139
 Warning sizes LineLength Line is longer than 120 characters (found 130). 161
 Warning sizes LineLength Line is longer than 120 characters (found 127). 164