Rules |
Violations |
Severity |
SuppressionFilter
- file: "D:\Projekte\workspaces\projects\smartics-exceptions-project\smartics-exceptions-project\smartics-exceptions\target\checkout\smart-exceptions-report\target/checkstyle-suppressions.xml"
|
0 |
Error |
NewlineAtEndOfFile |
0 |
Warning |
FileTabCharacter |
0 |
Error |
FileLength
|
0 |
Error |
AbstractClassName
|
0 |
Warning |
ConstantName |
0 |
Warning |
LocalFinalVariableName |
0 |
Warning |
LocalVariableName |
0 |
Warning |
MemberName |
0 |
Warning |
MethodName |
0 |
Warning |
PackageName |
0 |
Warning |
ParameterName |
0 |
Warning |
StaticVariableName |
0 |
Warning |
TypeName |
0 |
Warning |
JavadocMethod
- allowThrowsTagsForSubclasses: "true"
- excludeScope: "package"
- scope: "protected"
|
0 |
Warning |
JavadocType
|
0 |
Warning |
JavadocVariable |
0 |
Warning |
JavadocStyle
- checkHtml: "true"
- checkEmptyJavadoc: "true"
|
0 |
Warning |
AvoidStarImport |
0 |
Warning |
IllegalImport |
0 |
Warning |
RedundantImport |
0 |
Warning |
UnusedImports |
0 |
Warning |
ExecutableStatementCount |
1 |
Warning |
LineLength
- max: "120"
- ignorePattern: "^\s*\*\s*[^\s]+.+$"
|
0 |
Warning |
MethodLength
- max: "40"
- countEmpty: "false"
|
2 |
Warning |
AnonInnerLength |
0 |
Warning |
ParameterNumber
|
0 |
Warning |
EmptyForInitializerPad |
0 |
Warning |
EmptyForIteratorPad |
0 |
Warning |
MethodParamPad |
0 |
Warning |
NoWhitespaceAfter
- allowLineBreaks: "true"
- tokens: "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
|
0 |
Ignore |
NoWhitespaceBefore
|
0 |
Ignore |
OperatorWrap
- tokens: "BAND, BOR, BSR, BXOR, COLON, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR"
|
0 |
Warning |
ParenPad |
0 |
Warning |
TypecastParenPad |
0 |
Warning |
WhitespaceAfter |
0 |
Ignore |
WhitespaceAround |
0 |
Ignore |
ModifierOrder |
0 |
Warning |
RedundantModifier |
0 |
Warning |
EmptyBlock
|
0 |
Warning |
LeftCurly
|
0 |
Warning |
NeedBraces |
0 |
Warning |
RightCurly
|
0 |
Warning |
AvoidNestedBlocks |
0 |
Warning |
AvoidInlineConditionals |
0 |
Ignore |
CovariantEquals |
0 |
Warning |
DoubleCheckedLocking |
0 |
Warning |
EmptyStatement |
0 |
Warning |
EqualsHashCode |
0 |
Warning |
FinalLocalVariable |
0 |
Warning |
IllegalInstantiation |
0 |
Warning |
InnerAssignment |
0 |
Warning |
MagicNumber
- ignoreNumbers: "-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,32,37,42,64,128,256,512,1024,2048,4096,8192"
|
0 |
Warning |
MissingSwitchDefault |
0 |
Warning |
ModifiedControlVariable |
1 |
Warning |
RedundantThrows
- allowSubclasses: "true"
- allowUnchecked: "true"
|
0 |
Warning |
SimplifyBooleanExpression |
0 |
Warning |
SimplifyBooleanReturn |
0 |
Warning |
StringLiteralEquality |
0 |
Warning |
NestedIfDepth
|
2 |
Warning |
NestedTryDepth
|
0 |
Warning |
SuperClone |
0 |
Warning |
SuperFinalize |
0 |
Warning |
VisibilityModifier
|
0 |
Warning |
FinalClass |
0 |
Warning |
HideUtilityClassConstructor |
0 |
Warning |
InterfaceIsType |
0 |
Warning |
MutableException |
0 |
Warning |
DesignForExtension |
0 |
Ignore |
ThrowsCount
|
0 |
Warning |
CyclomaticComplexity
|
3 |
Warning |
NPathComplexity |
0 |
Warning |
JavaNCSS
- fileMaximum: "1500"
- classMaximum: "1000"
- methodMaximum: "40"
|
0 |
Warning |
ArrayTypeStyle |
0 |
Warning |
FinalParameters |
0 |
Warning |
Regexp
- message: "Line has trailing spaces."
- illegalPattern: "true"
- format: "[ \t]+$"
|
0 |
Warning |
UpperEll |
0 |
Warning |