The following document contains the results of Checkstyle 5.7.
File | I | W | E |
---|---|---|---|
org/apache/archiva/common/plexusbridge/PlexusSisuBridge.java | 0 | 5 | 12 |
org/apache/archiva/common/plexusbridge/PlexusSisuBridgeException.java | 0 | 2 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
2 | Error |
RightCurly
|
1 | Error | |
imports | UnusedImports | 2 | Error |
javadoc | JavadocMethod
|
7 | Warning |
whitespace | ParenPad
|
6 | Error |
WhitespaceAfter | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.eclipse.sisu.inject.TypeArguments. | 31 |
Error | imports | UnusedImports | Unused import - javax.inject.Inject. | 37 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 61 |
Error | blocks | LeftCurly | '{' should be on a new line. | 71 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 107 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 107 |
Error | blocks | RightCurly | '}' should be alone on a line. | 127 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 127 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 127 |
Error | blocks | LeftCurly | '{' should be on a new line. | 127 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 128 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 128 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |