The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
4 | 0 | 0 | 69 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
| 1 | Error |
RightCurly
| 0 | Error |
LineLength
| 1 | Error |
MemberName | 0 | Error |
JavadocMethod | 22 | Error |
JavadocType | 0 | Error |
JavadocVariable | 8 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
| 4 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 4 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 18 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
NeedBraces | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 5 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 3 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 2 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 1 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
'0xF0' is a magic number. | 20 | |
'4' is a magic number. | 20 | |
'0x0F' is a magic number. | 21 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
'{' should be on a new line. | 31 | |
Missing a Javadoc comment. | 32 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 33 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
Missing a Javadoc comment. | 35 | |
'algorithm' hides a field. | 72 | |
'ext' hides a field. | 72 | |
'type' hides a field. | 72 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 89 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
'<' is not preceded with whitespace. | 41 | |
'<' is not followed by whitespace. | 41 | |
'>' is not preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 56 | |
Variable 'md' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
'checksumAlgorithm' hides a field. | 60 | |
Line is longer than 120 characters. | 70 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 96 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
'referenceFile' hides a field. | 63 | |
Expected @param tag for 'referenceFile'. | 63 | |
Unused @param tag for 'checksumFile'. | 128 | |
Expected @param tag for 'algorithm'. | 132 | |
'<' is not preceded with whitespace. | 150 | |
'<' is not followed by whitespace. | 150 | |
'>' is not preceded with whitespace. | 150 | |
'<' is not preceded with whitespace. | 150 | |
'<' is not followed by whitespace. | 150 | |
'>' is not preceded with whitespace. | 150 | |
'>' is not followed by whitespace. | 150 | |
Expression can be simplified. | 195 | |
'<' is not preceded with whitespace. | 223 | |
'<' is not followed by whitespace. | 223 | |
'>' is not preceded with whitespace. | 223 | |
'<' is not preceded with whitespace. | 223 | |
'<' is not followed by whitespace. | 223 | |
'>' is not preceded with whitespace. | 223 | |
'>' is not followed by whitespace. | 223 | |
Expression can be simplified. | 270 | |
Missing a Javadoc comment. | 292 | |
'if' is not followed by whitespace. | 297 | |
Expected an @return tag. | 318 | |
Expected @param tag for 'rawChecksumString'. | 318 | |
Expected @param tag for 'expectedHash'. | 318 | |
Expected @param tag for 'expectedPath'. | 318 | |
Expected @throws tag for 'IOException'. | 319 |