Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
400156

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
2Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
50Errors Error
JavadocMethod26Errors Error
JavadocType0Errors Error
JavadocVariable9Errors Error
JavadocStyle1Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength7Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap2Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter1Errors Error
WhitespaceAround2Errors Error
ModifierOrder0Errors Error
RedundantModifier1Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField10Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension15Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier9Errors Error
ArrayTypeStyle0Errors Error
FinalParameters19Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/springbyexample/jcr/JcrContentExporter.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsMissing a Javadoc comment.47
ErrorsVariable 'logger' must be private and have accessor methods.47
ErrorsLine has trailing spaces.48
ErrorsMissing a Javadoc comment.49
ErrorsVariable 'contentRecurser' must be private and have accessor methods.49
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'rootFolder' must be private and have accessor methods.50
ErrorsMethod 'setContentRecurser' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter contentRecurser should be final.55
Errors'contentRecurser' hides a field.55
ErrorsExpected @param tag for 'contentRecurser'.55
ErrorsMethod 'setRootFolder' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter rootFolder should be final.62
Errors'rootFolder' hides a field.62
ErrorsExpected @param tag for 'rootFolder'.62
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.69
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine has trailing spaces.73
ErrorsParameter session should be final.75
ErrorsParameter node should be final.75
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.83
Errors'+' should be on a new line.83
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.109

org/springbyexample/jcr/JcrContentRecurser.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'logger' must be private and have accessor methods.32
ErrorsFirst sentence should end with a period.34
ErrorsLine has trailing spaces.38

org/springbyexample/jcr/JcrNodeCallback.java

ViolationMessageLine
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.38
ErrorsRedundant 'public' modifier.38
ErrorsExpected @param tag for 'session'.38
ErrorsExpected @param tag for 'node'.38
ErrorsExpected @throws tag for 'IOException'.39
ErrorsExpected @throws tag for 'RepositoryException'.39
ErrorsLine has trailing spaces.40

org/springbyexample/jcr/JcrRecurser.java

ViolationMessageLine
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'logger' must be private and have accessor methods.50
ErrorsMissing a Javadoc comment.52
ErrorsVariable 'template' must be private and have accessor methods.53
ErrorsLine has trailing spaces.54
ErrorsMissing a Javadoc comment.55
ErrorsVariable 'path' must be private and have accessor methods.55
ErrorsMissing a Javadoc comment.56
ErrorsVariable 'pathDelim' must be private and have accessor methods.56
ErrorsMissing a Javadoc comment.57
ErrorsVariable 'matchingNodes' must be private and have accessor methods.57
Errors'{' is not followed by whitespace.62
Errors'}' is not preceded with whitespace.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsParameter path should be final.69
Errors'path' hides a field.69
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.76
ErrorsParameter matchingNodes should be final.78
Errors'matchingNodes' hides a field.78
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.86
ErrorsParameter path should be final.88
Errors'path' hides a field.88
ErrorsParameter matchingNodes should be final.88
Errors'matchingNodes' hides a field.88
ErrorsLine has trailing spaces.92
ErrorsExpected an @return tag.96
ErrorsMethod 'getTemplate' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMethod 'setTemplate' is not designed for extension - needs to be abstract, final or empty.103
ErrorsParameter template should be final.103
Errors'template' hides a field.103
ErrorsExpected @param tag for 'template'.103
ErrorsExpected an @return tag.110
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMethod 'setPath' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter path should be final.117
Errors'path' hides a field.117
ErrorsExpected @param tag for 'path'.117
ErrorsExpected an @return tag.124
ErrorsMethod 'getPathDelim' is not designed for extension - needs to be abstract, final or empty.124
ErrorsMethod 'setPathDelim' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter pathDelim should be final.131
Errors'pathDelim' hides a field.131
ErrorsExpected @param tag for 'pathDelim'.131
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.138
ErrorsExpected an @return tag.141
ErrorsMethod 'getMatchingNodeSet' is not designed for extension - needs to be abstract, final or empty.141
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.148
ErrorsMethod 'setMatchingNodeSet' is not designed for extension - needs to be abstract, final or empty.151
ErrorsParameter matchingNodes should be final.151
Errors'matchingNodes' hides a field.151
ErrorsExpected @param tag for 'matchingNodes'.151
ErrorsMethod 'addMatchingNode' is not designed for extension - needs to be abstract, final or empty.158
ErrorsParameter nodeName should be final.158
ErrorsExpected @param tag for 'nodeName'.158
ErrorsLine has trailing spaces.163
ErrorsMethod 'recurse' is not designed for extension - needs to be abstract, final or empty.166
ErrorsExpected @param tag for 'callback'.166
ErrorsParameter session should be final.168
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.174
ErrorsLine is longer than 80 characters.175
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.186
ErrorsExpected an @return tag.189
ErrorsLine is longer than 80 characters.189
ErrorsMethod 'getStartNode' is not designed for extension - needs to be abstract, final or empty.189
ErrorsParameter root should be final.189
ErrorsExpected @param tag for 'root'.189
ErrorsExpected @throws tag for 'PathNotFoundException'.189
ErrorsRedundant throws: 'PathNotFoundException' is subclass of 'RepositoryException'.189
ErrorsExpected @throws tag for 'RepositoryException'.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.208
ErrorsLine has trailing spaces.211
ErrorsMethod 'recurseNodes' is not designed for extension - needs to be abstract, final or empty.215
ErrorsLine contains a tab character.216
ErrorsParameter session should be final.216
ErrorsExpected @param tag for 'session'.216
ErrorsParameter jcrConstants should be final.216
ErrorsExpected @param tag for 'jcrConstants'.216
ErrorsLine contains a tab character.217
ErrorsParameter node should be final.217
ErrorsExpected @param tag for 'node'.217
ErrorsParameter callback should be final.217
ErrorsExpected @param tag for 'callback'.217
ErrorsExpected @throws tag for 'IOException'.218
ErrorsExpected @throws tag for 'RepositoryException'.218
ErrorsLine has trailing spaces.219
Errors'||' should be on a new line.221
ErrorsLine is longer than 80 characters.227
Errors'cast' is not followed by whitespace.227