Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 8 0

Rules

Category Rule Violations Severity
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
2  Warning
NonEmptyAtclauseDescription 4  Warning

Details

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning javadoc JavadocStyle First sentence should end with a period. 23
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 34
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 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/MavenProjectAware.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 20