The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/opendaylight/lispflowmapping/tools/junit/BaseExpectations.java | 0 | 15 | 0 |
org/opendaylight/lispflowmapping/tools/junit/BaseTestCase.java | 0 | 5 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | IllegalCatch | 1 | ![]() |
IllegalThrows | 5 | ![]() | |
OverloadMethodsDeclarationOrder | 1 | ![]() | |
javadoc | JavadocStyle
|
2 | ![]() |
modifier | ModifierOrder | 5 | ![]() |
RedundantModifier | 2 | ![]() | |
naming | LocalVariableName
|
1 | ![]() |
MemberName
|
1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 133 |
![]() |
coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 159 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 |
![]() |
naming | MemberName | Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 180 |
![]() |
coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 184 |
![]() |
coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 210 |
![]() |
coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 264 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 278 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 304 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 324 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 346 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 346 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 375 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 375 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 105 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 116 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 124 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 125 |
![]() |
coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 139 |