The following document contains the results of Checkstyle 5.7. 
| File | |||
|---|---|---|---|
| org/apache/maven/plugin/doap/DoapMojo.java | 0 | 26 | 2 |
| org/apache/maven/plugin/doap/DoapUtil.java | 0 | 8 | 6 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
26 | |
| RedundantThrows | 6 | ||
| javadoc | JavadocMethod
|
8 | |
| sizes | FileLength | 1 | |
| MethodLength | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,691 lines (max allowed is 2,000). | 1 | |
| coding | HiddenField | 'artifact' hides a field. | 455 | |
| sizes | MethodLength | Method length is 295 lines (max allowed is 150). | 511 | |
| coding | HiddenField | 'project' hides a field. | 511 | |
| coding | HiddenField | 'about' hides a field. | 620 | |
| coding | HiddenField | 'project' hides a field. | 816 | |
| coding | HiddenField | 'project' hides a field. | 842 | |
| coding | HiddenField | 'project' hides a field. | 897 | |
| coding | HiddenField | 'project' hides a field. | 929 | |
| coding | HiddenField | 'project' hides a field. | 984 | |
| coding | HiddenField | 'language' hides a field. | 1031 | |
| coding | HiddenField | 'project' hides a field. | 1076 | |
| coding | HiddenField | 'category' hides a field. | 1124 | |
| coding | HiddenField | 'project' hides a field. | 1170 | |
| coding | HiddenField | 'project' hides a field. | 1229 | |
| coding | HiddenField | 'project' hides a field. | 1252 | |
| coding | HiddenField | 'project' hides a field. | 1282 | |
| coding | HiddenField | 'project' hides a field. | 1312 | |
| coding | HiddenField | 'project' hides a field. | 1372 | |
| coding | HiddenField | 'project' hides a field. | 1403 | |
| coding | HiddenField | 'project' hides a field. | 1435 | |
| coding | HiddenField | 'artifact' hides a field. | 1438 | |
| coding | HiddenField | 'project' hides a field. | 1568 | |
| coding | HiddenField | 'project' hides a field. | 1643 | |
| coding | HiddenField | 'project' hides a field. | 1943 | |
| coding | HiddenField | 'project' hides a field. | 2250 | |
| coding | HiddenField | 'language' hides a field. | 2278 | |
| coding | HiddenField | 'project' hides a field. | 2361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 146 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 165 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 189 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 219 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 244 | |
| javadoc | JavadocMethod | Expected @param tag for 'xmlnsPrefix'. | 265 | |
| coding | RedundantThrows | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 |