Foundation

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
28 0 0 499

Files

Files Infos Warnings Errors
org/apache/myfaces/component/MethodBindingToMethodExpression.java 0 0 9
org/apache/myfaces/component/MethodExpressionToMethodBinding.java 0 0 21
org/apache/myfaces/converter/ConverterTag.java 0 0 1
org/apache/myfaces/custom/aliasbean/Alias.java 0 0 28
org/apache/myfaces/custom/aliasbean/AliasBean.java 0 0 14
org/apache/myfaces/custom/aliasbean/AliasBeansScope.java 0 0 8
org/apache/myfaces/custom/buffer/AbstractBuffer.java 0 0 5
org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java 0 0 4
org/apache/myfaces/custom/htmlTag/AbstractHtmlTag.java 0 0 1
org/apache/myfaces/custom/htmlTag/HtmlTagRenderer.java 0 0 7
org/apache/myfaces/custom/navigation/AbstractHtmlPanelNavigation.java 0 0 2
org/apache/myfaces/custom/navmenu/AbstractUINavigationMenuItem.java 0 0 40
org/apache/myfaces/custom/schedule/UISchedule.java 0 0 2
org/apache/myfaces/custom/selectitems/AbstractUISelectItems.java 0 0 16
org/apache/myfaces/custom/tabbedpane/TabChangeListenerTag.java 0 0 2
org/apache/myfaces/custom/tree/taglib/AbstractTreeTag.java 0 0 19
org/apache/myfaces/custom/updateactionlistener/UpdateActionListenerTag.java 0 0 6
org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java 0 0 23
org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java 0 0 20
org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java 0 0 5
org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java 0 0 187
org/apache/myfaces/tomahawk/application/jsp/JspTilesTwoViewHandlerImpl.java 0 0 42
org/apache/myfaces/tomahawk/application/jsp/ViewResponseWrapper.java 0 0 10
org/apache/myfaces/validator/ValidatorBase.java 0 0 21
org/apache/myfaces/validator/ValidatorBaseTag.java 0 0 6

Rules

Rules Violations Severity
ConstantName
  • format : "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
0 Errors Error
LocalVariableName 0 Errors Error
MethodName
  • format : "^_?[a-z][a-zA-Z0-9]*$"
0 Errors Error
PackageName 0 Errors Error
LocalFinalVariableName 1 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName
  • format : "^_?[A-Z][a-zA-Z0-9]*$"
0 Errors Error
Header
  • headerFile : "/home/lu4242/workspace/tomahawk/119/branches/1_1_9/core12/target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 1 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 5 Errors Error
FileLength 0 Errors Error
LineLength
  • ignorePattern : "@version|@see"
  • max : "120"
26 Errors Error
MethodLength
  • max : "200"
0 Errors Error
ParameterNumber
  • max : "10"
0 Errors Error
TabCharacter 0 Errors Error
NeedBraces 83 Errors Error
LeftCurly
  • option : "nl"
357 Errors Error
RightCurly
  • option : "alone"
15 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 1 Errors Error
EqualsHashCode 0 Errors Error
InnerAssignment 2 Errors Error
DefaultComesLast 0 Errors Error
MissingSwitchDefault 0 Errors Error
FallThrough 0 Errors Error
MultipleVariableDeclarations 8 Errors Error
UpperEll 0 Errors Error

Details

org/apache/myfaces/component/MethodBindingToMethodExpression.java

Violation Message Line
Errors 'if' construct must use '{}'s. 132
Errors Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 191
Errors 'if' construct must use '{}'s. 200
Errors 'if' construct must use '{}'s. 202
Errors 'if' construct must use '{}'s. 204
Errors 'if' construct must use '{}'s. 209
Errors 'if' construct must use '{}'s. 212
Errors 'if' construct must use '{}'s. 219
Errors 'if' construct must use '{}'s. 225

org/apache/myfaces/component/MethodExpressionToMethodBinding.java

Violation Message Line
Errors '{' should be on a new line. 43
Errors '{' should be on a new line. 49
Errors '{' should be on a new line. 54
Errors '{' should be on a new line. 65
Errors '{' should be on a new line. 67
Errors '}' should be alone on a line. 69
Errors '{' should be on a new line. 69
Errors '}' should be alone on a line. 71
Errors '{' should be on a new line. 71
Errors '{' should be on a new line. 77
Errors '{' should be on a new line. 79
Errors '}' should be alone on a line. 81
Errors '{' should be on a new line. 81
Errors '}' should be alone on a line. 83
Errors '{' should be on a new line. 83
Errors '{' should be on a new line. 90
Errors 'if' construct must use '{}'s. 91
Errors '{' should be on a new line. 95
Errors 'if' construct must use '{}'s. 96
Errors '{' should be on a new line. 101
Errors '{' should be on a new line. 105

org/apache/myfaces/converter/ConverterTag.java

Violation Message Line
Errors '}' should be alone on a line. 114

org/apache/myfaces/custom/aliasbean/Alias.java

Violation Message Line
Errors Unused import - javax.faces.el.ValueBinding. 24
Errors '{' should be on a new line. 41
Errors '{' should be on a new line. 51
Errors '{' should be on a new line. 59
Errors '{' should be on a new line. 70
Errors '{' should be on a new line. 74
Errors '{' should be on a new line. 78
Errors '{' should be on a new line. 82
Errors '{' should be on a new line. 86
Errors '{' should be on a new line. 92
Errors 'if' construct must use '{}'s. 93
Errors '{' should be on a new line. 97
Errors '{' should be on a new line. 102
Errors '{' should be on a new line. 103
Errors '}' should be alone on a line. 109
Errors '{' should be on a new line. 109
Errors '}' should be alone on a line. 112
Errors '{' should be on a new line. 112
Errors '{' should be on a new line. 120
Errors 'if' construct must use '{}'s. 121
Errors '{' should be on a new line. 125
Errors 'if' construct must use '{}'s. 127
Errors 'if' construct must use '{}'s. 130
Errors '}' should be alone on a line. 132
Errors '{' should be on a new line. 132
Errors '{' should be on a new line. 148
Errors 'if' construct must use '{}'s. 150
Errors 'if' construct must use '{}'s. 157

org/apache/myfaces/custom/aliasbean/AliasBean.java

Violation Message Line
Errors Unused import - org.apache.myfaces.shared_tomahawk.util._ComponentUtils. 43
Errors '{' should be on a new line. 119
Errors 'if' construct must use '{}'s. 146
Errors 'if' construct must use '{}'s. 184
Errors 'if' construct must use '{}'s. 186
Errors 'if' construct must use '{}'s. 195
Errors 'if' construct must use '{}'s. 211
Errors 'if' construct must use '{}'s. 225
Errors 'if' construct must use '{}'s. 270
Errors 'if' construct must use '{}'s. 284
Errors 'if' construct must use '{}'s. 298
Errors '{' should be on a new line. 308
Errors '{' should be on a new line. 313
Errors 'if' construct must use '{}'s. 368

org/apache/myfaces/custom/aliasbean/AliasBeansScope.java

Violation Message Line
Errors '{' should be on a new line. 92
Errors 'if' construct must use '{}'s. 114
Errors 'if' construct must use '{}'s. 116
Errors 'if' construct must use '{}'s. 125
Errors 'if' construct must use '{}'s. 142
Errors 'if' construct must use '{}'s. 156
Errors 'for' construct must use '{}'s. 268
Errors 'for' construct must use '{}'s. 280

org/apache/myfaces/custom/buffer/AbstractBuffer.java

Violation Message Line
Errors '{' should be on a new line. 79
Errors '{' should be on a new line. 89
Errors '{' should be on a new line. 92
Errors '}' should be alone on a line. 95
Errors '{' should be on a new line. 95

org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java

Violation Message Line
Errors 'if' construct must use '{}'s. 127
Errors '{' should be on a new line. 190
Errors 'if' construct must use '{}'s. 192
Errors 'if' construct must use '{}'s. 196

org/apache/myfaces/custom/htmlTag/AbstractHtmlTag.java

Violation Message Line
Errors 'if' construct must use '{}'s. 83

org/apache/myfaces/custom/htmlTag/HtmlTagRenderer.java

Violation Message Line
Errors Unused import - org.apache.myfaces.component.html.util.HtmlComponentUtils. 32
Errors 'if' construct must use '{}'s. 63
Errors '{' should be on a new line. 93
Errors '{' should be on a new line. 95
Errors '{' should be on a new line. 97
Errors '{' should be on a new line. 100
Errors 'if' construct must use '{}'s. 131

org/apache/myfaces/custom/navigation/AbstractHtmlPanelNavigation.java

Violation Message Line
Errors Line is longer than 120 characters. 70
Errors Line is longer than 120 characters. 111

org/apache/myfaces/custom/navmenu/AbstractUINavigationMenuItem.java

Violation Message Line
Errors '{' should be on a new line. 60
Errors '{' should be on a new line. 66
Errors '{' should be on a new line. 70
Errors '{' should be on a new line. 142
Errors '{' should be on a new line. 187
Errors '{' should be on a new line. 191
Errors '{' should be on a new line. 195
Errors '{' should be on a new line. 225
Errors '{' should be on a new line. 228
Errors '{' should be on a new line. 232
Errors '{' should be on a new line. 233
Errors '{' should be on a new line. 237
Errors '{' should be on a new line. 240
Errors '{' should be on a new line. 243
Errors '{' should be on a new line. 251
Errors '{' should be on a new line. 274
Errors '{' should be on a new line. 283
Errors 'if' construct must use '{}'s. 284
Errors '{' should be on a new line. 289
Errors '{' should be on a new line. 291
Errors '{' should be on a new line. 293
Errors '{' should be on a new line. 298
Errors '{' should be on a new line. 304
Errors Inner assignments should be avoided. 307
Errors '{' should be on a new line. 307
Errors 'if' construct must use '{}'s. 309
Errors 'else' construct must use '{}'s. 311
Errors '{' should be on a new line. 316
Errors '{' should be on a new line. 318
Errors '{' should be on a new line. 321
Errors '{' should be on a new line. 326
Errors '{' should be on a new line. 328
Errors '{' should be on a new line. 331
Errors '{' should be on a new line. 335
Errors '{' should be on a new line. 338
Errors '{' should be on a new line. 345
Errors '{' should be on a new line. 346
Errors '{' should be on a new line. 348
Errors '{' should be on a new line. 351
Errors '{' should be on a new line. 358

org/apache/myfaces/custom/schedule/UISchedule.java

Violation Message Line
Errors '{' should be on a new line. 201
Errors '{' should be on a new line. 352

org/apache/myfaces/custom/selectitems/AbstractUISelectItems.java

Violation Message Line
Errors '{' should be on a new line. 48
Errors '{' should be on a new line. 97
Errors '{' should be on a new line. 102
Errors '{' should be on a new line. 105
Errors '{' should be on a new line. 108
Errors '{' should be on a new line. 110
Errors '{' should be on a new line. 112
Errors '{' should be on a new line. 115
Errors '{' should be on a new line. 119
Errors '{' should be on a new line. 127
Errors '{' should be on a new line. 129
Errors '{' should be on a new line. 141
Errors 'if' construct must use '{}'s. 149
Errors 'else' construct must use '{}'s. 151
Errors '{' should be on a new line. 157
Errors '{' should be on a new line. 161

org/apache/myfaces/custom/tabbedpane/TabChangeListenerTag.java

Violation Message Line
Errors 'else' construct must use '{}'s. 103
Errors Line is longer than 120 characters. 104

org/apache/myfaces/custom/tree/taglib/AbstractTreeTag.java

Violation Message Line
Errors '{' should be on a new line. 40
Errors '{' should be on a new line. 46
Errors '{' should be on a new line. 50
Errors '{' should be on a new line. 54
Errors '{' should be on a new line. 58
Errors '{' should be on a new line. 62
Errors '{' should be on a new line. 66
Errors '{' should be on a new line. 73
Errors '{' should be on a new line. 76
Errors '{' should be on a new line. 79
Errors '{' should be on a new line. 88
Errors '{' should be on a new line. 92
Errors '{' should be on a new line. 102
Errors '{' should be on a new line. 111
Errors '{' should be on a new line. 116
Errors '{' should be on a new line. 117
Errors '}' should be alone on a line. 120
Errors '{' should be on a new line. 120
Errors '{' should be on a new line. 122

org/apache/myfaces/custom/updateactionlistener/UpdateActionListenerTag.java

Violation Message Line
Errors 'if' construct must use '{}'s. 105
Errors 'if' construct must use '{}'s. 106
Errors 'if' construct must use '{}'s. 107
Errors Line is longer than 120 characters. 107
Errors Line is longer than 120 characters. 110
Errors '{' should be on a new line. 111

org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java

Violation Message Line
Errors 'if' construct must use '{}'s. 80
Errors 'if' construct must use '{}'s. 81
Errors '{' should be on a new line. 251
Errors Line is longer than 120 characters. 266
Errors '{' should be on a new line. 317
Errors 'if' construct must use '{}'s. 321
Errors '{' should be on a new line. 327
Errors '{' should be on a new line. 336
Errors Line is longer than 120 characters. 337
Errors 'if' construct must use '{}'s. 342
Errors '{' should be on a new line. 353
Errors '{' should be on a new line. 355
Errors '{' should be on a new line. 367
Errors '{' should be on a new line. 369
Errors '}' should be alone on a line. 371
Errors '{' should be on a new line. 371
Errors '{' should be on a new line. 376
Errors '{' should be on a new line. 377
Errors '{' should be on a new line. 380
Errors '}' should be alone on a line. 383
Errors '{' should be on a new line. 383
Errors Line is longer than 120 characters. 405
Errors '{' should be on a new line. 484

org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java

Violation Message Line
Errors 'if' construct must use '{}'s. 83
Errors 'if' construct must use '{}'s. 85
Errors 'if' construct must use '{}'s. 98
Errors 'if' construct must use '{}'s. 101
Errors 'if' construct must use '{}'s. 102
Errors 'if' construct must use '{}'s. 104
Errors 'if' construct must use '{}'s. 120
Errors 'if' construct must use '{}'s. 133
Errors 'if' construct must use '{}'s. 136
Errors 'if' construct must use '{}'s. 137
Errors 'if' construct must use '{}'s. 139
Errors 'if' construct must use '{}'s. 154
Errors 'while' construct must use '{}'s. 172
Errors Inner assignments should be avoided. 172
Errors Empty statement. 172
Errors 'if' construct must use '{}'s. 206
Errors '{' should be on a new line. 208
Errors '{' should be on a new line. 213
Errors Line is longer than 120 characters. 252
Errors 'if' construct must use '{}'s. 291

org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java

Violation Message Line
Errors Unused import - javax.faces.component.UIInput. 26
Errors Unused import - org.apache.myfaces.shared_tomahawk.renderkit.html.HTML. 36
Errors 'if' construct must use '{}'s. 66
Errors 'if' construct must use '{}'s. 67
Errors Line is longer than 120 characters. 111

org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java

Violation Message Line
Errors '{' should be on a new line. 63
Errors '{' should be on a new line. 77
Errors '{' should be on a new line. 78
Errors '{' should be on a new line. 90
Errors '{' should be on a new line. 91
Errors '{' should be on a new line. 103
Errors '{' should be on a new line. 104
Errors '{' should be on a new line. 114
Errors '{' should be on a new line. 115
Errors '{' should be on a new line. 124
Errors '{' should be on a new line. 127
Errors '{' should be on a new line. 132
Errors '{' should be on a new line. 133
Errors '{' should be on a new line. 141
Errors '{' should be on a new line. 142
Errors Line is longer than 120 characters. 149
Errors '{' should be on a new line. 149
Errors '{' should be on a new line. 150
Errors Line is longer than 120 characters. 155
Errors '{' should be on a new line. 158
Errors '{' should be on a new line. 160
Errors '{' should be on a new line. 167
Errors '{' should be on a new line. 168
Errors '{' should be on a new line. 175
Errors '{' should be on a new line. 178
Errors '{' should be on a new line. 183
Errors '{' should be on a new line. 186
Errors '{' should be on a new line. 191
Errors '{' should be on a new line. 194
Errors '{' should be on a new line. 204
Errors '{' should be on a new line. 207
Errors '{' should be on a new line. 210
Errors '{' should be on a new line. 213
Errors '{' should be on a new line. 219
Errors '{' should be on a new line. 246
Errors '{' should be on a new line. 250
Errors '{' should be on a new line. 261
Errors '{' should be on a new line. 262
Errors '{' should be on a new line. 264
Errors '{' should be on a new line. 268
Errors '{' should be on a new line. 276
Errors '{' should be on a new line. 277
Errors '{' should be on a new line. 279
Errors '{' should be on a new line. 283
Errors '{' should be on a new line. 288
Errors '{' should be on a new line. 289
Errors Each variable declaration must be in its own statement. 291
Errors '{' should be on a new line. 291
Errors '{' should be on a new line. 293
Errors '{' should be on a new line. 295
Errors '{' should be on a new line. 305
Errors '{' should be on a new line. 306
Errors '{' should be on a new line. 313
Errors '{' should be on a new line. 326
Errors '{' should be on a new line. 329
Errors Each variable declaration must be in its own statement. 337
Errors '{' should be on a new line. 337
Errors '{' should be on a new line. 339
Errors '{' should be on a new line. 341
Errors '{' should be on a new line. 349
Errors '{' should be on a new line. 353
Errors '{' should be on a new line. 359
Errors '{' should be on a new line. 364
Errors '{' should be on a new line. 367
Errors '{' should be on a new line. 370
Errors '{' should be on a new line. 376
Errors '{' should be on a new line. 380
Errors Each variable declaration must be in its own statement. 387
Errors '{' should be on a new line. 387
Errors '{' should be on a new line. 391
Errors '{' should be on a new line. 392
Errors '{' should be on a new line. 401
Errors '{' should be on a new line. 405
Errors '{' should be on a new line. 413
Errors '{' should be on a new line. 428
Errors '{' should be on a new line. 437
Errors Each variable declaration must be in its own statement. 438
Errors '{' should be on a new line. 438
Errors '{' should be on a new line. 466
Errors '{' should be on a new line. 467
Errors '{' should be on a new line. 469
Errors '{' should be on a new line. 470
Errors '{' should be on a new line. 486
Errors '{' should be on a new line. 487
Errors '{' should be on a new line. 490
Errors '{' should be on a new line. 494
Errors '{' should be on a new line. 498
Errors '{' should be on a new line. 501
Errors '{' should be on a new line. 513
Errors '{' should be on a new line. 514
Errors '{' should be on a new line. 516
Errors '{' should be on a new line. 520
Errors '{' should be on a new line. 527
Errors Line is longer than 120 characters. 548
Errors '{' should be on a new line. 548
Errors '{' should be on a new line. 551
Errors '{' should be on a new line. 556
Errors '{' should be on a new line. 560
Errors '{' should be on a new line. 563
Errors '{' should be on a new line. 566
Errors '{' should be on a new line. 572
Errors '{' should be on a new line. 573
Errors '{' should be on a new line. 609
Errors Each variable declaration must be in its own statement. 620
Errors '{' should be on a new line. 661
Errors '{' should be on a new line. 662
Errors '{' should be on a new line. 674
Errors '{' should be on a new line. 678
Errors '{' should be on a new line. 683
Errors '{' should be on a new line. 686
Errors '{' should be on a new line. 690
Errors '{' should be on a new line. 691
Errors '{' should be on a new line. 695
Errors '{' should be on a new line. 699
Errors '{' should be on a new line. 703
Errors '{' should be on a new line. 705
Errors '{' should be on a new line. 715
Errors '{' should be on a new line. 716
Errors '{' should be on a new line. 721
Errors '{' should be on a new line. 722
Errors '{' should be on a new line. 726
Errors '{' should be on a new line. 734
Errors '{' should be on a new line. 764
Errors '{' should be on a new line. 767
Errors Each variable declaration must be in its own statement. 769
Errors '{' should be on a new line. 769
Errors '{' should be on a new line. 771
Errors '{' should be on a new line. 775
Errors '{' should be on a new line. 790
Errors '{' should be on a new line. 791
Errors '{' should be on a new line. 795
Errors '{' should be on a new line. 807
Errors '{' should be on a new line. 813
Errors '{' should be on a new line. 816
Errors '{' should be on a new line. 820
Errors '{' should be on a new line. 825
Errors '{' should be on a new line. 837
Errors '{' should be on a new line. 838
Errors '{' should be on a new line. 839
Errors '{' should be on a new line. 843
Errors '{' should be on a new line. 849
Errors '{' should be on a new line. 852
Errors '{' should be on a new line. 856
Errors '{' should be on a new line. 861
Errors '{' should be on a new line. 868
Errors Line is longer than 120 characters. 869
Errors Each variable declaration must be in its own statement. 870
Errors '{' should be on a new line. 870
Errors '{' should be on a new line. 894
Errors '{' should be on a new line. 896
Errors '{' should be on a new line. 908
Errors '{' should be on a new line. 910
Errors Line is longer than 120 characters. 923
Errors '{' should be on a new line. 923
Errors '{' should be on a new line. 924
Errors Line is longer than 120 characters. 933
Errors '{' should be on a new line. 933
Errors '{' should be on a new line. 934
Errors '{' should be on a new line. 942
Errors '{' should be on a new line. 943
Errors '{' should be on a new line. 945
Errors '{' should be on a new line. 949
Errors '{' should be on a new line. 958
Errors '{' should be on a new line. 961
Errors Line is longer than 120 characters. 968
Errors '{' should be on a new line. 968
Errors '{' should be on a new line. 971
Errors '{' should be on a new line. 978
Errors '{' should be on a new line. 982
Errors '{' should be on a new line. 983
Errors '{' should be on a new line. 987
Errors '{' should be on a new line. 999
Errors '{' should be on a new line. 1002
Errors '{' should be on a new line. 1004
Errors '{' should be on a new line. 1007
Errors '{' should be on a new line. 1010
Errors '{' should be on a new line. 1013
Errors '{' should be on a new line. 1014
Errors '{' should be on a new line. 1015
Errors '{' should be on a new line. 1018
Errors '{' should be on a new line. 1021
Errors '{' should be on a new line. 1025
Errors '{' should be on a new line. 1040
Errors '{' should be on a new line. 1044
Errors '{' should be on a new line. 1048
Errors '{' should be on a new line. 1054
Errors '{' should be on a new line. 1058

org/apache/myfaces/tomahawk/application/jsp/JspTilesTwoViewHandlerImpl.java

Violation Message Line
Errors '{' should be on a new line. 72
Errors Line is longer than 120 characters. 81
Errors '{' should be on a new line. 88
Errors '{' should be on a new line. 90
Errors '{' should be on a new line. 116
Errors '{' should be on a new line. 131
Errors '}' should be alone on a line. 136
Errors '{' should be on a new line. 136
Errors '{' should be on a new line. 229
Errors '{' should be on a new line. 243
Errors 'if' construct must use '{}'s. 255
Errors Line is longer than 120 characters. 255
Errors 'if' construct must use '{}'s. 260
Errors '{' should be on a new line. 273
Errors '{' should be on a new line. 279
Errors '{' should be on a new line. 281
Errors '{' should be on a new line. 286
Errors '{' should be on a new line. 292
Errors 'if' construct must use '{}'s. 293
Errors '{' should be on a new line. 296
Errors '{' should be on a new line. 387
Errors '{' should be on a new line. 388
Errors '{' should be on a new line. 392
Errors '{' should be on a new line. 393
Errors Line is longer than 120 characters. 411
Errors '{' should be on a new line. 411
Errors '{' should be on a new line. 412
Errors Line is longer than 120 characters. 415
Errors '{' should be on a new line. 416
Errors '{' should be on a new line. 419
Errors Line is longer than 120 characters. 433
Errors '{' should be on a new line. 471
Errors '{' should be on a new line. 484
Errors '{' should be on a new line. 486
Errors Each variable declaration must be in its own statement. 501
Errors Line is longer than 120 characters. 630
Errors '{' should be on a new line. 630
Errors '}' should be alone on a line. 634
Errors '{' should be on a new line. 634
Errors '{' should be on a new line. 649
Errors Line is longer than 120 characters. 666
Errors '{' should be on a new line. 666

org/apache/myfaces/tomahawk/application/jsp/ViewResponseWrapper.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - java.io.*. 24
Errors 'if' construct must use '{}'s. 116
Errors 'if' construct must use '{}'s. 127
Errors '{' should be on a new line. 183
Errors '{' should be on a new line. 192
Errors '{' should be on a new line. 208
Errors '{' should be on a new line. 210
Errors '{' should be on a new line. 214
Errors '{' should be on a new line. 218
Errors '{' should be on a new line. 222

org/apache/myfaces/validator/ValidatorBase.java

Violation Message Line
Errors '{' should be on a new line. 46
Errors 'if' construct must use '{}'s. 60
Errors '{' should be on a new line. 69
Errors '{' should be on a new line. 80
Errors '{' should be on a new line. 89
Errors '{' should be on a new line. 100
Errors 'if' construct must use '{}'s. 101
Errors '{' should be on a new line. 110
Errors '{' should be on a new line. 118
Errors '{' should be on a new line. 126
Errors '{' should be on a new line. 133
Errors '{' should be on a new line. 137
Errors '{' should be on a new line. 148
Errors '}' should be alone on a line. 154
Errors '{' should be on a new line. 154
Errors 'if' construct must use '{}'s. 169
Errors 'if' construct must use '{}'s. 183
Errors 'if' construct must use '{}'s. 259
Errors 'if' construct must use '{}'s. 295
Errors 'if' construct must use '{}'s. 296
Errors Line is longer than 120 characters. 317

org/apache/myfaces/validator/ValidatorBaseTag.java

Violation Message Line
Errors '{' should be on a new line. 35
Errors '{' should be on a new line. 41
Errors '{' should be on a new line. 55
Errors 'if' construct must use '{}'s. 61
Errors Line is longer than 120 characters. 62
Errors 'if' construct must use '{}'s. 66