The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | Error |
FileContentsHolder | 0 | Error |
EmptyBlock | 0 | Error |
NeedBraces | 0 | Error |
AvoidNestedBlocks | 0 | Error |
InterfaceIsType
| 0 | Error |
HideUtilityClassConstructor | 0 | Error |
MutableException | 7 | Error |
EmptyStatement | 0 | Error |
EqualsAvoidNull | 0 | Error |
EqualsHashCode | 0 | Error |
InnerAssignment | 0 | Error |
ModifiedControlVariable | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
StringLiteralEquality | 0 | Error |
NoFinalizer | 0 | Error |
DeclarationOrder | 2 | Error |
ParameterAssignment | 0 | Error |
DefaultComesLast | 0 | Error |
FallThrough | 0 | Error |
MultipleVariableDeclarations | 0 | Error |
BooleanExpressionComplexity | 0 | Error |
UpperEll | 0 | Error |
ArrayTypeStyle | 0 | Error |
PackageName | 0 | Error |
Violation | Message | Line |
---|---|---|
Instance variable definition in wrong order. | 22 | |
Constructor definition in wrong order. | 24 |
Violation | Message | Line |
---|---|---|
The field 'expectedExceptionInstanceType' must be declared final. | 14 | |
The field 'message' must be declared final. | 15 | |
The field 'isExactlyType' must be declared final. | 16 | |
The field 'hasNoCauseQuery' must be declared final. | 17 | |
The field 'hasMessageStartingWith' must be declared final. | 18 | |
The field 'expectedException' must be declared final. | 19 |