Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 15 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 1  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
4  Warning
modifier ModifierOrder 5  Warning
naming LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
MethodName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9_]*$"
1  Warning

Details

org/opendaylight/lispflowmapping/tools/junit/BaseExpectations.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 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 javadoc JavadocMethod Missing a Javadoc comment. 230
 Warning javadoc JavadocMethod Missing a Javadoc comment. 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 should be present. 346
 Warning javadoc JavadocMethod Missing a Javadoc comment. 354
 Warning javadoc SummaryJavadoc First sentence should be present. 375
 Warning naming MethodName Method name 'wStrArr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 379

org/opendaylight/lispflowmapping/tools/junit/BaseTestCase.java

Severity Category Rule Message Line
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '79'. 105
 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