This project has retired. For details please refer to its Attic page.
Archiva Base :: Plexus Bridge – Checkstyle Results Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
2 0 7 12

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2  Error
RightCurly
  • option: "alone"
1  Error
imports UnusedImports 2  Error
javadoc JavadocMethod
  • scope: "protected"
7  Warning
whitespace ParenPad
  • option: "space"
6  Error
WhitespaceAfter 1  Error

Details

org/apache/archiva/common/plexusbridge/PlexusSisuBridge.java

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

org/apache/archiva/common/plexusbridge/PlexusSisuBridgeException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34