Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1800123

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
JavadocMethod9Errors Error
JavadocType0Errors Error
JavadocVariable4Errors Error
JavadocStyle10Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName1Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength60Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces6Errors Error
RightCurly0Errors Error
AvoidInlineConditionals1Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField7Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension11Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier5Errors Error
ArrayTypeStyle0Errors Error
FinalParameters7Errors Error
RegexpSinglelineJava
  • message: "Line has trailing spaces."
  • ignoreComments: "true"
  • format: "\s+$"
0Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

net/sourceforge/floggy/persistence/Comparator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72

net/sourceforge/floggy/persistence/Deletable.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.46

net/sourceforge/floggy/persistence/Filter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.37

net/sourceforge/floggy/persistence/FloggyException.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.27
ErrorsVariable 'rootCause' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters.47
Errors'rootCause' hides a field.47
ErrorsExpected @param tag for 'rootCause'.47
ErrorsFirst sentence should end with a period.52
ErrorsMethod 'getRootCause' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMethod 'printStackTrace' is not designed for extension - needs to be abstract, final or empty.64

net/sourceforge/floggy/persistence/IndexFilter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'indexValue' must be private and have accessor methods.25
ErrorsMissing a Javadoc comment.26
ErrorsVariable 'indexName' must be private and have accessor methods.26
ErrorsParameter indexName should be final.34
Errors'indexName' hides a field.34
ErrorsParameter indexValue should be final.34
Errors'indexValue' hides a field.34
ErrorsMethod 'getIndexName' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMethod 'getIndexValue' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMethod 'setIndexName' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter indexName should be final.62
Errors'indexName' hides a field.62
ErrorsLine is longer than 80 characters.64
ErrorsMethod 'setIndexValue' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter indexValue should be final.75
Errors'indexValue' hides a field.75
ErrorsLine is longer than 80 characters.77

net/sourceforge/floggy/persistence/ObjectSet.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.68

net/sourceforge/floggy/persistence/PersistableManager.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsUnused @throws tag for 'RuntimeException'.38
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.180
ErrorsLine is longer than 80 characters.186
ErrorsFirst sentence should end with a period.198
ErrorsLine is longer than 80 characters.209
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.221
ErrorsLine is longer than 80 characters.225
ErrorsLine is longer than 80 characters.229
ErrorsLine is longer than 80 characters.238
ErrorsLine is longer than 80 characters.242
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.247
ErrorsLine is longer than 80 characters.259
ErrorsLine is longer than 80 characters.267
ErrorsLine is longer than 80 characters.273
ErrorsLine is longer than 80 characters.286
ErrorsLine is longer than 80 characters.291
ErrorsFirst sentence should end with a period.293

net/sourceforge/floggy/persistence/PolymorphicObjectSet.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.27

net/sourceforge/floggy/persistence/SingleObjectSet.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.66

net/sourceforge/floggy/persistence/migration/Enumeration.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsExpected @throws tag for 'FloggyException'.39
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
ErrorsExpected @throws tag for 'FloggyException'.77

net/sourceforge/floggy/persistence/migration/FieldPersistableInfo.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.26
ErrorsVariable 'className' must be private and have accessor methods.27
ErrorsFirst sentence should end with a period.29
ErrorsVariable 'id' must be private and have accessor methods.30
ErrorsParameter id should be final.40
Errors'id' hides a field.40
ErrorsParameter className should be final.40
Errors'className' hides a field.40
ErrorsExpected an @return tag.50
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter obj should be final.50
ErrorsExpected @param tag for 'obj'.50
Errors'if' construct must use '{}'s.51
Errors'if' construct must use '{}'s.54
Errors'if' construct must use '{}'s.57
Errors'if' construct must use '{}'s.63
Errors'if' construct must use '{}'s.65
Errors'if' construct must use '{}'s.68
ErrorsFirst sentence should end with a period.74
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.79
ErrorsFirst sentence should end with a period.83
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.88
ErrorsExpected an @return tag.96
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.96
ErrorsAvoid inline conditionals.100
ErrorsExpected an @return tag.110
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.110
ErrorsName 'NEW_LINE' must match pattern '^[a-z][a-zA-Z0-9]*$'.112

net/sourceforge/floggy/persistence/migration/MigrationManager.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.38
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.73
ErrorsLine is longer than 80 characters.73
ErrorsUnused @throws tag for 'RuntimeException'.85
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.147

net/sourceforge/floggy/persistence/strategy/JoinedStrategy.java

ViolationMessageLine
ErrorsMissing package-info.java file.0