Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
38 0 11 0

Rules

Rules Violations Severity
PackageHtml 0 error Error
Translation 0 error Error
JavadocType 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
  • max : "120"
1 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter 0 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 0 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 0 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
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
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 1 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
MissingCtor 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 2 error Error
ArrayTypeStyle 0 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0 error Error
TodoComment 7 error Error
UpperEll 0 error Error

Details

net/sf/jdigg/arguments/ListCommentsArguments.java

Violation Message Line
warning Comment matches to-do format 'TODO:'. 28

net/sf/jdigg/util/DateUtil.java

Violation Message Line
warning Comment matches to-do format 'TODO:'. 21
warning '1000' is a magic number. 33

net/sf/jdigg/arguments/AbstractArguments.java

Violation Message Line
warning Variable 'log' must be private and have accessor methods. 39

net/sf/jdigg/beans/User.java

Violation Message Line
warning Line is longer than 120 characters. 22

net/sf/jdigg/arguments/ListStoriesArguments.java

Violation Message Line
warning Comment matches to-do format 'TODO:'. 36

net/sf/jdigg/requests/AbstractRequest.java

Violation Message Line
warning Variable 'log' must be private and have accessor methods. 38

net/sf/jdigg/arguments/AbstractSortCountOffsetArguments.java

Violation Message Line
warning Comment matches to-do format 'TODO:'. 49
warning Comment matches to-do format 'TODO:'. 50
warning Comment matches to-do format 'TODO:'. 59

net/sf/jdigg/beans/Comment.java

Violation Message Line
warning Comment matches to-do format 'TODO:'. 49