Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
45001313

Rules

RulesViolationsSeverity
PackageHtml0error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod29error Error
JavadocType0error Error
JavadocVariable49error Error
JavadocStyle2error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName1error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/specs/geronimo-jsp_2.0_spec/target/checkstyle-header.txt"
42error Error
AvoidStarImport9error Error
IllegalImport0error Error
RedundantImport3error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber2error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter1error Error
NoWhitespaceBefore0error Error
OperatorWrap4error Error
ParenPad97error Error
TypecastParenPad0error Error
TabCharacter354error Error
WhitespaceAfter6error Error
WhitespaceAround37error Error
ModifierOrder62error Error
RedundantModifier18error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly19error Error
NeedBraces5error Error
RightCurly1error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
5error Error
IllegalInstantiation0error Error
InnerAssignment2error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows2error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier15error Error
ArrayTypeStyle6error Error
FinalParameters125error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
417error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
javax/servlet/jsp/tagext/TagLibraryValidator.java0024
javax/servlet/jsp/tagext/TagExtraInfo.java0038
javax/servlet/jsp/tagext/FunctionInfo.java0010
javax/servlet/jsp/el/Expression.java0012
javax/servlet/jsp/HttpJspPage.java008
javax/servlet/jsp/tagext/TagLibraryInfo.java0050
javax/servlet/jsp/JspTagException.java0033
javax/servlet/jsp/tagext/BodyContent.java0019
javax/servlet/jsp/tagext/TagInfo.java00130
javax/servlet/jsp/tagext/DynamicAttributes.java0011
javax/servlet/jsp/tagext/BodyTag.java0012
javax/servlet/jsp/tagext/BodyTagSupport.java0013
javax/servlet/jsp/JspEngineInfo.java003
javax/servlet/jsp/JspPage.java005
javax/servlet/jsp/tagext/PageData.java007
javax/servlet/jsp/ErrorData.java0022
javax/servlet/jsp/tagext/VariableInfo.java0036
javax/servlet/jsp/tagext/JspFragment.java0018
javax/servlet/jsp/JspContext.java0060
javax/servlet/jsp/SkipPageException.java0026
javax/servlet/jsp/tagext/TagData.java0039
javax/servlet/jsp/tagext/TagAdapter.java0057
javax/servlet/jsp/tagext/IterationTag.java0010
javax/servlet/jsp/el/FunctionMapper.java004
javax/servlet/jsp/tagext/JspTag.java002
javax/servlet/jsp/tagext/TagAttributeInfo.java0062
javax/servlet/jsp/tagext/SimpleTagSupport.java0081
javax/servlet/jsp/tagext/TagFileInfo.java0012
javax/servlet/jsp/tagext/SimpleTag.java0056
javax/servlet/jsp/el/VariableResolver.java006
javax/servlet/jsp/el/ELParseException.java004
javax/servlet/jsp/tagext/ValidationMessage.java0012
javax/servlet/jsp/PageContext.java0097
javax/servlet/jsp/JspFactory.java0029
javax/servlet/jsp/el/ExpressionEvaluator.java0046
javax/servlet/jsp/tagext/TagVariableInfo.java0028
javax/servlet/jsp/tagext/TryCatchFinally.java005
javax/servlet/jsp/el/ELException.java0015
javax/servlet/jsp/JspException.java0043
javax/servlet/jsp/JspWriter.java0064
javax/servlet/jsp/tagext/Tag.java0027
javax/servlet/jsp/tagext/TagSupport.java0077

Details

javax/servlet/jsp/tagext/TagLibraryValidator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.49
errorLine has trailing spaces.51
errorLine has trailing spaces.52
errorLine has trailing spaces.53
errorLine has trailing spaces.54
errorLine has trailing spaces.82
error'public' modifier out of order with the JLS suggestions.89
errorLine has trailing spaces.92
errorLine has trailing spaces.97
errorParameter map should be final.104
errorLine contains a tab character.105
errorLine contains a tab character.116
errorLine has trailing spaces.126
errorLine has trailing spaces.127
errorLine has trailing spaces.134
errorParameter prefix should be final.134
errorParameter uri should be final.134
errorLine has trailing spaces.135
errorParameter page should be final.135
error'{' should be on the previous line.136
errorLine contains a tab character.137
errorLine contains a tab character.144
errorMissing a Javadoc comment.148

javax/servlet/jsp/tagext/TagExtraInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.44
errorLine has trailing spaces.63
errorLine has trailing spaces.68
errorParameter data should be final.78
errorLine contains a tab character.79
errorLine has trailing spaces.83
errorParameter data should be final.93
errorLine contains a tab character.94
errorLine has trailing spaces.100
errorLine has trailing spaces.101
errorLine has trailing spaces.102
errorLine has trailing spaces.103
errorLine has trailing spaces.105
errorLine has trailing spaces.110
error'(' is followed by whitespace.114
errorParameter data should be final.114
error')' is preceded with whitespace.114
errorLine contains a tab character.115
errorLine contains a tab character.117
error'if' is not followed by whitespace.117
error'(' is followed by whitespace.117
error'(' is followed by whitespace.117
error')' is preceded with whitespace.117
error')' is preceded with whitespace.117
errorLine contains a tab character.118
errorLine contains a tab character.119
error'(' is followed by whitespace.119
error')' is preceded with whitespace.119
errorLine contains a tab character.120
errorLine contains a tab character.122
errorParameter tagInfo should be final.130
errorLine contains a tab character.131
errorLine contains a tab character.140
errorLine has trailing spaces.142
errorMissing a Javadoc comment.144
errorMissing a Javadoc comment.147
error'{' is followed by whitespace.147

javax/servlet/jsp/tagext/FunctionInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.30
errorParameter name should be final.43
errorParameter klass should be final.43
errorParameter signature should be final.43
errorLine contains a tab character.45
errorLine contains a tab character.57
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.86

javax/servlet/jsp/el/Expression.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.30
errorLine has trailing spaces.34
errorLine has trailing spaces.41
errorLine has trailing spaces.42
errorLine has trailing spaces.43
errorLine has trailing spaces.44
errorLine has trailing spaces.45
errorLine has trailing spaces.48
errorLine has trailing spaces.53
error'(' is followed by whitespace.54
error')' is preceded with whitespace.54

javax/servlet/jsp/HttpJspPage.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.*.26
errorUsing the '.*' form of import should be avoided - javax.servlet.http.*.27
errorLine has trailing spaces.38
errorLine has trailing spaces.55
errorLine has trailing spaces.56
errorRedundant 'public' modifier.61
errorName '_jspService' must match pattern '^[a-z][a-zA-Z0-9]*$'.61

javax/servlet/jsp/tagext/TagLibraryInfo.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorRedundant import from the same package - javax.servlet.jsp.tagext.TagInfo.26
errorRedundant import from the same package - javax.servlet.jsp.tagext.TagFileInfo.27
error'public' modifier out of order with the JLS suggestions.39
errorParameter prefix should be final.50
errorParameter uri should be final.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine has trailing spaces.58
errorLine has trailing spaces.63
errorFirst sentence should end with a period.68
errorLine contains a tab character.75
errorLine has trailing spaces.108
errorLine has trailing spaces.116
errorLine has trailing spaces.120
errorParameter shortname should be final.159
error'shortname' hides a field.159
error'tags' hides a field.160
errorArray brackets at illegal position.160
error'=' is not preceded with whitespace.166
error'=' is not followed by whitespace.166
errorParameter shortname should be final.183
error'shortname' hides a field.183
error'tagFiles' hides a field.184
errorArray brackets at illegal position.184
error'=' is not preceded with whitespace.190
error'=' is not followed by whitespace.190
errorParameter name should be final.219
error'=' is not preceded with whitespace.226
error'=' is not followed by whitespace.226
errorVariable 'prefix' must be private and have accessor methods.240
errorLine has trailing spaces.241
errorLine has trailing spaces.243
errorVariable 'uri' must be private and have accessor methods.246
errorLine has trailing spaces.247
errorVariable 'tags' must be private and have accessor methods.251
errorLine has trailing spaces.252
errorVariable 'tagFiles' must be private and have accessor methods.258
errorLine has trailing spaces.259
errorVariable 'functions' must be private and have accessor methods.265
errorLine has trailing spaces.268
errorVariable 'tlibversion' must be private and have accessor methods.272
errorLine has trailing spaces.273
errorVariable 'jspversion' must be private and have accessor methods.277
errorLine has trailing spaces.278
errorVariable 'shortname' must be private and have accessor methods.282
errorLine has trailing spaces.283
errorVariable 'urn' must be private and have accessor methods.287
errorLine has trailing spaces.288
errorVariable 'info' must be private and have accessor methods.292

javax/servlet/jsp/JspTagException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.38
errorLine has trailing spaces.39
errorParameter msg should be final.42
errorLine contains a tab character.43
error'(' is followed by whitespace.43
error')' is preceded with whitespace.43
errorLine contains a tab character.50
errorLine has trailing spaces.55
errorLine has trailing spaces.56
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine has trailing spaces.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorParameter message should be final.70
errorParameter rootCause should be final.70
errorLine contains a tab character.71
error'(' is followed by whitespace.71
error')' is preceded with whitespace.71
errorLine has trailing spaces.84
errorLine has trailing spaces.85
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine has trailing spaces.90
errorLine contains a tab character.90
errorParameter rootCause should be final.96
errorLine contains a tab character.97
error'(' is followed by whitespace.97
error')' is preceded with whitespace.97

javax/servlet/jsp/tagext/BodyContent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.29
errorLine has trailing spaces.39
errorLine has trailing spaces.62
errorParameter e should be final.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.87
errorLine has trailing spaces.93
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine has trailing spaces.117
errorLine contains a tab character.117
errorLine contains a tab character.139
errorMissing a Javadoc comment.145

javax/servlet/jsp/tagext/TagInfo.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.31
errorLine has trailing spaces.54
errorLine has trailing spaces.57
errorLine has trailing spaces.59
errorParameter tagName should be final.83
errorLine contains a tab character.84
errorParameter tagClassName should be final.84
errorLine contains a tab character.85
errorParameter bodycontent should be final.85
errorLine contains a tab character.86
errorParameter infoString should be final.86
errorLine contains a tab character.87
errorParameter taglib should be final.87
errorLine contains a tab character.88
errorParameter tagExtraInfo should be final.88
errorLine contains a tab character.89
errorParameter attributeInfo should be final.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
error'if' construct must use '{}'s.98
errorLine contains a tab character.98
errorLine has trailing spaces.101
errorLine contains a tab character.101
errorMore than 7 parameters.126
errorParameter tagName should be final.126
errorLine contains a tab character.127
errorParameter tagClassName should be final.127
errorLine contains a tab character.128
errorParameter bodycontent should be final.128
errorLine contains a tab character.129
errorParameter infoString should be final.129
errorLine contains a tab character.130
errorParameter taglib should be final.130
errorLine contains a tab character.131
errorParameter tagExtraInfo should be final.131
errorLine contains a tab character.132
errorParameter attributeInfo should be final.132
errorLine contains a tab character.133
errorParameter displayName should be final.133
errorLine contains a tab character.134
errorParameter smallIcon should be final.134
errorLine contains a tab character.135
errorParameter largeIcon should be final.135
errorLine contains a tab character.136
errorParameter tvi should be final.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.147
error'if' construct must use '{}'s.149
errorLine contains a tab character.149
errorLine has trailing spaces.152
errorLine contains a tab character.152
errorMore than 7 parameters.180
errorParameter tagName should be final.180
errorParameter tagClassName should be final.181
errorParameter bodycontent should be final.182
errorParameter infoString should be final.183
errorParameter taglib should be final.184
errorParameter tagExtraInfo should be final.185
errorParameter attributeInfo should be final.186
errorParameter displayName should be final.187
errorParameter smallIcon should be final.188
errorParameter largeIcon should be final.189
errorParameter tvi should be final.190
errorParameter dynamicAttributes should be final.191
error'if' construct must use '{}'s.205
errorLine contains a tab character.216
errorParameter data should be final.241
errorLine contains a tab character.245
error'(' is followed by whitespace.245
error')' is preceded with whitespace.245
errorLine has trailing spaces.251
errorParameter data should be final.257
errorLine contains a tab character.260
error'(' is followed by whitespace.274
errorParameter data should be final.274
error')' is preceded with whitespace.274
errorLine contains a tab character.275
errorLine contains a tab character.276
error'if' is not followed by whitespace.276
error'(' is followed by whitespace.276
error')' is preceded with whitespace.276
errorLine contains a tab character.277
errorLine contains a tab character.278
errorLine contains a tab character.279
error'(' is followed by whitespace.279
error')' is preceded with whitespace.279
errorLine has trailing spaces.284
errorParameter tei should be final.287
errorLine contains a tab character.288
errorLine has trailing spaces.294
errorLine contains a tab character.298
errorLine has trailing spaces.307
errorLine contains a tab character.309
errorLine contains a tab character.322
errorLine has trailing spaces.329
errorLine contains a tab character.334
errorParameter tl should be final.353
errorLine contains a tab character.354
errorLine contains a tab character.364
errorLine contains a tab character.379
errorLine contains a tab character.390
errorLine contains a tab character.401
errorLine contains a tab character.413
errorMissing a Javadoc comment.432
errorMissing a Javadoc comment.433
errorMissing a Javadoc comment.434
errorMissing a Javadoc comment.435
errorMissing a Javadoc comment.436
errorMissing a Javadoc comment.437
errorMissing a Javadoc comment.438
errorMissing a Javadoc comment.443
errorMissing a Javadoc comment.444
errorMissing a Javadoc comment.445
errorMissing a Javadoc comment.446
errorMissing a Javadoc comment.451

javax/servlet/jsp/tagext/DynamicAttributes.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.30
errorLine has trailing spaces.34
errorLine has trailing spaces.36
errorLine has trailing spaces.42
errorLine has trailing spaces.46
errorLine has trailing spaces.52
errorRedundant 'public' modifier.55
errorLine has trailing spaces.56
error')' is preceded with whitespace.56
errorLine has trailing spaces.58

javax/servlet/jsp/tagext/BodyTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.26
errorLine has trailing spaces.90
errorLine has trailing spaces.95
errorLine has trailing spaces.109
errorLine has trailing spaces.117
errorLine contains a tab character.129
errorLine has trailing spaces.132
errorRedundant 'public' modifier.133
error'static' modifier out of order with the JLS suggestions.133
errorRedundant 'public' modifier.144
error'static' modifier out of order with the JLS suggestions.144

javax/servlet/jsp/tagext/BodyTagSupport.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.54
errorLine has trailing spaces.64
errorLine contains a tab character.79
errorParameter b should be final.94
errorLine contains a tab character.95
errorLine contains a tab character.124
errorLine contains a tab character.135
errorLine contains a tab character.137
errorLine has trailing spaces.145
errorLine contains a tab character.147
errorLine contains a tab character.158
errorVariable 'bodyContent' must be private and have accessor methods.166

javax/servlet/jsp/JspEngineInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.34
errorLine has trailing spaces.39

javax/servlet/jsp/JspPage.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.*.26
errorRedundant 'public' modifier.84
errorLine has trailing spaces.89
errorRedundant 'public' modifier.95

javax/servlet/jsp/tagext/PageData.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'public' modifier out of order with the JLS suggestions.37
errorLine has trailing spaces.40
errorLine has trailing spaces.45
errorLine has trailing spaces.48
errorLine has trailing spaces.50
error'public' modifier out of order with the JLS suggestions.53

javax/servlet/jsp/ErrorData.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorLine has trailing spaces.52
error'(' is followed by whitespace.52
errorParameter throwable should be final.52
errorParameter statusCode should be final.52
errorParameter uri should be final.52
errorLine contains a tab character.53
errorParameter servletName should be final.53
error')' is preceded with whitespace.53
error'{' should be on the previous line.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.67
errorLine contains a tab character.76
errorLine contains a tab character.85
errorLine contains a tab character.94

javax/servlet/jsp/tagext/VariableInfo.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.32
errorLine has trailing spaces.40
errorLine has trailing spaces.57
errorLine has trailing spaces.58
errorLine has trailing spaces.95
errorLine has trailing spaces.186
errorLine has trailing spaces.187
errorParameter varName should be final.229
errorLine contains a tab character.230
errorParameter className should be final.230
errorLine contains a tab character.231
errorParameter declare should be final.231
errorLine contains a tab character.232
errorParameter scope should be final.232
errorLine contains a tab character.233
errorLine contains a tab character.234
errorLine contains a tab character.235
errorLine contains a tab character.236
errorLine has trailing spaces.240
errorLine has trailing spaces.246
errorLine has trailing spaces.247
errorLine has trailing spaces.249
errorLine has trailing spaces.255
errorLine has trailing spaces.256
errorLine has trailing spaces.258
errorLine has trailing spaces.265
errorLine has trailing spaces.266
errorLine has trailing spaces.268
errorLine has trailing spaces.271
errorLine has trailing spaces.278
errorLine has trailing spaces.279
errorMissing a Javadoc comment.284
errorMissing a Javadoc comment.285
errorMissing a Javadoc comment.286
errorMissing a Javadoc comment.287

javax/servlet/jsp/tagext/JspFragment.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.28
errorLine has trailing spaces.31
errorLine has trailing spaces.32
errorLine has trailing spaces.33
errorLine has trailing spaces.38
errorLine has trailing spaces.40
errorLine has trailing spaces.44
errorLine has trailing spaces.46
errorLine has trailing spaces.52
errorLine has trailing spaces.53
errorLine has trailing spaces.54
errorLine has trailing spaces.55
errorLine has trailing spaces.67
errorUnused @throws tag for 'javax.servlet.jsp.SkipPageException'.71
errorLine has trailing spaces.76
error'(' is followed by whitespace.79
error')' is preceded with whitespace.79

javax/servlet/jsp/JspContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.33
errorLine has trailing spaces.38
errorLine has trailing spaces.43
errorLine has trailing spaces.49
errorLine has trailing spaces.63
errorLine has trailing spaces.65
errorLine has trailing spaces.71
errorLine has trailing spaces.81
errorLine has trailing spaces.86
errorLine has trailing spaces.87
errorLine has trailing spaces.89
errorLine has trailing spaces.90
errorUnused @throws tag for 'NullPointerException'.96
error'public' modifier out of order with the JLS suggestions.99
errorLine has trailing spaces.102
errorLine has trailing spaces.103
errorLine has trailing spaces.106
errorLine has trailing spaces.111
errorUnused @throws tag for 'NullPointerException'.112
errorUnused @throws tag for 'IllegalArgumentException'.113
errorLine has trailing spaces.114
errorUnused @throws tag for 'IllegalStateException'.114
error'public' modifier out of order with the JLS suggestions.120
errorLine has trailing spaces.127
errorLine has trailing spaces.129
errorUnused @throws tag for 'NullPointerException'.130
error'public' modifier out of order with the JLS suggestions.133
errorLine has trailing spaces.143
errorUnused @throws tag for 'NullPointerException'.144
errorLine has trailing spaces.145
errorUnused @throws tag for 'IllegalArgumentException'.145
errorLine has trailing spaces.146
errorUnused @throws tag for 'IllegalStateException'.146
error'public' modifier out of order with the JLS suggestions.152
errorUnused @throws tag for 'NullPointerException'.161
error'public' modifier out of order with the JLS suggestions.164
errorUnused @throws tag for 'NullPointerException'.171
error'public' modifier out of order with the JLS suggestions.174
errorUnused @throws tag for 'IllegalArgumentException'.182
errorLine has trailing spaces.183
errorUnused @throws tag for 'IllegalStateException'.183
errorUnused @throws tag for 'NullPointerException'.187
error'public' modifier out of order with the JLS suggestions.190
errorUnused @throws tag for 'NullPointerException'.197
error'public' modifier out of order with the JLS suggestions.200
errorLine has trailing spaces.206
errorUnused @throws tag for 'IllegalArgumentException'.208
errorLine has trailing spaces.209
errorUnused @throws tag for 'IllegalStateException'.209
error'public' modifier out of order with the JLS suggestions.215
error'public' modifier out of order with the JLS suggestions.222
errorLine has trailing spaces.223
errorLine has trailing spaces.226
errorLine has trailing spaces.233
errorLine has trailing spaces.243
error'(' is followed by whitespace.264
errorParameter writer should be final.264
error')' is preceded with whitespace.264
errorLine has trailing spaces.267

javax/servlet/jsp/SkipPageException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.28
errorLine has trailing spaces.31
errorLine has trailing spaces.35
errorLine has trailing spaces.37
error'{' should be on the previous line.45
errorLine has trailing spaces.52
error'(' is followed by whitespace.58
errorParameter message should be final.58
error')' is preceded with whitespace.58
error'(' is followed by whitespace.59
error')' is preceded with whitespace.59
error'(' is followed by whitespace.68
errorParameter message should be final.68
errorParameter rootCause should be final.68
error')' is preceded with whitespace.68
errorLine contains a tab character.69
error'(' is followed by whitespace.69
error')' is preceded with whitespace.69
error'(' is followed by whitespace.77
errorParameter rootCause should be final.77
error')' is preceded with whitespace.77
errorLine contains a tab character.78
error'(' is followed by whitespace.78
error')' is preceded with whitespace.78
errorLine has trailing spaces.80

javax/servlet/jsp/tagext/TagData.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.32
errorLine has trailing spaces.33
errorParameter atts should be final.63
errorArray brackets at illegal position.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine has trailing spaces.81
errorParameter attrs should be final.85
errorLine contains a tab character.97
errorUnclosed HTML tag found: <jsp:attribute> action.104
errorLine has trailing spaces.108
errorLine has trailing spaces.109
errorLine has trailing spaces.110
errorParameter attName should be final.116
errorLine contains a tab character.117
errorParameter attName should be final.126
errorLine contains a tab character.127
errorParameter value should be final.127
errorLine contains a tab character.128
errorUnused @throws tag for 'ClassCastException'.136
errorParameter attName should be final.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine has trailing spaces.145
errorLine contains a tab character.145
errorMissing a Javadoc comment.159
errorLine contains a tab character.159

javax/servlet/jsp/tagext/TagAdapter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.26
errorLine has trailing spaces.43
error'{' should be on the previous line.45
errorMissing a Javadoc comment.53
errorLine has trailing spaces.56
error'(' is followed by whitespace.61
errorParameter adaptee should be final.61
error')' is preceded with whitespace.61
error'if' is not followed by whitespace.62
error'(' is followed by whitespace.62
error')' is preceded with whitespace.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine has trailing spaces.68
errorUnused @throws tag for 'UnsupportedOperationException'.73
errorParameter pc should be final.75
errorLine has trailing spaces.76
error'(' is followed by whitespace.76
error')' is preceded with whitespace.77
errorLine has trailing spaces.82
errorUnused @throws tag for 'UnsupportedOperationException'.86
error'(' is followed by whitespace.88
errorParameter parentTag should be final.88
error')' is preceded with whitespace.88
errorLine has trailing spaces.89
error'(' is followed by whitespace.89
error')' is preceded with whitespace.90
errorLine has trailing spaces.96
errorLine has trailing spaces.99
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.118
errorLine has trailing spaces.120
errorUnused @throws tag for 'UnsupportedOperationException'.136
errorLine has trailing spaces.140
error'(' is followed by whitespace.140
error')' is preceded with whitespace.141
errorLine has trailing spaces.143
errorUnused @throws tag for 'UnsupportedOperationException'.148
errorLine has trailing spaces.152
error'(' is followed by whitespace.152
error')' is preceded with whitespace.153
errorUnused @throws tag for 'UnsupportedOperationException'.159
errorLine has trailing spaces.162
error'(' is followed by whitespace.162
error')' is preceded with whitespace.163

javax/servlet/jsp/tagext/IterationTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.26
errorLine has trailing spaces.63
errorLine has trailing spaces.76
errorLine has trailing spaces.77
errorLine has trailing spaces.89
errorLine has trailing spaces.91
errorRedundant 'public' modifier.92
error'static' modifier out of order with the JLS suggestions.92
errorLine has trailing spaces.108

javax/servlet/jsp/el/FunctionMapper.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.38
errorLine has trailing spaces.43
errorRedundant 'public' modifier.43

javax/servlet/jsp/tagext/JspTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.27

javax/servlet/jsp/tagext/TagAttributeInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter name should be final.55
errorParameter required should be final.55
errorParameter type should be final.56
errorParameter reqTime should be final.56
error'{' should be on the previous line.57
errorLine contains a tab character.58
errorLine contains a tab character.61
errorParameter name should be final.79
errorParameter required should be final.79
errorParameter type should be final.80
errorParameter reqTime should be final.80
errorLine contains a tab character.81
errorParameter fragment should be final.81
error'{' should be on the previous line.82
errorLine contains a tab character.83
error'(' is followed by whitespace.83
error')' is preceded with whitespace.83
errorLine contains a tab character.84
errorLine contains a tab character.94
errorLine contains a tab character.104
errorLine contains a tab character.114
errorParameter a should be final.133
errorArray brackets at illegal position.133
errorLine contains a tab character.134
error'=' is not preceded with whitespace.134
error'=' is not followed by whitespace.134
error'<' is not preceded with whitespace.134
error'<' is not followed by whitespace.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.150
errorLine has trailing spaces.154
error'+' is not preceded with whitespace.163
error'+' is not followed by whitespace.163
error'+' is not preceded with whitespace.163
error'+' is not followed by whitespace.163
error'+' is not preceded with whitespace.164
error'+' is not followed by whitespace.164
error'+' is not preceded with whitespace.164
error'+' is not followed by whitespace.164
errorLine contains a tab character.165
error'+' is not preceded with whitespace.165
error'+' is not followed by whitespace.165
error'+' is not preceded with whitespace.165
error'+' is not followed by whitespace.165
error'+' is not preceded with whitespace.166
error'+' is not followed by whitespace.166
error'+' is not preceded with whitespace.166
error'+' is not followed by whitespace.166
error'+' is not preceded with whitespace.167
error'+' is not followed by whitespace.167
error'+' is not preceded with whitespace.167
error'+' is not followed by whitespace.167
errorMissing a Javadoc comment.174
errorMissing a Javadoc comment.175
errorMissing a Javadoc comment.176
errorMissing a Javadoc comment.177
errorMissing a Javadoc comment.182

javax/servlet/jsp/tagext/SimpleTagSupport.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.41
error'{' should be on the previous line.43
errorLine has trailing spaces.46
errorLine has trailing spaces.49
errorLine has trailing spaces.52
errorLine has trailing spaces.54
errorLine has trailing spaces.59
errorLine has trailing spaces.60
errorUnused @throws tag for 'javax.servlet.jsp.SkipPageException'.65
errorLine has trailing spaces.67
errorLine has trailing spaces.68
errorLine has trailing spaces.75
errorLine has trailing spaces.76
error'{' should be on the previous line.78
errorLine has trailing spaces.80
error'(' is followed by whitespace.89
errorParameter parent should be final.89
error')' is preceded with whitespace.89
errorLine has trailing spaces.92
errorLine has trailing spaces.97
errorLine has trailing spaces.101
errorLine has trailing spaces.104
errorLine has trailing spaces.106
error'(' is followed by whitespace.110
errorParameter pc should be final.110
error')' is preceded with whitespace.110
errorLine has trailing spaces.113
errorLine has trailing spaces.115
errorLine has trailing spaces.123
errorLine has trailing spaces.124
errorLine has trailing spaces.128
errorLine has trailing spaces.131
error'(' is followed by whitespace.132
errorParameter jspBody should be final.132
error')' is preceded with whitespace.132
errorLine has trailing spaces.135
errorLine has trailing spaces.150
errorLine has trailing spaces.178
errorLine has trailing spaces.186
errorLine contains a tab character.186
errorParameter from should be final.186
errorParameter klass should be final.186
error'{' should be on the previous line.187
errorLine contains a tab character.188
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine contains a tab character.192
errorInner assignments should be avoided.192
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
error'if' is not followed by whitespace.198
error'(' is followed by whitespace.198
error')' is preceded with whitespace.198
errorLine contains a tab character.199
error'cast' is not followed by whitespace.199
errorLine contains a tab character.200
error'}' should be on the same line.200
errorLine contains a tab character.201
error'if' is not followed by whitespace.201
error'(' is followed by whitespace.201
error')' is preceded with whitespace.201
errorLine contains a tab character.202
error'cast' is not followed by whitespace.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine contains a tab character.212
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine contains a tab character.217
errorLine contains a tab character.218
errorLine has trailing spaces.219

javax/servlet/jsp/tagext/TagFileInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.47
error'(' is followed by whitespace.52
errorParameter name should be final.52
errorParameter path should be final.52
errorParameter tagInfo should be final.52
error')' is preceded with whitespace.52
errorLine has trailing spaces.70
errorLine has trailing spaces.78
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.90

javax/servlet/jsp/tagext/SimpleTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorLine has trailing spaces.32
errorLine has trailing spaces.33
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorLine has trailing spaces.37
errorLine has trailing spaces.40
errorLine has trailing spaces.41
errorLine has trailing spaces.42
errorLine has trailing spaces.43
errorLine has trailing spaces.49
errorLine has trailing spaces.52
errorLine has trailing spaces.56
errorLine has trailing spaces.60
errorLine has trailing spaces.62
errorLine has trailing spaces.66
errorLine has trailing spaces.67
errorLine has trailing spaces.71
errorLine has trailing spaces.76
errorLine has trailing spaces.81
errorLine has trailing spaces.82
errorLine has trailing spaces.91
errorLine has trailing spaces.92
errorUnused @throws tag for 'javax.servlet.jsp.SkipPageException'.94
errorLine has trailing spaces.96
errorLine has trailing spaces.97
errorLine has trailing spaces.103
errorLine has trailing spaces.104
errorRedundant 'public' modifier.104
errorLine has trailing spaces.106
errorLine has trailing spaces.110
errorRedundant 'public' modifier.115
error'(' is followed by whitespace.115
error')' is preceded with whitespace.115
errorLine has trailing spaces.116
errorLine has trailing spaces.121
errorRedundant 'public' modifier.122
errorLine has trailing spaces.123
errorLine has trailing spaces.128
errorRedundant 'public' modifier.132
error'(' is followed by whitespace.132
error')' is preceded with whitespace.132
errorLine has trailing spaces.133
errorLine has trailing spaces.134
errorLine has trailing spaces.135
errorLine has trailing spaces.136
errorLine has trailing spaces.138
errorLine has trailing spaces.141
errorLine has trailing spaces.143
errorRedundant 'public' modifier.144
error'(' is followed by whitespace.144
error')' is preceded with whitespace.144
errorLine has trailing spaces.146

javax/servlet/jsp/el/VariableResolver.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.40
errorLine has trailing spaces.45
errorRedundant 'public' modifier.52
errorLine has trailing spaces.54
errorLine contains a tab character.54

javax/servlet/jsp/el/ELParseException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.40
errorParameter pMessage should be final.50
error'{' should be on the previous line.51

javax/servlet/jsp/tagext/ValidationMessage.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.41
errorLine has trailing spaces.43
errorParameter id should be final.63
errorParameter message should be final.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.76
error'{' is not preceded with whitespace.84
errorLine contains a tab character.85
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.90

javax/servlet/jsp/PageContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.51
errorLine has trailing spaces.60
errorLine has trailing spaces.67
errorLine has trailing spaces.69
errorLine has trailing spaces.76
errorLine has trailing spaces.82
errorLine has trailing spaces.100
error'public' modifier out of order with the JLS suggestions.100
error'{' should be on the previous line.102
errorLine has trailing spaces.103
errorLine has trailing spaces.105
errorLine has trailing spaces.110
errorLine contains a tab character.117
errorLine has trailing spaces.120
errorLine has trailing spaces.121
errorLine contains a tab character.125
errorLine contains a tab character.133
errorLine has trailing spaces.136
errorLine contains a tab character.140
errorLine has trailing spaces.190
errorLine has trailing spaces.216
errorLine has trailing spaces.218
errorLine has trailing spaces.220
errorLine has trailing spaces.222
errorLine has trailing spaces.230
errorLine has trailing spaces.231
error'public' modifier out of order with the JLS suggestions.231
errorLine has trailing spaces.232
errorLine has trailing spaces.233
errorRedundant throws: 'IllegalStateException' is unchecked exception.234
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.234
error'public' modifier out of order with the JLS suggestions.251
error'public' modifier out of order with the JLS suggestions.259
errorLine has trailing spaces.262
errorLine has trailing spaces.265
error'public' modifier out of order with the JLS suggestions.269
error'public' modifier out of order with the JLS suggestions.278
error'public' modifier out of order with the JLS suggestions.286
error'public' modifier out of order with the JLS suggestions.294
error'public' modifier out of order with the JLS suggestions.302
errorLine has trailing spaces.306
error'public' modifier out of order with the JLS suggestions.310
errorLine has trailing spaces.314
errorLine has trailing spaces.315
errorLine has trailing spaces.321
errorLine has trailing spaces.333
errorLine has trailing spaces.337
errorLine has trailing spaces.340
errorUnused @throws tag for 'IllegalStateException'.340
errorLine has trailing spaces.347
error'public' modifier out of order with the JLS suggestions.347
errorLine has trailing spaces.364
errorLine has trailing spaces.373
errorLine has trailing spaces.380
error'public' modifier out of order with the JLS suggestions.380
errorLine has trailing spaces.391
errorLine has trailing spaces.392
errorLine has trailing spaces.398
errorLine has trailing spaces.407
errorLine has trailing spaces.417
error'public' modifier out of order with the JLS suggestions.417
errorLine contains a tab character.418
errorLine has trailing spaces.437
errorUnused @throws tag for 'NullPointerException'.449
errorLine has trailing spaces.454
error'public' modifier out of order with the JLS suggestions.454
errorLine has trailing spaces.480
errorUnused @throws tag for 'NullPointerException'.488
errorLine has trailing spaces.493
error'public' modifier out of order with the JLS suggestions.493
errorLine has trailing spaces.507
errorLine has trailing spaces.512
errorLine has trailing spaces.513
errorLine has trailing spaces.521
errorLine contains a tab character.521
error'(' is followed by whitespace.521
errorLine contains a tab character.522
error'cast' is not followed by whitespace.522
error'(' is followed by whitespace.522
error')' is preceded with whitespace.522
errorLine has trailing spaces.523
errorLine contains a tab character.523
error'cast' is not followed by whitespace.523
error'(' is followed by whitespace.523
errorLine contains a tab character.524
error')' is preceded with whitespace.524
errorLine contains a tab character.525
error'cast' is not followed by whitespace.525
error'(' is followed by whitespace.525
error')' is preceded with whitespace.525
errorLine contains a tab character.526
error'cast' is not followed by whitespace.526
error'(' is followed by whitespace.526
error')' is preceded with whitespace.526
error')' is preceded with whitespace.526
errorLine has trailing spaces.528

javax/servlet/jsp/JspFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant import from the same package - javax.servlet.jsp.PageContext.29
errorLine has trailing spaces.35
errorLine has trailing spaces.39
errorMissing a Javadoc comment.52
errorLine has trailing spaces.53
errorLine has trailing spaces.55
errorLine contains a tab character.67
errorParameter deflt should be final.70
error'deflt' hides a field.70
errorLine contains a tab character.71
errorLine contains a tab character.81
errorLine has trailing spaces.86
errorLine has trailing spaces.92
errorLine has trailing spaces.93
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine has trailing spaces.148

javax/servlet/jsp/el/ExpressionEvaluator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.32
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorLine has trailing spaces.37
errorLine has trailing spaces.38
errorLine has trailing spaces.39
errorLine has trailing spaces.40
errorLine has trailing spaces.44
errorLine has trailing spaces.45
errorLine has trailing spaces.65
errorLine has trailing spaces.70
errorLine has trailing spaces.71
errorLine has trailing spaces.72
errorLine has trailing spaces.73
errorLine has trailing spaces.74
errorLine has trailing spaces.75
errorLine has trailing spaces.76
errorLine has trailing spaces.77
errorLine has trailing spaces.83
errorLine has trailing spaces.84
error'(' is followed by whitespace.84
errorLine has trailing spaces.85
errorLine contains a tab character.85
errorLine has trailing spaces.86
errorLine contains a tab character.86
error')' is preceded with whitespace.86
errorLine has trailing spaces.87
errorLine has trailing spaces.90
errorLine has trailing spaces.91
errorLine has trailing spaces.92
errorLine has trailing spaces.93
errorLine has trailing spaces.98
errorLine has trailing spaces.100
errorLine has trailing spaces.101
errorLine has trailing spaces.102
errorLine has trailing spaces.106
errorLine has trailing spaces.107
error'(' is followed by whitespace.107
errorLine has trailing spaces.108
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine has trailing spaces.110
errorLine contains a tab character.110
error')' is preceded with whitespace.110
errorLine has trailing spaces.111

javax/servlet/jsp/tagext/TagVariableInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.48
errorParameter nameGiven should be final.48
errorLine contains a tab character.49
errorParameter nameFromAttribute should be final.49
errorLine contains a tab character.50
errorParameter className should be final.50
errorLine contains a tab character.51
errorParameter declare should be final.51
errorLine contains a tab character.52
errorParameter scope should be final.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.67
errorLine contains a tab character.80
errorLine has trailing spaces.84
errorLine contains a tab character.91
errorLine contains a tab character.102
errorLine has trailing spaces.109
errorLine contains a tab character.114
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.122
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.124
errorMissing a Javadoc comment.125

javax/servlet/jsp/tagext/TryCatchFinally.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.41
errorLine has trailing spaces.54
errorLine has trailing spaces.80
errorLine has trailing spaces.83

javax/servlet/jsp/el/ELException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.35
errorMissing a Javadoc comment.40
error'{' should be on the previous line.47
errorParameter pMessage should be final.57
error'{' should be on the previous line.58
errorParameter pRootCause should be final.68
error'{' should be on the previous line.69
error'(' is followed by whitespace.70
error')' is preceded with whitespace.70
errorParameter pMessage should be final.81
errorLine contains a tab character.82
errorParameter pRootCause should be final.82
error'{' should be on the previous line.83
error'{' should be on the previous line.95

javax/servlet/jsp/JspException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.34
errorLine has trailing spaces.46
errorLine has trailing spaces.47
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorParameter msg should be final.54
errorLine contains a tab character.55
errorLine has trailing spaces.60
errorLine has trailing spaces.61
errorLine has trailing spaces.62
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine has trailing spaces.69
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine has trailing spaces.75
errorParameter message should be final.76
errorParameter rootCause should be final.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine has trailing spaces.83
errorLine has trailing spaces.91
errorLine has trailing spaces.92
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorParameter rootCause should be final.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine has trailing spaces.107
errorLine has trailing spaces.112
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine has trailing spaces.116
errorLine contains a tab character.118

javax/servlet/jsp/JspWriter.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
error'public' modifier out of order with the JLS suggestions.90
errorLine contains a tab character.96
errorLine contains a tab character.103
errorLine contains a tab character.110
errorParameter bufferSize should be final.119
errorParameter autoFlush should be final.119
errorLine contains a tab character.120
errorLine contains a tab character.121
error'public' modifier out of order with the JLS suggestions.132
errorLine has trailing spaces.137
errorLine contains a tab character.141
error'public' modifier out of order with the JLS suggestions.144
errorLine contains a tab character.152
error'public' modifier out of order with the JLS suggestions.155
errorLine contains a tab character.165
error'public' modifier out of order with the JLS suggestions.168
errorLine contains a tab character.178
error'public' modifier out of order with the JLS suggestions.181
errorLine contains a tab character.191
error'public' modifier out of order with the JLS suggestions.194
errorLine contains a tab character.204
error'public' modifier out of order with the JLS suggestions.207
errorUnused @throws tag for 'NullPointerException'.216
errorLine contains a tab character.217
error'public' modifier out of order with the JLS suggestions.220
errorArray brackets at illegal position.220
errorLine contains a tab character.229
error'public' modifier out of order with the JLS suggestions.232
errorLine contains a tab character.242
error'public' modifier out of order with the JLS suggestions.245
errorLine contains a tab character.252
error'public' modifier out of order with the JLS suggestions.255
errorLine contains a tab character.263
error'public' modifier out of order with the JLS suggestions.266
errorLine contains a tab character.274
error'public' modifier out of order with the JLS suggestions.277
errorLine contains a tab character.285
error'public' modifier out of order with the JLS suggestions.288
errorLine contains a tab character.296
error'public' modifier out of order with the JLS suggestions.299
errorLine contains a tab character.307
error'public' modifier out of order with the JLS suggestions.310
errorLine contains a tab character.318
error'public' modifier out of order with the JLS suggestions.321
errorLine contains a tab character.329
error'public' modifier out of order with the JLS suggestions.332
errorArray brackets at illegal position.332
errorLine contains a tab character.340
error'public' modifier out of order with the JLS suggestions.343
errorLine contains a tab character.351
error'public' modifier out of order with the JLS suggestions.354
errorLine has trailing spaces.360
errorLine contains a tab character.363
error'public' modifier out of order with the JLS suggestions.366
errorLine contains a tab character.374
error'public' modifier out of order with the JLS suggestions.377
error'public' modifier out of order with the JLS suggestions.395
error'public' modifier out of order with the JLS suggestions.409
error'public' modifier out of order with the JLS suggestions.425
errorLine has trailing spaces.430
errorVariable 'bufferSize' must be private and have accessor methods.443
errorLine has trailing spaces.444
errorVariable 'autoFlush' must be private and have accessor methods.448

javax/servlet/jsp/tagext/Tag.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.26
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorLine has trailing spaces.32
errorLine has trailing spaces.63
errorLine has trailing spaces.64
errorLine has trailing spaces.65
errorLine has trailing spaces.66
errorLine has trailing spaces.67
errorLine has trailing spaces.75
errorLine has trailing spaces.92
errorLine has trailing spaces.103
errorRedundant 'public' modifier.104
error'static' modifier out of order with the JLS suggestions.104
errorLine has trailing spaces.105
errorLine has trailing spaces.110
errorRedundant 'public' modifier.111
error'static' modifier out of order with the JLS suggestions.111
errorRedundant 'public' modifier.118
error'static' modifier out of order with the JLS suggestions.118
errorRedundant 'public' modifier.125
error'static' modifier out of order with the JLS suggestions.125
errorLine has trailing spaces.222
errorLine has trailing spaces.227
errorLine has trailing spaces.229
errorLine has trailing spaces.244

javax/servlet/jsp/tagext/TagSupport.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.44
errorLine has trailing spaces.75
errorParameter from should be final.83
errorParameter klass should be final.83
errorLine contains a tab character.84
errorLine contains a tab character.86
error'||' should be on a new line.86
errorLine contains a tab character.87
error'||' should be on a new line.87
errorLine contains a tab character.88
error'&&' should be on a new line.88
errorLine contains a tab character.89
errorInner assignments should be avoided.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
error'if' construct must use '{}'s.100
errorLine contains a tab character.100
error'||' should be on a new line.100
errorLine contains a tab character.101
errorLine contains a tab character.102
error'else' construct must use '{}'s.103
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine has trailing spaces.127
errorLine contains a tab character.142
errorLine has trailing spaces.154
errorLine contains a tab character.156
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
error'if' is not followed by whitespace.171
error'(' is followed by whitespace.171
error')' is preceded with whitespace.171
errorLine contains a tab character.172
errorLine contains a tab character.173
errorLine contains a tab character.174
errorParameter t should be final.184
errorLine contains a tab character.185
errorLine contains a tab character.196
errorParameter id should be final.205
errorLine contains a tab character.206
errorLine has trailing spaces.214
errorLine contains a tab character.216
errorParameter pageContext should be final.226
errorLine contains a tab character.227
errorParameter k should be final.237
errorParameter o should be final.237
errorLine contains a tab character.238
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine contains a tab character.241
errorParameter k should be final.251
errorLine contains a tab character.252
errorLine contains a tab character.253
errorLine contains a tab character.254
errorLine contains a tab character.255
errorLine contains a tab character.256
errorParameter k should be final.265
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine contains a tab character.281
errorLine contains a tab character.282
errorMissing a Javadoc comment.287
errorMissing a Javadoc comment.288
errorLine contains a tab character.292
errorVariable 'id' must be private and have accessor methods.292
errorVariable 'pageContext' must be private and have accessor methods.299