2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
4200356

Rules

RulesViolationsSeverity
PackageHtml7error Error
NewlineAtEndOfFile3error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
158error Error
JavadocType1error Error
JavadocVariable13error Error
JavadocStyle8error Error
ConstantName21error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: /\*\s*
    2:  \*\s*Licensed to the Apache Software Foundation \(ASF\) under one or more
    3:  \*\s*contributor license agreements. See the NOTICE file distributed with
    4:  \*\s*this work for additional information regarding copyright ownership\.
    5:  \*\s*The ASF licenses this file to you under the Apache License, Version 2\.0
    6:  \*\s*\(the .License.\); you may not use this file except in compliance with
    7:  \*\s*the License. You may obtain a copy of the License at
    8:  \*\s*
    9:  \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0
    10:  \*\s*
    11:  \*\s*Unless required by applicable law or agreed to in writing, software
    12:  \*\s*distributed under the License is distributed on an .AS IS. BASIS,
    13:  \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.
    14:  \*\s*See the License for the specific language governing permissions and
    15:  \*\s*limitations under the License\.
    16:  \*
0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • ignorePattern: "^ \* @version .*$"
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0error Error
NoWhitespaceBefore0error Error
OperatorWrap3error Error
ParenPad2error Error
TypecastParenPad0error Error
TabCharacter9error Error
WhitespaceAfter2error Error
WhitespaceAround6error Error
ModifierOrder0error Error
RedundantModifier23error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly4error Error
NeedBraces4error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber12error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
ArrayTypeStyle12error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
67error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/shale/usecases/lookup/ListCategories.java008
org/apache/shale/usecases/subview/Delta.java009
org/apache/shale/usecases/model/UsersDAO.java009
org/apache/shale/usecases/view/TestViewController.java0013
org/apache/shale/usecases/ajax/package.html001
org/apache/shale/usecases/profile/EditProfileState.java0017
org/apache/shale/usecases/profile/LogonActions.java0023
org/apache/shale/usecases/profile/EditProfileActions.java0014
org/apache/shale/usecases/subview/First.java008
org/apache/shale/usecases/remoting/package.html001
org/apache/shale/usecases/token/Test.java004
org/apache/shale/usecases/subview/Beta.java009
org/apache/shale/usecases/exception/package.html001
org/apache/shale/usecases/model/User.java0029
org/apache/shale/usecases/validator/CustomValidationUtil.java005
org/apache/shale/usecases/remoting/Business.java0011
org/apache/shale/usecases/jndi/package.html001
org/apache/shale/usecases/model/minimal/MinimalUser.java0031
org/apache/shale/usecases/subview/Gamma.java009
org/apache/shale/usecases/subview/package.html001
org/apache/shale/usecases/lookup/ListLocales.java008
org/apache/shale/usecases/model/minimal/MinimalUsersDAO.java008
org/apache/shale/usecases/jndi/Test.java005
org/apache/shale/usecases/locale/Select.java006
org/apache/shale/usecases/validator/Procedure.java009
org/apache/shale/usecases/logic/LogonLogic.java008
org/apache/shale/usecases/token/package.html001
org/apache/shale/usecases/validator/Test.java0024
org/apache/shale/usecases/validator/package.html001
org/apache/shale/usecases/exception/Test.java004
org/apache/shale/usecases/subview/Second.java0010
org/apache/shale/usecases/view/Domains.java0047
org/apache/shale/usecases/subview/Alpha.java009
org/apache/shale/usecases/ajax/Address.java006
org/apache/shale/usecases/ajax/Completion.java006

Details

org/apache/shale/usecases/lookup/ListCategories.java

ViolationMessageLine
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
errorArray brackets at illegal position.59
errorMissing a Javadoc comment.60
error'{' should be on the previous line.61
errorMissing a Javadoc comment.62
error'{' should be on the previous line.63

org/apache/shale/usecases/subview/Delta.java

ViolationMessageLine
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.79
errorLine has trailing spaces.90

org/apache/shale/usecases/model/UsersDAO.java

ViolationMessageLine
errorLine has trailing spaces.27
errorExpected an @return tag.33
errorRedundant 'public' modifier.33
errorExpected an @return tag.42
errorRedundant 'public' modifier.42
errorExpected an @return tag.51
errorRedundant 'public' modifier.51
errorRedundant 'public' modifier.59
errorRedundant 'public' modifier.67

org/apache/shale/usecases/view/TestViewController.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.30
errorFirst sentence should end with a period.31
errorLine has trailing spaces.34
errorMissing a Javadoc comment.36
errorExpected an @return tag.46
errorExpected an @return tag.61
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.93
errorExpected @param tag for 'event'.100

org/apache/shale/usecases/ajax/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/profile/EditProfileState.java

ViolationMessageLine
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorFirst sentence should end with a period.45
errorArray brackets at illegal position.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorArray brackets at illegal position.50
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.90

org/apache/shale/usecases/profile/LogonActions.java

ViolationMessageLine
errorLine has trailing spaces.44
errorLine has trailing spaces.45
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
errorName 'messages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.125
errorMissing a Javadoc comment.126
errorMissing a Javadoc comment.134
errorMissing a Javadoc comment.135
errorMissing a Javadoc comment.142
errorMissing a Javadoc comment.143
errorExpected an @return tag.160
errorExpected an @return tag.200
errorExpected an @return tag.216
errorExpected an @return tag.227
errorLine has trailing spaces.295
error'60' is a magic number.312
error'60' is a magic number.312
error'24' is a magic number.312
error'365' is a magic number.312

org/apache/shale/usecases/profile/EditProfileActions.java

ViolationMessageLine
errorLine has trailing spaces.33
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
errorName 'messages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.47
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.98
errorExpected an @return tag.112
errorExpected an @return tag.133
error'&&' should be on a new line.141
error',' is not followed by whitespace.206
errorExpected an @return tag.230
errorArray brackets at illegal position.242
errorArray brackets at illegal position.243

org/apache/shale/usecases/subview/First.java

ViolationMessageLine
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
errorExpected an @return tag.48
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.85

org/apache/shale/usecases/remoting/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/token/Test.java

ViolationMessageLine
errorLine has trailing spaces.28
errorLine has trailing spaces.29
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43

org/apache/shale/usecases/subview/Beta.java

ViolationMessageLine
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.79
errorLine has trailing spaces.90

org/apache/shale/usecases/exception/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/model/User.java

ViolationMessageLine
errorLine has trailing spaces.28
errorExpected an @return tag.37
errorRedundant 'public' modifier.37
errorRedundant 'public' modifier.46
errorArray brackets at illegal position.46
errorExpected an @return tag.53
errorRedundant 'public' modifier.53
errorRedundant 'public' modifier.62
errorExpected an @return tag.68
errorRedundant 'public' modifier.68
errorRedundant 'public' modifier.76
errorExpected an @return tag.82
errorRedundant 'public' modifier.82
errorRedundant 'public' modifier.90
errorExpected an @return tag.96
errorRedundant 'public' modifier.96
errorRedundant 'public' modifier.104
errorExpected an @return tag.110
errorRedundant 'public' modifier.110
errorRedundant 'public' modifier.118
errorExpected an @return tag.125
errorRedundant 'public' modifier.125
errorRedundant 'public' modifier.133
errorExpected an @return tag.139
errorRedundant 'public' modifier.139
errorRedundant 'public' modifier.147
errorExpected an @return tag.153
errorRedundant 'public' modifier.153
errorRedundant 'public' modifier.161

org/apache/shale/usecases/validator/CustomValidationUtil.java

ViolationMessageLine
errorFirst sentence should end with a period.20
errorUtility classes should not have a public or default constructor.24
errorLine has trailing spaces.28
error'(' is followed by whitespace.32
error')' is preceded with whitespace.32

org/apache/shale/usecases/remoting/Business.java

ViolationMessageLine
errorLine has trailing spaces.45
errorExpected @throws tag for 'IOException'.50
error'cast' is not followed by whitespace.54
error'if' construct must use '{}'s.57
error'else' construct must use '{}'s.59
errorExpected @throws tag for 'IOException'.67
errorExpected @throws tag for 'IOException'.78
errorArray brackets at illegal position.97
errorExpected @throws tag for 'IOException'.97
errorExpected an @return tag.146
errorExpected an @return tag.159

org/apache/shale/usecases/jndi/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/model/minimal/MinimalUser.java

ViolationMessageLine
errorLine has trailing spaces.29
errorLine has trailing spaces.30
errorMissing a Javadoc comment.34
errorArray brackets at illegal position.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorArray brackets at illegal position.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.68

org/apache/shale/usecases/subview/Gamma.java

ViolationMessageLine
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.79
errorLine has trailing spaces.90

org/apache/shale/usecases/subview/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/lookup/ListLocales.java

ViolationMessageLine
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
errorArray brackets at illegal position.59
errorMissing a Javadoc comment.60
error'{' should be on the previous line.61
errorMissing a Javadoc comment.62
error'{' should be on the previous line.63

org/apache/shale/usecases/model/minimal/MinimalUsersDAO.java

ViolationMessageLine
errorLine has trailing spaces.36
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.137
errorLine has trailing spaces.152
errorExpected an @return tag.166

org/apache/shale/usecases/jndi/Test.java

ViolationMessageLine
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorExpected an @return tag.57
errorExpected an @return tag.68

org/apache/shale/usecases/locale/Select.java

ViolationMessageLine
errorLine has trailing spaces.38
errorLine has trailing spaces.39
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.62
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.81
errorExpected an @return tag.91

org/apache/shale/usecases/validator/Procedure.java

ViolationMessageLine
errorMissing a Javadoc comment.20
errorFirst sentence should end with a period.22
errorLine has trailing spaces.59
errorMissing a Javadoc comment.60
errorLine has trailing spaces.61
errorMissing a Javadoc comment.62
errorLine has trailing spaces.65
errorMissing a Javadoc comment.66
errorLine has trailing spaces.69

org/apache/shale/usecases/logic/LogonLogic.java

ViolationMessageLine
errorLine has trailing spaces.32
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorLine has trailing spaces.44
errorExpected an @return tag.57
errorExpected an @return tag.79
errorExpected an @return tag.91
errorExpected an @return tag.103

org/apache/shale/usecases/token/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/validator/Test.java

ViolationMessageLine
errorLine has trailing spaces.32
errorLine has trailing spaces.33
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
errorExpected an @return tag.54
errorExpected @param tag for 'newValue'.63
errorExpected an @return tag.78
errorExpected @param tag for 'newValue'.87
errorExpected an @return tag.102
errorExpected @param tag for 'newValue'.111
errorLine has trailing spaces.116
errorLine has trailing spaces.117
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.119
error'3' is a magic number.121
error'114' is a magic number.122
error'239' is a magic number.122
error'45' is a magic number.123
error'100' is a magic number.123
errorLine has trailing spaces.124
error'500' is a magic number.124
error'750' is a magic number.124
errorLine has trailing spaces.126
errorLine has trailing spaces.129
errorLine has trailing spaces.130

org/apache/shale/usecases/validator/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/exception/Test.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.28
errorLine has trailing spaces.29
errorExpected an @return tag.34

org/apache/shale/usecases/subview/Second.java

ViolationMessageLine
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
errorExpected an @return tag.48
error'+' should be on a new line.51
error'+' should be on a new line.54
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.91

org/apache/shale/usecases/view/Domains.java

ViolationMessageLine
errorFirst sentence should end with a period.45
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorFirst sentence should end with a period.50
errorName 'zipCodeItems' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
errorLine has trailing spaces.57
errorFirst sentence should end with a period.60
errorName 'legalZipCodeItems' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.63
error'3' is a magic number.67
errorFirst sentence should end with a period.70
errorName 'cityAndStateItems' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.74
errorLine has trailing spaces.78
errorLine has trailing spaces.85
errorName 'blankCityAndStateItems' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.85
errorLine has trailing spaces.98
errorExpected an @return tag.191
errorExpected an @return tag.201
errorExpected an @return tag.220
errorExpected an @return tag.235
errorExpected @param tag for 'locale'.235
errorArray brackets at illegal position.238
error'synchronized' is not followed by whitespace.260
errorExpected an @return tag.273
errorLine has trailing spaces.281
errorExpected an @return tag.289
errorArray brackets at illegal position.292
error'synchronized' is not followed by whitespace.315
errorExpected an @return tag.329
errorLine has trailing spaces.330
errorLine contains a tab character.330
errorLine contains a tab character.331
error'if' construct must use '{}'s.332
errorLine contains a tab character.332
errorLine contains a tab character.334
errorLine contains a tab character.335
errorLine contains a tab character.336
errorExpected an @return tag.348
errorLine has trailing spaces.349
errorLine contains a tab character.349
error'for' is not followed by whitespace.350
error'=' is not preceded with whitespace.350
error'=' is not followed by whitespace.350
error'if' construct must use '{}'s.351
error'if' is not followed by whitespace.351
errorExpected an @return tag.365
errorLine has trailing spaces.366
errorLine contains a tab character.366

org/apache/shale/usecases/subview/Alpha.java

ViolationMessageLine
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.79
errorLine has trailing spaces.90

org/apache/shale/usecases/ajax/Address.java

ViolationMessageLine
errorFile does not end with a newline.0
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
errorExpected an @return tag.49
errorExpected an @return tag.77
errorExpected an @return tag.105
errorExpected an @return tag.132

org/apache/shale/usecases/ajax/Completion.java

ViolationMessageLine
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
errorExpected an @return tag.53
errorExpected an @return tag.81
errorExpected an @return tag.106