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
coding RedundantThrows 3  Error
sizes MethodLength 1  Error

Details

org/apache/maven/archiver/MavenArchiver.java

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 239 lines (max allowed is 150). 249
 Error coding RedundantThrows Redundant throws: 'ArchiverException' is unchecked exception. 544
 Error coding RedundantThrows Redundant throws: 'ArchiverException' is unchecked exception. 560

org/apache/maven/archiver/PomPropertiesUtil.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'ArchiverException' is unchecked exception. 107