Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 9 0

Files

Files Infos Warnings Errors
de/smartics/exceptions/cli/Main.java 0 9 0

Rules

Rules Violations Severity
NewlineAtEndOfFile 0 Warnings Warning
Translation 0 Errors Error
AbstractClassName 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 6 Warnings Warning
JavadocType 0 Warnings Warning
JavadocVariable 0 Warnings Warning
JavadocStyle
  • checkHtml: "false"
  • checkEmptyJavadoc: "true"
0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 1 Warnings Warning
ExecutableStatementCount 0 Warnings Warning
FileLength
  • max: "1500"
0 Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^\s*\*\s*[^\s]+.+$"
0 Warnings Warning
MethodLength
  • max: "40"
  • countEmpty: "false"
1 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
TabCharacter 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
HiddenField
  • tokens: "VARIABLE_DEF"
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
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 0 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"
0 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"
0 Warnings Warning
NPathComplexity 0 Warnings Warning
JavaNCSS
  • fileMaximum: "1500"
  • classMaximum: "1000"
  • methodMaximum: "40"
0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
FinalParameters 0 Warnings Warning
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "^[^/*]+\s+$"
0 Warnings Warning
GenericIllegalRegexp
  • format: "System\.out\.println"
1 Warnings Warning
UpperEll 0 Warnings Warning

Details

de/smartics/exceptions/cli/Main.java

Violation Message Line
Warnings Unused import - java.io.IOException. 20
Warnings Expected an @return tag. 165
Warnings Expected @param tag for 'args'. 165
Warnings Line matches the illegal pattern 'System\.out\.println'. 174
Warnings Expected @param tag for 'commandLine'. 248
Warnings Expected @param tag for 'options'. 325
Warnings Method length is 43 lines (max allowed is 40). 338
Warnings Unused @throws tag for 'IOException'. 390
Warnings Expected @throws tag for 'Exception'. 393