Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
230212

Rules

RulesViolationsSeverity
NewlineAtEndOfFile
  • lineSeparator: "lf"
0error Error
JavadocType0error Error
JavadocMethod0error Error
JavadocVariable0error Error
JavadocStyle0error Error
AbstractClassName0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • ignoreLines: "2, 5"
  • headerFile: "src/checkstyle/java.header"
0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
ImportOrder
  • ordered: "true"
  • separated: "true"
  • groups: "java,javax"
0error Error
ExecutableStatementCount1warning Warning
FileLength0error Error
LineLength0error Error
MethodLength0error Error
AnonInnerLength0error Error
ParameterNumber0error Error
EmptyForInitializerPad0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0error Error
NoWhitespaceBefore0error Error
OperatorWrap
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, SL, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
  • option: "eol"
0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
0error Error
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, TYPE_EXTENSION_AND"
0error Error
ModifierOrder0error Error
RedundantModifier0error Error
EmptyBlock0error Error
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
AvoidNestedBlocks1error Error
CovariantEquals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
FinalLocalVariable0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
IllegalToken
  • tokens: "LITERAL_NATIVE"
0error Error
IllegalTokenText0error Error
InnerAssignment0error Error
MissingSwitchDefault0error Error
ModifiedControlVariable0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
StringLiteralEquality0error Error
NestedIfDepth1error Error
NestedTryDepth0error Error
SuperClone0error Error
SuperFinalize0error Error
IllegalCatch0error Error
IllegalThrows0error Error
PackageDeclaration0error Error
JUnitTestCase0error Error
ReturnCount
  • max: "4"
0warning Warning
IllegalType0error Error
DeclarationOrder0error Error
ParameterAssignment0error Error
ExplicitInitialization0error Error
DefaultComesLast0error Error
FallThrough0warning Warning
MultipleStringLiterals7warning Warning
MultipleVariableDeclarations0warning Warning
UnnecessaryParentheses0error Error
VisibilityModifier0error Error
FinalClass0error Error
InterfaceIsType0error Error
HideUtilityClassConstructor0error Error
MutableException0error Error
ThrowsCount
  • max: "2"
0warning Warning
BooleanExpressionComplexity2warning Warning
ClassDataAbstractionCoupling0warning Warning
ClassFanOutComplexity0warning Warning
CyclomaticComplexity6warning Warning
NPathComplexity1warning Warning
JavaNCSS1warning Warning
TodoComment
  • format: "TODO|FIXME"
3warning Warning
UncommentedMain0error Error
UpperEll0error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
Indentation0error Error
TrailingComment0warning Warning
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s$"
0error Error
SuppressionFilter
  • file: "src/checkstyle/suppressions.xml"
0error Error

Details

org/jimageanalyst/analyzer/AnalyzeIff.java

ViolationMessageLine
warningCyclomatic Complexity is 12 (max allowed is 10).91
warningThe String "Unexpected end of stream" appears 3 times in the file.98

org/jimageanalyst/analyzer/AnalyzePnm.java

ViolationMessageLine
warningCyclomatic Complexity is 20 (max allowed is 10).74
warningExecutable statement count is 35 (max allowed is 30).74
warningNCSS for this method is 53 (max allowed is 50).74
warningNPath Complexity is 578 (max allowed is 200).74
warningComment matches to-do format 'TODO|FIXME'.89
errorNested if-else depth is 2 (max allowed is 1).164

org/jimageanalyst/analyzer/AnalyzeGif.java

ViolationMessageLine
warningCyclomatic Complexity is 11 (max allowed is 10).86
warningThe String "Unexpected end of stream" appears 5 times in the file.93

org/jimageanalyst/analyzer/AnalyzeXcf.java

ViolationMessageLine
warningCyclomatic Complexity is 13 (max allowed is 10).93
warningThe String "Unexpected end of stream" appears 3 times in the file.100

org/jimageanalyst/analyzer/AnalyzeTiff.java

ViolationMessageLine
warningCyclomatic Complexity is 13 (max allowed is 10).74
warningThe String "Unexpected end of stream" appears 5 times in the file.82
errorAvoid nested blocks.126
warningComment matches to-do format 'TODO|FIXME'.150
warningComment matches to-do format 'TODO|FIXME'.155

org/jimageanalyst/Util.java

ViolationMessageLine
warningBoolean expression complexity is 7 (max allowed is 3).62
warningBoolean expression complexity is 7 (max allowed is 3).86
warningThe String " - " appears 2 times in the file.225
warningThe String "\n" appears 2 times in the file.249

org/jimageanalyst/analyzer/AnalyzeJpeg.java

ViolationMessageLine
warningCyclomatic Complexity is 13 (max allowed is 10).84
warningThe String "Unexpected end of stream" appears 6 times in the file.99