Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 5 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
1  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
1  Warning

Details

org/opendaylight/netvirt/utils/netvirt/it/utils/NeutronNetItUtil.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc SummaryJavadoc First sentence should be present. 63

org/opendaylight/netvirt/utils/netvirt/it/utils/PingableNeutronNetItUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning javadoc SummaryJavadoc First sentence should be present. 65