The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 4 | 0 | 0 | 69 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 1 | |
RightCurly
| 0 | |
LineLength
| 1 | |
| MemberName | 0 | |
| JavadocMethod | 22 | |
| JavadocType | 0 | |
| JavadocVariable | 8 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 4 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| OperatorWrap | 0 | |
ParenPad
| 4 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 18 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 5 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 2 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 1 | |
| UpperEll | 0 |
| 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 |