The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
|
1 | Error |
FileTabCharacter
|
2 | Error |
LeftCurly
|
1 | Error |
RightCurly
|
1 | Error |
LineLength
|
2 | Error |
MemberName | 0 | Error |
JavadocMethod
|
93 | Warning |
JavadocType
|
0 | Error |
JavadocVariable
|
0 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 1 | Error |
LocalVariableName | 2 | 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 | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 2 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 2 | Error |
ParenPad
|
0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 17 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
16 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 2 | Error |
MagicNumber
|
4 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 2 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 121 | |
Expected an @return tag. | 140 | |
Expected an @return tag. | 161 | |
Expected an @return tag. | 182 | |
Expected an @return tag. | 203 | |
Expected @param tag for 'log'. | 213 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'packageManager'. | 98 | |
Expected @param tag for 'source'. | 98 | |
Expected @param tag for 'bottom'. | 98 | |
Expected @throws tag for 'IOException'. | 99 | |
Expected @param tag for 'dest'. | 176 | |
Expected @param tag for 'locale'. | 184 | |
Expected @param tag for 'inputEncoding'. | 192 | |
Expected @param tag for 'outputEncoding'. | 200 | |
Expected @param tag for 'javadocLinkDir'. | 208 | |
Expected @param tag for 'transformer'. | 217 | |
Expected @param tag for 'revision'. | 225 | |
Expected @param tag for 'log'. | 233 | |
Expected @param tag for 'sourceDirs'. | 247 | |
Expected @param tag for 'templateDir'. | 247 | |
Expected @param tag for 'windowTitle'. | 247 | |
Expected @param tag for 'docTitle'. | 247 | |
Expected @param tag for 'bottom'. | 247 | |
Expected @throws tag for 'IOException'. | 248 | |
Expected @throws tag for 'JxrException'. | 248 | |
'dest' hides a field. | 295 | |
'dest' hides a field. | 325 | |
Missing a Javadoc comment. | 406 | |
Missing a Javadoc comment. | 412 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused Javadoc tag. | 269 | |
'outputEncoding' hides a field. | 273 | |
Line is longer than 120 characters. | 281 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 304 | |
Unused Javadoc tag. | 335 | |
More than 7 parameters. | 361 | |
'locale' hides a field. | 361 | |
'inputEncoding' hides a field. | 361 | |
'outputEncoding' hides a field. | 362 | |
'javadocLinkDir' hides a field. | 362 | |
'revision' hides a field. | 362 | |
Expected @throws tag for 'IOException'. | 363 | |
Line is longer than 120 characters. | 384 | |
More than 7 parameters. | 411 | |
'sourcefile' hides a field. | 411 | |
'destfile' hides a field. | 411 | |
'locale' hides a field. | 411 | |
'inputEncoding' hides a field. | 411 | |
'outputEncoding' hides a field. | 412 | |
'javadocLinkDir' hides a field. | 412 | |
'revision' hides a field. | 412 | |
Expected @throws tag for 'IOException'. | 413 | |
Redundant 'final' modifier. | 706 | |
Redundant 'final' modifier. | 729 | |
':' should be on a new line. | 737 | |
':' should be on a new line. | 739 | |
Redundant 'final' modifier. | 784 | |
Inner assignments should be avoided. | 794 | |
Redundant 'final' modifier. | 815 | |
Inner assignments should be avoided. | 827 | |
'}' should be alone on a line. | 834 | |
'{' should be on a new line. | 834 | |
Redundant 'final' modifier. | 860 | |
Redundant 'final' modifier. | 908 | |
Name 'CLASS_KEYWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 910 | |
'65' is a magic number. | 924 | |
'90' is a magic number. | 924 | |
'97' is a magic number. | 924 | |
'122' is a magic number. | 924 | |
Redundant 'final' modifier. | 968 | |
Redundant 'final' modifier. | 988 | |
Redundant 'final' modifier. | 1015 | |
Redundant 'final' modifier. | 1104 | |
Redundant 'final' modifier. | 1156 | |
Redundant 'final' modifier. | 1179 | |
Name 'fqpn_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1250 | |
Name 'fqpn_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1251 | |
Redundant 'final' modifier. | 1301 | |
Redundant 'final' modifier. | 1331 | |
Redundant 'final' modifier. | 1344 | |
Redundant 'final' modifier. | 1379 | |
Redundant 'final' modifier. | 1472 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'name'. | 41 | |
Expected @param tag for 'name'. | 52 | |
Expected @param tag for 'filename'. | 52 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 51 | |
Expected an @return tag. | 60 | |
Expected @param tag for 'name'. | 60 | |
Expected @throws tag for 'IOException'. | 61 | |
Expected @param tag for 'file'. | 78 | |
Expected an @return tag. | 98 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'name'. | 40 | |
Expected an @return tag. | 61 | |
Expected an @return tag. | 69 | |
Expected an @return tag. | 79 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 48 | |
Expected an @return tag. | 59 | |
Expected an @return tag. | 75 | |
Expected an @return tag. | 83 | |
Expected @param tag for 'classType'. | 92 | |
Expected @param tag for 'importType'. | 100 | |
Expected @param tag for 'classType'. | 108 | |
Expected @param tag for 'packageType'. | 118 | |
Expected an @return tag. | 127 | |
Expected @param tag for 'filename'. | 135 | |
Expected an @return tag. | 144 | |
Expected @param tag for 'encoding'. | 152 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'filename'. | 50 | |
Expected @param tag for 'encoding'. | 50 | |
Expected @throws tag for 'IOException'. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 64 | |
Expected an @return tag. | 74 | |
Expected @param tag for 'name'. | 74 | |
Expected @param tag for 'packageType'. | 89 | |
Expected an @return tag. | 97 | |
Expected @param tag for 'directory'. | 160 | |
'directories' hides a field. | 172 | |
Expected @param tag for 'directories'. | 172 | |
Missing a Javadoc comment. | 214 | |
Missing a Javadoc comment. | 219 | |
Missing a Javadoc comment. | 225 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'name'. | 39 | |
Expected an @return tag. | 55 | |
Expected @param tag for 'classType'. | 64 | |
Expected an @return tag. | 75 | |
Expected @param tag for 'classType'. | 75 |