Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
173016337

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
1Errors Error
MemberName0Errors Error
JavadocMethod116Warnings Warning
JavadocType0Errors Error
JavadocVariable30Infos Info
ConstantName0Errors Error
LocalFinalVariableName1Errors Error
LocalVariableName2Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
RegexpHeader
  • headerFile: "G:\apache\maven\jxr\trunk\target\checkout\maven-jxr\target\checkstyle-header.txt"
1Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
FileLength0Errors Error
MethodLength0Errors Error
ParameterNumber1Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
TabCharacter0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier16Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField47Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment5Errors Error
MagicNumber7Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression3Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/jxr/DirectoryIndexer.java

ViolationMessageLine
InfosMissing a Javadoc comment.69
InfosMissing a Javadoc comment.74
InfosMissing a Javadoc comment.79
InfosMissing a Javadoc comment.84
InfosMissing a Javadoc comment.86
InfosMissing a Javadoc comment.88
InfosMissing a Javadoc comment.90
InfosMissing a Javadoc comment.92
Warnings'packageManager' hides a field.100
Warnings'root' hides a field.100
Warnings'outputEncoding' hides a field.111
WarningsExpected an @return tag.119
Warnings'templateDir' hides a field.130
WarningsExpected an @return tag.138
Warnings'windowTitle' hides a field.149
WarningsExpected an @return tag.159
Warnings'docTitle' hides a field.170
WarningsExpected an @return tag.180
Warnings'bottom' hides a field.191
WarningsExpected an @return tag.201
WarningsExpected @param tag for 'log'.211
WarningsMissing a Javadoc comment.256
WarningsMissing a Javadoc comment.283
WarningsMissing a Javadoc comment.337

org/apache/maven/jxr/JXR.java

ViolationMessageLine
InfosMissing a Javadoc comment.64
InfosMissing a Javadoc comment.66
InfosMissing a Javadoc comment.68
WarningsExpected @param tag for 'packageManager'.103
WarningsExpected @param tag for 'source'.103
WarningsExpected @throws tag for 'IOException'.104
Warnings'dest' hides a field.181
WarningsExpected @param tag for 'dest'.181
Warnings'locale' hides a field.189
WarningsExpected @param tag for 'locale'.189
Warnings'inputEncoding' hides a field.197
WarningsExpected @param tag for 'inputEncoding'.197
Warnings'outputEncoding' hides a field.205
WarningsExpected @param tag for 'outputEncoding'.205
Warnings'javadocLinkDir' hides a field.213
WarningsExpected @param tag for 'javadocLinkDir'.213
Warnings'transformer' hides a field.222
WarningsExpected @param tag for 'transformer'.222
Warnings'revision' hides a field.230
WarningsExpected @param tag for 'revision'.230
Warnings'log' hides a field.238
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
WarningsExpected @param tag for 'source'.296
WarningsExpected @param tag for 'filename'.296
Warnings'dest' hides a field.300
Warnings'dest' hides a field.329
WarningsMissing a Javadoc comment.409
Warnings'excludes' hides a field.409
WarningsMissing a Javadoc comment.415
Warnings'includes' hides a field.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'packageManager' hides a field.240
Warnings'outputEncoding' hides a field.272
ErrorsLine is longer than 120 characters.281
ErrorsMore than 7 parameters.348
Warnings'locale' hides a field.348
Warnings'inputEncoding' hides a field.348
Warnings'outputEncoding' hides a field.349
Warnings'javadocLinkDir' hides a field.349
Warnings'revision' hides a field.349
WarningsExpected @throws tag for 'IOException'.351
Warnings'sourcefile' hides a field.404
Warnings'destfile' hides a field.404
Warnings'locale' hides a field.404
Warnings'inputEncoding' hides a field.404
Warnings'outputEncoding' hides a field.405
Warnings'javadocLinkDir' hides a field.405
Warnings'revision' hides a field.405
WarningsExpected @throws tag for 'IOException'.406
ErrorsRedundant 'final' modifier.699
ErrorsRedundant 'final' modifier.720
ErrorsInner assignments should be avoided.730
ErrorsInner assignments should be avoided.745
ErrorsInner assignments should be avoided.779
Errors'3' is a magic number.789
ErrorsInner assignments should be avoided.795
ErrorsRedundant 'final' modifier.828
ErrorsInner assignments should be avoided.836
ErrorsRedundant 'final' modifier.857
ErrorsRedundant 'final' modifier.905
ErrorsName 'CLASS_KEYWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'.907
Errors'65' is a magic number.922
Errors'90' is a magic number.922
Errors'97' is a magic number.922
Errors'122' is a magic number.922
ErrorsRedundant 'final' modifier.966
ErrorsRedundant 'final' modifier.986
ErrorsRedundant 'final' modifier.1013
WarningsExpected @throws tag for 'IOException'.1078
WarningsExpected @throws tag for 'ClassNotFoundException'.1091
WarningsExpected @throws tag for 'IOException'.1091
ErrorsRedundant 'final' modifier.1101
ErrorsRedundant 'final' modifier.1153
Errors'10' is a magic number.1155
Errors'100' is a magic number.1159
ErrorsRedundant 'final' modifier.1176
ErrorsName 'fqpn_package' must match pattern '^[a-z][a-zA-Z0-9]*$'.1247
ErrorsName 'fqpn_class' must match pattern '^[a-z][a-zA-Z0-9]*$'.1248
ErrorsRedundant 'final' modifier.1298
ErrorsRedundant 'final' modifier.1328
ErrorsRedundant 'final' modifier.1341
ErrorsRedundant 'final' modifier.1376
ErrorsRedundant 'final' modifier.1469

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
InfosMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41

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

ViolationMessageLine
InfosMissing a Javadoc comment.30
Warnings'name' hides a field.53

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

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

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

ViolationMessageLine
InfosMissing a Javadoc comment.44
InfosMissing a Javadoc comment.46
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
Warnings'encoding' hides a field.88
WarningsExpected an @return tag.98

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

ViolationMessageLine
InfosMissing a Javadoc comment.29
InfosMissing a Javadoc comment.31
InfosMissing a Javadoc comment.33
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
InfosMissing a Javadoc comment.35
InfosMissing a Javadoc comment.37
InfosMissing a Javadoc comment.39
InfosMissing a Javadoc comment.41
InfosMissing a Javadoc comment.43
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
Warnings'packageType' hides a field.118
WarningsExpected @param tag for 'packageType'.118
WarningsExpected an @return tag.127
Warnings'filename' hides a field.135
WarningsExpected @param tag for 'filename'.135
WarningsExpected an @return tag.144
Warnings'encoding' hides a field.152
WarningsExpected @param tag for 'encoding'.152

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

ViolationMessageLine
InfosMissing a Javadoc comment.42
WarningsExpected @param tag for 'filename'.50
WarningsExpected @param tag for 'encoding'.50
WarningsExpected @throws tag for 'IOException'.51
WarningsExpected @throws tag for 'IOException'.72
WarningsExpected an @return tag.141
WarningsExpected @param tag for 'filename'.141
WarningsExpected an @return tag.171
WarningsExpected @throws tag for 'IOException'.172

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

ViolationMessageLine
InfosMissing a Javadoc comment.38
InfosMissing a Javadoc comment.40
InfosMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.64
Warnings'log' hides a field.64
Warnings'fileManager' hides a field.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'.105
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
Warnings'excludes' hides a field.219
WarningsMissing a Javadoc comment.225
Warnings'includes' hides a field.225

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

ViolationMessageLine
InfosMissing a Javadoc comment.32
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
WarningsExpected an @return tag.95
WarningsExpected @param tag for 'line'.95
WarningsExpected @param tag for 'start'.95
WarningsExpected an @return tag.133
WarningsExpected @param tag for 'string'.133
ErrorsExpression can be simplified.147
WarningsExpected an @return tag.160
WarningsExpected @param tag for 'string'.160
WarningsExpected @param tag for 'start'.160
WarningsExpected an @return tag.191
WarningsExpected @param tag for 'string'.191
ErrorsExpression can be simplified.197
WarningsExpected an @return tag.211
WarningsExpected @param tag for 'c'.211

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

ViolationMessageLine
InfosMissing a Javadoc comment.30
InfosMissing a Javadoc comment.32
Warnings'value' hides a field.40
WarningsExpected @param tag for 'value'.40
Warnings'index' hides a field.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