Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
17 0 109 39

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1 Errors Error
FileTabCharacter
  • eachLine: "true"
2 Errors Error
LeftCurly
  • option: "nl"
1 Errors Error
RightCurly
  • option: "alone"
1 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
93 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 1 Errors Error
LocalVariableName 2 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 2 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 2 Errors Error
ParenPad
  • option: "space"
0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 17 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
16 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 2 Errors 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"
4 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 2 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/jxr/DirectoryIndexer.java

Violation Message Line
Warnings Expected an @return tag. 121
Warnings Expected an @return tag. 140
Warnings Expected an @return tag. 161
Warnings Expected an @return tag. 182
Warnings Expected an @return tag. 203
Warnings Expected @param tag for 'log'. 213

org/apache/maven/jxr/JXR.java

Violation Message Line
Warnings Expected @param tag for 'packageManager'. 98
Warnings Expected @param tag for 'source'. 98
Warnings Expected @param tag for 'bottom'. 98
Warnings Expected @throws tag for 'IOException'. 99
Warnings Expected @param tag for 'dest'. 176
Warnings Expected @param tag for 'locale'. 184
Warnings Expected @param tag for 'inputEncoding'. 192
Warnings Expected @param tag for 'outputEncoding'. 200
Warnings Expected @param tag for 'javadocLinkDir'. 208
Warnings Expected @param tag for 'transformer'. 217
Warnings Expected @param tag for 'revision'. 225
Warnings Expected @param tag for 'log'. 233
Warnings Expected @param tag for 'sourceDirs'. 247
Warnings Expected @param tag for 'templateDir'. 247
Warnings Expected @param tag for 'windowTitle'. 247
Warnings Expected @param tag for 'docTitle'. 247
Warnings Expected @param tag for 'bottom'. 247
Warnings Expected @throws tag for 'IOException'. 248
Warnings Expected @throws tag for 'JxrException'. 248
Warnings 'dest' hides a field. 295
Warnings 'dest' hides a field. 325
Warnings Missing a Javadoc comment. 406
Warnings Missing a Javadoc comment. 412

org/apache/maven/jxr/JavaCodeTransform.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Unused Javadoc tag. 269
Warnings 'outputEncoding' hides a field. 273
Errors Line is longer than 120 characters. 281
Errors Line contains a tab character. 300
Errors Line contains a tab character. 304
Warnings Unused Javadoc tag. 335
Errors More than 7 parameters. 361
Warnings 'locale' hides a field. 361
Warnings 'inputEncoding' hides a field. 361
Warnings 'outputEncoding' hides a field. 362
Warnings 'javadocLinkDir' hides a field. 362
Warnings 'revision' hides a field. 362
Warnings Expected @throws tag for 'IOException'. 363
Errors Line is longer than 120 characters. 384
Errors More than 7 parameters. 411
Warnings 'sourcefile' hides a field. 411
Warnings 'destfile' hides a field. 411
Warnings 'locale' hides a field. 411
Warnings 'inputEncoding' hides a field. 411
Warnings 'outputEncoding' hides a field. 412
Warnings 'javadocLinkDir' hides a field. 412
Warnings 'revision' hides a field. 412
Warnings Expected @throws tag for 'IOException'. 413
Errors Redundant 'final' modifier. 706
Errors Redundant 'final' modifier. 729
Errors ':' should be on a new line. 737
Errors ':' should be on a new line. 739
Errors Redundant 'final' modifier. 784
Errors Inner assignments should be avoided. 794
Errors Redundant 'final' modifier. 815
Errors Inner assignments should be avoided. 827
Errors '}' should be alone on a line. 834
Errors '{' should be on a new line. 834
Errors Redundant 'final' modifier. 860
Errors Redundant 'final' modifier. 908
Errors Name 'CLASS_KEYWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 910
Errors '65' is a magic number. 924
Errors '90' is a magic number. 924
Errors '97' is a magic number. 924
Errors '122' is a magic number. 924
Errors Redundant 'final' modifier. 968
Errors Redundant 'final' modifier. 988
Errors Redundant 'final' modifier. 1015
Errors Redundant 'final' modifier. 1104
Errors Redundant 'final' modifier. 1156
Errors Redundant 'final' modifier. 1179
Errors Name 'fqpn_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1250
Errors Name 'fqpn_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1251
Errors Redundant 'final' modifier. 1301
Errors Redundant 'final' modifier. 1331
Errors Redundant 'final' modifier. 1344
Errors Redundant 'final' modifier. 1379
Errors Redundant 'final' modifier. 1472

org/apache/maven/jxr/JxrException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31

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

Violation Message Line
Warnings Missing a Javadoc comment. 33

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

Violation Message Line
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36

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

Violation Message Line
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 41

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

Violation Message Line
Warnings Expected @param tag for 'name'. 41
Warnings Expected @param tag for 'name'. 52
Warnings Expected @param tag for 'filename'. 52
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 64

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

Violation Message Line
Warnings Expected an @return tag. 51
Warnings Expected an @return tag. 60
Warnings Expected @param tag for 'name'. 60
Warnings Expected @throws tag for 'IOException'. 61
Warnings Expected @param tag for 'file'. 78
Warnings Expected an @return tag. 98

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

Violation Message Line
Warnings Expected @param tag for 'name'. 40
Warnings Expected an @return tag. 61
Warnings Expected an @return tag. 69
Warnings Expected an @return tag. 79

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

Violation Message Line
Warnings Expected an @return tag. 48
Warnings Expected an @return tag. 59
Warnings Expected an @return tag. 75
Warnings Expected an @return tag. 83
Warnings Expected @param tag for 'classType'. 92
Warnings Expected @param tag for 'importType'. 100
Warnings Expected @param tag for 'classType'. 108
Warnings Expected @param tag for 'packageType'. 118
Warnings Expected an @return tag. 127
Warnings Expected @param tag for 'filename'. 135
Warnings Expected an @return tag. 144
Warnings Expected @param tag for 'encoding'. 152

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

Violation Message Line
Warnings Expected @param tag for 'filename'. 50
Warnings Expected @param tag for 'encoding'. 50
Warnings Expected @throws tag for 'IOException'. 51

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

Violation Message Line
Warnings Missing a Javadoc comment. 64
Warnings Expected an @return tag. 74
Warnings Expected @param tag for 'name'. 74
Warnings Expected @param tag for 'packageType'. 89
Warnings Expected an @return tag. 97
Warnings Expected @param tag for 'directory'. 160
Warnings 'directories' hides a field. 172
Warnings Expected @param tag for 'directories'. 172
Warnings Missing a Javadoc comment. 214
Warnings Missing a Javadoc comment. 219
Warnings Missing a Javadoc comment. 225

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

Violation Message Line
Warnings Expected @param tag for 'name'. 39
Warnings Expected an @return tag. 55
Warnings Expected @param tag for 'classType'. 64
Warnings Expected an @return tag. 75
Warnings Expected @param tag for 'classType'. 75

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

Violation Message Line
Warnings Expected an @return tag. 42
Warnings Expected @param tag for 'line'. 42
Warnings Expected an @return tag. 69
Errors Expression can be simplified. 197

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

Violation Message Line
Warnings Expected @param tag for 'value'. 40
Warnings Expected @param tag for 'index'. 40
Warnings Expected an @return tag. 50
Warnings Expected an @return tag. 58
Warnings Expected an @return tag. 66
Warnings Expected @param tag for 'obj'. 66
Errors Expression can be simplified. 70