Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
75 0 9 0

Rules

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 Errors Error
NewlineAtEndOfFile 0 Warnings Warning
FileTabCharacter 0 Errors Error
FileLength
  • max: "1500"
0 Errors Error
AbstractClassName
  • format: "^Abstract.*$"
0 Warnings Warning
ConstantName 0 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
MemberName 0 Warnings Warning
MethodName 0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
StaticVariableName 0 Warnings Warning
TypeName 0 Warnings Warning
JavadocMethod
  • allowThrowsTagsForSubclasses: "true"
  • excludeScope: "package"
  • scope: "protected"
0 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
0 Warnings Warning
JavadocVariable 0 Warnings Warning
JavadocStyle
  • checkHtml: "true"
  • checkEmptyJavadoc: "true"
0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
ExecutableStatementCount 1 Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^\s*\*\s*[^\s]+.+$"
0 Warnings Warning
MethodLength
  • max: "40"
  • countEmpty: "false"
2 Warnings Warning
AnonInnerLength 0 Warnings Warning
ParameterNumber
  • max: "5"
0 Warnings Warning
EmptyForInitializerPad 0 Warnings Warning
EmptyForIteratorPad 0 Warnings Warning
MethodParamPad 0 Warnings Warning
NoWhitespaceAfter
  • allowLineBreaks: "true"
  • tokens: "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0  Ignore
NoWhitespaceBefore
  • allowLineBreaks: "true"
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 Warnings Warning
ParenPad 0 Warnings Warning
TypecastParenPad 0 Warnings Warning
WhitespaceAfter 0  Ignore
WhitespaceAround 0  Ignore
ModifierOrder 0 Warnings Warning
RedundantModifier 0 Warnings Warning
EmptyBlock
  • option: "text"
0 Warnings Warning
LeftCurly
  • option: "nl"
0 Warnings Warning
NeedBraces 0 Warnings Warning
RightCurly
  • option: "alone"
0 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
AvoidInlineConditionals 0  Ignore
CovariantEquals 0 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
FinalLocalVariable 0 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 0 Warnings 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 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
ModifiedControlVariable 1 Warnings Warning
RedundantThrows
  • allowSubclasses: "true"
  • allowUnchecked: "true"
0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StringLiteralEquality 0 Warnings Warning
NestedIfDepth
  • max: "2"
2 Warnings Warning
NestedTryDepth
  • max: "2"
0 Warnings Warning
SuperClone 0 Warnings Warning
SuperFinalize 0 Warnings Warning
VisibilityModifier
  • protectedAllowed: "true"
0 Warnings Warning
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 0 Warnings Warning
InterfaceIsType 0 Warnings Warning
MutableException 0 Warnings Warning
DesignForExtension 0  Ignore
ThrowsCount
  • max: "4"
0 Warnings Warning
CyclomaticComplexity
  • max: "8"
3 Warnings Warning
NPathComplexity 0 Warnings Warning
JavaNCSS
  • fileMaximum: "1500"
  • classMaximum: "1000"
  • methodMaximum: "40"
0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
FinalParameters 0 Warnings Warning
Regexp
  • message: "Line has trailing spaces."
  • illegalPattern: "true"
  • format: "[ \t]+$"
0 Warnings Warning
UpperEll 0 Warnings Warning

Details

de/smartics/exceptions/report/data/ExceptionCodeMapping.java

Violation Message Line
Warnings Nested if-else depth is 3 (max allowed is 2). 138

de/smartics/exceptions/report/data/PlaceholderInfoHandler.java

Violation Message Line
Warnings Cyclomatic Complexity is 10 (max allowed is 8). 221

de/smartics/exceptions/report/renderer/html/HtmlSeeTagRenderer.java

Violation Message Line
Warnings Cyclomatic Complexity is 12 (max allowed is 8). 53
Warnings Method length is 52 lines (max allowed is 40). 53

de/smartics/exceptions/report/utils/InlineJavadocTags.java

Violation Message Line
Warnings Cyclomatic Complexity is 10 (max allowed is 8). 87
Warnings Executable statement count is 31 (max allowed is 30). 87
Warnings Method length is 67 lines (max allowed is 40). 87
Warnings Nested if-else depth is 3 (max allowed is 2). 113
Warnings Control variable 'i' is modified. 120