Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1001

Files

FilesInfosWarningsErrors
de/test/App.java001

Rules

RulesViolationsSeverity
ParameterAssignment0Errors Error
HideUtilityClassConstructor1Errors Error
SimplifyBooleanExpression0Warnings Warning
StaticVariableName0Errors Error
ModifierOrder0Warnings Warning
MethodName0Errors Error
FinalClass0Errors Error
EmptyStatement0Warnings Warning
InnerAssignment0Errors Error
DoubleCheckedLocking0Errors Error
UnusedImports0Warnings Warning
StringLiteralEquality0Errors Error
RedundantModifier0Warnings Warning
RedundantThrows0Warnings Warning
IllegalThrows0Errors Error
AnonInnerLength0Errors Error
MemberName0Errors Error
ConstantName0Errors Error
PackageName0Errors Error
DefaultComesLast0Errors Error
EqualsHashCode0Errors Error
SimplifyBooleanReturn0Warnings Warning
HiddenField
  • ignoreAbstractMethods: "true"
  • tokens: "VARIABLE_DEF"
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Errors Error
LocalFinalVariableName0Errors Error
CyclomaticComplexity
  • max: "7"
0Errors Error
VisibilityModifier0Errors Error
MagicNumber0Warnings Warning
DesignForExtension0Warnings Warning
LocalVariableName0Errors Error
ParameterName0Errors Error
BooleanExpressionComplexity0Errors Error
FileContentsHolder0Errors Error
SuppressionCommentFilter0Errors Error

Details

de/test/App.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.7