Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2700581

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile25error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
92error Error
JavadocType0error Error
JavadocVariable4error Error
JavadocStyle1error Error
ConstantName3error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: /\*\s*
    2:  \*\s*\$Id.*\$
    3:  \*\s*
    4:  \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.
    5:  \*\s*
    6:  \*\s*Licensed under the Apache License, Version 2\.0 \(the .License.\);
    7:  \*\s*you may not use this file except in compliance with the License\.
    8:  \*\s*You may obtain a copy of the License at
    9:  \*\s*
    10:  \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0
    11:  \*\s*
    12:  \*\s*Unless required by applicable law or agreed to in writing, software
    13:  \*\s*distributed under the License is distributed on an .AS IS. BASIS,
    14:  \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.
    15:  \*\s*See the License for the specific language governing permissions and
    16:  \*\s*limitations under the License\.
    17:  \*/\s*
25error 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
OperatorWrap23error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter271error Error
WhitespaceAfter0error Error
WhitespaceAround1error Error
ModifierOrder0error Error
RedundantModifier24error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces27error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber3error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
ArrayTypeStyle2error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
75error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/struts/webapp/example2/memory/MemoryUserDatabase.java0010
org/apache/struts/webapp/example2/UserDatabase.java006
org/apache/struts/webapp/example2/memory/MemorySubscription.java0016
org/apache/struts/webapp/example2/User.java0028
org/apache/struts/webapp/example2/SubscriptionForm.java0028
org/apache/struts/webapp/example2/EditSubscriptionAction.java0037
org/apache/struts/webapp/example2/LinkUserTag.java0058
org/apache/struts/webapp/example2/SaveRegistrationAction.java0057
org/apache/struts/webapp/example2/EditRegistrationAction.java0036
org/apache/struts/webapp/example2/LogoffAction.java0024
org/apache/struts/webapp/example2/memory/MemoryDatabasePlugIn.java0015
org/apache/struts/webapp/example2/LinkSubscriptionTag.java0010
org/apache/struts/webapp/example2/LogonAction.java0041
org/apache/struts/webapp/example2/LoggedOff.java009
org/apache/struts/webapp/example2/RegistrationBacking.java0011
org/apache/struts/webapp/example2/package.html001
org/apache/struts/webapp/example2/Constants.java006
org/apache/struts/webapp/example2/SaveSubscriptionAction.java0054
org/apache/struts/webapp/example2/memory/MemoryUser.java0021
org/apache/struts/webapp/example2/ExpiredPasswordException.java005
org/apache/struts/webapp/example2/LogonForm.java0012
org/apache/struts/webapp/example2/RegistrationForm.java0023
org/apache/struts/webapp/example2/CheckLogonTag.java0032
org/apache/struts/webapp/example2/ApplicationMapping.java0011
org/apache/struts/webapp/example2/Subscription.java0021
org/apache/struts/webapp/example2/memory/package.html001
org/apache/struts/webapp/example2/LoggedOn.java008

Details

org/apache/struts/webapp/example2/memory/MemoryUserDatabase.java

ViolationMessageLine
errorFile does not end with a newline.0
errorGot an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'IllegalArgumentExceptionif'.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86

org/apache/struts/webapp/example2/UserDatabase.java

ViolationMessageLine
errorFile does not end with a newline.0
errorGot an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'IllegalArgumentExceptionif'.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9

org/apache/struts/webapp/example2/memory/MemorySubscription.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.83
errorExpected an @return tag.91
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.119
errorExpected an @return tag.127
errorMissing a Javadoc comment.137
errorMissing a Javadoc comment.141
errorExpected an @return tag.152

org/apache/struts/webapp/example2/User.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.39
errorRedundant 'public' modifier.39
errorExpected an @return tag.45
errorRedundant 'public' modifier.45
errorRedundant 'public' modifier.53
errorExpected an @return tag.59
errorRedundant 'public' modifier.59
errorRedundant 'public' modifier.67
errorExpected an @return tag.73
errorRedundant 'public' modifier.73
errorRedundant 'public' modifier.81
errorExpected an @return tag.87
errorRedundant 'public' modifier.87
errorRedundant 'public' modifier.95
errorExpected an @return tag.102
errorRedundant 'public' modifier.102
errorExpected an @return tag.108
errorRedundant 'public' modifier.108
errorExpected an @return tag.123
errorRedundant 'public' modifier.123
errorExpected an @return tag.132
errorRedundant 'public' modifier.132
errorRedundant 'public' modifier.144

org/apache/struts/webapp/example2/SubscriptionForm.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.93
errorLine contains a tab character.95
errorExpected an @return tag.115
errorExpected an @return tag.136
errorLine contains a tab character.138
errorExpected an @return tag.158
errorLine contains a tab character.160
errorExpected an @return tag.180
errorLine contains a tab character.182
errorExpected an @return tag.202
errorLine contains a tab character.204
errorExpected an @return tag.252
error'if' construct must use '{}'s.257
errorLine contains a tab character.257
error'if' construct must use '{}'s.260
errorLine contains a tab character.260
error'if' construct must use '{}'s.263
errorLine contains a tab character.263
error'if' construct must use '{}'s.266
errorLine contains a tab character.266
error'if' construct must use '{}'s.269
errorLine contains a tab character.269
errorLine contains a tab character.273

org/apache/struts/webapp/example2/EditSubscriptionAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.86
error'+' should be on a new line.88
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.105
error'+' should be on a new line.107
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.122
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
error'if' construct must use '{}'s.140
errorLine contains a tab character.150
errorLine contains a tab character.154

org/apache/struts/webapp/example2/LinkUserTag.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine contains a tab character.55
errorLine contains a tab character.56
errorExpected an @return tag.71
errorLine contains a tab character.73
errorLine contains a tab character.85
errorExpected an @return tag.93
errorLine contains a tab character.95
errorLine contains a tab character.107
errorExpected an @return tag.120
errorLine contains a tab character.122
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.131
errorLine contains a tab character.132
error'if' construct must use '{}'s.133
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
error'if' construct must use '{}'s.136
errorLine contains a tab character.136
errorLine contains a tab character.137
error'else' construct must use '{}'s.138
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.159
errorLine contains a tab character.160
errorExpected an @return tag.171
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine contains a tab character.183

org/apache/struts/webapp/example2/SaveRegistrationAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.91
error'+' should be on a new line.93
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.104
errorLine contains a tab character.107
errorLine contains a tab character.108
error'+' should be on a new line.110
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.118
errorLine contains a tab character.128
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
error'&&' should be on a new line.134
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
error'<' is not followed by whitespace.142
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.151
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.158
errorLine contains a tab character.160
error'||' should be on a new line.167
errorLine contains a tab character.190
errorLine contains a tab character.191
error'+' should be on a new line.193
errorLine contains a tab character.196
errorLine contains a tab character.198
errorLine contains a tab character.199
error'if' construct must use '{}'s.200
error'else' construct must use '{}'s.202
errorLine contains a tab character.206
errorLine contains a tab character.210

org/apache/struts/webapp/example2/EditRegistrationAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
error'if' construct must use '{}'s.84
errorLine contains a tab character.84
errorLine contains a tab character.85
error'+' should be on a new line.87
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.110
error'if' construct must use '{}'s.111
error'else' construct must use '{}'s.113
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
error'if' construct must use '{}'s.128
errorLine contains a tab character.136
errorLine contains a tab character.144

org/apache/struts/webapp/example2/LogoffAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.80
errorLine contains a tab character.81
error'+' should be on a new line.83
errorLine contains a tab character.86
error'+' should be on a new line.88
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.96
errorLine contains a tab character.97

org/apache/struts/webapp/example2/memory/MemoryDatabasePlugIn.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.91
errorLine contains a tab character.115
error'+' should be on a new line.134
error'+' should be on a new line.151
errorExpected an @return tag.200
error'1024' is a magic number.220
error'1024' is a magic number.223
errorArray brackets at illegal position.224
error'1024' is a magic number.224

org/apache/struts/webapp/example2/LinkSubscriptionTag.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.55
errorExtra HTML tag found: </p>64
errorExpected an @return tag.66
errorExpected an @return tag.76

org/apache/struts/webapp/example2/LogonAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorGot an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'AppException'.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.88
errorLine contains a tab character.89
error'if' construct must use '{}'s.90
errorLine contains a tab character.90
errorLine contains a tab character.93
errorLine contains a tab character.94
error'if' construct must use '{}'s.95
errorLine contains a tab character.95
errorLine contains a tab character.96
error'if' construct must use '{}'s.97
errorLine contains a tab character.97
errorLine contains a tab character.100
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.106
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
error'+' should be on a new line.112
errorLine contains a tab character.117
error'if' construct must use '{}'s.118
error'else' construct must use '{}'s.120
errorLine contains a tab character.124
errorLine contains a tab character.125

org/apache/struts/webapp/example2/LoggedOff.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.38
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
errorExpected an @return tag.47
errorExpected an @return tag.62

org/apache/struts/webapp/example2/RegistrationBacking.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorExpected an @return tag.49
errorExpected an @return tag.67
errorExpected an @return tag.89
errorExpected an @return tag.117

org/apache/struts/webapp/example2/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/webapp/example2/Constants.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorName 'Package' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34

org/apache/struts/webapp/example2/SaveSubscriptionAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
error'+' should be on a new line.90
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.101
errorLine contains a tab character.104
errorLine contains a tab character.105
error'+' should be on a new line.107
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
error'+' should be on a new line.119
errorLine contains a tab character.125
error'+' should be on a new line.127
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.135
errorLine contains a tab character.136
error'+' should be on a new line.138
error'+' should be on a new line.139
errorLine contains a tab character.143
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.155
errorLine contains a tab character.157
error'if' construct must use '{}'s.165
errorLine contains a tab character.183
errorLine contains a tab character.184
error'if' construct must use '{}'s.185
error'else' construct must use '{}'s.187
errorLine contains a tab character.190
errorLine contains a tab character.192
errorLine contains a tab character.196

org/apache/struts/webapp/example2/memory/MemoryUser.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.85
errorMissing a Javadoc comment.95
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.127
errorMissing a Javadoc comment.137
errorMissing a Javadoc comment.141
errorExpected an @return tag.150
errorArray brackets at illegal position.153
errorExpected an @return tag.163
errorExpected an @return tag.180
error'+' should be on a new line.185
errorExpected an @return tag.205
errorExpected an @return tag.239

org/apache/struts/webapp/example2/ExpiredPasswordException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9

org/apache/struts/webapp/example2/LogonForm.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.64
errorLine contains a tab character.66
errorExpected an @return tag.86
errorLine contains a tab character.88
errorExpected an @return tag.132
error'if' construct must use '{}'s.136
error'if' construct must use '{}'s.138

org/apache/struts/webapp/example2/RegistrationForm.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.106
errorLine contains a tab character.108
errorExpected an @return tag.128
errorLine contains a tab character.130
errorExpected an @return tag.150
errorLine contains a tab character.152
errorExpected an @return tag.172
errorLine contains a tab character.174
errorExpected an @return tag.194
errorLine contains a tab character.196
errorExpected an @return tag.216
errorLine contains a tab character.218
errorExpected an @return tag.238
errorLine contains a tab character.240
errorExpected an @return tag.289
error'||' should be on a new line.296
error'||' should be on a new line.297
error'&&' should be on a new line.298

org/apache/struts/webapp/example2/CheckLogonTag.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.59
errorLine contains a tab character.61
errorLine contains a tab character.73
errorExpected an @return tag.81
errorLine contains a tab character.83
errorLine contains a tab character.95
errorExpected an @return tag.108
errorLine contains a tab character.110
errorExpected an @return tag.122
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
error'if' construct must use '{}'s.127
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.130
error'if' construct must use '{}'s.131
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140

org/apache/struts/webapp/example2/ApplicationMapping.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.64
errorLine contains a tab character.66
errorLine contains a tab character.78
errorExpected an @return tag.86
errorLine contains a tab character.88
errorLine contains a tab character.100

org/apache/struts/webapp/example2/Subscription.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorExpected an @return tag.38
errorRedundant 'public' modifier.38
errorRedundant 'public' modifier.46
errorExpected an @return tag.52
errorRedundant 'public' modifier.52
errorExpected an @return tag.58
errorRedundant 'public' modifier.58
errorRedundant 'public' modifier.66
errorExpected an @return tag.72
errorRedundant 'public' modifier.72
errorRedundant 'public' modifier.80
errorExpected an @return tag.86
errorRedundant 'public' modifier.86
errorExpected an @return tag.92
errorRedundant 'public' modifier.92
errorRedundant 'public' modifier.100

org/apache/struts/webapp/example2/memory/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/webapp/example2/LoggedOn.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.38
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
errorExpected an @return tag.47