Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
17010636

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
1Errors Error
RightCurly
  • option: "alone"
1Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
90Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName1Errors Error
LocalVariableName2Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber1Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap2Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier17Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
16Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment2Errors 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"
4Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression2Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/jxr/DirectoryIndexer.java

ViolationMessageLine
WarningsExpected an @return tag.121
WarningsExpected an @return tag.140
WarningsExpected an @return tag.161
WarningsExpected an @return tag.182
WarningsExpected an @return tag.203
WarningsExpected @param tag for 'log'.213

org/apache/maven/jxr/JXR.java

ViolationMessageLine
WarningsExpected @param tag for 'packageManager'.103
WarningsExpected @param tag for 'source'.103
WarningsExpected @throws tag for 'IOException'.104
WarningsExpected @param tag for 'dest'.181
WarningsExpected @param tag for 'locale'.189
WarningsExpected @param tag for 'inputEncoding'.197
WarningsExpected @param tag for 'outputEncoding'.205
WarningsExpected @param tag for 'javadocLinkDir'.213
WarningsExpected @param tag for 'transformer'.222
WarningsExpected @param tag for 'revision'.230
WarningsExpected @param tag for 'log'.238
WarningsExpected @param tag for 'sourceDirs'.252
WarningsExpected @param tag for 'templateDir'.252
WarningsExpected @param tag for 'windowTitle'.252
WarningsExpected @param tag for 'docTitle'.252
WarningsExpected @param tag for 'bottom'.252
WarningsExpected @throws tag for 'IOException'.253
WarningsExpected @throws tag for 'JxrException'.253
Warnings'dest' hides a field.300
Warnings'dest' hides a field.329
WarningsMissing a Javadoc comment.409
WarningsMissing a Javadoc comment.415

org/apache/maven/jxr/JavaCodeTransform.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Warnings'outputEncoding' hides a field.274
ErrorsLine is longer than 120 characters.283
ErrorsMore than 7 parameters.350
Warnings'locale' hides a field.350
Warnings'inputEncoding' hides a field.350
Warnings'outputEncoding' hides a field.351
Warnings'javadocLinkDir' hides a field.351
Warnings'revision' hides a field.351
WarningsExpected @throws tag for 'IOException'.353
ErrorsLine is longer than 120 characters.377
Warnings'sourcefile' hides a field.406
Warnings'destfile' hides a field.406
Warnings'locale' hides a field.406
Warnings'inputEncoding' hides a field.406
Warnings'outputEncoding' hides a field.407
Warnings'javadocLinkDir' hides a field.407
Warnings'revision' hides a field.407
WarningsExpected @throws tag for 'IOException'.408
ErrorsRedundant 'final' modifier.701
ErrorsRedundant 'final' modifier.724
Errors':' should be on a new line.732
Errors':' should be on a new line.734
ErrorsRedundant 'final' modifier.779
ErrorsInner assignments should be avoided.789
ErrorsRedundant 'final' modifier.810
ErrorsInner assignments should be avoided.822
Errors'}' should be alone on a line.829
Errors'{' should be on a new line.829
ErrorsRedundant 'final' modifier.855
ErrorsRedundant 'final' modifier.903
ErrorsName 'CLASS_KEYWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'.905
Errors'65' is a magic number.919
Errors'90' is a magic number.919
Errors'97' is a magic number.919
Errors'122' is a magic number.919
ErrorsRedundant 'final' modifier.963
ErrorsRedundant 'final' modifier.983
ErrorsRedundant 'final' modifier.1010
ErrorsRedundant 'final' modifier.1099
ErrorsRedundant 'final' modifier.1151
ErrorsRedundant 'final' modifier.1174
ErrorsName 'fqpn_package' must match pattern '^[a-z][a-zA-Z0-9]*$'.1245
ErrorsName 'fqpn_class' must match pattern '^[a-z][a-zA-Z0-9]*$'.1246
ErrorsRedundant 'final' modifier.1296
ErrorsRedundant 'final' modifier.1326
ErrorsRedundant 'final' modifier.1339
ErrorsRedundant 'final' modifier.1374
ErrorsRedundant 'final' modifier.1467

org/apache/maven/jxr/JxrException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31

org/apache/maven/jxr/ant/DirectoryScanner.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33

org/apache/maven/jxr/log/Log.java

ViolationMessageLine
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36

org/apache/maven/jxr/log/VelocityLogger.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41

org/apache/maven/jxr/pacman/ClassType.java

ViolationMessageLine
WarningsExpected @param tag for 'name'.41
WarningsExpected @param tag for 'name'.52
WarningsExpected @param tag for 'filename'.52
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64

org/apache/maven/jxr/pacman/FileManager.java

ViolationMessageLine
WarningsExpected an @return tag.51
WarningsExpected an @return tag.60
WarningsExpected @param tag for 'name'.60
WarningsExpected @throws tag for 'IOException'.61
WarningsExpected @param tag for 'file'.78
WarningsExpected an @return tag.98

org/apache/maven/jxr/pacman/ImportType.java

ViolationMessageLine
WarningsExpected @param tag for 'name'.40
WarningsExpected an @return tag.61
WarningsExpected an @return tag.69
WarningsExpected an @return tag.79

org/apache/maven/jxr/pacman/JavaFile.java

ViolationMessageLine
WarningsExpected an @return tag.48
WarningsExpected an @return tag.59
WarningsExpected an @return tag.75
WarningsExpected an @return tag.83
WarningsExpected @param tag for 'classType'.92
WarningsExpected @param tag for 'importType'.100
WarningsExpected @param tag for 'classType'.108
WarningsExpected @param tag for 'packageType'.118
WarningsExpected an @return tag.127
WarningsExpected @param tag for 'filename'.135
WarningsExpected an @return tag.144
WarningsExpected @param tag for 'encoding'.152

org/apache/maven/jxr/pacman/JavaFileImpl.java

ViolationMessageLine
WarningsExpected @param tag for 'filename'.50
WarningsExpected @param tag for 'encoding'.50
WarningsExpected @throws tag for 'IOException'.51

org/apache/maven/jxr/pacman/PackageManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.64
WarningsExpected an @return tag.74
WarningsExpected @param tag for 'name'.74
WarningsExpected @param tag for 'packageType'.89
WarningsExpected an @return tag.97
WarningsExpected @param tag for 'directory'.160
Warnings'directories' hides a field.172
WarningsExpected @param tag for 'directories'.172
WarningsMissing a Javadoc comment.214
WarningsMissing a Javadoc comment.219
WarningsMissing a Javadoc comment.225

org/apache/maven/jxr/pacman/PackageType.java

ViolationMessageLine
WarningsExpected @param tag for 'name'.39
WarningsExpected an @return tag.55
WarningsExpected @param tag for 'classType'.64
WarningsExpected an @return tag.75
WarningsExpected @param tag for 'classType'.75

org/apache/maven/jxr/util/SimpleWordTokenizer.java

ViolationMessageLine
WarningsExpected an @return tag.42
WarningsExpected @param tag for 'line'.42
WarningsExpected an @return tag.69
ErrorsExpression can be simplified.197

org/apache/maven/jxr/util/StringEntry.java

ViolationMessageLine
WarningsExpected @param tag for 'value'.40
WarningsExpected @param tag for 'index'.40
WarningsExpected an @return tag.50
WarningsExpected an @return tag.58
WarningsExpected an @return tag.66
WarningsExpected @param tag for 'obj'.66
ErrorsExpression can be simplified.70