Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
14 4 5 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
5  Warning
JavadocVariable
  • scope: "protected"
4  Info

Details

org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 76
 Info javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning javadoc JavadocMethod Missing a Javadoc comment. 340
 Warning javadoc JavadocMethod Missing a Javadoc comment. 351
 Warning javadoc JavadocMethod Missing a Javadoc comment. 361

org/apache/maven/doxia/docrenderer/itext/AbstractITextRender.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'iTextFile'. 301
 Warning javadoc JavadocMethod Expected @param tag for 'iTextOutput'. 301

org/apache/maven/doxia/docrenderer/itext/PdfRenderer.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 34

org/apache/maven/doxia/docrenderer/itext/RtfRenderer.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 34