Checkstyle Results
The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
Summary
Files |
Info |
Warnings |
Errors |
78 |
0 |
272 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
blocks |
LeftCurly
|
1 |
Warning |
|
RightCurly
- tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
- option: "alone"
|
1 |
Warning |
|
RightCurly |
1 |
Warning |
coding |
IllegalCatch |
2 |
Warning |
|
IllegalThrows |
6 |
Warning |
|
OverloadMethodsDeclarationOrder |
3 |
Warning |
imports |
CustomImportOrder
- thirdPartyPackageRegExp: ".*"
- sortImportsInGroupAlphabetically: "true"
- customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
|
1 |
Warning |
javadoc |
JavadocStyle
- checkEmptyJavadoc: "true"
|
22 |
Warning |
|
JavadocTagContinuationIndentation |
1 |
Warning |
|
NonEmptyAtclauseDescription |
21 |
Warning |
misc |
UpperEll |
2 |
Warning |
modifier |
RedundantModifier |
2 |
Warning |
naming |
ConstantName |
2 |
Warning |
|
LocalVariableName
- format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
- allowOneCharVarInForLoop: "true"
- tokens: "VARIABLE_DEF"
|
2 |
Warning |
|
ParameterName
- format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
|
8 |
Warning |
sizes |
LineLength
- max: "120"
- ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
|
141 |
Warning |
whitespace |
EmptyLineSeparator
- allowNoEmptyLineBetweenFields: "true"
- tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
|
6 |
Warning |
|
SeparatorWrap
- tokens: "COMMA"
- option: "EOL"
|
1 |
Warning |
|
SeparatorWrap
- tokens: "DOT"
- option: "nl"
|
1 |
Warning |
|
WhitespaceAround
- allowEmptyConstructors: "true"
- allowEmptyMethods: "true"
- allowEmptyLoops: "true"
- allowEmptyTypes: "true"
|
29 |
Warning |
Details
org/opendaylight/protocol/bgp/parser/spi/AbstractBGPExtensionProviderActivator.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
41 |
org/opendaylight/protocol/bgp/parser/spi/AbstractMessageRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 137). |
44 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 121). |
56 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
60 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 135). |
68 |
org/opendaylight/protocol/bgp/parser/spi/AbstractMessageRegistryTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 137). |
29 |
Warning |
naming |
ConstantName |
Name 'keepAliveBMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
29 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
30 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
60 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 128). |
61 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
74 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 128). |
75 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
88 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 128). |
89 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
102 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
113 |
org/opendaylight/protocol/bgp/parser/spi/AttributeParser.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 136). |
28 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 136). |
31 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
37 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
38 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 161). |
40 |
org/opendaylight/protocol/bgp/parser/spi/AttributeRegistry.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 |
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 |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
34 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
35 |
org/opendaylight/protocol/bgp/parser/spi/AttributeUtil.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
29 |
org/opendaylight/protocol/bgp/parser/spi/BGPExtensionProviderContext.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
34 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
38 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
46 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 139). |
53 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHopClass' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
56 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHopClassList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
57 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 121). |
63 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
68 |
org/opendaylight/protocol/bgp/parser/spi/BgpPrefixSidTlvParser.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 |
First sentence should end with a period. |
17 |
org/opendaylight/protocol/bgp/parser/spi/BgpPrefixSidTlvRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
13 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
13 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
17 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
17 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
25 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
25 |
org/opendaylight/protocol/bgp/parser/spi/BgpPrefixSidTlvSerializer.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 |
First sentence should end with a period. |
17 |
org/opendaylight/protocol/bgp/parser/spi/BgpPrefixSidTlvUtil.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 |
First sentence should end with a period. |
18 |
org/opendaylight/protocol/bgp/parser/spi/MessageParser.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
27 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
32 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
38 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 161). |
40 |
org/opendaylight/protocol/bgp/parser/spi/MessageRegistry.java
Severity |
Category |
Rule |
Message |
Line |
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 |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
34 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
35 |
org/opendaylight/protocol/bgp/parser/spi/MessageUtil.java
Severity |
Category |
Rule |
Message |
Line |
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. |
67 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
67 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
81 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
81 |
org/opendaylight/protocol/bgp/parser/spi/MultiPathSupport.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
13 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
13 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
21 |
org/opendaylight/protocol/bgp/parser/spi/MultiPathSupportUtil.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 143). |
29 |
org/opendaylight/protocol/bgp/parser/spi/MultiPathSupportUtilTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
25 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
63 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
63 |
org/opendaylight/protocol/bgp/parser/spi/MultiprotocolCapabilitiesUtil.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
30 |
Warning |
blocks |
LeftCurly |
'{' at column 45 should have line break after. |
34 |
Warning |
blocks |
RightCurly |
'}' at column 90 should be alone on a line. |
34 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
36 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
37 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 162). |
49 |
org/opendaylight/protocol/bgp/parser/spi/NextHopParserSerializer.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
22 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
27 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
33 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
33 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHop' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
39 |
org/opendaylight/protocol/bgp/parser/spi/NlriParser.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
27 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
36 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 132). |
41 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
46 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 155). |
48 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
54 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
59 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 157). |
61 |
org/opendaylight/protocol/bgp/parser/spi/NlriRegistry.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 |
Javadoc has empty description section. |
24 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
30 |
Warning |
javadoc |
JavadocStyle |
Javadoc has empty description section. |
30 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
41 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 141). |
43 |
Warning |
coding |
OverloadMethodsDeclarationOrder |
Overload methods should not be split. Previous overloaded method located at line '27'. |
43 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
50 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 145). |
52 |
Warning |
coding |
OverloadMethodsDeclarationOrder |
Overload methods should not be split. Previous overloaded method located at line '33'. |
52 |
org/opendaylight/protocol/bgp/parser/spi/PathIdUtil.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
57 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
57 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
72 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
72 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 139). |
82 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 136). |
84 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 151). |
98 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
104 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
104 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
111 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
116 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
116 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
124 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 135). |
127 |
Warning |
coding |
OverloadMethodsDeclarationOrder |
Overload methods should not be split. Previous overloaded method located at line '82'. |
127 |
org/opendaylight/protocol/bgp/parser/spi/PathIdUtilTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
misc |
UpperEll |
Should use uppercase 'L'. |
41 |
Warning |
misc |
UpperEll |
Should use uppercase 'L'. |
47 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 150). |
61 |
Warning |
whitespace |
SeparatorWrap |
'.' should be on a new line. |
63 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
69 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
69 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
74 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
74 |
org/opendaylight/protocol/bgp/parser/spi/UtilsTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 136). |
60 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 136). |
61 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
101 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 166). |
106 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 135). |
114 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 135). |
122 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
126 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
126 |
Warning |
coding |
IllegalThrows |
Throwing 'Throwable' is not allowed. |
127 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
137 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
137 |
Warning |
coding |
IllegalThrows |
Throwing 'Throwable' is not allowed. |
138 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
148 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
148 |
Warning |
coding |
IllegalThrows |
Throwing 'Throwable' is not allowed. |
149 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
159 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
159 |
Warning |
coding |
IllegalThrows |
Throwing 'Throwable' is not allowed. |
160 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 121). |
11 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
24 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
26 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
30 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
31 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
25 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
27 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
33 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
12 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
21 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
23 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
25 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
29 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
30 |
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 |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
26 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
27 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
26 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
27 |
Warning |
javadoc |
JavadocTagContinuationIndentation |
Line continuation have incorrect indentation level, expected level should be 4. |
35 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
27 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
20 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
20 |
Warning |
coding |
IllegalThrows |
Throwing 'Throwable' is not allowed. |
21 |
org/opendaylight/protocol/bgp/parser/spi/pojo/BgpTestActivator.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 149). |
125 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
127 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHop' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
128 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
151 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 136). |
154 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 140). |
159 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 138). |
164 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 149). |
169 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 146). |
173 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 135). |
176 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 148). |
179 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 146). |
180 |
org/opendaylight/protocol/bgp/parser/spi/pojo/MultiPathSupportImpl.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
39 |
org/opendaylight/protocol/bgp/parser/spi/pojo/MultiPathSupportImplTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
28 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
28 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
36 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
37 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
38 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
39 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
52 |
org/opendaylight/protocol/bgp/parser/spi/pojo/PeerSpecificParserConstraintImpl.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 128). |
30 |
org/opendaylight/protocol/bgp/parser/spi/pojo/PeerSpecificParserConstraintImplTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 139). |
21 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
41 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
41 |
org/opendaylight/protocol/bgp/parser/spi/pojo/ServiceLoaderBGPExtensionProviderContext.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
24 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
33 |
org/opendaylight/protocol/bgp/parser/spi/pojo/ServiceLoaderBGPExtensionProviderContextTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
17 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
17 |
Warning |
coding |
IllegalThrows |
Throwing 'Throwable' is not allowed. |
18 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 144). |
19 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleAddressFamilyRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
15 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleAttributeRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
47 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
58 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 144). |
70 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 143). |
103 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 126). |
105 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContext.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
39 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 142). |
83 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 145). |
93 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 138). |
103 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 165). |
113 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 138). |
118 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHopClass' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
120 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHopClassList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
120 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 135). |
121 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 127). |
125 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 141). |
135 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
140 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
150 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
152 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
156 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
166 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContextActivator.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'for' is not followed by whitespace. |
37 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'for' is not followed by whitespace. |
46 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBgpPrefixSidTlvRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
24 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 146). |
31 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
42 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleCapabilityRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
24 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
31 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
36 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 138). |
36 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 151). |
61 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
65 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 180). |
71 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 137). |
76 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 139). |
84 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 143). |
43 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 206). |
52 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
53 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 157). |
57 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 150). |
68 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 150). |
71 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 148). |
73 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
79 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
79 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
84 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
84 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleMessageRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
47 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleNlriRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 156). |
51 |
Warning |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
55 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '{' is not preceded with whitespace. |
68 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHopClass' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
87 |
Warning |
naming |
ParameterName |
Parameter name 'cNextHopClassList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
88 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
97 |
Warning |
naming |
LocalVariableName |
Local variable name 'cNextHop' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
99 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
100 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 137). |
113 |
Warning |
naming |
LocalVariableName |
Local variable name 'cNextHop' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
115 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 137). |
116 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 138). |
175 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleParameterRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
23 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
30 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 139). |
35 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleRegistryTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
'io.netty.buffer.ByteBuf' should be separated from previous import group. |
17 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 132). |
89 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
91 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 138). |
106 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 147). |
131 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
156 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 151). |
182 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 144). |
188 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
229 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 146). |
234 |
org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleSubsequentAddressFamilyRegistry.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
16 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
18 |
org/opendaylight/protocol/bgp/parser/spi/pojo/UnrecognizedAttributesTest.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
naming |
ConstantName |
Name 'simpleAttrReg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
33 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
42 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
48 |