Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
1 0 0 1

Files

File  I  W  E
org/apache/maven/index/examples/BasicUsageExample.java 0 0 1

Rules

Category Rule Violations Severity
sizes MethodLength 1  Error

Details

org/apache/maven/index/examples/BasicUsageExample.java

Severity Category Rule Message Line
 Error sizes MethodLength Method perform length is 183 lines (max allowed is 150). 101