Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
5 7 74 39

Rules

Rule Violations Severity
Translation 0  Error
FileLength 0  Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
1  Error
FileTabCharacter
  • eachLine: "true"
0  Error
LeftCurly
  • option: "nl"
0  Error
RightCurly
  • option: "alone"
0  Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
9  Error
MemberName 0  Error
JavadocMethod
  • scope: "protected"
74  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0  Error
JavadocVariable
  • scope: "protected"
7  Info
ConstantName 0  Error
LocalFinalVariableName 0  Error
LocalVariableName 0  Error
MethodName 0  Error
PackageName 0  Error
ParameterName 0  Error
StaticVariableName 0  Error
TypeName 0  Error
AvoidStarImport 0  Error
IllegalImport 0  Error
RedundantImport 0  Error
UnusedImports 2  Error
MethodLength 1  Error
ParameterNumber 0  Error
EmptyForIteratorPad
  • option: "space"
0  Error
OperatorWrap 4  Error
ParenPad
  • option: "space"
14  Error
WhitespaceAfter 5  Error
WhitespaceAround 0  Error
ModifierOrder 0  Error
RedundantModifier 0  Error
AvoidNestedBlocks 0  Error
EmptyBlock
  • option: "text"
0  Error
NeedBraces 0  Error
EmptyStatement 0  Error
EqualsHashCode 0  Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0  Warning
IllegalInstantiation 0  Error
InnerAssignment 0  Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0  Error
MissingSwitchDefault 0  Error
RedundantThrows 3  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
InterfaceIsType 0  Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0  Error
UpperEll 0  Error

Details

org/apache/maven/archiver/ManifestConfiguration.java

Severity Message Line
 Error Line does not match expected header line of '^/\*\s*$'. 3
 Error Unused import - org.apache.maven.artifact.Artifact. 3
 Error Unused import - org.apache.maven.artifact.handler.ArtifactHandler. 4
 Info Missing a Javadoc comment. 34
 Info Missing a Javadoc comment. 36
 Info Missing a Javadoc comment. 38
 Warning Missing a Javadoc comment. 82
 Warning Missing a Javadoc comment. 87
 Warning Missing a Javadoc comment. 92
 Warning Missing a Javadoc comment. 97
 Warning Missing a Javadoc comment. 102
 Warning Missing a Javadoc comment. 107
 Warning Expected an @return tag. 116
 Warning Missing a Javadoc comment. 121
 Warning Missing a Javadoc comment. 126
 Warning Missing a Javadoc comment. 131
 Warning Missing a Javadoc comment. 136
 Warning Expected @param tag for 'classpathMavenRepositoryLayout'. 146
 Warning Missing a Javadoc comment. 151
 Warning Missing a Javadoc comment. 156
 Warning Missing a Javadoc comment. 161
 Warning Missing a Javadoc comment. 166
 Error Line is longer than 120 characters (found 130). 185
 Warning Expected an @return tag. 187
 Error Line is longer than 120 characters (found 142). 189
 Error Line is longer than 120 characters (found 130). 200
 Warning Expected @param tag for 'classpathLayoutType'. 202
 Error Line is longer than 120 characters (found 134). 208
 Warning Expected an @return tag. 218
 Error Line is longer than 120 characters (found 129). 224
 Error Line is longer than 120 characters (found 125). 225
 Warning Expected @param tag for 'customClasspathLayout'. 233
 Warning Expected an @return tag. 248
 Warning Expected @param tag for 'useUniqueVersions'. 263

org/apache/maven/archiver/ManifestSection.java

Severity Message Line
 Error ',' is not followed by whitespace. 34
 Error ',' is not followed by whitespace. 34
 Warning Missing a Javadoc comment. 36
 Warning Missing a Javadoc comment. 41
 Error ',' is not followed by whitespace. 41
 Warning Missing a Javadoc comment. 46
 Warning Missing a Javadoc comment. 51
 Warning Missing a Javadoc comment. 56
 Error ',' is not followed by whitespace. 56
 Warning Missing a Javadoc comment. 61

org/apache/maven/archiver/MavenArchiveConfiguration.java

Severity Message Line
 Warning Missing a Javadoc comment. 63
 Warning Missing a Javadoc comment. 68
 Warning Missing a Javadoc comment. 73
 Warning Missing a Javadoc comment. 78
 Warning Missing a Javadoc comment. 83
 Warning Missing a Javadoc comment. 88
 Warning Missing a Javadoc comment. 93
 Warning Missing a Javadoc comment. 102
 Warning Missing a Javadoc comment. 107
 Warning Missing a Javadoc comment. 112
 Warning Missing a Javadoc comment. 117
 Warning Missing a Javadoc comment. 122
 Warning Missing a Javadoc comment. 127
 Warning Missing a Javadoc comment. 132
 Error ',' is not followed by whitespace. 132
 Warning Missing a Javadoc comment. 137
 Warning Missing a Javadoc comment. 142
 Warning Missing a Javadoc comment. 147
 Warning Missing a Javadoc comment. 152
 Warning Missing a Javadoc comment. 157
 Warning Missing a Javadoc comment. 162
 Warning Missing a Javadoc comment. 167
 Warning Missing a Javadoc comment. 172

org/apache/maven/archiver/MavenArchiver.java

Severity Message Line
 Info Missing a Javadoc comment. 56
 Info Missing a Javadoc comment. 59
 Error '+' should be on a new line. 59
 Error '+' should be on a new line. 60
 Info Missing a Javadoc comment. 63
 Info Missing a Javadoc comment. 66
 Error '+' should be on a new line. 66
 Error '+' should be on a new line. 67
 Error '(' is not followed by whitespace. 97
 Error ')' is not preceded with whitespace. 97
 Warning Missing a Javadoc comment. 104
 Warning Expected an @return tag. 169
 Warning Expected @param tag for 'project'. 169
 Warning Expected @param tag for 'config'. 169
 Warning Expected @throws tag for 'ManifestException'. 170
 Warning Expected @throws tag for 'DependencyResolutionRequiredException'. 170
 Warning Missing a Javadoc comment. 175
 Error Method length is 240 lines (max allowed is 150). 208
 Warning Missing a Javadoc comment. 208
 Error '(' is not followed by whitespace. 224
 Error ')' is not preceded with whitespace. 224
 Error '(' is not followed by whitespace. 236
 Error ')' is not preceded with whitespace. 236
 Error Line is longer than 120 characters (found 123). 245
 Error Line is longer than 120 characters (found 205). 326
 Error Line is longer than 120 characters (found 127). 334
 Error '(' is not followed by whitespace. 404
 Error ')' is not preceded with whitespace. 404
 Warning Missing a Javadoc comment. 475
 Warning Missing a Javadoc comment. 480
 Warning Missing a Javadoc comment. 485
 Error '(' is not followed by whitespace. 493
 Error ')' is not preceded with whitespace. 493
 Warning Expected @param tag for 'project'. 494
 Warning Expected @param tag for 'archiveConfiguration'. 494
 Warning Expected @throws tag for 'ArchiverException'. 495
 Error Redundant throws: 'ArchiverException' is unchecked exception. 495
 Warning Expected @throws tag for 'ManifestException'. 495
 Warning Expected @throws tag for 'IOException'. 495
 Warning Expected @throws tag for 'DependencyResolutionRequiredException'. 495
 Warning Missing a Javadoc comment. 500
 Error Redundant throws: 'ArchiverException' is unchecked exception. 502
 Error '(' is not followed by whitespace. 511
 Error ')' is not preceded with whitespace. 511
 Error '(' is not followed by whitespace. 582
 Error ')' is not preceded with whitespace. 582

org/apache/maven/archiver/PomPropertiesUtil.java

Severity Message Line
 Warning Expected @param tag for 'project'. 101
 Warning Expected @param tag for 'archiver'. 101
 Warning Expected @param tag for 'pomPropertiesFile'. 101
 Warning Expected @param tag for 'forceCreation'. 102
 Warning Expected @throws tag for 'ArchiverException'. 103
 Error Redundant throws: 'ArchiverException' is unchecked exception. 103
 Warning Expected @throws tag for 'IOException'. 103