The following document contains the results of Checkstyle 5.7. 
| File | |||
|---|---|---|---|
| org/apache/archiva/consumers/metadata/ArchivaMetadataCreationConsumer.java | 0 | 3 | 7 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
2 | |
| javadoc | JavadocMethod
|
1 | |
| naming | ConstantName | 1 | |
| whitespace | ParenPad
|
6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 | |
| coding | HiddenField | 'whenGathered' hides a field. | 122 | |
| coding | HiddenField | 'whenGathered' hides a field. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |