Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1100100

Rules

RulesViolationsSeverity
PackageHtml0error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod12error Error
JavadocType0error Error
JavadocVariable4error Error
JavadocStyle4error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength4error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround2error Error
ModifierOrder1error Error
RedundantModifier1error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces1error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField3error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension6error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters11error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
47error Error
TodoComment4error Error
UpperEll0error Error

Details

net/sf/validatedattrib/constraint/primitive/ValidatedDoubleMinMaxConstraint.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine has trailing spaces.15
errorFirst sentence should end with a period.21
errorComment matches to-do format 'TODO:'.22
errorLine has trailing spaces.23
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorLine has trailing spaces.30
errorMissing a Javadoc comment.31
errorParameter min should be final.31
error'min' hides a field.31
errorParameter max should be final.31
error'max' hides a field.31
errorFirst sentence should end with a period.36
errorComment matches to-do format 'TODO:'.37
errorLine has trailing spaces.38
errorLine has trailing spaces.39
errorLine is longer than 80 characters.40
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.42
errorParameter newValue should be final.42
errorExpected @param tag for 'newValue'.42
errorExpected @throws tag for 'ValidationException'.42
errorLine has trailing spaces.51

net/sf/validatedattrib/ValidationException.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine has trailing spaces.15
errorFirst sentence should end with a period.19
errorComment matches to-do format 'TODO:'.20
errorLine has trailing spaces.21
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.30
errorParameter message should be final.30
errorMissing a Javadoc comment.34
errorParameter message should be final.34
errorParameter cause should be final.34
errorMissing a Javadoc comment.38
errorParameter cause should be final.38

net/sf/validatedattrib/constraint/primitive/DoubleConstraint.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine has trailing spaces.15
errorFirst sentence should end with a period.21
errorLine has trailing spaces.22
errorComment matches to-do format 'TODO:'.23

net/sf/validatedattrib/attribute/AbstractValidatedAttribute.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine has trailing spaces.15
errorLine has trailing spaces.31
errorLine has trailing spaces.35
errorLine is longer than 80 characters.36
errorMissing a Javadoc comment.36
error'private' modifier out of order with the JLS suggestions.36
errorLine has trailing spaces.37
errorLine has trailing spaces.38
errorLine has trailing spaces.39
errorLine is longer than 80 characters.39
errorLine has trailing spaces.42
errorLine has trailing spaces.45
errorUnused @throws tag for 'IllegalArgumentException'.47
errorMethod 'addConstraint' is not designed for extension - needs to be abstract, final or empty.49
errorParameter constraint should be final.49
error'if' is not followed by whitespace.50
errorLine has trailing spaces.53
errorLine has trailing spaces.55
error'if' construct must use '{}'s.57
errorLine is longer than 80 characters.57
errorLine has trailing spaces.59
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorParameter newValue should be final.60
error'while' is not followed by whitespace.62

net/sf/validatedattrib/attribute/primitive/ValidatedDouble.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine has trailing spaces.25
errorMissing a Javadoc comment.30
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.35
errorLine has trailing spaces.41
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.43
errorParameter value should be final.43
error'value' hides a field.43
errorExpected @throws tag for 'ValidationException'.43
errorLine has trailing spaces.45
errorLine has trailing spaces.48
errorMethod 'addConstraint' is not designed for extension - needs to be abstract, final or empty.49
errorMissing a Javadoc comment.49
errorParameter doubleConstraint should be final.49
errorLine has trailing spaces.52

net/sf/validatedattrib/constraint/Constraint.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine has trailing spaces.15
errorLine has trailing spaces.23
errorLine has trailing spaces.27
errorMissing a Javadoc comment.28
errorRedundant 'public' modifier.28