Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 10 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 NonEmptyAtclauseDescription 4  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
3  Warning

Details

org/opendaylight/yangtools/yang2sources/spi/BasicCodeGenerator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.yang.model.api.Module'should be separated from previous import group. 15
 Warning javadoc SummaryJavadoc First sentence should be present. 23
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 34
 Warning javadoc SummaryJavadoc First sentence should be present. 39
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 43
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 51

org/opendaylight/yangtools/yang2sources/spi/BuildContextAware.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/yang2sources/spi/MavenProjectAware.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 20