This project has retired. For details please refer to its Attic page.
Archiva :: Maven :: Metadata – 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 1 11 68

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
9  Error
RightCurly
  • option: "alone"
3  Error
coding EqualsHashCode 1  Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1  Warning
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
1  Error
javadoc JavadocMethod
  • scope: "protected"
10  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1  Error
JavadocVariable
  • scope: "protected"
1  Info
naming ConstantName 1  Error
whitespace ParenPad
  • option: "space"
52  Error

Details

org/apache/archiva/maven2/metadata/MavenMetadataReader.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^\s*$'. 2
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error blocks LeftCurly '{' should be on a new line. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 71
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Error blocks LeftCurly '{' should be on a new line. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error blocks RightCurly '}' should be alone on a line. 73
 Error blocks LeftCurly '{' should be on a new line. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Warning javadoc JavadocMethod Expected @throws tag for 'XMLException'. 86
 Error blocks LeftCurly '{' should be on a new line. 86
 Error blocks LeftCurly '{' should be on a new line. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error blocks RightCurly '}' should be alone on a line. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error blocks LeftCurly '{' should be on a new line. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 102
 Error whitespace ParenPad ')' is not preceded with whitespace. 102
 Error blocks LeftCurly '{' should be on a new line. 105
 Error whitespace ParenPad '(' is not followed by whitespace. 106
 Error whitespace ParenPad '(' is not followed by whitespace. 106
 Error whitespace ParenPad ')' is not preceded with whitespace. 106
 Error whitespace ParenPad ')' is not preceded with whitespace. 106
 Error blocks RightCurly '}' should be alone on a line. 107
 Error whitespace ParenPad '(' is not followed by whitespace. 107
 Error whitespace ParenPad ')' is not preceded with whitespace. 107
 Error blocks LeftCurly '{' should be on a new line. 107
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error blocks LeftCurly '{' should be on a new line. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 135
 Error whitespace ParenPad ')' is not preceded with whitespace. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 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. 138
 Error whitespace ParenPad ')' is not preceded with whitespace. 138
 Error whitespace ParenPad '(' is not followed by whitespace. 139
 Error whitespace ParenPad ')' is not preceded with whitespace. 139
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140

org/apache/archiva/metadata/model/maven2/MavenArtifactFacet.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 28
 Info javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning coding HiddenField 'buildNumber' hides a field. 120
 Error coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 127