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