This project has retired. For details please refer to its Attic page.
Archiva Base :: Storage API – 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 25 31

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1  Error
coding RedundantThrows 1  Error
javadoc JavadocMethod
  • scope: "protected"
25  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4  Error
whitespace ParenPad
  • option: "space"
25  Error

Details

org/apache/archiva/repository/storage/RepositoryStorage.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 49
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Warning javadoc JavadocMethod Expected an @return tag. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Warning javadoc JavadocMethod Expected @param tag for 'path'. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 85
 Error sizes LineLength Line is longer than 120 characters (found 138). 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 104
 Error sizes LineLength Line is longer than 120 characters (found 135). 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 114
 Warning javadoc JavadocMethod Expected an @return tag. 122
 Error whitespace ParenPad '(' is not followed by whitespace. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error whitespace ParenPad '(' is not followed by whitespace. 130
 Warning javadoc JavadocMethod Expected @param tag for 'asset'. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 130
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 142
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 177

org/apache/archiva/repository/storage/StorageAsset.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected an @return tag. 48
 Warning javadoc JavadocMethod Expected an @return tag. 61
 Warning javadoc JavadocMethod Expected an @return tag. 68
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Error sizes LineLength Line is longer than 120 characters (found 129). 79
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 99
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 107
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 127
 Warning javadoc JavadocMethod Expected an @return tag. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 137
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 149
 Error coding RedundantThrows Redundant throws: 'UnsupportedOperationException' is unchecked exception. 158
 Error sizes LineLength Line is longer than 120 characters (found 122). 161
 Warning javadoc JavadocMethod Expected an @return tag. 166
 Warning javadoc JavadocMethod Expected an @return tag. 172
 Warning javadoc JavadocMethod Expected an @return tag. 185
 Error whitespace ParenPad '(' is not followed by whitespace. 185
 Warning javadoc JavadocMethod Expected @param tag for 'toPath'. 185
 Error whitespace ParenPad ')' is not preceded with whitespace. 185