This project has retired. For details please refer to its Attic page.
Archiva Base :: Consumers :: Lucene – 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
4 0 8 106

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
4  Error
RightCurly
  • option: "alone"
3  Error
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
MissingSwitchDefault 1  Error
RedundantThrows 42  Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
2  Error
imports AvoidStarImport 1  Error
javadoc JavadocMethod
  • scope: "protected"
6  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
6  Error
whitespace ParenPad
  • option: "space"
39  Error
WhitespaceAround 8  Error

Details

org/apache/archiva/consumers/lucene/NexusIndexerConsumer.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Warning coding HiddenField 'repository' hides a field. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error blocks LeftCurly '{' should be on a new line. 112
 Error whitespace ParenPad '(' is not followed by whitespace. 113
 Error whitespace ParenPad ')' is not preceded with whitespace. 113
 Error blocks RightCurly '}' should be alone on a line. 114
 Error blocks LeftCurly '{' should be on a new line. 114
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 115
 Error blocks RightCurly '}' should be alone on a line. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error blocks LeftCurly '{' should be on a new line. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 119
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Warning coding HiddenField 'repository' hides a field. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error sizes LineLength Line is longer than 120 characters (found 131). 145
 Error whitespace ParenPad '(' is not followed by whitespace. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error sizes LineLength Line is longer than 120 characters (found 125). 191
 Error whitespace ParenPad ')' is not preceded with whitespace. 191
 Warning javadoc JavadocMethod Missing a Javadoc comment. 247
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error blocks RightCurly '}' should be alone on a line. 271
 Error whitespace ParenPad '(' is not followed by whitespace. 271
 Error whitespace ParenPad ')' is not preceded with whitespace. 271
 Error blocks LeftCurly '{' should be on a new line. 271
 Error whitespace ParenPad '(' is not followed by whitespace. 272
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 272
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 272
 Error whitespace ParenPad ')' is not preceded with whitespace. 272
 Error whitespace ParenPad '(' is not followed by whitespace. 273
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 273
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 273
 Error whitespace ParenPad ')' is not preceded with whitespace. 273

org/apache/archiva/consumers/lucene/NexusIndexerConsumerTest.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 46
 Error coding MissingSwitchDefault switch without "default" clause. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error sizes LineLength Line is longer than 120 characters (found 161). 119
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 138
 Error whitespace ParenPad ')' is not preceded with whitespace. 138
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Warning javadoc JavadocMethod Missing a Javadoc comment. 149
 Error sizes LineLength Line is longer than 120 characters (found 135). 155
 Warning javadoc JavadocMethod Missing a Javadoc comment. 167
 Error sizes LineLength Line is longer than 120 characters (found 135). 173
 Warning javadoc JavadocMethod Missing a Javadoc comment. 194
 Error sizes LineLength Line is longer than 120 characters (found 135). 200
 Warning javadoc JavadocMethod Missing a Javadoc comment. 224

org/apache/archiva/consumers/lucene/test/TestRBACManager.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^\s*$'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is not preceded with whitespace. 41
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 95
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 102
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 109
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 116
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 123
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 151
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 158
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 158
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 165
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 165
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 198
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 205
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 219
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 219
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 226
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 226
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 252
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 259
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 273
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 273
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 279
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 279
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 304
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 311
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 325
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 325
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 332
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 332
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 358
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 365
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 386
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 386
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 393
 Error coding RedundantThrows Redundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'. 393
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 400
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 407
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 414
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 421
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 428
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 435
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 442
 Error coding RedundantThrows Redundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'. 449

org/apache/archiva/consumers/lucene/test/TestRoleManager.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^\s*$'. 2