Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
13 0 2 0

Rules

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

Details

com/salesforce/aptspring/processor/AnnotationValueExtractor.java

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

com/salesforce/aptspring/processor/SpringAnnotationParser.java

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