Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4600737

Files

FilesInfosWarningsErrors
org/apache/myfaces/tobago/facelets/AttributeHandler.java00131
org/apache/myfaces/tobago/facelets/ContentTypeRule.java006
org/apache/myfaces/tobago/facelets/ConverterHandler.java0014
org/apache/myfaces/tobago/facelets/DataAttributeHandler.java005
org/apache/myfaces/tobago/facelets/DefaultResourceResolver.java007
org/apache/myfaces/tobago/facelets/DeprecatedDimensionRule.java0016
org/apache/myfaces/tobago/facelets/FixCharacterEncodingFilter.java005
org/apache/myfaces/tobago/facelets/FlowLayoutRule.java0028
org/apache/myfaces/tobago/facelets/GridLayoutConstraintHandler.java00109
org/apache/myfaces/tobago/facelets/GridLayoutRule.java0036
org/apache/myfaces/tobago/facelets/LoadBundleHandler.java003
org/apache/myfaces/tobago/facelets/MetaInfResourcesClasspathResourceResolver.java008
org/apache/myfaces/tobago/facelets/PopupReferenceHandler.java0010
org/apache/myfaces/tobago/facelets/PositionRule.java0016
org/apache/myfaces/tobago/facelets/ResetInputActionListenerHandler.java0012
org/apache/myfaces/tobago/facelets/Resource.java0021
org/apache/myfaces/tobago/facelets/ScriptHandler.java007
org/apache/myfaces/tobago/facelets/SheetStateChangeSourceRule.java007
org/apache/myfaces/tobago/facelets/SortActionSourceRule.java007
org/apache/myfaces/tobago/facelets/StyleHandler.java007
org/apache/myfaces/tobago/facelets/SuggestMethodRule.java007
org/apache/myfaces/tobago/facelets/SupportsMarkupRule.java0010
org/apache/myfaces/tobago/facelets/SupportsRenderedPartiallyRule.java0010
org/apache/myfaces/tobago/facelets/TabChangeListenerHandler.java0021
org/apache/myfaces/tobago/facelets/TabChangeSourceRule.java007
org/apache/myfaces/tobago/facelets/TagMethodExpression.java0027
org/apache/myfaces/tobago/facelets/TobagoComponentHandler.java0027
org/apache/myfaces/tobago/facelets/TobagoValidateHandler.java004
org/apache/myfaces/tobago/facelets/WizardComponentHandler.java007
org/apache/myfaces/tobago/facelets/extension/DateExtensionHandler.java008
org/apache/myfaces/tobago/facelets/extension/FileExtensionHandler.java004
org/apache/myfaces/tobago/facelets/extension/InExtensionHandler.java004
org/apache/myfaces/tobago/facelets/extension/MenuCheckboxExtensionHandler.java005
org/apache/myfaces/tobago/facelets/extension/MenuRadioExtensionHandler.java005
org/apache/myfaces/tobago/facelets/extension/SelectBooleanCheckboxExtensionHandler.java0011
org/apache/myfaces/tobago/facelets/extension/SelectManyCheckboxExtensionHandler.java005
org/apache/myfaces/tobago/facelets/extension/SelectManyListboxExtensionHandler.java005
org/apache/myfaces/tobago/facelets/extension/SelectManyShuttleExtensionHandler.java005
org/apache/myfaces/tobago/facelets/extension/SelectOneChoiceExtensionHandler.java004
org/apache/myfaces/tobago/facelets/extension/SelectOneListboxExtensionHandler.java005
org/apache/myfaces/tobago/facelets/extension/SelectOneRadioExtensionHandler.java004
org/apache/myfaces/tobago/facelets/extension/SeparatorExtensionHandler.java0016
org/apache/myfaces/tobago/facelets/extension/TextareaExtensionHandler.java005
org/apache/myfaces/tobago/facelets/extension/TimeExtensionHandler.java004
org/apache/myfaces/tobago/facelets/extension/TobagoLabelExtensionHandler.java0055
org/apache/myfaces/tobago/facelets/extension/TobagoMenuExtensionHandler.java0017

Rules

RulesViolationsSeverity
Header
  • fileExtensions: "java"
  • headerFile: "/home/bommel/work/tobago-1.6.z/tobago-extension/tobago-facelets/target/checkstyle-header.txt"
0Errors Error
FileTabCharacter0Errors Error
SuppressionCommentFilter0Errors Error
FileLength
  • max: "3000"
  • fileExtensions: "java"
0Errors Error
FileContentsHolder0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
0Errors Error
ConstantName
  • format: "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
0Errors Error
LocalVariableName0Errors Error
MethodName
  • format: "^_?[a-z][a-zA-Z0-9]*$"
0Errors Error
PackageName0Errors Error
LocalFinalVariableName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName
  • format: "^_?[A-Z][a-zA-Z0-9]*$"
0Errors Error
AvoidStarImport
  • allowStaticMemberImports: "true"
  • excludes: "java.io,java.net,java.lang.Math,org.apache.myfaces.config.impl.digester.elements"
0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength
  • max: "300"
0Errors Error
ParameterNumber
  • max: "10"
0Errors Error
NeedBraces0Errors Error
LeftCurly
  • option: "nl"
630Errors Error
RightCurly
  • option: "alone"
107Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
InnerAssignment0Errors Error
DefaultComesLast0Errors Error
MissingSwitchDefault0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
UpperEll0Errors Error

Details

org/apache/myfaces/tobago/facelets/AttributeHandler.java

ViolationMessageLine
Errors'{' should be on a new line.56
Errors'{' should be on a new line.66
Errors'{' should be on a new line.74
Errors'{' should be on a new line.75
Errors'{' should be on a new line.79
Errors'{' should be on a new line.81
Errors'{' should be on a new line.82
Errors'{' should be on a new line.85
Errors'{' should be on a new line.86
Errors'{' should be on a new line.87
Errors'{' should be on a new line.90
Errors'}' should be alone on a line.93
Errors'{' should be on a new line.93
Errors'}' should be alone on a line.96
Errors'{' should be on a new line.96
Errors'}' should be alone on a line.101
Errors'{' should be on a new line.101
Errors'}' should be alone on a line.105
Errors'{' should be on a new line.105
Errors'{' should be on a new line.108
Errors'{' should be on a new line.109
Errors'{' should be on a new line.110
Errors'{' should be on a new line.113
Errors'}' should be alone on a line.116
Errors'{' should be on a new line.116
Errors'}' should be alone on a line.119
Errors'{' should be on a new line.119
Errors'}' should be alone on a line.124
Errors'{' should be on a new line.124
Errors'}' should be alone on a line.128
Errors'{' should be on a new line.128
Errors'{' should be on a new line.130
Errors'{' should be on a new line.131
Errors'{' should be on a new line.134
Errors'{' should be on a new line.136
Errors'}' should be alone on a line.141
Errors'{' should be on a new line.141
Errors'}' should be alone on a line.144
Errors'{' should be on a new line.144
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'{' should be on a new line.156
Errors'{' should be on a new line.157
Errors'{' should be on a new line.160
Errors'{' should be on a new line.161
Errors'}' should be alone on a line.167
Errors'{' should be on a new line.167
Errors'}' should be alone on a line.170
Errors'{' should be on a new line.170
Errors'{' should be on a new line.176
Errors'}' should be alone on a line.182
Errors'{' should be on a new line.182
Errors'{' should be on a new line.183
Errors'}' should be alone on a line.187
Errors'{' should be on a new line.187
Errors'{' should be on a new line.190
Errors'{' should be on a new line.193
Errors'}' should be alone on a line.196
Errors'{' should be on a new line.196
Errors'{' should be on a new line.202
Errors'{' should be on a new line.204
Errors'}' should be alone on a line.207
Errors'{' should be on a new line.207
Errors'}' should be alone on a line.212
Errors'{' should be on a new line.212
Errors'}' should be alone on a line.215
Errors'{' should be on a new line.215
Errors'{' should be on a new line.218
Errors'{' should be on a new line.219
Errors'}' should be alone on a line.221
Errors'{' should be on a new line.221
Errors'}' should be alone on a line.224
Errors'{' should be on a new line.225
Errors'{' should be on a new line.227
Errors'}' should be alone on a line.230
Errors'{' should be on a new line.230
Errors'}' should be alone on a line.233
Errors'{' should be on a new line.233
Errors'}' should be alone on a line.236
Errors'{' should be on a new line.236
Errors'{' should be on a new line.237
Errors'{' should be on a new line.238
Errors'}' should be alone on a line.240
Errors'{' should be on a new line.240
Errors'}' should be alone on a line.244
Errors'{' should be on a new line.244
Errors'}' should be alone on a line.247
Errors'{' should be on a new line.247
Errors'{' should be on a new line.249
Errors'}' should be alone on a line.252
Errors'{' should be on a new line.253
Errors'{' should be on a new line.256
Errors'}' should be alone on a line.260
Errors'{' should be on a new line.260
Errors'}' should be alone on a line.262
Errors'{' should be on a new line.262
Errors'{' should be on a new line.264
Errors'}' should be alone on a line.267
Errors'{' should be on a new line.267
Errors'{' should be on a new line.269
Errors'}' should be alone on a line.272
Errors'{' should be on a new line.272
Errors'{' should be on a new line.273
Errors'}' should be alone on a line.275
Errors'{' should be on a new line.275
Errors'{' should be on a new line.283
Errors'{' should be on a new line.287
Errors'{' should be on a new line.292
Errors'{' should be on a new line.296
Errors'{' should be on a new line.300
Errors'{' should be on a new line.305
Errors'{' should be on a new line.309
Errors'{' should be on a new line.311
Errors'}' should be alone on a line.315
Errors'{' should be on a new line.315
Errors'}' should be alone on a line.318
Errors'{' should be on a new line.318
Errors'{' should be on a new line.324
Errors'{' should be on a new line.326
Errors'}' should be alone on a line.329
Errors'{' should be on a new line.329
Errors'{' should be on a new line.338
Errors'{' should be on a new line.342
Errors'{' should be on a new line.344
Errors'}' should be alone on a line.347
Errors'{' should be on a new line.347
Errors'{' should be on a new line.353
Errors'{' should be on a new line.354
Errors'}' should be alone on a line.358
Errors'{' should be on a new line.358

org/apache/myfaces/tobago/facelets/ContentTypeRule.java

ViolationMessageLine
Errors'{' should be on a new line.31
Errors'{' should be on a new line.35
Errors'{' should be on a new line.36
Errors'{' should be on a new line.42
Errors'{' should be on a new line.46
Errors'{' should be on a new line.50

org/apache/myfaces/tobago/facelets/ConverterHandler.java

ViolationMessageLine
Errors'{' should be on a new line.41
Errors'{' should be on a new line.47
Errors'{' should be on a new line.54
Errors'{' should be on a new line.55
Errors'{' should be on a new line.56
Errors'{' should be on a new line.60
Errors'{' should be on a new line.64
Errors'{' should be on a new line.65
Errors'}' should be alone on a line.68
Errors'{' should be on a new line.68
Errors'{' should be on a new line.71
Errors'{' should be on a new line.75
Errors'}' should be alone on a line.80
Errors'{' should be on a new line.80

org/apache/myfaces/tobago/facelets/DataAttributeHandler.java

ViolationMessageLine
Errors'{' should be on a new line.35
Errors'{' should be on a new line.41
Errors'{' should be on a new line.48
Errors'{' should be on a new line.49
Errors'{' should be on a new line.53

org/apache/myfaces/tobago/facelets/DefaultResourceResolver.java

ViolationMessageLine
Errors'{' should be on a new line.31
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.38
Errors'}' should be alone on a line.40
Errors'{' should be on a new line.40
Errors'{' should be on a new line.45

org/apache/myfaces/tobago/facelets/DeprecatedDimensionRule.java

ViolationMessageLine
Errors'{' should be on a new line.34
Errors'{' should be on a new line.38
Errors'{' should be on a new line.39
Errors'{' should be on a new line.42
Errors'{' should be on a new line.48
Errors'{' should be on a new line.51
Errors'{' should be on a new line.55
Errors'{' should be on a new line.56
Errors'}' should be alone on a line.58
Errors'{' should be on a new line.58
Errors'{' should be on a new line.65
Errors'{' should be on a new line.68
Errors'{' should be on a new line.72
Errors'{' should be on a new line.73
Errors'}' should be alone on a line.75
Errors'{' should be on a new line.75

org/apache/myfaces/tobago/facelets/FixCharacterEncodingFilter.java

ViolationMessageLine
Errors'{' should be on a new line.30
Errors'{' should be on a new line.31
Errors'{' should be on a new line.37
Errors'{' should be on a new line.38
Errors'{' should be on a new line.44

org/apache/myfaces/tobago/facelets/FlowLayoutRule.java

ViolationMessageLine
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.38
Errors'{' should be on a new line.39
Errors'{' should be on a new line.40
Errors'{' should be on a new line.43
Errors'{' should be on a new line.46
Errors'{' should be on a new line.49
Errors'{' should be on a new line.52
Errors'{' should be on a new line.55
Errors'{' should be on a new line.63
Errors'{' should be on a new line.66
Errors'{' should be on a new line.70
Errors'{' should be on a new line.76
Errors'{' should be on a new line.79
Errors'{' should be on a new line.83
Errors'{' should be on a new line.89
Errors'{' should be on a new line.92
Errors'{' should be on a new line.96
Errors'{' should be on a new line.102
Errors'{' should be on a new line.105
Errors'{' should be on a new line.109
Errors'{' should be on a new line.115
Errors'{' should be on a new line.118
Errors'{' should be on a new line.122
Errors'{' should be on a new line.128
Errors'{' should be on a new line.131
Errors'{' should be on a new line.135

org/apache/myfaces/tobago/facelets/GridLayoutConstraintHandler.java

ViolationMessageLine
Errors'{' should be on a new line.40
Errors'{' should be on a new line.74
Errors'{' should be on a new line.101
Errors'{' should be on a new line.102
Errors'}' should be alone on a line.104
Errors'{' should be on a new line.105
Errors'{' should be on a new line.108
Errors'{' should be on a new line.111
Errors'{' should be on a new line.112
Errors'}' should be alone on a line.114
Errors'{' should be on a new line.114
Errors'{' should be on a new line.120
Errors'{' should be on a new line.121
Errors'}' should be alone on a line.123
Errors'{' should be on a new line.123
Errors'{' should be on a new line.129
Errors'{' should be on a new line.130
Errors'}' should be alone on a line.132
Errors'{' should be on a new line.132
Errors'{' should be on a new line.138
Errors'{' should be on a new line.139
Errors'}' should be alone on a line.141
Errors'{' should be on a new line.141
Errors'{' should be on a new line.147
Errors'{' should be on a new line.148
Errors'}' should be alone on a line.150
Errors'{' should be on a new line.150
Errors'{' should be on a new line.156
Errors'{' should be on a new line.157
Errors'}' should be alone on a line.159
Errors'{' should be on a new line.159
Errors'{' should be on a new line.165
Errors'{' should be on a new line.166
Errors'}' should be alone on a line.168
Errors'{' should be on a new line.168
Errors'{' should be on a new line.174
Errors'{' should be on a new line.175
Errors'}' should be alone on a line.177
Errors'{' should be on a new line.177
Errors'{' should be on a new line.183
Errors'{' should be on a new line.184
Errors'}' should be alone on a line.186
Errors'{' should be on a new line.186
Errors'{' should be on a new line.192
Errors'{' should be on a new line.193
Errors'}' should be alone on a line.195
Errors'{' should be on a new line.195
Errors'{' should be on a new line.201
Errors'{' should be on a new line.202
Errors'}' should be alone on a line.204
Errors'{' should be on a new line.204
Errors'{' should be on a new line.210
Errors'{' should be on a new line.211
Errors'}' should be alone on a line.213
Errors'{' should be on a new line.213
Errors'{' should be on a new line.219
Errors'{' should be on a new line.220
Errors'}' should be alone on a line.222
Errors'{' should be on a new line.222
Errors'{' should be on a new line.228
Errors'{' should be on a new line.229
Errors'}' should be alone on a line.231
Errors'{' should be on a new line.231
Errors'}' should be alone on a line.237
Errors'{' should be on a new line.237
Errors'{' should be on a new line.241
Errors'{' should be on a new line.244
Errors'{' should be on a new line.245
Errors'}' should be alone on a line.247
Errors'{' should be on a new line.247
Errors'{' should be on a new line.253
Errors'{' should be on a new line.254
Errors'}' should be alone on a line.256
Errors'{' should be on a new line.256
Errors'{' should be on a new line.262
Errors'{' should be on a new line.263
Errors'}' should be alone on a line.265
Errors'{' should be on a new line.265
Errors'{' should be on a new line.271
Errors'{' should be on a new line.272
Errors'}' should be alone on a line.274
Errors'{' should be on a new line.274
Errors'{' should be on a new line.280
Errors'{' should be on a new line.281
Errors'}' should be alone on a line.283
Errors'{' should be on a new line.283
Errors'{' should be on a new line.289
Errors'{' should be on a new line.290
Errors'}' should be alone on a line.292
Errors'{' should be on a new line.292
Errors'{' should be on a new line.298
Errors'{' should be on a new line.299
Errors'}' should be alone on a line.301
Errors'{' should be on a new line.301
Errors'{' should be on a new line.307
Errors'{' should be on a new line.308
Errors'}' should be alone on a line.310
Errors'{' should be on a new line.310
Errors'}' should be alone on a line.316
Errors'{' should be on a new line.316
Errors'{' should be on a new line.317
Errors'{' should be on a new line.318
Errors'{' should be on a new line.321
Errors'{' should be on a new line.324
Errors'{' should be on a new line.327
Errors'{' should be on a new line.330
Errors'{' should be on a new line.333
Errors'{' should be on a new line.336
Errors'{' should be on a new line.339

org/apache/myfaces/tobago/facelets/GridLayoutRule.java

ViolationMessageLine
Errors'{' should be on a new line.32
Errors'{' should be on a new line.36
Errors'{' should be on a new line.37
Errors'{' should be on a new line.38
Errors'{' should be on a new line.39
Errors'{' should be on a new line.42
Errors'{' should be on a new line.45
Errors'{' should be on a new line.48
Errors'{' should be on a new line.51
Errors'{' should be on a new line.54
Errors'{' should be on a new line.57
Errors'{' should be on a new line.60
Errors'{' should be on a new line.68
Errors'{' should be on a new line.71
Errors'{' should be on a new line.75
Errors'{' should be on a new line.81
Errors'{' should be on a new line.84
Errors'{' should be on a new line.88
Errors'{' should be on a new line.94
Errors'{' should be on a new line.97
Errors'{' should be on a new line.101
Errors'{' should be on a new line.107
Errors'{' should be on a new line.110
Errors'{' should be on a new line.114
Errors'{' should be on a new line.120
Errors'{' should be on a new line.123
Errors'{' should be on a new line.127
Errors'{' should be on a new line.133
Errors'{' should be on a new line.136
Errors'{' should be on a new line.140
Errors'{' should be on a new line.146
Errors'{' should be on a new line.149
Errors'{' should be on a new line.153
Errors'{' should be on a new line.159
Errors'{' should be on a new line.162
Errors'{' should be on a new line.166

org/apache/myfaces/tobago/facelets/LoadBundleHandler.java

ViolationMessageLine
Errors'{' should be on a new line.36
Errors'{' should be on a new line.41
Errors'{' should be on a new line.48

org/apache/myfaces/tobago/facelets/MetaInfResourcesClasspathResourceResolver.java

ViolationMessageLine
Errors'{' should be on a new line.42
Errors'{' should be on a new line.46
Errors'{' should be on a new line.47
Errors'{' should be on a new line.52
Errors'{' should be on a new line.54
Errors'{' should be on a new line.57
Errors'{' should be on a new line.58
Errors'{' should be on a new line.64

org/apache/myfaces/tobago/facelets/PopupReferenceHandler.java

ViolationMessageLine
Errors'{' should be on a new line.39
Errors'{' should be on a new line.43
Errors'{' should be on a new line.49
Errors'{' should be on a new line.50
Errors'{' should be on a new line.51
Errors'{' should be on a new line.53
Errors'}' should be alone on a line.55
Errors'{' should be on a new line.55
Errors'}' should be alone on a line.60
Errors'{' should be on a new line.60

org/apache/myfaces/tobago/facelets/PositionRule.java

ViolationMessageLine
Errors'{' should be on a new line.34
Errors'{' should be on a new line.38
Errors'{' should be on a new line.39
Errors'{' should be on a new line.42
Errors'{' should be on a new line.48
Errors'{' should be on a new line.51
Errors'{' should be on a new line.55
Errors'{' should be on a new line.56
Errors'}' should be alone on a line.58
Errors'{' should be on a new line.58
Errors'{' should be on a new line.65
Errors'{' should be on a new line.68
Errors'{' should be on a new line.72
Errors'{' should be on a new line.73
Errors'}' should be alone on a line.75
Errors'{' should be on a new line.75

org/apache/myfaces/tobago/facelets/ResetInputActionListenerHandler.java

ViolationMessageLine
Errors'{' should be on a new line.41
Errors'{' should be on a new line.45
Errors'{' should be on a new line.51
Errors'{' should be on a new line.52
Errors'{' should be on a new line.53
Errors'{' should be on a new line.55
Errors'}' should be alone on a line.57
Errors'{' should be on a new line.57
Errors'}' should be alone on a line.59
Errors'{' should be on a new line.59
Errors'}' should be alone on a line.64
Errors'{' should be on a new line.64

org/apache/myfaces/tobago/facelets/Resource.java

ViolationMessageLine
Errors'{' should be on a new line.39
Errors'{' should be on a new line.56
Errors'{' should be on a new line.59
Errors'{' should be on a new line.62
Errors'{' should be on a new line.70
Errors'{' should be on a new line.80
Errors'{' should be on a new line.81
Errors'{' should be on a new line.86
Errors'{' should be on a new line.89
Errors'{' should be on a new line.90
Errors'}' should be alone on a line.92
Errors'{' should be on a new line.92
Errors'{' should be on a new line.105
Errors'{' should be on a new line.107
Errors'{' should be on a new line.110
Errors'{' should be on a new line.113
Errors'{' should be on a new line.114
Errors'{' should be on a new line.122
Errors'{' should be on a new line.125
Errors'}' should be alone on a line.129
Errors'{' should be on a new line.129

org/apache/myfaces/tobago/facelets/ScriptHandler.java

ViolationMessageLine
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.41
Errors'{' should be on a new line.44
Errors'}' should be alone on a line.46
Errors'{' should be on a new line.46
Errors'{' should be on a new line.55

org/apache/myfaces/tobago/facelets/SheetStateChangeSourceRule.java

ViolationMessageLine
Errors'{' should be on a new line.34
Errors'{' should be on a new line.42
Errors'{' should be on a new line.43
Errors'{' should be on a new line.44
Errors'{' should be on a new line.51
Errors'{' should be on a new line.55
Errors'{' should be on a new line.59

org/apache/myfaces/tobago/facelets/SortActionSourceRule.java

ViolationMessageLine
Errors'{' should be on a new line.34
Errors'{' should be on a new line.43
Errors'{' should be on a new line.44
Errors'{' should be on a new line.45
Errors'{' should be on a new line.52
Errors'{' should be on a new line.56
Errors'{' should be on a new line.60

org/apache/myfaces/tobago/facelets/StyleHandler.java

ViolationMessageLine
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.41
Errors'{' should be on a new line.45
Errors'}' should be alone on a line.47
Errors'{' should be on a new line.47
Errors'{' should be on a new line.56

org/apache/myfaces/tobago/facelets/SuggestMethodRule.java

ViolationMessageLine
Errors'{' should be on a new line.31
Errors'{' should be on a new line.36
Errors'{' should be on a new line.37
Errors'{' should be on a new line.38
Errors'{' should be on a new line.45
Errors'{' should be on a new line.48
Errors'{' should be on a new line.52

org/apache/myfaces/tobago/facelets/SupportsMarkupRule.java

ViolationMessageLine
Errors'{' should be on a new line.34
Errors'{' should be on a new line.38
Errors'{' should be on a new line.39
Errors'{' should be on a new line.40
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51
Errors'{' should be on a new line.55
Errors'{' should be on a new line.56
Errors'}' should be alone on a line.58
Errors'{' should be on a new line.58

org/apache/myfaces/tobago/facelets/SupportsRenderedPartiallyRule.java

ViolationMessageLine
Errors'{' should be on a new line.34
Errors'{' should be on a new line.38
Errors'{' should be on a new line.39
Errors'{' should be on a new line.40
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51
Errors'{' should be on a new line.55
Errors'{' should be on a new line.56
Errors'}' should be alone on a line.59
Errors'{' should be on a new line.59

org/apache/myfaces/tobago/facelets/TabChangeListenerHandler.java

ViolationMessageLine
Errors'{' should be on a new line.38
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51
Errors'{' should be on a new line.52
Errors'{' should be on a new line.55
Errors'}' should be alone on a line.57
Errors'{' should be on a new line.57
Errors'{' should be on a new line.64
Errors'{' should be on a new line.65
Errors'{' should be on a new line.67
Errors'{' should be on a new line.71
Errors'{' should be on a new line.75
Errors'{' should be on a new line.76
Errors'}' should be alone on a line.78
Errors'{' should be on a new line.78
Errors'{' should be on a new line.81
Errors'{' should be on a new line.85
Errors'}' should be alone on a line.88
Errors'{' should be on a new line.88
Errors'}' should be alone on a line.92
Errors'{' should be on a new line.92

org/apache/myfaces/tobago/facelets/TabChangeSourceRule.java

ViolationMessageLine
Errors'{' should be on a new line.32
Errors'{' should be on a new line.37
Errors'{' should be on a new line.38
Errors'{' should be on a new line.39
Errors'{' should be on a new line.46
Errors'{' should be on a new line.50
Errors'{' should be on a new line.54

org/apache/myfaces/tobago/facelets/TagMethodExpression.java

ViolationMessageLine
Errors'{' should be on a new line.43
Errors'{' should be on a new line.50
Errors'{' should be on a new line.54
Errors'{' should be on a new line.59
Errors'{' should be on a new line.60
Errors'}' should be alone on a line.62
Errors'{' should be on a new line.62
Errors'}' should be alone on a line.64
Errors'{' should be on a new line.64
Errors'}' should be alone on a line.66
Errors'{' should be on a new line.66
Errors'{' should be on a new line.71
Errors'{' should be on a new line.72
Errors'}' should be alone on a line.74
Errors'{' should be on a new line.74
Errors'}' should be alone on a line.76
Errors'{' should be on a new line.76
Errors'}' should be alone on a line.78
Errors'{' should be on a new line.78
Errors'{' should be on a new line.83
Errors'{' should be on a new line.87
Errors'{' should be on a new line.91
Errors'{' should be on a new line.95
Errors'{' should be on a new line.99
Errors'{' should be on a new line.104
Errors'{' should be on a new line.109
Errors'{' should be on a new line.113

org/apache/myfaces/tobago/facelets/TobagoComponentHandler.java

ViolationMessageLine
Errors'{' should be on a new line.52
Errors'{' should be on a new line.60
Errors'{' should be on a new line.64
Errors'{' should be on a new line.66
Errors'{' should be on a new line.69
Errors'{' should be on a new line.72
Errors'{' should be on a new line.75
Errors'{' should be on a new line.78
Errors'{' should be on a new line.81
Errors'{' should be on a new line.84
Errors'{' should be on a new line.87
Errors'{' should be on a new line.90
Errors'{' should be on a new line.93
Errors'{' should be on a new line.99
Errors'{' should be on a new line.101
Errors'{' should be on a new line.107
Errors'{' should be on a new line.109
Errors'{' should be on a new line.114
Errors'{' should be on a new line.119
Errors'{' should be on a new line.122
Errors'{' should be on a new line.126
Errors'{' should be on a new line.129
Errors'{' should be on a new line.133
Errors'{' should be on a new line.135
Errors'}' should be alone on a line.139
Errors'{' should be on a new line.139
Errors'{' should be on a new line.141

org/apache/myfaces/tobago/facelets/TobagoValidateHandler.java

ViolationMessageLine
Errors'{' should be on a new line.28
Errors'{' should be on a new line.30
Errors'{' should be on a new line.34
Errors'{' should be on a new line.36

org/apache/myfaces/tobago/facelets/WizardComponentHandler.java

ViolationMessageLine
Errors'{' should be on a new line.28
Errors'{' should be on a new line.32
Errors'{' should be on a new line.37
Errors'{' should be on a new line.39
Errors'{' should be on a new line.40
Errors'}' should be alone on a line.42
Errors'{' should be on a new line.42

org/apache/myfaces/tobago/facelets/extension/DateExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.36
Errors'{' should be on a new line.41
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51
Errors'{' should be on a new line.55
Errors'{' should be on a new line.57
Errors'{' should be on a new line.70
Errors'{' should be on a new line.78

org/apache/myfaces/tobago/facelets/extension/FileExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37

org/apache/myfaces/tobago/facelets/extension/InExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37

org/apache/myfaces/tobago/facelets/extension/MenuCheckboxExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.39
Errors'{' should be on a new line.41
Errors'{' should be on a new line.45
Errors'{' should be on a new line.49
Errors'{' should be on a new line.53

org/apache/myfaces/tobago/facelets/extension/MenuRadioExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.43
Errors'{' should be on a new line.45
Errors'{' should be on a new line.49
Errors'{' should be on a new line.53
Errors'{' should be on a new line.57

org/apache/myfaces/tobago/facelets/extension/SelectBooleanCheckboxExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.32
Errors'{' should be on a new line.36
Errors'{' should be on a new line.41
Errors'{' should be on a new line.44
Errors'{' should be on a new line.45
Errors'}' should be alone on a line.47
Errors'{' should be on a new line.47
Errors'}' should be alone on a line.51
Errors'{' should be on a new line.51
Errors'{' should be on a new line.56
Errors'{' should be on a new line.60

org/apache/myfaces/tobago/facelets/extension/SelectManyCheckboxExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.41

org/apache/myfaces/tobago/facelets/extension/SelectManyListboxExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.26
Errors'{' should be on a new line.28
Errors'{' should be on a new line.32
Errors'{' should be on a new line.36
Errors'{' should be on a new line.40

org/apache/myfaces/tobago/facelets/extension/SelectManyShuttleExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.41

org/apache/myfaces/tobago/facelets/extension/SelectOneChoiceExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.26
Errors'{' should be on a new line.28
Errors'{' should be on a new line.32
Errors'{' should be on a new line.36

org/apache/myfaces/tobago/facelets/extension/SelectOneListboxExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.26
Errors'{' should be on a new line.28
Errors'{' should be on a new line.32
Errors'{' should be on a new line.36
Errors'{' should be on a new line.40

org/apache/myfaces/tobago/facelets/extension/SelectOneRadioExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.26
Errors'{' should be on a new line.28
Errors'{' should be on a new line.32
Errors'{' should be on a new line.36

org/apache/myfaces/tobago/facelets/extension/SeparatorExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.42
Errors'{' should be on a new line.45
Errors'{' should be on a new line.51
Errors'{' should be on a new line.52
Errors'}' should be alone on a line.56
Errors'{' should be on a new line.56
Errors'{' should be on a new line.61
Errors'{' should be on a new line.69
Errors'{' should be on a new line.70
Errors'}' should be alone on a line.72
Errors'{' should be on a new line.72
Errors'{' should be on a new line.79
Errors'{' should be on a new line.81
Errors'}' should be alone on a line.84
Errors'{' should be on a new line.84
Errors'{' should be on a new line.86

org/apache/myfaces/tobago/facelets/extension/TextareaExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.41

org/apache/myfaces/tobago/facelets/extension/TimeExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37

org/apache/myfaces/tobago/facelets/extension/TobagoLabelExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.56
Errors'{' should be on a new line.67
Errors'{' should be on a new line.80
Errors'{' should be on a new line.84
Errors'{' should be on a new line.89
Errors'{' should be on a new line.90
Errors'{' should be on a new line.93
Errors'}' should be alone on a line.96
Errors'{' should be on a new line.96
Errors'{' should be on a new line.100
Errors'{' should be on a new line.104
Errors'}' should be alone on a line.107
Errors'{' should be on a new line.107
Errors'{' should be on a new line.113
Errors'{' should be on a new line.122
Errors'}' should be alone on a line.124
Errors'{' should be on a new line.124
Errors'{' should be on a new line.127
Errors'{' should be on a new line.141
Errors'{' should be on a new line.144
Errors'{' should be on a new line.146
Errors'{' should be on a new line.154
Errors'{' should be on a new line.155
Errors'}' should be alone on a line.157
Errors'{' should be on a new line.157
Errors'{' should be on a new line.162
Errors'{' should be on a new line.163
Errors'}' should be alone on a line.165
Errors'{' should be on a new line.165
Errors'{' should be on a new line.170
Errors'{' should be on a new line.171
Errors'}' should be alone on a line.173
Errors'{' should be on a new line.173
Errors'{' should be on a new line.181
Errors'{' should be on a new line.182
Errors'{' should be on a new line.183
Errors'{' should be on a new line.184
Errors'{' should be on a new line.192
Errors'{' should be on a new line.194
Errors'{' should be on a new line.200
Errors'{' should be on a new line.204
Errors'{' should be on a new line.206
Errors'}' should be alone on a line.211
Errors'{' should be on a new line.211
Errors'{' should be on a new line.216
Errors'{' should be on a new line.220
Errors'{' should be on a new line.225
Errors'{' should be on a new line.226
Errors'{' should be on a new line.228
Errors'{' should be on a new line.236
Errors'{' should be on a new line.241
Errors'{' should be on a new line.244
Errors'{' should be on a new line.250
Errors'{' should be on a new line.253
Errors'{' should be on a new line.255

org/apache/myfaces/tobago/facelets/extension/TobagoMenuExtensionHandler.java

ViolationMessageLine
Errors'{' should be on a new line.42
Errors'{' should be on a new line.48
Errors'{' should be on a new line.60
Errors'{' should be on a new line.61
Errors'}' should be alone on a line.65
Errors'{' should be on a new line.65
Errors'{' should be on a new line.70
Errors'{' should be on a new line.76
Errors'}' should be alone on a line.78
Errors'{' should be on a new line.78
Errors'{' should be on a new line.87
Errors'{' should be on a new line.88
Errors'{' should be on a new line.90
Errors'{' should be on a new line.98
Errors'{' should be on a new line.101
Errors'{' should be on a new line.104
Errors'{' should be on a new line.111