Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
42 0 0 628

Files

Files Infos Warnings Errors
org/apache/struts/faces/Constants.java 0 0 1
org/apache/struts/faces/application/ActionListenerImpl.java 0 0 10
org/apache/struts/faces/application/FacesRequestProcessor.java 0 0 22
org/apache/struts/faces/application/FacesTilesRequestProcessor.java 0 0 24
org/apache/struts/faces/application/PropertyResolverImpl.java 0 0 33
org/apache/struts/faces/application/ViewHandlerImpl.java 0 0 14
org/apache/struts/faces/application/package.html 0 0 1
org/apache/struts/faces/component/BaseComponent.java 0 0 6
org/apache/struts/faces/component/CommandLinkComponent.java 0 0 127
org/apache/struts/faces/component/ErrorsComponent.java 0 0 8
org/apache/struts/faces/component/FormComponent.java 0 0 48
org/apache/struts/faces/component/HtmlComponent.java 0 0 14
org/apache/struts/faces/component/MessageComponent.java 0 0 20
org/apache/struts/faces/component/StylesheetComponent.java 0 0 6
org/apache/struts/faces/component/WriteComponent.java 0 0 14
org/apache/struts/faces/component/package.html 0 0 1
org/apache/struts/faces/package.html 0 0 1
org/apache/struts/faces/renderer/AbstractRenderer.java 0 0 25
org/apache/struts/faces/renderer/BaseRenderer.java 0 0 18
org/apache/struts/faces/renderer/CommandLinkRenderer.java 0 0 14
org/apache/struts/faces/renderer/ErrorsRenderer.java 0 0 4
org/apache/struts/faces/renderer/FormRenderer.java 0 0 10
org/apache/struts/faces/renderer/HtmlRenderer.java 0 0 4
org/apache/struts/faces/renderer/MessageRenderer.java 0 0 6
org/apache/struts/faces/renderer/StylesheetRenderer.java 0 0 2
org/apache/struts/faces/renderer/WriteRenderer.java 0 0 4
org/apache/struts/faces/renderer/package.html 0 0 1
org/apache/struts/faces/taglib/AbstractFacesTag.java 0 0 8
org/apache/struts/faces/taglib/BaseTag.java 0 0 4
org/apache/struts/faces/taglib/CommandLinkTag.java 0 0 65
org/apache/struts/faces/taglib/ErrorsTag.java 0 0 4
org/apache/struts/faces/taglib/FormTag.java 0 0 10
org/apache/struts/faces/taglib/HtmlTag.java 0 0 7
org/apache/struts/faces/taglib/JavascriptValidatorTag.java 0 0 44
org/apache/struts/faces/taglib/LoadMessagesTag.java 0 0 4
org/apache/struts/faces/taglib/MessageTag.java 0 0 6
org/apache/struts/faces/taglib/StylesheetTag.java 0 0 4
org/apache/struts/faces/taglib/WriteTag.java 0 0 4
org/apache/struts/faces/taglib/package.html 0 0 1
org/apache/struts/faces/util/MessagesMap.java 0 0 15
org/apache/struts/faces/util/StrutsContext.java 0 0 13
org/apache/struts/faces/util/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 6 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod
  • allowUndeclaredRTE: "true"
276 Errors Error
JavadocType 1 Errors Error
JavadocVariable 74 Errors Error
JavadocStyle 5 Errors Error
ConstantName 4 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors 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*
36 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 6 Errors Error
FileLength 0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "^ \* @version .*$"
0 Errors Error
MethodLength 1 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 82 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 2 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 2 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 5 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 86 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 12 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
ArrayTypeStyle 23 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
5 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/struts/faces/Constants.java

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

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

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

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

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

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

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

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

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

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

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

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

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Expected an @return tag. 67
Errors Expected an @return tag. 77
Errors Array brackets at illegal position. 112
Errors Expected an @return tag. 124
Errors Array brackets at illegal position. 126

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

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

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

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

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

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

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

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

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

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

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Expected an @return tag. 67
Errors Expected an @return tag. 77
Errors Array brackets at illegal position. 112
Errors Expected an @return tag. 124
Errors Array brackets at illegal position. 126

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

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

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

Violation Message Line
Errors Missing package documentation file. 0

org/apache/struts/faces/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

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

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

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

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

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

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

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

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors '+' should be on a new line. 82
Errors Missing a Javadoc comment. 92
Errors Array brackets at illegal position. 92
Errors '+' should be on a new line. 120
Errors Unclosed HTML tag found: <code>action</action> attribute on the <code>&lt;form&gt;</c 283
Errors Extra HTML tag found: </action> attribute on the <code>&lt;form&gt;</code> 283
Errors Expected an @return tag. 289
Errors '+' should be on a new line. 295
Errors Expected an @return tag. 308

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

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

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

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

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

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

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

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

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

Violation Message Line
Errors Missing package documentation file. 0

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

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

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Missing a Javadoc comment. 47
Errors Expected an @return tag. 58
Errors Expected an @return tag. 69

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

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

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Missing a Javadoc comment. 47
Errors Expected an @return tag. 58
Errors Expected an @return tag. 69

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

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

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

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

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

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

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 65
Errors Expected an @return tag. 78

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Missing a Javadoc comment. 48
Errors First sentence should end with a period. 53
Errors Missing a Javadoc comment. 58
Errors Expected an @return tag. 84
Errors Expected an @return tag. 95

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Missing a Javadoc comment. 47
Errors Expected an @return tag. 59
Errors Expected an @return tag. 70

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

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors Missing a Javadoc comment. 49
Errors Expected an @return tag. 60
Errors Expected an @return tag. 71

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

Violation Message Line
Errors Missing package documentation file. 0

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

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

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

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

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

Violation Message Line
Errors Missing package documentation file. 0