Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
4200651

Rules

RulesViolationsSeverity
PackageHtml6error Error
NewlineAtEndOfFile36error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
273error Error
JavadocType1error Error
JavadocVariable73error 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
OperatorWrap80error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter1error Error
WhitespaceAround2error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error 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+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/struts/faces/component/CommandLinkComponent.java00128
org/apache/struts/faces/renderer/StylesheetRenderer.java003
org/apache/struts/faces/renderer/ErrorsRenderer.java005
org/apache/struts/faces/component/BaseComponent.java007
org/apache/struts/faces/renderer/FormRenderer.java0011
org/apache/struts/faces/taglib/AbstractFacesTag.java009
org/apache/struts/faces/taglib/package.html001
org/apache/struts/faces/util/package.html001
org/apache/struts/faces/renderer/CommandLinkRenderer.java0012
org/apache/struts/faces/application/PropertyResolverImpl.java0034
org/apache/struts/faces/util/MessagesMap.java0016
org/apache/struts/faces/taglib/MessageTag.java007
org/apache/struts/faces/component/package.html001
org/apache/struts/faces/renderer/package.html001
org/apache/struts/faces/Constants.java002
org/apache/struts/faces/taglib/BaseTag.java005
org/apache/struts/faces/renderer/BaseRenderer.java0019
org/apache/struts/faces/taglib/HtmlTag.java008
org/apache/struts/faces/component/ErrorsComponent.java009
org/apache/struts/faces/component/StylesheetComponent.java007
org/apache/struts/faces/application/FacesTilesRequestProcessor.java0021
org/apache/struts/faces/renderer/HtmlRenderer.java005
org/apache/struts/faces/component/WriteComponent.java0015
org/apache/struts/faces/application/ViewHandlerImpl.java0015
org/apache/struts/faces/component/HtmlComponent.java0015
org/apache/struts/faces/renderer/WriteRenderer.java005
org/apache/struts/faces/renderer/AbstractRenderer.java0026
org/apache/struts/faces/taglib/ErrorsTag.java005
org/apache/struts/faces/renderer/MessageRenderer.java007
org/apache/struts/faces/application/ActionListenerImpl.java0011
org/apache/struts/faces/package.html001
org/apache/struts/faces/taglib/StylesheetTag.java005
org/apache/struts/faces/taglib/WriteTag.java005
org/apache/struts/faces/util/StrutsContext.java0014
org/apache/struts/faces/taglib/LoadMessagesTag.java005
org/apache/struts/faces/component/MessageComponent.java0021
org/apache/struts/faces/component/FormComponent.java0049
org/apache/struts/faces/taglib/CommandLinkTag.java0064
org/apache/struts/faces/taglib/FormTag.java0011
org/apache/struts/faces/application/package.html001
org/apache/struts/faces/taglib/JavascriptValidatorTag.java0045
org/apache/struts/faces/application/FacesRequestProcessor.java0019

Details

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
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.73
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.120
errorExpected an @return tag.128
errorMissing a Javadoc comment.135
errorMissing a Javadoc comment.144
errorMissing a Javadoc comment.149
errorMissing a Javadoc comment.158
errorMissing a Javadoc comment.163
errorMissing a Javadoc comment.172
errorMissing a Javadoc comment.177
errorMissing a Javadoc comment.186
errorMissing a Javadoc comment.191
errorMissing a Javadoc comment.200
errorMissing a Javadoc comment.205
errorMissing a Javadoc comment.214
errorMissing a Javadoc comment.219
errorMissing a Javadoc comment.228
errorMissing a Javadoc comment.233
errorMissing a Javadoc comment.242
errorMissing a Javadoc comment.247
errorMissing a Javadoc comment.256
errorMissing a Javadoc comment.261
errorMissing a Javadoc comment.270
errorMissing a Javadoc comment.275
errorMissing a Javadoc comment.284
errorMissing a Javadoc comment.289
errorMissing a Javadoc comment.298
errorMissing a Javadoc comment.303
errorMissing a Javadoc comment.312
errorMissing a Javadoc comment.317
errorMissing a Javadoc comment.326
errorMissing a Javadoc comment.331
errorMissing a Javadoc comment.340
errorMissing a Javadoc comment.345
errorMissing a Javadoc comment.354
errorMissing a Javadoc comment.359
errorMissing a Javadoc comment.368
errorMissing a Javadoc comment.373
errorMissing a Javadoc comment.382
errorMissing a Javadoc comment.387
errorMissing a Javadoc comment.396
errorMissing a Javadoc comment.401
errorMissing a Javadoc comment.410
errorMissing a Javadoc comment.415
errorMissing a Javadoc comment.424
errorMissing a Javadoc comment.429
errorMissing a Javadoc comment.438
errorArray brackets at illegal position.454
error'3' is a magic number.458
error'4' is a magic number.459
error'5' is a magic number.460
error'6' is a magic number.461
error'7' is a magic number.462
error'8' is a magic number.463
error'9' is a magic number.464
error'10' is a magic number.465
error'11' is a magic number.466
error'12' is a magic number.467
error'13' is a magic number.468
error'14' is a magic number.469
error'15' is a magic number.470
error'16' is a magic number.471
error'17' is a magic number.472
error'18' is a magic number.473
error'19' is a magic number.474
error'20' is a magic number.475
error'21' is a magic number.476
error'22' is a magic number.477
error'23' is a magic number.478
error'24' is a magic number.479
error'25' is a magic number.480
errorExpected an @return tag.490
errorArray brackets at illegal position.492
error'26' is a magic number.492
error'3' is a magic number.496
error'4' is a magic number.497
error'5' is a magic number.498
error'6' is a magic number.499
error'7' is a magic number.500
error'8' is a magic number.501
error'9' is a magic number.502
error'10' is a magic number.503
error'11' is a magic number.504
error'12' is a magic number.505
error'13' is a magic number.506
error'14' is a magic number.507
error'15' is a magic number.508
error'16' is a magic number.509
error'17' is a magic number.510
error'18' is a magic number.511
error'19' is a magic number.512
error'20' is a magic number.513
error'21' is a magic number.514
error'22' is a magic number.515
error'23' is a magic number.516
error'24' is a magic number.517
error'25' is a magic number.518

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.77

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.144
error'+' should be on a new line.156
errorExpected an @return tag.207

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorExpected an @return tag.62
errorExpected an @return tag.72
errorArray brackets at illegal position.107
errorExpected an @return tag.119
errorArray brackets at illegal position.121

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.77
errorMissing a Javadoc comment.87
errorArray brackets at illegal position.87
error'+' should be on a new line.115
errorUnclosed HTML tag found: <code>action</action> attribute on the <code>&lt;form&gt;</c278
errorExtra HTML tag found: </action> attribute on the <code>&lt;form&gt;</code>278
errorExpected an @return tag.284
error'+' should be on a new line.290
errorExpected an @return tag.303

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

ViolationMessageLine
errorFile does not end with a newline.0
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*\$Id.*\$'.2
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.75
errorExpected an @return tag.87
errorExpected an @return tag.94

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
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorUnused import - javax.faces.component.UICommand.24
errorUnused import - org.apache.struts.Globals.34
errorUnused import - org.apache.struts.config.ActionConfig.35
errorUnused import - org.apache.struts.config.ModuleConfig.36
error'||' should be on a new line.86
errorMissing a Javadoc comment.126
errorArray brackets at illegal position.126
error'||' should be on a new line.150
error'||' should be on a new line.207
error'||' should be on a new line.297

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.101
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.115
errorExpected an @return tag.142
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.143
error'&&' should be on a new line.147
error'+' should be on a new line.160
error'+' should be on a new line.161
error'+' should be on a new line.168
error'+' should be on a new line.169
errorExpected an @return tag.191
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.192
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.213
error'&&' should be on a new line.217
error'+' should be on a new line.222
error'+' should be on a new line.223
error'+' should be on a new line.232
error'+' should be on a new line.233
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.257
errorExpected an @return tag.277
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.278
error'&&' should be on a new line.282
errorExpected an @return tag.311
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.312
errorExpected an @return tag.332
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.333
error'&&' should be on a new line.337
errorExpected an @return tag.368
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.369
errorExpected an @return tag.388
errorExpected @throws tag for 'PropertyNotFoundException'.389
errorRedundant throws: 'PropertyNotFoundException' is unchecked exception.389
errorEmpty statement.395

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorExpected an @return tag.102
errorExpected an @return tag.118
errorExpected an @return tag.128
errorExpected an @return tag.142
errorExpected an @return tag.165
errorExpected an @return tag.181
errorExpected an @return tag.196
errorExpected an @return tag.206
errorExpected an @return tag.219
errorExpected an @return tag.243
errorExpected an @return tag.253
errorExpected an @return tag.263
errorExpected an @return tag.276
errorExpected an @return tag.286

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.43
errorFirst sentence should end with a period.48
errorMissing a Javadoc comment.53
errorExpected an @return tag.79
errorExpected an @return tag.90

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

ViolationMessageLine
errorMissing package documentation file.0

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/faces/Constants.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.42
errorExpected an @return tag.53
errorExpected an @return tag.64

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.74
errorExpected an @return tag.102
errorArray brackets at illegal position.108
errorExpected an @return tag.131
errorExpected an @return tag.146
error'80' is a magic number.157
errorEmpty statement.158
error'443' is a magic number.159
errorEmpty statement.160
errorExpected an @return tag.183
error'&&' should be on a new line.190
error'80' is a magic number.191
errorEmpty statement.192
error'&&' should be on a new line.193
error'443' is a magic number.194
errorEmpty statement.195
errorExpected an @return tag.212

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.54
errorExpected an @return tag.65
errorExpected an @return tag.76
errorExpected @throws tag for 'JspException'.76
errorExpected an @return tag.92

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorExpected an @return tag.68
errorExpected an @return tag.95
errorExpected an @return tag.105
errorArray brackets at illegal position.140
errorExpected an @return tag.153
errorArray brackets at illegal position.155
error'3' is a magic number.155

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorExpected an @return tag.62
errorExpected an @return tag.72
errorArray brackets at illegal position.107
errorExpected an @return tag.119
errorArray brackets at illegal position.121

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.166
error'+' should be on a new line.171
errorMissing a Javadoc comment.180
error'+' should be on a new line.190
errorMissing a Javadoc comment.199
error'+' should be on a new line.210
error'+' should be on a new line.213
error'+' should be on a new line.226
errorMissing a Javadoc comment.236
error'+' should be on a new line.250
error':' should be on a new line.251
errorMissing a Javadoc comment.260
errorMissing a Javadoc comment.279
errorMissing a Javadoc comment.296
errorExpected an @return tag.326
error'+' should be on a new line.345
error'+' should be on a new line.356
errorMissing a Javadoc comment.417
errorExpected an @return tag.445

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorExpected an @return tag.126
errorExpected an @return tag.156
errorExpected an @return tag.173

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.54
errorExpected an @return tag.75
errorExpected an @return tag.85
errorExpected an @return tag.120
errorExpected an @return tag.147
errorArray brackets at illegal position.182
error'3' is a magic number.186
error'4' is a magic number.187
errorExpected an @return tag.197
errorArray brackets at illegal position.199
error'5' is a magic number.199
error'3' is a magic number.203
error'4' is a magic number.204

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.55
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.77
errorExpected an @return tag.88
errorExpected @throws tag for 'IOException'.114
errorExpected @throws tag for 'FacesException'.114
errorRedundant throws: 'FacesException' is unchecked exception.114
errorMissing a Javadoc comment.141
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

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.61
errorExpected an @return tag.70
errorExpected an @return tag.80
errorExpected an @return tag.115
errorArray brackets at illegal position.158
error'3' is a magic number.162
error'4' is a magic number.163
errorExpected an @return tag.173
errorArray brackets at illegal position.175
error'5' is a magic number.175
error'3' is a magic number.179
error'4' is a magic number.180

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.80
error'+' should be on a new line.99
errorExpected an @return tag.120

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorUnused import - javax.faces.application.FacesMessage.24
errorMissing a Javadoc comment.53
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
error'+' should be on a new line.120
error'+' should be on a new line.121
error'+' should be on a new line.157
error'+' should be on a new line.158
error'+' should be on a new line.201
error'+' should be on a new line.202
errorExpected @param tag for 'context'.224
errorExpected @param tag for 'component'.224
errorExpected @throws tag for 'IOException'.225
error'+' should be on a new line.235
error'+' should be on a new line.236
error'+' should be on a new line.237
error'+' should be on a new line.243
error'+' should be on a new line.249
errorExpected an @return tag.271
errorExpected an @return tag.291
errorArray brackets at illegal position.369
errorArray brackets at illegal position.414
error'+' should be on a new line.483
errorExpected an @return tag.637
errorRedundant throws: 'ConverterException' is unchecked exception.638

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.42
errorExpected an @return tag.53
errorExpected an @return tag.64

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorExpected an @return tag.71
error'+' should be on a new line.81
error'+' should be on a new line.91
error'+' should be on a new line.92
errorArray brackets at illegal position.107

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'+' should be on a new line.73
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.87
errorRedundant throws: 'AbortProcessingException' is unchecked exception.108
error'+' should be on a new line.129
error'+' should be on a new line.148
error'+' should be on a new line.149
error'+' should be on a new line.160
errorExpected an @return tag.196
error'+' should be on a new line.206

org/apache/struts/faces/package.html

ViolationMessageLine
errorMissing package documentation file.0

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.42
errorExpected an @return tag.54
errorExpected an @return tag.65

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.44
errorExpected an @return tag.55
errorExpected an @return tag.66

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorUnused import - javax.sql.DataSource.26
errorExpected an @return tag.71
errorExpected an @return tag.83
errorExpected an @return tag.95
errorExpected an @return tag.107
errorExpected an @return tag.120
errorExpected an @return tag.137
errorExpected an @return tag.148
errorExpected an @return tag.158
errorExpected an @return tag.169
errorExpected an @return tag.185
errorExpected an @return tag.197

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.60
errorExpected an @return tag.73

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.60
errorExpected an @return tag.87
errorExpected an @return tag.114
errorExpected an @return tag.124
errorExpected an @return tag.159
errorExpected an @return tag.186
errorExpected an @return tag.213
errorArray brackets at illegal position.248
error'3' is a magic number.252
error'4' is a magic number.253
error'5' is a magic number.254
error'6' is a magic number.255
errorExpected an @return tag.265
errorArray brackets at illegal position.267
error'7' is a magic number.267
error'3' is a magic number.271
error'4' is a magic number.272
error'5' is a magic number.273
error'6' is a magic number.274

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
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
errorExpected an @return tag.78
errorExpected an @return tag.108
errorExpected an @return tag.138
errorExpected an @return tag.148
errorExpected an @return tag.178
errorExpected an @return tag.208
errorExpected an @return tag.238
errorExpected an @return tag.268
errorExpected an @return tag.295
errorExpected an @return tag.322
errorArray brackets at illegal position.385
error'3' is a magic number.389
error'4' is a magic number.390
error'5' is a magic number.391
error'6' is a magic number.392
error'7' is a magic number.393
error'8' is a magic number.394
error'9' is a magic number.395
errorExpected an @return tag.405
errorArray brackets at illegal position.407
error'10' is a magic number.407
error'3' is a magic number.411
error'4' is a magic number.412
error'5' is a magic number.413
error'6' is a magic number.414
error'7' is a magic number.415
error'8' is a magic number.416
error'9' is a magic number.417
error'+' should be on a new line.449
error'+' should be on a new line.462
error'+' should be on a new line.486
error'+' should be on a new line.498
error'+' should be on a new line.506
error'+' should be on a new line.520
error'+' should be on a new line.526
error'+' should be on a new line.535
error'+' should be on a new line.541
errorExpected an @return tag.571

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
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.71
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.126
errorMissing a Javadoc comment.131
errorMissing a Javadoc comment.136
errorMissing a Javadoc comment.141
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
errorMissing a Javadoc comment.181
errorMissing a Javadoc comment.186
errorMissing a Javadoc comment.191
errorMissing a Javadoc comment.196
errorMissing a Javadoc comment.201
errorExpected an @return tag.252
errorExpected an @return tag.263
errorMissing a Javadoc comment.327
errorMissing a Javadoc comment.329
errorMissing a Javadoc comment.333
errorMissing a Javadoc comment.335
errorArray brackets at illegal position.335
errorMissing a Javadoc comment.339

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.95
errorMissing a Javadoc comment.105
errorExpected an @return tag.136
errorExpected an @return tag.147

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

ViolationMessageLine
errorMissing package documentation file.0

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.134
errorMissing a Javadoc comment.136
errorExpected an @return tag.143
errorExpected @param tag for 'formName'.154
errorExpected an @return tag.164
errorExpected @param tag for 'page'.174
errorExpected an @return tag.184
errorExpected @param tag for 'methodName'.194
errorExpected an @return tag.203
errorExpected @param tag for 'staticJavascript'.212
errorExpected an @return tag.221
errorExpected @param tag for 'dynamicJavascript'.230
errorExpected an @return tag.239
errorExpected @param tag for 'htmlComment'.248
errorExpected an @return tag.256
errorExpected @param tag for 'src'.265
errorExpected an @return tag.274
errorMethod length is 265 lines (max allowed is 150).274
error'cast' is not followed by whitespace.278
error'-' should be on a new line.360
error'+' should be on a new line.392
error'+' should be on a new line.395
error'+' should be on a new line.396
errorExpected an @return tag.560
errorExpected @param tag for 'methods'.560
errorMissing a Javadoc comment.606
errorExpected an @return tag.628
error'{' is not preceded with whitespace.632
errorExpected an @return tag.649
errorExpected @param tag for 'input'.649
errorFirst sentence should end with a period.681
errorExpected an @return tag.684
errorExpected @param tag for 'input'.684
errorExpected @param tag for 'pos'.684
errorExpected @param tag for 'c'.684
errorExpected an @return tag.699
errorExpected an @return tag.719
errorMissing a Javadoc comment.740
errorExpected an @return tag.749
error'{' is not preceded with whitespace.749
errorMissing a Javadoc comment.804
errorFirst sentence should end with a period.817
errorExpected an @return tag.820

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.166
error'+' should be on a new line.176
errorMissing a Javadoc comment.185
error'+' should be on a new line.196
error'+' should be on a new line.199
error'+' should be on a new line.212
errorMissing a Javadoc comment.222
error'+' should be on a new line.236
error':' should be on a new line.237
errorMissing a Javadoc comment.246
errorMissing a Javadoc comment.265
errorMissing a Javadoc comment.282
errorExpected an @return tag.312
error'+' should be on a new line.331
error'+' should be on a new line.342
errorMissing a Javadoc comment.403
errorExpected an @return tag.431