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 9 0

Rules

Category Rule Violations Severity
javadoc JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
3  Warning
NonEmptyAtclauseDescription 4  Warning

Details

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 25
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 44
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 57
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 65
 Warning javadoc JavadocStyle First sentence should end with a period. 65
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 69
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 77

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

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