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