Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
3 2 2 1

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
2  Warning
JavadocVariable
  • scope: "protected"
2  Info
sizes MethodLength 1  Error

Details

org/apache/maven/plugins/repository/BundleCreateMojo.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 88

org/apache/maven/plugins/repository/BundlePackMojo.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 66
 Error sizes MethodLength Method length is 202 lines (max allowed is 150). 150
 Warning javadoc JavadocMethod Missing a Javadoc comment. 150