Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
36 0 0 42

Rules

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

Details

edu/umich/eecs/tac/props/RetailCatalog.java

Violation Message Line
Errors Missing a Javadoc comment. 19

edu/umich/eecs/tac/props/UserPopulationState.java

Violation Message Line
Errors '{' is not preceded with whitespace. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors '{' is not preceded with whitespace. 23
Errors '{' is not followed by whitespace. 23
Errors '}' is not preceded with whitespace. 23
Errors Line has trailing spaces. 24
Errors Method 'createEntry' is not designed for extension - needs to be abstract, final or empty. 25
Errors Missing a Javadoc comment. 25
Errors Parameter key should be final. 25
Errors Method 'entryClass' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors Method 'setDistribution' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors '{' is not preceded with whitespace. 56
Errors Method 'setDistribution' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors '{' is not preceded with whitespace. 68
Errors Missing a Javadoc comment. 73
Errors Missing a Javadoc comment. 77
Errors '{' is not preceded with whitespace. 77
Errors Missing a Javadoc comment. 83
Errors Missing a Javadoc comment. 85
Errors Parameter key should be final. 85
Errors '{' is not preceded with whitespace. 85
Errors Missing a Javadoc comment. 89
Errors '{' is not preceded with whitespace. 89
Errors Method 'getDistribution' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Method 'setDistribution' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Parameter distribution should be final. 96
Errors Method 'keyNodeName' is not designed for extension - needs to be abstract, final or empty. 116
Errors Missing a Javadoc comment. 116
Errors Line is longer than 120 characters. 117
Errors Method 'readEntry' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors Parameter reader should be final. 120
Errors Method 'writeEntry' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors Parameter writer should be final. 124