The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | RightCurly
|
4 | ![]() |
RightCurly | 4 | ![]() | |
coding | OverloadMethodsDeclarationOrder | 1 | ![]() |
VariableDeclarationUsageDistance | 23 | ![]() | |
imports | CustomImportOrder
|
20 | ![]() |
indentation | Indentation
|
8 | ![]() |
javadoc | JavadocMethod
|
48 | ![]() |
JavadocParagraph | 3 | ![]() | |
JavadocTagContinuationIndentation | 4 | ![]() | |
NonEmptyAtclauseDescription | 4 | ![]() | |
modifier | ModifierOrder | 2 | ![]() |
naming | AbbreviationAsWordInName
|
16 | ![]() |
LocalVariableName
|
12 | ![]() | |
MethodName
|
2 | ![]() | |
ParameterName
|
7 | ![]() | |
sizes | LineLength
|
16 | ![]() |
whitespace | EmptyLineSeparator
|
3 | ![]() |
OperatorWrap
|
1 | ![]() | |
WhitespaceAround
|
10 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 44 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 45 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 46 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 111 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 286 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 291 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 343 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 366 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 375 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 379 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 384 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 408 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 440 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 443 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 449 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 468 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 503 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 503 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 503 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '*' is not preceded with whitespace. | 503 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '*' is not followed by whitespace. | 503 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 528 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 529 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 534 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 31 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 32 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '51'. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 100 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 115 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 85 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 94 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 117 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 127 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 149 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 157 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 178 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 192 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 225 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 257 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 271 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 368 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 377 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 404 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 430 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 439 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 461 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 472 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 500 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 529 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 547 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 556 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 578 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 585 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 587 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 609 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 616 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 618 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 640 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 647 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 649 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 671 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 678 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 680 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 702 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 712 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 734 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 742 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 764 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 792 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 800 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ab' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 801 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 822 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 830 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 851 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 859 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 879 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 887 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 907 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 915 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 941 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 949 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 975 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 982 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 990 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 994 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1004 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1006 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 1009 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1029 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1031 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 1034 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1053 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1054 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1070 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 1080 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1080 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 1084 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 1133 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1137 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 1141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 47 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 48 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 49 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 50 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 51 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 52 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 53 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.NxmNxNspKey' import. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.NxmNxNsiKey' import. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.of.tcp.dst.grouping.NxmOfTcpDstBuilder' import. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. | 93 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 189 |
![]() |
naming | ParameterName | Parameter name 'sMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 207 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 225 |
![]() |
naming | ParameterName | Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 246 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 253 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 262 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 270 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 290 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 298 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 316 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 338 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 375 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 396 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 423 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 456 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 457 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 458 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 459 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 460 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 488 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 491 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 505 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 523 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 526 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 534 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 552 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 555 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 618 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 632 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 647 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 698 |
![]() |
naming | ParameterName | Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 794 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 888 |
![]() |
naming | ParameterName | Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 925 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 970 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1005 |
![]() |
naming | ParameterName | Parameter name 'dMacAddr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1009 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 1181 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 1206 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 1231 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 12, expected level should be 16. | 1239 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 12, expected level should be 16. | 1264 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1316 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1319 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1453 |
![]() |
naming | ParameterName | Parameter name 'ct_state' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1453 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 1458 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 1459 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 1461 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1469 |
![]() |
naming | ParameterName | Parameter name 'ct_zone' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1469 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 1473 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 1474 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 1476 |
![]() |
whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 1487 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1487 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1492 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1497 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1532 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1539 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1545 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1558 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1568 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1597 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1603 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1625 |
![]() |
naming | MethodName | Method name 'iPv4PrefixFromIPv4Address' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 1631 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1635 |
![]() |
naming | MethodName | Method name 'iPv6PrefixFromIPv6Address' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 1641 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1696 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1702 |