Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 0 0 4

Rules

Category Rule Violations Severity
sizes MethodLength 4  Error

Details

org/apache/maven/plugin/ant/AntBuildWriter.java

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 153 lines (max allowed is 150). 426
 Error sizes MethodLength Method length is 164 lines (max allowed is 150). 1173

org/apache/maven/plugin/ant/AntBuildWriterUtil.java

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 239 lines (max allowed is 150). 174
 Error sizes MethodLength Method length is 170 lines (max allowed is 150). 975