Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1400160

Rules

RulesViolationsSeverity
FileContentsHolder0Errors Error
JavadocType0Errors Error
JavadocStyle0Errors Error
JavadocMethod
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Errors Error
AbstractClassName0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
Header
  • headerFile: "src/test/analysis/gpl_header.txt"
0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
ImportOrder0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
AnonInnerLength0Errors Error
ExecutableStatementCount
  • tokens: "INSTANCE_INIT,STATIC_INIT,METHOD_DEF,CTOR_DEF"
1Errors Error
FileLength0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForInitializerPad0Errors Error
EmptyForIteratorPad0Errors Error
NoWhitespaceAfter
  • tokens: "ARRAY_INIT,BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
LineLength
  • max: "128"
0Errors Error
MethodParamPad0Errors Error
ParenPad0Errors Error
TabCharacter0Errors Error
TypecastParenPad
  • tokens: "RPAREN,TYPECAST"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier
  • tokens: "METHOD_DEF,ANNOTATION_FIELD_DEF"
0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly
  • maxLineLength: "100"
0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
DefaultComesLast0Errors Error
CovariantEquals0Errors Error
DeclarationOrder0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
ExplicitInitialization0Errors Error
FallThrough0Errors Error
IllegalInstantiation0Errors Error
IllegalCatch9Errors Error
IllegalThrows0Errors Error
IllegalTokenText
  • tokens: "EOF,MODIFIERS,OBJBLOCK,SLIST,CTOR_DEF,METHOD_DEF,VARIABLE_DEF,INSTANCE_INIT,STATIC_INIT,TYPE,CLASS_DEF"
0Errors Error
IllegalType
  • tokens: "METHOD_DEF,PARAMETER_DEF,VARIABLE_DEF"
0Errors Error
InnerAssignment0Errors Error
JUnitTestCase0Errors Error
MagicNumber
  • ignoreNumbers: "-1,0,1,2,8,16,32,64,128,256,1024,255"
0Errors Error
MissingSwitchDefault0Errors Error
ModifiedControlVariable0Errors Error
MultipleStringLiterals4Errors Error
MultipleVariableDeclarations0Errors Error
NestedIfDepth
  • max: "2"
0Errors Error
NestedTryDepth
  • max: "2"
0Errors Error
PackageDeclaration0Errors Error
ParameterAssignment0 Ignore
RedundantThrows0Errors Error
ReturnCount0 Ignore
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
StringLiteralEquality0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
UnnecessaryParentheses0Errors Error
DesignForExtension0 Ignore
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
ThrowsCount
  • max: "2"
0Errors Error
VisibilityModifier0Errors Error
BooleanExpressionComplexity0Errors Error
ClassDataAbstractionCoupling
  • max: "10"
0Errors Error
ClassFanOutComplexity
  • max: "20"
1Errors Error
CyclomaticComplexity1Errors Error
JavaNCSS0Errors Error
NPathComplexity0Errors Error
ArrayTypeStyle0Errors Error
TrailingComment0Errors Error
UncommentedMain0 Ignore
UpperEll0Errors Error
j2ee.EntityBean0Errors Error
j2ee.FinalStatic0Errors Error
j2ee.MessageBean0Errors Error
j2ee.SessionBean0Errors Error
PackageHtml0Errors Error
StrictDuplicateCode0 Ignore
NewlineAtEndOfFile0Errors Error
SeverityMatchFilter0Errors Error
SuppressionCommentFilter0Errors Error
SuppressionFilter0Errors Error

Details

net/sf/hermesftp/cmd/AbstractFtpCmdList.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.91

net/sf/hermesftp/cmd/AbstractFtpCmdPasv.java

ViolationMessageLine
WarningsCatching 'RuntimeException' is not allowed.68

net/sf/hermesftp/cmd/AbstractFtpCmdRetr.java

ViolationMessageLine
WarningsCatching 'RuntimeException' is not allowed.169

net/sf/hermesftp/cmd/AbstractFtpCmdStor.java

ViolationMessageLine
WarningsCyclomatic Complexity is 11 (max allowed is 10).73
WarningsExecutable statement count is 32 (max allowed is 30).73
WarningsCatching 'RuntimeException' is not allowed.123

net/sf/hermesftp/cmd/PassiveModeSocketProvider.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.99

net/sf/hermesftp/cmd/impl/FtpCmdEpsv.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.142

net/sf/hermesftp/cmd/impl/FtpCmdPort.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.102

net/sf/hermesftp/cmd/impl/FtpCmdStat.java

ViolationMessageLine
WarningsThe String "211-" appears 2 times in the file.91

net/sf/hermesftp/console/ConsoleServerImpl.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.79

net/sf/hermesftp/console/UserServlet.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.63

net/sf/hermesftp/session/impl/FtpSessionContextImpl.java

ViolationMessageLine
WarningsClass Fan-Out Complexity is 24 (max allowed is 20).68

net/sf/hermesftp/usermanager/impl/XmlFileUserManager.java

ViolationMessageLine
WarningsThe String ")" appears 2 times in the file.189

net/sf/hermesftp/utils/IOUtils.java

ViolationMessageLine
WarningsThe String "-" appears 2 times in the file.106
WarningsThe String " " appears 2 times in the file.120