Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
500345

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
3Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
137Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
47Errors Error
JavadocMethod29Errors Error
JavadocType0Errors Error
JavadocVariable18Errors Error
JavadocStyle0Errors 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
UnusedImports1Errors Error
LineLength28Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap1Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter1Errors Error
WhitespaceAround4Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces1Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField15Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber2Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension21Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier14Errors Error
ArrayTypeStyle1Errors Error
FinalParameters21Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/springbyexample/cometd/continuation/SpringContinuationBayeux.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - org.mortbay.cometd.continuation.ContinuationCometdServlet.27
ErrorsLine is longer than 80 characters.39
ErrorsMissing a Javadoc comment.41
ErrorsVariable 'servletContext' must be private and have accessor methods.41
ErrorsMissing a Javadoc comment.43
ErrorsVariable 'filters' must be private and have accessor methods.43
ErrorsMissing a Javadoc comment.44
ErrorsVariable 'maxInterval' must be private and have accessor methods.44
Errors'10000' is a magic number.44
ErrorsMethod 'setServletContext' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter servletContext should be final.50
Errors'servletContext' hides a field.50
ErrorsExpected @param tag for 'servletContext'.50
ErrorsExpected an @return tag.57
ErrorsMethod 'getFilters' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMethod 'setFilters' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter filters should be final.64
Errors'filters' hides a field.64
ErrorsExpected @param tag for 'filters'.64
ErrorsMethod 'setMaxInterval' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter maxInterval should be final.75
Errors'maxInterval' hides a field.75
ErrorsExpected @param tag for 'maxInterval'.75
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine is longer than 80 characters.92
ErrorsName 'filter_def' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
ErrorsLine is longer than 80 characters.98
Errors'if' construct must use '{}'s.100
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.114

org/springbyexample/cometd/continuation/SpringContinuationCometdServlet.java

ViolationMessageLine
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.47
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.50
ErrorsExpected @throws tag for 'ServletException'.52
ErrorsLine is longer than 80 characters.54
Errors'cast' is not followed by whitespace.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
Errors'!=' is not preceded with whitespace.68
Errors'!=' is not followed by whitespace.68
ErrorsLine has trailing spaces.72

org/springbyexample/web/servlet/image/ImageInterceptor.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsVariable 'logger' must be private and have accessor methods.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsVariable 'imageProcessor' must be private and have accessor methods.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsVariable 'rootImagePath' must be private and have accessor methods.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsVariable 'imagesPath' must be private and have accessor methods.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsVariable 'thumbnailSuffix' must be private and have accessor methods.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsVariable 'fileSuffix' must be private and have accessor methods.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsVariable 'imageViewName' must be private and have accessor methods.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'rowWidth' must be private and have accessor methods.50
Errors'5' is a magic number.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMethod 'setImageProcessor' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter imageProcessor should be final.55
Errors'imageProcessor' hides a field.55
ErrorsExpected @param tag for 'imageProcessor'.55
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'setRootImagePath' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter rootImagePath should be final.62
Errors'rootImagePath' hides a field.62
ErrorsExpected @param tag for 'rootImagePath'.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMethod 'setImagesPath' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter imagesPath should be final.69
Errors'imagesPath' hides a field.69
ErrorsExpected @param tag for 'imagesPath'.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsMethod 'setThumbnailSuffix' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter thumbnailSuffix should be final.76
Errors'thumbnailSuffix' hides a field.76
ErrorsExpected @param tag for 'thumbnailSuffix'.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'setImageViewName' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter imageViewName should be final.85
Errors'imageViewName' hides a field.85
ErrorsExpected @param tag for 'imageViewName'.85
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsMethod 'setFileSuffix' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter fileSuffix should be final.92
Errors'fileSuffix' hides a field.92
ErrorsExpected @param tag for 'fileSuffix'.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'setRowWidth' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter rowWidth should be final.99
Errors'rowWidth' hides a field.99
ErrorsExpected @param tag for 'rowWidth'.99
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsMethod 'postHandle' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsParameter request should be final.107
ErrorsExpected @param tag for 'request'.107
ErrorsParameter response should be final.107
ErrorsExpected @param tag for 'response'.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsParameter handler should be final.108
ErrorsExpected @param tag for 'handler'.108
ErrorsParameter modelAndView should be final.108
ErrorsExpected @param tag for 'modelAndView'.108
ErrorsLine contains a tab character.109
ErrorsExpected @throws tag for 'Exception'.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsArray brackets at illegal position.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
Errors'&&' should be on a new line.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine is longer than 80 characters.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158

org/springbyexample/web/servlet/image/ThumbnailBean.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'imagePath' must be private and have accessor methods.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'thumbnailPath' must be private and have accessor methods.31
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' is not followed by whitespace.36
Errors'}' is not preceded with whitespace.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsParameter imagePath should be final.41
Errors'imagePath' hides a field.41
ErrorsExpected @param tag for 'imagePath'.41
ErrorsParameter thumbnailPath should be final.41
Errors'thumbnailPath' hides a field.41
ErrorsExpected @param tag for 'thumbnailPath'.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsExpected an @return tag.49
ErrorsLine contains a tab character.49
ErrorsMethod 'getImagePath' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMethod 'setImagePath' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter imagePath should be final.56
Errors'imagePath' hides a field.56
ErrorsExpected @param tag for 'imagePath'.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsExpected an @return tag.64
ErrorsLine contains a tab character.64
ErrorsMethod 'getThumbnailPath' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMethod 'setThumbnailPath' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter thumbnailPath should be final.71
Errors'thumbnailPath' hides a field.71
ErrorsExpected @param tag for 'thumbnailPath'.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74

org/springbyexample/web/servlet/mvc/gwt/GwtController.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.40
ErrorsVariable 'logger' must be private and have accessor methods.40
ErrorsMissing a Javadoc comment.42
ErrorsExpected an @return tag.47
ErrorsMethod 'getServletContext' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMethod 'setServletContext' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter servletContext should be final.55
Errors'servletContext' hides a field.55
ErrorsExpected @param tag for 'servletContext'.55
ErrorsLine is longer than 80 characters.60
ErrorsExpected an @return tag.62
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsMethod 'handleRequest' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter request should be final.62
ErrorsExpected @param tag for 'request'.62
ErrorsParameter response should be final.62
ErrorsExpected @param tag for 'response'.62
ErrorsExpected @throws tag for 'Exception'.63
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70