Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
2 0 6 0

Rules

Rules Violations Severity
JavadocMethod 0 error Error
JavadocType 0 error Error
JavadocVariable
  • scope : "protected"
0 error Error
JavadocStyle 0 error Error
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
LineLength 0 error Error
MethodLength
  • max : "100"
1 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter
  • tokens : "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS,GENERIC_START"
0 error Error
NoWhitespaceBefore
  • tokens : "SEMI,POST_DEC,POST_INC,GENERIC_START,GENERIC_END"
0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 5 error Error
WhitespaceAfter
  • tokens : "COMMA,SEMI,TYPECAST,GENERIC_END"
0 error 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"
0 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0  Ignore
LeftCurly 0 error Error
NeedBraces 0 error Error
RightCurly 0 error Error
AvoidInlineConditionals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 0  Ignore
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MissingSwitchDefault 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType
  • allowMarkerInterfaces : "true"
0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 0  Ignore
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0 error Error
TodoComment 0 error Error
UpperEll 0 error Error
NewlineAtEndOfFile 0  Ignore
Translation 0 error Error
StrictDuplicateCode
  • min : "200"
0 error Error

Files

Files info warning error
net/sf/ediknight/Server.java 0 6 0

Details

net/sf/ediknight/Server.java

Violation Message Line
warning Method length is 125 lines (max allowed is 100). 87
warning Line contains a tab character. 105
warning Line contains a tab character. 111
warning Line contains a tab character. 278
warning Line contains a tab character. 279
warning Line contains a tab character. 280