The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| Translation | 0 | |
| FileLength | 0 | |
RegexpHeader
|
0 | |
FileTabCharacter
|
1 | |
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
6 | |
| MemberName | 0 | |
JavadocMethod
|
13 | |
JavadocType
|
8 | |
JavadocVariable
|
0 | |
| 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 | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 5 | |
| ModifierOrder | 0 | |
| RedundantModifier | 1 | |
| AvoidNestedBlocks | 3 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 1 | |
MagicNumber
|
0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <S> tag. | 27 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 76 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <S> tag. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Expected @throws tag for 'Exception'. | 59 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <A> tag. | 33 | |
| Line contains a tab character. | 51 | |
| Avoid nested blocks. | 63 | |
| Avoid nested blocks. | 69 | |
| Avoid nested blocks. | 75 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <A> tag. | 31 | |
| Expected @param tag for '<T>'. | 40 | |
| Expected @param tag for '<T>'. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters (found 125). | 61 | |
| Line is longer than 120 characters (found 142). | 72 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 133 | |
| Line is longer than 120 characters (found 122). | 135 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 150 | |
| Expected an @return tag. | 157 | |
| 'typeMapper' hides a field. | 178 | |
| 'typeMatcher' hides a field. | 185 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for '<I>'. | 33 | |
| Expected @param tag for '<I>'. | 41 | |
| Expected @param tag for '<E>'. | 41 |
| Violation | Message | Line |
|---|---|---|
| Redundant 'final' modifier. | 56 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for '<I>'. | 37 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <A> tag. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters (found 121). | 30 | |
| '{' is not followed by whitespace. | 47 | |
| '}' is not preceded with whitespace. | 47 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 51 | |
| '{' is not followed by whitespace. | 51 | |
| '}' is not preceded with whitespace. | 51 | |
| Line is longer than 120 characters (found 153). | 54 | |
| Line is longer than 120 characters (found 121). | 60 | |
| 'typeLiteral' hides a field. | 108 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <A> tag. | 44 |