Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
31590

Rules

RulesViolationsSeverity
JavadocMethod
  • allowUndeclaredRTE: "true"
  • suppressLoadErrors: "true"
  • allowMissingJavadoc: "true"
0Warnings Warning
JavadocType
  • scope: "public"
  • excludeScope: "private"
0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName
  • format: "^_?[a-z][a-zA-Z0-9]*$"
0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
LineLength
  • max: "160"
  • tabWidth: "3"
0 Ignore
MethodLength0Warnings Warning
ParameterNumber0Infos Info
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0Warnings Warning
NoWhitespaceBefore
  • tokens: "SEMI,DOT,POST_DEC,POST_INC"
0Warnings Warning
OperatorWrap
  • tokens: "BAND,BOR,BSR,BXOR,COLON,DIV,EQUAL,GE,GT,LAND,LE,LITERAL_INSTANCEOF,LOR,LT,MINUS,MOD,NOT_EQUAL,PLUS,SL,SR,STAR"
0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter1Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"
4Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Infos Info
LeftCurly0Warnings Warning
NeedBraces1Warnings Warning
RightCurly
  • tokens: "LITERAL_TRY,LITERAL_CATCH,LITERAL_FINALLY"
0Warnings Warning
AvoidInlineConditionals0 Ignore
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • tokens: "VARIABLE_DEF"
0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Infos Info
MissingSwitchDefault0Warnings Warning
RedundantThrows
  • suppressLoadErrors: "true"
0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0Warnings Warning
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle1Warnings Warning
UpperEll0Warnings Warning
TodoComment0Warnings Warning
FinalLocalVariable2Warnings Warning
AnnotationUseStyle0Warnings Warning
MissingDeprecated0Warnings Warning
MissingOverride0Warnings Warning
PackageAnnotation0Warnings Warning
AvoidStaticImport0Infos Info
CovariantEquals0Warnings Warning
DefaultComesLast0Warnings Warning
DeclarationOrder0Warnings Warning
FallThrough0Infos Info
IllegalCatch2Infos Info
IllegalThrows0Warnings Warning
MagicNumber0Infos Info
ModifiedControlVariable0Warnings Warning
MultipleStringLiterals11Infos Info
MultipleVariableDeclarations0Warnings Warning
NoClone0Warnings Warning
NoFinalizer0Warnings Warning
PackageDeclaration0Warnings Warning
ParameterAssignment0Warnings Warning
StringLiteralEquality0Warnings Warning
SuperClone0Warnings Warning
SuperFinalize0Warnings Warning
MutableException0Warnings Warning
ClassFanOutComplexity0Infos Info
CyclomaticComplexity
  • max: "8"
2Infos Info
JavaNCSS0Infos Info
NPathComplexity0Infos Info
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 Ignore
NewlineAtEndOfFile0 Ignore
Translation0Warnings Warning
JavadocPackage0Warnings Warning

Details

org/outsideMyBox/testUtils/BeanLikeTester.java

ViolationMessageLine
InfosThe String "The method '" appears 3 times in the file.173
InfosThe String "set" appears 2 times in the file.185
InfosThe String "is" appears 2 times in the file.189
InfosThe String "get" appears 2 times in the file.193
InfosThe String "getClass" appears 2 times in the file.193
InfosCatching 'Exception' is not allowed.221
InfosCatching 'Exception' is not allowed.242
Warnings'if' construct must use '{}'s.253
Warnings'if' is not followed by whitespace.253
Warnings'cast' is not followed by whitespace.254
WarningsVariable 'arrayLength' should be declared final.256
WarningsVariable 'elements' should be declared final.257
WarningsArray brackets at illegal position.257
Warnings'for' is not followed by whitespace.258
Warnings'{' is not preceded with whitespace.258
InfosCyclomatic Complexity is 10 (max allowed is 8).264
Warnings'!=' is not followed by whitespace.265
InfosThe String "The value of the property '" appears 2 times in the file.368
InfosThe String "' returned (" appears 2 times in the file.368
InfosThe String ") is not the same as the one expected (" appears 2 times in the file.369
InfosThe String ")" appears 2 times in the file.369
InfosCyclomatic Complexity is 11 (max allowed is 8).524
InfosThe String " hashcode:" appears 4 times in the file.555
InfosThe String "\nobject2:" appears 4 times in the file.555