The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
|
0 | |
FileTabCharacter
|
1 | |
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
1 | |
| MemberName | 0 | |
JavadocMethod
|
59 | |
JavadocType
|
0 | |
JavadocVariable
|
3 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
2 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 103 | |
| Method length is 190 lines (max allowed is 150). | 105 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 298 | |
| Missing a Javadoc comment. | 307 | |
| Missing a Javadoc comment. | 356 | |
| Missing a Javadoc comment. | 368 | |
| Missing a Javadoc comment. | 374 | |
| Missing a Javadoc comment. | 380 | |
| Missing a Javadoc comment. | 386 | |
| Missing a Javadoc comment. | 391 | |
| Missing a Javadoc comment. | 399 | |
| Missing a Javadoc comment. | 404 | |
| Missing a Javadoc comment. | 409 | |
| Missing a Javadoc comment. | 414 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 80 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 148 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 171 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 311 | |
| Missing a Javadoc comment. | 420 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 257 | |
| Line contains a tab character. | 295 | |
| '(' is not followed by whitespace. | 296 | |
| ')' is not preceded with whitespace. | 296 | |
| Missing a Javadoc comment. | 348 | |
| Missing a Javadoc comment. | 408 | |
| Missing a Javadoc comment. | 441 | |
| Missing a Javadoc comment. | 446 | |
| Missing a Javadoc comment. | 451 | |
| Missing a Javadoc comment. | 468 | |
| Missing a Javadoc comment. | 500 | |
| Missing a Javadoc comment. | 554 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Expected an @return tag. | 59 | |
| Expected @param tag for 'destination'. | 59 | |
| Expected @param tag for 'name'. | 59 | |
| Expected @param tag for 'instruction'. | 59 | |
| Expected @param tag for 'prompt'. | 59 | |
| Expected @param tag for 'echo'. | 60 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Expected an @return tag. | 48 | |
| Expected @param tag for 'destination'. | 48 | |
| Expected @param tag for 'name'. | 48 | |
| Expected @param tag for 'instruction'. | 48 | |
| Expected @param tag for 'prompt'. | 48 | |
| Expected @param tag for 'echo'. | 49 | |
| Expected an @return tag. | 61 | |
| Expected an @return tag. | 69 | |
| Expected an @return tag. | 77 | |
| Expected @param tag for 'arg0'. | 77 | |
| Expected an @return tag. | 85 | |
| Expected @param tag for 'arg0'. | 85 | |
| Expected an @return tag. | 93 | |
| Expected @param tag for 'arg0'. | 93 | |
| Expected @param tag for 'arg0'. | 101 |