The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
Translation | 0 | Error |
FileLength | 0 | Error |
RegexpHeader
|
0 | Error |
FileTabCharacter
|
1 | Error |
LeftCurly
|
0 | Error |
RightCurly
|
0 | Error |
LineLength
|
6 | Error |
MemberName | 0 | Error |
JavadocMethod
|
13 | Warning |
JavadocType
|
8 | Error |
JavadocVariable
|
0 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | 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 | 0 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 0 | Error |
ParenPad
|
0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 5 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 1 | Error |
AvoidNestedBlocks | 3 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
3 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber
|
0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
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 |