Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
17010635

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
90Warnings Warning
JavadocType
  • 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
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier16Errors 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
InnerAssignment5Errors 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.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
ErrorsLine is longer than 120 characters.375
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
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.921
Errors'90' is a magic number.921
Errors'97' is a magic number.921
Errors'122' is a magic number.921
ErrorsRedundant 'final' modifier.965
ErrorsRedundant 'final' modifier.985
ErrorsRedundant 'final' modifier.1012
ErrorsRedundant 'final' modifier.1101
ErrorsRedundant 'final' modifier.1153
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
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41

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

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [created] is not a valid Javadoc tag name0

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