This project has retired. For details please refer to its Attic page.
Archiva Base :: Consumers :: Lucene – Checkstyle Results

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 8 50

Rules

Category Rule Violations Severity
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
javadoc JavadocMethod
  • scope: "protected"
6  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3  Error
whitespace ParenPad
  • option: "space"
2  Error

Details

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning coding HiddenField 'repository' hides a field. 116
 Warning coding HiddenField 'repository' hides a field. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 270

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

Severity Category Rule Message Line
 Error coding MissingSwitchDefault switch without "default" clause. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 155
 Error sizes LineLength Line is longer than 120 characters (found 135). 160
 Warning javadoc JavadocMethod Missing a Javadoc comment. 172
 Error sizes LineLength Line is longer than 120 characters (found 135). 177
 Warning javadoc JavadocMethod Missing a Javadoc comment. 198
 Error sizes LineLength Line is longer than 120 characters (found 135). 203
 Warning javadoc JavadocMethod Missing a Javadoc comment. 227

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