Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
8009

Rules

RulesViolationsSeverity
SuppressionCommentFilter0Errors Error
FileContentsHolder0Errors Error
EmptyBlock0Errors Error
NeedBraces0Errors Error
AvoidNestedBlocks0Errors Error
InterfaceIsType
  • allowMarkerInterfaces: "true"
0Errors Error
HideUtilityClassConstructor0Errors Error
MutableException7Errors Error
EmptyStatement0Errors Error
EqualsAvoidNull0Errors Error
EqualsHashCode0Errors Error
InnerAssignment0Errors Error
ModifiedControlVariable0Errors Error
SimplifyBooleanExpression0Errors Error
StringLiteralEquality0Errors Error
NoFinalizer0Errors Error
DeclarationOrder2Errors Error
ParameterAssignment0Errors Error
DefaultComesLast0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
BooleanExpressionComplexity0Errors Error
UpperEll0Errors Error
ArrayTypeStyle0Errors Error
PackageName0Errors Error

Details

com/clickconcepts/exception/CustomExceptionAssertContainer.java

ViolationMessageLine
ErrorsInstance variable definition in wrong order.22
ErrorsConstructor definition in wrong order.24

com/clickconcepts/fest/assertsion/AbstractExpectedException.java

ViolationMessageLine
ErrorsThe field 'expectedExceptionInstanceType' must be declared final.14
ErrorsThe field 'message' must be declared final.15
ErrorsThe field 'isExactlyType' must be declared final.16
ErrorsThe field 'hasNoCauseQuery' must be declared final.17
ErrorsThe field 'hasMessageStartingWith' must be declared final.18
ErrorsThe field 'expectedException' must be declared final.19

com/clickconcepts/fest/assertsion/ExpectedCustomException.java

ViolationMessageLine
ErrorsThe field 'code' must be declared final.7