Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
8 0 8 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
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
2  Warning
javadoc JavadocParagraph 2  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
1  Warning

Details

org/opendaylight/odlparent/featuretest/CustomBundleURLStreamHandlerFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 12
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 14
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 30

org/opendaylight/odlparent/featuretest/SingleFeatureTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.InputStream' import. 23
 Warning javadoc SummaryJavadoc First sentence should be present. 76
 Warning indentation Indentation 'array initialization' child have incorrect indentation level 16, expected level should be 12. 108
 Warning indentation Indentation 'array initialization' child have incorrect indentation level 16, expected level should be 12. 109