Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
4200628

Rules

RulesViolationsSeverity
PackageHtml6error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
276error Error
JavadocType1error Error
JavadocVariable74error Error
JavadocStyle5error Error
ConstantName4error 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*
36error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports6error Error
FileLength0error Error
LineLength
  • ignorePattern: "^ \* @version .*$"
  • max: "120"
0error Error
MethodLength1error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0error Error
NoWhitespaceBefore0error Error
OperatorWrap82error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter1error Error
WhitespaceAround2error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly2error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement5error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber86error Error
MissingSwitchDefault0error Error
RedundantThrows12error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
ArrayTypeStyle23error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
5error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/struts/faces/component/CommandLinkComponent.java00127
org/apache/struts/faces/renderer/StylesheetRenderer.java002
org/apache/struts/faces/renderer/ErrorsRenderer.java004
org/apache/struts/faces/component/BaseComponent.java006
org/apache/struts/faces/renderer/FormRenderer.java0010
org/apache/struts/faces/taglib/AbstractFacesTag.java008
org/apache/struts/faces/taglib/package.html001
org/apache/struts/faces/util/package.html001
org/apache/struts/faces/renderer/CommandLinkRenderer.java0014
org/apache/struts/faces/application/PropertyResolverImpl.java0033
org/apache/struts/faces/util/MessagesMap.java0015
org/apache/struts/faces/taglib/MessageTag.java006
org/apache/struts/faces/renderer/package.html001
org/apache/struts/faces/component/package.html001
org/apache/struts/faces/Constants.java001
org/apache/struts/faces/taglib/BaseTag.java004
org/apache/struts/faces/renderer/BaseRenderer.java0018
org/apache/struts/faces/taglib/HtmlTag.java007
org/apache/struts/faces/component/ErrorsComponent.java008
org/apache/struts/faces/component/StylesheetComponent.java006
org/apache/struts/faces/application/FacesTilesRequestProcessor.java0024
org/apache/struts/faces/renderer/HtmlRenderer.java004
org/apache/struts/faces/component/WriteComponent.java0014
org/apache/struts/faces/application/ViewHandlerImpl.java0014
org/apache/struts/faces/component/HtmlComponent.java0014
org/apache/struts/faces/renderer/WriteRenderer.java004
org/apache/struts/faces/renderer/AbstractRenderer.java0025
org/apache/struts/faces/taglib/ErrorsTag.java004
org/apache/struts/faces/renderer/MessageRenderer.java006
org/apache/struts/faces/application/ActionListenerImpl.java0010
org/apache/struts/faces/package.html001
org/apache/struts/faces/taglib/StylesheetTag.java004
org/apache/struts/faces/taglib/WriteTag.java004
org/apache/struts/faces/util/StrutsContext.java0013
org/apache/struts/faces/taglib/LoadMessagesTag.java004
org/apache/struts/faces/component/MessageComponent.java0020
org/apache/struts/faces/component/FormComponent.java0048
org/apache/struts/faces/taglib/CommandLinkTag.java0065
org/apache/struts/faces/taglib/FormTag.java0010
org/apache/struts/faces/application/package.html001
org/apache/struts/faces/taglib/JavascriptValidatorTag.java0044
org/apache/struts/faces/application/FacesRequestProcessor.java0022

Details

org/apache/struts/faces/component/CommandLinkComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.125
errorExpected an @return tag.133
errorMissing a Javadoc comment.140
errorMissing a Javadoc comment.149
errorMissing a Javadoc comment.154
errorMissing a Javadoc comment.163
errorMissing a Javadoc comment.168
errorMissing a Javadoc comment.177
errorMissing a Javadoc comment.182
errorMissing a Javadoc comment.191
errorMissing a Javadoc comment.196
errorMissing a Javadoc comment.205
errorMissing a Javadoc comment.210
errorMissing a Javadoc comment.219
errorMissing a Javadoc comment.224
errorMissing a Javadoc comment.233
errorMissing a Javadoc comment.238
errorMissing a Javadoc comment.247
errorMissing a Javadoc comment.252
errorMissing a Javadoc comment.261
errorMissing a Javadoc comment.266
errorMissing a Javadoc comment.275
errorMissing a Javadoc comment.280
errorMissing a Javadoc comment.289
errorMissing a Javadoc comment.294
errorMissing a Javadoc comment.303
errorMissing a Javadoc comment.308
errorMissing a Javadoc comment.317
errorMissing a Javadoc comment.322
errorMissing a Javadoc comment.331
errorMissing a Javadoc comment.336
errorMissing a Javadoc comment.345
errorMissing a Javadoc comment.350
errorMissing a Javadoc comment.359
errorMissing a Javadoc comment.364
errorMissing a Javadoc comment.373
errorMissing a Javadoc comment.378
errorMissing a Javadoc comment.387
errorMissing a Javadoc comment.392
errorMissing a Javadoc comment.401
errorMissing a Javadoc comment.406
errorMissing a Javadoc comment.415
errorMissing a Javadoc comment.420
errorMissing a Javadoc comment.429
errorMissing a Javadoc comment.434
errorMissing a Javadoc comment.443
errorArray brackets at illegal position.459
error'3' is a magic number.463
error'4' is a magic number.464
error'5' is a magic number.465
error'6' is a magic number.466
error'7' is a magic number.467
error'8' is a magic number.468
error'9' is a magic number.469
error'10' is a magic number.470
error'11' is a magic number.471
error'12' is a magic number.472
error'13' is a magic number.473
error'14' is a magic number.474
error'15' is a magic number.475
error'16' is a magic number.476
error'17' is a magic number.477
error'18' is a magic number.478
error'19' is a magic number.479
error'20' is a magic number.480
error'21' is a magic number.481
error'22' is a magic number.482
error'23' is a magic number.483
error'24' is a magic number.484
error'25' is a magic number.485
errorExpected an @return tag.495
errorArray brackets at illegal position.497
error'26' is a magic number.497
error'3' is a magic number.501
error'4' is a magic number.502
error'5' is a magic number.503
error'6' is a magic number.504
error'7' is a magic number.505
error'8' is a magic number.506
error'9' is a magic number.507
error'10' is a magic number.508
error'11' is a magic number.509
error'12' is a magic number.510
error'13' is a magic number.511
error'14' is a magic number.512
error'15' is a magic number.513
error'16' is a magic number.514
error'17' is a magic number.515
error'18' is a magic number.516
error'19' is a magic number.517
error'20' is a magic number.518
error'21' is a magic number.519
error'22' is a magic number.520
error'23' is a magic number.521
error'24' is a magic number.522
error'25' is a magic number.523

org/apache/struts/faces/renderer/StylesheetRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.82

org/apache/struts/faces/renderer/ErrorsRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.149
error'+' should be on a new line.161
errorExpected an @return tag.212

org/apache/struts/faces/component/BaseComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorExpected an @return tag.67
errorExpected an @return tag.77
errorArray brackets at illegal position.112
errorExpected an @return tag.124
errorArray brackets at illegal position.126

org/apache/struts/faces/renderer/FormRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.82
errorMissing a Javadoc comment.92
errorArray brackets at illegal position.92
error'+' should be on a new line.120
errorUnclosed HTML tag found: <code>action</action> attribute on the <code>&lt;form&gt;</c283
errorExtra HTML tag found: </action> attribute on the <code>&lt;form&gt;</code>283
errorExpected an @return tag.289
error'+' should be on a new line.295
errorExpected an @return tag.308

org/apache/struts/faces/taglib/AbstractFacesTag.java

ViolationMessageLine
errorGot an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'ReferenceSyntaxException'.0
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.80
errorExpected an @return tag.92
errorExpected an @return tag.99

org/apache/struts/faces/taglib/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/faces/util/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/faces/renderer/CommandLinkRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorUnused import - javax.faces.component.UICommand.29
errorUnused import - org.apache.struts.Globals.39
errorUnused import - org.apache.struts.config.ActionConfig.40
errorUnused import - org.apache.struts.config.ModuleConfig.41
error'||' should be on a new line.91
errorMissing a Javadoc comment.131
errorArray brackets at illegal position.131
error'||' should be on a new line.155
error'||' should be on a new line.212
errorLine has trailing spaces.221
error'||' should be on a new line.221
error'||' should be on a new line.222
error'||' should be on a new line.304

org/apache/struts/faces/application/PropertyResolverImpl.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.106
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.120
errorExpected an @return tag.147
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.148
error'&&' should be on a new line.152
error'+' should be on a new line.165
error'+' should be on a new line.166
error'+' should be on a new line.173
error'+' should be on a new line.174
errorExpected an @return tag.196
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.197
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.218
error'&&' should be on a new line.222
error'+' should be on a new line.227
error'+' should be on a new line.228
error'+' should be on a new line.237
error'+' should be on a new line.238
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.262
errorExpected an @return tag.282
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.283
error'&&' should be on a new line.287
errorExpected an @return tag.316
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.317
errorExpected an @return tag.337
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.338
error'&&' should be on a new line.342
errorExpected an @return tag.373
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.374
errorExpected an @return tag.393
errorExpected @throws tag for 'PropertyNotFoundException'.394
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.394
errorEmpty statement.400

org/apache/struts/faces/util/MessagesMap.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorExpected an @return tag.107
errorExpected an @return tag.123
errorExpected an @return tag.133
errorExpected an @return tag.147
errorExpected an @return tag.170
errorExpected an @return tag.186
errorExpected an @return tag.201
errorExpected an @return tag.211
errorExpected an @return tag.224
errorExpected an @return tag.248
errorExpected an @return tag.258
errorExpected an @return tag.268
errorExpected an @return tag.281
errorExpected an @return tag.291

org/apache/struts/faces/taglib/MessageTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.48
errorFirst sentence should end with a period.53
errorMissing a Javadoc comment.58
errorExpected an @return tag.84
errorExpected an @return tag.95

org/apache/struts/faces/renderer/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/faces/component/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/faces/Constants.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4

org/apache/struts/faces/taglib/BaseTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.47
errorExpected an @return tag.58
errorExpected an @return tag.69

org/apache/struts/faces/renderer/BaseRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.79
errorExpected an @return tag.107
errorArray brackets at illegal position.113
errorExpected an @return tag.136
errorExpected an @return tag.151
error'80' is a magic number.162
errorEmpty statement.163
error'443' is a magic number.164
errorEmpty statement.165
errorExpected an @return tag.188
error'&&' should be on a new line.195
error'80' is a magic number.196
errorEmpty statement.197
error'&&' should be on a new line.198
error'443' is a magic number.199
errorEmpty statement.200
errorExpected an @return tag.217

org/apache/struts/faces/taglib/HtmlTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.59
errorExpected an @return tag.70
errorExpected an @return tag.81
errorExpected @throws tag for 'JspException'.81
errorExpected an @return tag.97

org/apache/struts/faces/component/ErrorsComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorExpected an @return tag.73
errorExpected an @return tag.100
errorExpected an @return tag.110
errorArray brackets at illegal position.145
errorExpected an @return tag.158
errorArray brackets at illegal position.160
error'3' is a magic number.160

org/apache/struts/faces/component/StylesheetComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorExpected an @return tag.67
errorExpected an @return tag.77
errorArray brackets at illegal position.112
errorExpected an @return tag.124
errorArray brackets at illegal position.126

org/apache/struts/faces/application/FacesTilesRequestProcessor.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorLine has trailing spaces.130
errorMissing a Javadoc comment.175
error'+' should be on a new line.180
errorMissing a Javadoc comment.189
error'+' should be on a new line.199
errorMissing a Javadoc comment.208
error'+' should be on a new line.219
error'+' should be on a new line.222
error'+' should be on a new line.235
errorMissing a Javadoc comment.245
error'+' should be on a new line.259
error':' should be on a new line.260
errorMissing a Javadoc comment.269
errorMissing a Javadoc comment.288
errorMissing a Javadoc comment.305
errorExpected an @return tag.335
error'+' should be on a new line.354
error'+' should be on a new line.365
errorMissing a Javadoc comment.426
errorExpected an @return tag.451
error'{' should be on the previous line.452
errorLine has trailing spaces.455
errorExpected an @return tag.463

org/apache/struts/faces/renderer/HtmlRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorExpected an @return tag.131
errorExpected an @return tag.161
errorExpected an @return tag.178

org/apache/struts/faces/component/WriteComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.59
errorExpected an @return tag.80
errorExpected an @return tag.90
errorExpected an @return tag.125
errorExpected an @return tag.152
errorArray brackets at illegal position.187
error'3' is a magic number.191
error'4' is a magic number.192
errorExpected an @return tag.202
errorArray brackets at illegal position.204
error'5' is a magic number.204
error'3' is a magic number.208
error'4' is a magic number.209

org/apache/struts/faces/application/ViewHandlerImpl.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.60
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.82
errorExpected an @return tag.93
errorExpected @throws tag for 'IOException'.119
errorExpected @throws tag for 'FacesException'.119
errorRedundant throws: 'FacesException' is unchecked exception.119
errorMissing a Javadoc comment.146
errorMissing a Javadoc comment.151
errorMissing a Javadoc comment.156
errorMissing a Javadoc comment.161
errorMissing a Javadoc comment.166
errorMissing a Javadoc comment.171
errorMissing a Javadoc comment.176

org/apache/struts/faces/component/HtmlComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.66
errorExpected an @return tag.75
errorExpected an @return tag.85
errorExpected an @return tag.120
errorArray brackets at illegal position.163
error'3' is a magic number.167
error'4' is a magic number.168
errorExpected an @return tag.178
errorArray brackets at illegal position.180
error'5' is a magic number.180
error'3' is a magic number.184
error'4' is a magic number.185

org/apache/struts/faces/renderer/WriteRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.85
error'+' should be on a new line.104
errorExpected an @return tag.125

org/apache/struts/faces/renderer/AbstractRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorUnused import - javax.faces.application.FacesMessage.29
errorMissing a Javadoc comment.58
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
error'+' should be on a new line.125
error'+' should be on a new line.126
error'+' should be on a new line.162
error'+' should be on a new line.163
error'+' should be on a new line.206
error'+' should be on a new line.207
errorExpected @param tag for 'context'.229
errorExpected @param tag for 'component'.229
errorExpected @throws tag for 'IOException'.230
error'+' should be on a new line.240
error'+' should be on a new line.241
error'+' should be on a new line.242
error'+' should be on a new line.248
error'+' should be on a new line.254
errorExpected an @return tag.276
errorExpected an @return tag.296
errorArray brackets at illegal position.374
errorArray brackets at illegal position.419
error'+' should be on a new line.488
errorExpected an @return tag.642
errorRedundant throws: 'ConverterException' is unchecked exception.643

org/apache/struts/faces/taglib/ErrorsTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.47
errorExpected an @return tag.58
errorExpected an @return tag.69

org/apache/struts/faces/renderer/MessageRenderer.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorExpected an @return tag.76
error'+' should be on a new line.86
error'+' should be on a new line.96
error'+' should be on a new line.97
errorArray brackets at illegal position.112

org/apache/struts/faces/application/ActionListenerImpl.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
error'+' should be on a new line.78
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
errorRedundant throws: 'AbortProcessingException' is unchecked exception.113
error'+' should be on a new line.134
error'+' should be on a new line.153
error'+' should be on a new line.154
error'+' should be on a new line.165
errorExpected an @return tag.201
error'+' should be on a new line.211

org/apache/struts/faces/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/faces/taglib/StylesheetTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.47
errorExpected an @return tag.59
errorExpected an @return tag.70

org/apache/struts/faces/taglib/WriteTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.49
errorExpected an @return tag.60
errorExpected an @return tag.71

org/apache/struts/faces/util/StrutsContext.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorUnused import - javax.sql.DataSource.31
errorExpected an @return tag.76
errorExpected an @return tag.88
errorExpected an @return tag.100
errorExpected an @return tag.112
errorExpected an @return tag.125
errorExpected an @return tag.142
errorExpected an @return tag.153
errorExpected an @return tag.163
errorExpected an @return tag.174
errorExpected an @return tag.190
errorExpected an @return tag.202

org/apache/struts/faces/taglib/LoadMessagesTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.65
errorExpected an @return tag.78

org/apache/struts/faces/component/MessageComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.65
errorExpected an @return tag.92
errorExpected an @return tag.119
errorExpected an @return tag.129
errorExpected an @return tag.164
errorExpected an @return tag.191
errorExpected an @return tag.218
errorArray brackets at illegal position.253
error'3' is a magic number.257
error'4' is a magic number.258
error'5' is a magic number.259
error'6' is a magic number.260
errorExpected an @return tag.270
errorArray brackets at illegal position.272
error'7' is a magic number.272
error'3' is a magic number.276
error'4' is a magic number.277
error'5' is a magic number.278
error'6' is a magic number.279

org/apache/struts/faces/component/FormComponent.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.73
errorExpected an @return tag.83
errorExpected an @return tag.113
errorExpected an @return tag.143
errorExpected an @return tag.153
errorExpected an @return tag.183
errorExpected an @return tag.213
errorExpected an @return tag.243
errorExpected an @return tag.273
errorExpected an @return tag.300
errorExpected an @return tag.327
errorArray brackets at illegal position.390
error'3' is a magic number.394
error'4' is a magic number.395
error'5' is a magic number.396
error'6' is a magic number.397
error'7' is a magic number.398
error'8' is a magic number.399
error'9' is a magic number.400
errorExpected an @return tag.410
errorArray brackets at illegal position.412
error'10' is a magic number.412
error'3' is a magic number.416
error'4' is a magic number.417
error'5' is a magic number.418
error'6' is a magic number.419
error'7' is a magic number.420
error'8' is a magic number.421
error'9' is a magic number.422
error'+' should be on a new line.454
error'+' should be on a new line.467
error'+' should be on a new line.491
error'+' should be on a new line.503
error'+' should be on a new line.511
error'+' should be on a new line.525
error'+' should be on a new line.531
error'+' should be on a new line.540
error'+' should be on a new line.546
errorExpected an @return tag.576

org/apache/struts/faces/taglib/CommandLinkTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.103
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.128
errorMissing a Javadoc comment.133
errorMissing a Javadoc comment.138
errorMissing a Javadoc comment.143
errorMissing a Javadoc comment.148
errorMissing a Javadoc comment.153
errorMissing a Javadoc comment.158
errorMissing a Javadoc comment.163
errorMissing a Javadoc comment.168
errorMissing a Javadoc comment.173
errorMissing a Javadoc comment.178
errorMissing a Javadoc comment.183
errorMissing a Javadoc comment.188
errorMissing a Javadoc comment.193
errorMissing a Javadoc comment.198
errorMissing a Javadoc comment.203
errorMissing a Javadoc comment.208
errorMissing a Javadoc comment.213
errorExpected an @return tag.265
errorExpected an @return tag.276
errorMissing a Javadoc comment.348
errorMissing a Javadoc comment.350
errorMissing a Javadoc comment.354
errorMissing a Javadoc comment.356
errorArray brackets at illegal position.356
errorMissing a Javadoc comment.360

org/apache/struts/faces/taglib/FormTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.110
errorExpected an @return tag.141
errorExpected an @return tag.152

org/apache/struts/faces/application/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/faces/taglib/JavascriptValidatorTag.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.139
errorMissing a Javadoc comment.141
errorExpected an @return tag.148
errorExpected @param tag for 'formName'.159
errorExpected an @return tag.169
errorExpected @param tag for 'page'.179
errorExpected an @return tag.189
errorExpected @param tag for 'methodName'.199
errorExpected an @return tag.208
errorExpected @param tag for 'staticJavascript'.217
errorExpected an @return tag.226
errorExpected @param tag for 'dynamicJavascript'.235
errorExpected an @return tag.244
errorExpected @param tag for 'htmlComment'.253
errorExpected an @return tag.261
errorExpected @param tag for 'src'.270
errorExpected an @return tag.279
errorMethod length is 265 lines (max allowed is 150).279
error'cast' is not followed by whitespace.283
error'-' should be on a new line.365
error'+' should be on a new line.397
error'+' should be on a new line.400
error'+' should be on a new line.401
errorExpected an @return tag.565
errorExpected @param tag for 'methods'.565
errorMissing a Javadoc comment.611
errorExpected an @return tag.633
error'{' is not preceded with whitespace.637
errorExpected an @return tag.654
errorExpected @param tag for 'input'.654
errorFirst sentence should end with a period.686
errorExpected an @return tag.689
errorExpected @param tag for 'input'.689
errorExpected @param tag for 'pos'.689
errorExpected @param tag for 'c'.689
errorExpected an @return tag.704
errorExpected an @return tag.724
errorMissing a Javadoc comment.745
errorExpected an @return tag.754
error'{' is not preceded with whitespace.754
errorMissing a Javadoc comment.809
errorFirst sentence should end with a period.822
errorExpected an @return tag.825

org/apache/struts/faces/application/FacesRequestProcessor.java

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorLine has trailing spaces.130
errorMissing a Javadoc comment.175
error'+' should be on a new line.185
errorMissing a Javadoc comment.194
error'+' should be on a new line.205
error'+' should be on a new line.208
error'+' should be on a new line.221
errorMissing a Javadoc comment.231
error'+' should be on a new line.245
error':' should be on a new line.246
errorMissing a Javadoc comment.255
errorMissing a Javadoc comment.274
errorMissing a Javadoc comment.291
errorExpected an @return tag.321
error'+' should be on a new line.340
error'+' should be on a new line.351
errorMissing a Javadoc comment.412
errorExpected an @return tag.437
error'{' should be on the previous line.438
errorLine has trailing spaces.441
errorExpected an @return tag.449