The following document contains the results of Checkstyle 5.7.
File | I | W | E |
---|---|---|---|
org/apache/maven/archiver/MavenArchiver.java | 0 | 0 | 3 |
org/apache/maven/archiver/PomPropertiesUtil.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | RedundantThrows | 3 | Error |
sizes | MethodLength | 1 | Error |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | RedundantThrows | Redundant throws: 'ArchiverException' is unchecked exception. | 107 |