Checkstyle Results

The following document contains the results of Checkstyle 8.2 with checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
49 0 3 0

Rules

Category Rule Violations Severity
javadoc SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
3  Warning

Details

com/salesforce/apt/graph/model/DefinitionModel.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 81

com/salesforce/apt/graph/model/errors/ErrorModel.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 63

com/salesforce/apt/graph/model/storage/classpath/ClasspathUrlResourceLoader.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 55