Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
42004015

Rules

RulesViolationsSeverity
PackageHtml0error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod263error Error
JavadocType2error Error
JavadocVariable47error Error
JavadocStyle1error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName8error Error
MemberName0error Error
MethodName2error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/specs/geronimo-servlet_2.5_spec/target/checkstyle-header.txt"
40error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
7error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap2error Error
ParenPad24error Error
TypecastParenPad0error Error
TabCharacter1839error Error
WhitespaceAfter5error Error
WhitespaceAround57error Error
ModifierOrder3error Error
RedundantModifier213error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly44error Error
NeedBraces35error Error
RightCurly0error Error
AvoidInlineConditionals2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber9error Error
MissingSwitchDefault0error Error
RedundantThrows3error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle3error Error
FinalParameters174error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1228error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
javax/servlet/SingleThreadModel.java005
javax/servlet/http/HttpSessionListener.java0030
javax/servlet/UnavailableException.java0090
javax/servlet/GenericServlet.java00118
javax/servlet/ServletException.java0057
javax/servlet/http/HttpServletRequestWrapper.java00115
javax/servlet/http/HttpUtils.java00201
javax/servlet/http/HttpSessionContext.java0029
javax/servlet/ServletInputStream.java0037
javax/servlet/http/HttpServletResponseWrapper.java00104
javax/servlet/http/HttpSession.java00196
javax/servlet/ServletContextAttributeListener.java0020
javax/servlet/http/HttpSessionActivationListener.java009
javax/servlet/ServletRequestWrapper.java00208
javax/servlet/ServletContextListener.java0033
javax/servlet/http/Cookie.java00191
javax/servlet/ServletRequest.java00244
javax/servlet/ServletConfig.java0030
javax/servlet/http/HttpServletResponse.java00157
javax/servlet/ServletResponseWrapper.java00102
javax/servlet/http/HttpSessionAttributeListener.java0020
javax/servlet/ServletOutputStream.java00139
javax/servlet/FilterChain.java0019
javax/servlet/Servlet.java0062
javax/servlet/http/HttpSessionBindingEvent.java0066
javax/servlet/ServletContextEvent.java0024
javax/servlet/FilterConfig.java0043
javax/servlet/ServletContextAttributeEvent.java0054
javax/servlet/RequestDispatcher.java0038
javax/servlet/ServletResponse.java00156
javax/servlet/ServletRequestEvent.java0014
javax/servlet/http/HttpSessionEvent.java0014
javax/servlet/http/HttpSessionBindingListener.java0020
javax/servlet/http/HttpServlet.java00696
javax/servlet/ServletContext.java00266
javax/servlet/ServletRequestAttributeListener.java007
javax/servlet/ServletRequestListener.java009
javax/servlet/Filter.java0084
javax/servlet/ServletRequestAttributeEvent.java0022
javax/servlet/http/HttpServletRequest.java00286

Details

javax/servlet/SingleThreadModel.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.43
errorLine contains a tab character.44

javax/servlet/http/HttpSessionListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.20
errorLine contains a tab character.20
errorLine has trailing spaces.21
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorRedundant 'public' modifier.35
error'(' is followed by whitespace.35
error')' is preceded with whitespace.35
errorLine has trailing spaces.36
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorRedundant 'public' modifier.41
error'(' is followed by whitespace.41
error')' is preceded with whitespace.41
errorLine has trailing spaces.42

javax/servlet/UnavailableException.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.22
errorLine has trailing spaces.33
errorLine contains a tab character.45
errorLine contains a tab character.46
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.55
errorLine has trailing spaces.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.62
errorLine contains a tab character.65
errorParameter servlet should be final.70
errorParameter msg should be final.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine has trailing spaces.75
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.85
errorLine has trailing spaces.86
errorLine has trailing spaces.87
errorLine contains a tab character.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine has trailing spaces.92
errorParameter seconds should be final.93
errorParameter servlet should be final.93
errorParameter msg should be final.93
errorLine contains a tab character.94
errorLine contains a tab character.95
error'if' construct must use '{}'s.96
errorLine contains a tab character.96
errorLine contains a tab character.97
error'else' construct must use '{}'s.98
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine has trailing spaces.104
errorLine contains a tab character.109
errorParameter msg should be final.114
errorLine contains a tab character.115
errorLine contains a tab character.117
errorLine has trailing spaces.124
errorLine contains a tab character.131
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 has trailing spaces.141
errorParameter msg should be final.142
errorParameter seconds should be final.142
errorLine contains a tab character.143
error'if' construct must use '{}'s.145
errorLine contains a tab character.145
errorLine contains a tab character.146
error'else' construct must use '{}'s.147
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.150
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine has trailing spaces.166
errorLine contains a tab character.168
errorLine has trailing spaces.170
errorLine contains a tab character.172
errorLine has trailing spaces.175
errorLine has trailing spaces.176
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine has trailing spaces.180
errorLine contains a tab character.182
errorLine has trailing spaces.186
errorLine has trailing spaces.187
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine has trailing spaces.201
errorLine contains a tab character.203
errorAvoid inline conditionals.203

javax/servlet/GenericServlet.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.33
errorLine has trailing spaces.34
errorLine has trailing spaces.37
errorLine has trailing spaces.40
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine has trailing spaces.50
errorLine has trailing spaces.51
error'{' should be on the previous line.53
errorMissing a Javadoc comment.55
errorLine has trailing spaces.56
errorLine has trailing spaces.66
errorLine has trailing spaces.67
errorLine has trailing spaces.68
errorLine has trailing spaces.73
errorLine has trailing spaces.78
errorLine has trailing spaces.79
errorLine has trailing spaces.80
errorLine has trailing spaces.86
errorLine has trailing spaces.87
errorLine has trailing spaces.90
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 has trailing spaces.96
errorParameter name should be final.98
errorLine contains a tab character.99
errorLine has trailing spaces.101
errorLine has trailing spaces.102
errorLine has trailing spaces.105
errorLine has trailing spaces.111
errorLine has trailing spaces.112
errorLine contains a tab character.115
errorLine has trailing spaces.116
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.122
errorLine has trailing spaces.123
errorLine has trailing spaces.124
errorLine has trailing spaces.125
errorLine has trailing spaces.126
errorLine has trailing spaces.127
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine has trailing spaces.136
errorLine contains a tab character.138
errorLine has trailing spaces.140
errorLine has trailing spaces.141
errorLine has trailing spaces.142
errorLine has trailing spaces.143
errorLine has trailing spaces.148
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.159
errorLine has trailing spaces.164
errorLine has trailing spaces.167
errorLine has trailing spaces.168
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine has trailing spaces.178
errorLine contains a tab character.180
errorLine has trailing spaces.193
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine contains a tab character.202
errorLine has trailing spaces.204
errorLine contains a tab character.205
errorParameter config should be final.209
error'config' hides a field.209
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine has trailing spaces.227
errorLine contains a tab character.229
errorLine contains a tab character.230
errorLine contains a tab character.231
errorLine has trailing spaces.234
errorLine has trailing spaces.238
errorLine has trailing spaces.243
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine has trailing spaces.251
errorParameter msg should be final.252
errorLine contains a tab character.253
error'+' is not preceded with whitespace.253
errorLine has trailing spaces.255
errorLine has trailing spaces.256
errorLine has trailing spaces.257
errorLine has trailing spaces.258
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine has trailing spaces.274
errorParameter message should be final.275
errorParameter t should be final.275
errorLine contains a tab character.276
errorLine has trailing spaces.278
errorLine has trailing spaces.279
errorLine has trailing spaces.280
errorLine has trailing spaces.284
errorLine has trailing spaces.285
errorLine contains a tab character.290
errorLine contains a tab character.291
errorLine contains a tab character.293
errorLine contains a tab character.294
errorLine contains a tab character.296
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.300
errorLine contains a tab character.301
errorLine contains a tab character.306
errorLine has trailing spaces.307

javax/servlet/ServletException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.23
errorLine contains a tab character.24
errorMissing a Javadoc comment.31
errorLine contains a tab character.43
errorLine has trailing spaces.45
errorLine has trailing spaces.46
errorLine has trailing spaces.48
errorLine has trailing spaces.52
errorLine has trailing spaces.53
errorLine has trailing spaces.55
errorLine contains a tab character.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine contains a tab character.57
errorParameter message should be final.61
errorLine contains a tab character.62
errorLine has trailing spaces.64
errorLine has trailing spaces.65
errorLine has trailing spaces.66
errorLine has trailing spaces.67
errorLine has trailing spaces.70
errorLine has trailing spaces.71
errorLine has trailing spaces.72
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine has trailing spaces.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine has trailing spaces.85
errorParameter message should be final.86
errorParameter rootCause should be final.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine has trailing spaces.96
errorLine has trailing spaces.104
errorLine has trailing spaces.105
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorParameter rootCause should be final.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine has trailing spaces.119
errorLine has trailing spaces.120
errorLine has trailing spaces.121
errorLine has trailing spaces.122
errorLine has trailing spaces.123
errorLine has trailing spaces.128
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine has trailing spaces.132
errorLine contains a tab character.134

javax/servlet/http/HttpServletRequestWrapper.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.22
errorLine has trailing spaces.27
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.39
errorLine contains a tab character.40
errorParameter request should be final.41
errorExpected @param tag for 'request'.41
errorLine contains a tab character.42
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorName '_getHttpServletRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
errorLine contains a tab character.46
errorExpected an @return tag.54
errorLine contains a tab character.55
errorLine has trailing spaces.57
errorExpected an @return tag.62
errorLine contains a tab character.63
errorExpected an @return tag.70
errorParameter name should be final.70
errorExpected @param tag for 'name'.70
errorLine contains a tab character.71
errorLine has trailing spaces.73
errorLine contains a tab character.73
errorExpected an @return tag.78
errorParameter name should be final.78
errorExpected @param tag for 'name'.78
errorLine contains a tab character.79
errorLine has trailing spaces.81
errorExpected an @return tag.86
errorParameter name should be final.86
errorExpected @param tag for 'name'.86
errorLine contains a tab character.87
errorLine has trailing spaces.88
errorLine has trailing spaces.94
errorExpected an @return tag.95
errorLine contains a tab character.96
errorLine has trailing spaces.98
errorExpected an @return tag.104
errorParameter name should be final.104
errorExpected @param tag for 'name'.104
errorLine contains a tab character.105
errorLine has trailing spaces.107
errorExpected an @return tag.112
errorLine contains a tab character.113
errorLine has trailing spaces.115
errorExpected an @return tag.120
errorLine contains a tab character.121
errorExpected an @return tag.129
errorLine contains a tab character.130
errorExpected an @return tag.137
errorLine contains a tab character.138
errorLine has trailing spaces.140
errorExpected an @return tag.145
errorLine contains a tab character.146
errorLine has trailing spaces.148
errorExpected an @return tag.153
errorLine contains a tab character.154
errorLine has trailing spaces.156
errorLine has trailing spaces.157
errorExpected an @return tag.162
errorParameter role should be final.162
errorExpected @param tag for 'role'.162
errorLine contains a tab character.163
errorLine has trailing spaces.165
errorLine has trailing spaces.166
errorLine has trailing spaces.167
errorExpected an @return tag.172
errorLine contains a tab character.173
errorLine has trailing spaces.175
errorLine has trailing spaces.176
errorExpected an @return tag.181
errorLine contains a tab character.182
errorLine has trailing spaces.184
errorExpected an @return tag.189
errorLine contains a tab character.190
errorLine contains a tab character.192
errorExpected an @return tag.196
errorLine contains a tab character.197
errorLine has trailing spaces.199
errorLine contains a tab character.199
errorLine has trailing spaces.200
errorExpected an @return tag.205
errorLine contains a tab character.206
errorLine has trailing spaces.208
errorLine has trailing spaces.209
errorExpected an @return tag.214
errorParameter create should be final.214
errorExpected @param tag for 'create'.214
errorLine contains a tab character.215
errorLine has trailing spaces.217
errorExpected an @return tag.222
errorLine contains a tab character.223
errorLine has trailing spaces.225
errorLine has trailing spaces.229
errorExpected an @return tag.231
errorLine contains a tab character.232
errorLine has trailing spaces.234
errorLine has trailing spaces.235
errorExpected an @return tag.240
errorLine contains a tab character.241
errorLine has trailing spaces.243
errorLine contains a tab character.244
errorLine has trailing spaces.247
errorExpected an @return tag.248
errorLine contains a tab character.249
errorLine has trailing spaces.251
errorExpected an @return tag.256
errorLine contains a tab character.257
errorLine has trailing spaces.261

javax/servlet/http/HttpUtils.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.26
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorUtility classes should not have a public or default constructor.34
errorMissing a Javadoc comment.36
errorLine contains a tab character.37
errorMissing a Javadoc comment.38
errorLine contains a tab character.39
errorLine has trailing spaces.40
errorLine has trailing spaces.41
errorLine has trailing spaces.42
error'{' is not followed by whitespace.48
error'}' is not preceded with whitespace.48
errorLine has trailing spaces.49
errorLine has trailing spaces.50
errorLine has trailing spaces.51
errorLine has trailing spaces.52
errorLine has trailing spaces.58
errorLine has trailing spaces.65
errorLine has trailing spaces.69
errorLine contains a tab character.76
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine has trailing spaces.81
errorUnused @throws tag for 'IllegalArgumentException'.81
errorLine contains a tab character.81
errorLine contains a tab character.82
error'public' modifier out of order with the JLS suggestions.86
errorParameter s should be final.86
errorLine contains a tab character.88
errorArray brackets at illegal position.88
errorLine has trailing spaces.89
errorLine contains a tab character.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
errorLine contains a tab character.97
error'cast' is not followed by whitespace.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
error'+' is not preceded with whitespace.105
error'+' is not followed by whitespace.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorArray brackets at illegal position.107
errorLine contains a tab character.108
error'for' construct must use '{}'s.109
errorLine has trailing spaces.109
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.117
errorLine contains a tab character.118
errorLine has trailing spaces.126
errorLine has trailing spaces.127
errorLine has trailing spaces.132
errorLine contains a tab character.145
errorLine has trailing spaces.146
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine has trailing spaces.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorUnused @throws tag for 'IllegalArgumentException'.159
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine has trailing spaces.163
errorLine has trailing spaces.165
error'public' modifier out of order with the JLS suggestions.165
errorParameter len should be final.165
errorLine contains a tab character.166
errorParameter in should be final.166
error'{' should be on the previous line.167
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine has trailing spaces.170
errorLine contains a tab character.170
error'if' construct must use '{}'s.171
errorLine contains a tab character.171
error'<=' is not followed by whitespace.171
errorLine contains a tab character.172
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine has trailing spaces.177
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine has trailing spaces.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine contains a tab character.196
errorMissing a Javadoc comment.220
error'private' modifier out of order with the JLS suggestions.220
errorParameter s should be final.220
errorParameter sb should be final.220
errorLine contains a tab character.221
errorLine contains a tab character.222
errorLine has trailing spaces.223
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine contains a tab character.225
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.229
errorLine has trailing spaces.230
errorLine contains a tab character.230
error'+' is not preceded with whitespace.230
error'+' is not followed by whitespace.230
error'+' is not preceded with whitespace.230
error'+' is not followed by whitespace.230
error'3' is a magic number.230
errorLine contains a tab character.231
error'16' is a magic number.231
errorLine contains a tab character.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 contains a tab character.237
errorLine contains a tab character.238
errorLine contains a tab character.239
error'if' construct must use '{}'s.240
errorLine contains a tab character.240
error'==' is not preceded with whitespace.240
error'==' is not followed by whitespace.240
errorLine contains a tab character.241
errorLine contains a tab character.242
errorLine has trailing spaces.243
errorLine contains a tab character.243
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine contains a tab character.246
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine has trailing spaces.263
errorLine contains a tab character.271
errorLine contains a tab character.272
errorLine has trailing spaces.273
errorLine contains a tab character.274
errorLine contains a tab character.275
errorParameter req should be final.279
errorLine contains a tab character.280
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine contains a tab character.283
errorLine has trailing spaces.284
errorLine contains a tab character.284
errorLine contains a tab character.285
errorLine contains a tab character.286
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine contains a tab character.290
errorLine contains a tab character.291
error'80' is a magic number.291
errorLine contains a tab character.292
error'443' is a magic number.292
errorLine contains a tab character.293
errorLine contains a tab character.294
errorLine contains a tab character.295
errorLine contains a tab character.296
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.299
errorLine contains a tab character.300
errorLine contains a tab character.301

javax/servlet/http/HttpSessionContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorExpected an @return tag.50
errorRedundant 'public' modifier.50
errorExpected @param tag for 'sessionId'.50
errorLine has trailing spaces.51
errorLine has trailing spaces.52
errorLine has trailing spaces.53
errorLine has trailing spaces.54
errorLine contains a tab character.57
errorLine has trailing spaces.58
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorExpected an @return tag.64
errorRedundant 'public' modifier.64

javax/servlet/ServletInputStream.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.22
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine has trailing spaces.56
errorLine has trailing spaces.57
errorLine has trailing spaces.58
errorLine contains a tab character.71
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine has trailing spaces.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.82
errorLine has trailing spaces.85
errorParameter b should be final.86
errorParameter off should be final.86
errorParameter len should be final.86
errorLine contains a tab character.88
errorLine contains a tab character.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
error'cast' is not followed by whitespace.94
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
errorAvoid inline conditionals.100

javax/servlet/http/HttpServletResponseWrapper.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.23
errorLine has trailing spaces.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.33
errorLine has trailing spaces.40
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.42
errorParameter response should be final.44
errorExpected @param tag for 'response'.44
errorLine contains a tab character.45
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorName '_getHttpServletResponse' must match pattern '^[a-z][a-zA-Z0-9]*$'.48
errorLine contains a tab character.49
errorLine has trailing spaces.51
errorParameter cookie should be final.56
errorExpected @param tag for 'cookie'.56
errorLine contains a tab character.57
errorLine has trailing spaces.65
errorExpected an @return tag.66
errorParameter name should be final.66
errorExpected @param tag for 'name'.66
errorLine contains a tab character.67
errorLine has trailing spaces.69
errorExpected an @return tag.74
errorParameter url should be final.74
errorExpected @param tag for 'url'.74
errorLine contains a tab character.75
errorExpected an @return tag.82
errorParameter url should be final.82
errorExpected @param tag for 'url'.82
errorLine contains a tab character.83
errorExpected an @return tag.90
errorParameter url should be final.90
errorExpected @param tag for 'url'.90
errorLine contains a tab character.91
errorLine has trailing spaces.93
errorExpected an @return tag.98
errorParameter url should be final.98
errorExpected @param tag for 'url'.98
errorLine contains a tab character.99
errorLine has trailing spaces.101
errorParameter sc should be final.106
errorExpected @param tag for 'sc'.106
errorParameter msg should be final.106
errorExpected @param tag for 'msg'.106
errorExpected @throws tag for 'IOException'.106
errorLine contains a tab character.107
errorParameter sc should be final.116
errorExpected @param tag for 'sc'.116
errorExpected @throws tag for 'IOException'.116
errorLine contains a tab character.117
errorParameter location should be final.124
errorExpected @param tag for 'location'.124
errorExpected @throws tag for 'IOException'.124
errorLine contains a tab character.125
errorLine has trailing spaces.127
errorParameter name should be final.132
errorExpected @param tag for 'name'.132
errorParameter date should be final.132
errorExpected @param tag for 'date'.132
errorLine contains a tab character.133
errorLine has trailing spaces.135
errorParameter name should be final.140
errorExpected @param tag for 'name'.140
errorParameter date should be final.140
errorExpected @param tag for 'date'.140
errorLine contains a tab character.141
errorLine has trailing spaces.143
errorParameter name should be final.148
errorExpected @param tag for 'name'.148
errorParameter value should be final.148
errorExpected @param tag for 'value'.148
errorLine contains a tab character.149
errorLine has trailing spaces.151
errorParameter name should be final.156
errorExpected @param tag for 'name'.156
errorParameter value should be final.156
errorExpected @param tag for 'value'.156
errorLine contains a tab character.157
errorLine has trailing spaces.159
errorParameter name should be final.164
errorExpected @param tag for 'name'.164
errorParameter value should be final.164
errorExpected @param tag for 'value'.164
errorLine contains a tab character.165
errorLine has trailing spaces.167
errorParameter name should be final.172
errorExpected @param tag for 'name'.172
errorParameter value should be final.172
errorExpected @param tag for 'value'.172
errorLine contains a tab character.173
errorParameter sc should be final.182
errorExpected @param tag for 'sc'.182
errorLine contains a tab character.183
errorLine has trailing spaces.185
errorParameter sc should be final.190
errorExpected @param tag for 'sc'.190
errorParameter sm should be final.190
errorExpected @param tag for 'sm'.190
errorLine contains a tab character.191
errorLine has trailing spaces.194

javax/servlet/http/HttpSession.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.29
errorLine has trailing spaces.30
errorLine has trailing spaces.33
errorLine has trailing spaces.37
errorLine has trailing spaces.43
errorLine has trailing spaces.44
errorLine has trailing spaces.45
errorLine has trailing spaces.52
errorLine has trailing spaces.56
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine has trailing spaces.87
errorLine contains a tab character.87
errorLine contains a tab character.88
errorUnused @throws tag for 'IllegalStateException'.90
errorLine contains a tab character.90
errorLine contains a tab character.91
errorRedundant 'public' modifier.95
errorLine has trailing spaces.96
errorLine has trailing spaces.97
errorLine has trailing spaces.98
errorLine has trailing spaces.99
errorLine has trailing spaces.102
errorLine has trailing spaces.103
errorLine has trailing spaces.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorUnused @throws tag for 'IllegalStateException'.109
errorLine contains a tab character.109
errorLine contains a tab character.110
errorRedundant 'public' modifier.114
errorLine has trailing spaces.115
errorLine has trailing spaces.116
errorLine has trailing spaces.117
errorLine has trailing spaces.123
errorLine contains a tab character.129
errorLine has trailing spaces.130
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine has trailing spaces.132
errorLine contains a tab character.132
errorLine contains a tab character.133
errorUnused @throws tag for 'IllegalStateException'.135
errorLine contains a tab character.135
errorLine contains a tab character.136
errorRedundant 'public' modifier.140
errorLine has trailing spaces.141
errorLine has trailing spaces.142
errorLine has trailing spaces.145
errorRedundant 'public' modifier.150
errorLine has trailing spaces.155
errorLine contains a tab character.159
errorLine has trailing spaces.160
errorLine contains a tab character.160
errorLine has trailing spaces.163
errorRedundant 'public' modifier.164
errorLine has trailing spaces.170
errorLine has trailing spaces.171
errorLine has trailing spaces.176
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.182
errorRedundant 'public' modifier.187
errorLine has trailing spaces.188
errorLine has trailing spaces.189
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorExpected an @return tag.201
errorRedundant 'public' modifier.201
errorLine has trailing spaces.202
errorLine has trailing spaces.203
errorLine has trailing spaces.204
errorLine has trailing spaces.205
errorLine contains a tab character.211
errorLine contains a tab character.213
errorUnused @throws tag for 'IllegalStateException'.215
errorLine contains a tab character.215
errorLine contains a tab character.216
errorLine has trailing spaces.219
errorRedundant 'public' modifier.220
errorLine has trailing spaces.221
errorLine has trailing spaces.222
errorLine has trailing spaces.223
errorLine has trailing spaces.224
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.230
errorLine contains a tab character.232
errorUnused @throws tag for 'IllegalStateException'.234
errorLine contains a tab character.234
errorLine contains a tab character.235
errorLine has trailing spaces.238
errorRedundant 'public' modifier.239
errorLine has trailing spaces.240
errorLine has trailing spaces.241
errorLine has trailing spaces.242
errorLine has trailing spaces.247
errorLine has trailing spaces.249
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.252
errorUnused @throws tag for 'IllegalStateException'.254
errorLine contains a tab character.254
errorLine contains a tab character.255
errorLine has trailing spaces.258
errorRedundant 'public' modifier.259
errorLine has trailing spaces.260
errorLine has trailing spaces.261
errorLine has trailing spaces.262
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine contains a tab character.271
errorLine contains a tab character.272
errorUnused @throws tag for 'IllegalStateException'.274
errorLine contains a tab character.274
errorLine contains a tab character.275
errorLine has trailing spaces.278
errorRedundant 'public' modifier.279
errorLine has trailing spaces.280
errorLine has trailing spaces.281
errorLine has trailing spaces.282
errorLine has trailing spaces.291
errorLine has trailing spaces.292
errorLine has trailing spaces.293
errorLine has trailing spaces.295
errorLine has trailing spaces.297
errorLine has trailing spaces.300
errorUnclosed HTML tag found: <code>removeAttribute()<code>.301
errorLine contains a tab character.304
errorLine contains a tab character.305
errorLine contains a tab character.307
errorUnused @throws tag for 'IllegalStateException'.309
errorLine contains a tab character.309
errorLine contains a tab character.310
errorLine has trailing spaces.313
errorRedundant 'public' modifier.314
errorLine has trailing spaces.315
errorLine has trailing spaces.319
errorLine contains a tab character.322
errorLine contains a tab character.323
errorLine contains a tab character.325
errorLine contains a tab character.326
errorLine contains a tab character.328
errorUnused @throws tag for 'IllegalStateException'.330
errorLine contains a tab character.330
errorLine contains a tab character.331
errorLine has trailing spaces.334
errorRedundant 'public' modifier.335
errorLine has trailing spaces.349
errorLine has trailing spaces.351
errorLine has trailing spaces.353
errorLine has trailing spaces.354
errorLine contains a tab character.356
errorLine contains a tab character.357
errorUnused @throws tag for 'IllegalStateException'.359
errorLine contains a tab character.359
errorLine contains a tab character.360
errorRedundant 'public' modifier.363
errorLine contains a tab character.371
errorLine contains a tab character.372
errorLine contains a tab character.374
errorLine contains a tab character.375
errorUnused @throws tag for 'IllegalStateException'.377
errorLine contains a tab character.377
errorLine contains a tab character.378
errorRedundant 'public' modifier.381
errorLine has trailing spaces.389
errorUnused @throws tag for 'IllegalStateException'.391
errorLine contains a tab character.391
errorLine contains a tab character.392
errorRedundant 'public' modifier.396
errorLine has trailing spaces.397
errorLine has trailing spaces.398
errorLine has trailing spaces.399
errorLine has trailing spaces.400
errorLine has trailing spaces.404
errorLine has trailing spaces.409
errorLine contains a tab character.409
errorLine has trailing spaces.410
errorLine contains a tab character.410
errorLine contains a tab character.411
errorUnused @throws tag for 'IllegalStateException'.413
errorLine contains a tab character.413
errorLine contains a tab character.414
errorRedundant 'public' modifier.418

javax/servlet/ServletContextAttributeListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.20
errorLine has trailing spaces.21
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.29
errorRedundant 'public' modifier.30
errorExpected @param tag for 'scab'.30
errorLine is longer than 120 characters.31
errorLine contains a tab character.31
errorRedundant 'public' modifier.32
errorExpected @param tag for 'scab'.32
errorLine is longer than 120 characters.33
errorLine contains a tab character.33
errorRedundant 'public' modifier.34
errorExpected @param tag for 'scab'.34

javax/servlet/http/HttpSessionActivationListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.28
errorLine has trailing spaces.29
errorLine has trailing spaces.32
errorRedundant 'public' modifier.32
errorExpected @param tag for 'se'.32
errorRedundant 'public' modifier.34
errorExpected @param tag for 'se'.34
errorLine has trailing spaces.35

javax/servlet/ServletRequestWrapper.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.27
errorLine contains a tab character.32
errorLine has trailing spaces.33
errorLine has trailing spaces.34
errorLine contains a tab character.36
errorMissing a Javadoc comment.41
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.45
errorLine contains a tab character.46
errorParameter request should be final.48
errorExpected @param tag for 'request'.48
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorExpected an @return tag.58
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine has trailing spaces.61
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine has trailing spaces.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorParameter request should be final.67
errorExpected @param tag for 'request'.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorExpected an @return tag.80
errorParameter name should be final.80
errorExpected @param tag for 'name'.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine has trailing spaces.83
errorLine has trailing spaces.84
errorExpected an @return tag.91
errorLine contains a tab character.92
errorLine has trailing spaces.93
errorLine contains a tab character.93
errorLine has trailing spaces.94
errorLine has trailing spaces.95
errorLine has trailing spaces.96
errorExpected an @return tag.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorParameter enc should be final.111
errorExpected @param tag for 'enc'.111
errorExpected @throws tag for 'java.io.UnsupportedEncodingException'.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine has trailing spaces.114
errorLine has trailing spaces.115
errorExpected an @return tag.121
errorLine contains a tab character.122
errorLine has trailing spaces.124
errorLine has trailing spaces.125
errorLine has trailing spaces.126
errorExpected an @return tag.132
errorLine contains a tab character.133
errorLine has trailing spaces.135
errorLine has trailing spaces.136
errorLine has trailing spaces.137
errorExpected an @return tag.144
errorExpected @throws tag for 'IOException'.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine has trailing spaces.147
errorLine has trailing spaces.148
errorLine has trailing spaces.149
errorExpected an @return tag.156
errorParameter name should be final.156
errorExpected @param tag for 'name'.156
errorLine contains a tab character.157
errorLine has trailing spaces.159
errorExpected an @return tag.164
errorLine contains a tab character.165
errorLine has trailing spaces.167
errorLine has trailing spaces.168
errorLine has trailing spaces.169
errorLine has trailing spaces.175
errorExpected an @return tag.176
errorLine contains a tab character.177
errorLine has trailing spaces.179
errorLine has trailing spaces.180
errorLine has trailing spaces.181
errorExpected an @return tag.187
errorParameter name should be final.187
errorExpected @param tag for 'name'.187
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine has trailing spaces.190
errorLine has trailing spaces.191
errorLine has trailing spaces.192
errorLine has trailing spaces.198
errorExpected an @return tag.199
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine has trailing spaces.202
errorLine has trailing spaces.203
errorLine has trailing spaces.204
errorLine has trailing spaces.210
errorExpected an @return tag.212
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine has trailing spaces.215
errorLine has trailing spaces.216
errorLine has trailing spaces.217
errorExpected an @return tag.223
errorLine contains a tab character.224
errorLine contains a tab character.225
errorLine has trailing spaces.226
errorLine has trailing spaces.227
errorLine has trailing spaces.228
errorExpected an @return tag.235
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine has trailing spaces.238
errorLine has trailing spaces.239
errorLine has trailing spaces.240
errorExpected an @return tag.246
errorExpected @throws tag for 'IOException'.246
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine has trailing spaces.249
errorLine has trailing spaces.250
errorLine has trailing spaces.251
errorLine has trailing spaces.257
errorExpected an @return tag.258
errorLine contains a tab character.259
errorLine has trailing spaces.261
errorLine has trailing spaces.262
errorLine has trailing spaces.263
errorExpected an @return tag.270
errorLine contains a tab character.271
errorLine has trailing spaces.273
errorLine has trailing spaces.274
errorLine has trailing spaces.275
errorParameter name should be final.282
errorExpected @param tag for 'name'.282
errorParameter o should be final.282
errorExpected @param tag for 'o'.282
errorLine contains a tab character.283
errorLine has trailing spaces.285
errorLine has trailing spaces.286
errorLine has trailing spaces.287
errorParameter name should be final.293
errorExpected @param tag for 'name'.293
errorLine contains a tab character.294
errorLine has trailing spaces.296
errorLine has trailing spaces.297
errorLine has trailing spaces.298
errorExpected an @return tag.305
errorLine contains a tab character.306
errorLine has trailing spaces.308
errorLine has trailing spaces.309
errorLine has trailing spaces.310
errorExpected an @return tag.317
errorLine contains a tab character.318
errorLine has trailing spaces.320
errorLine has trailing spaces.321
errorLine has trailing spaces.322
errorExpected an @return tag.329
errorLine contains a tab character.330
errorLine has trailing spaces.332
errorLine has trailing spaces.333
errorLine has trailing spaces.334
errorExpected an @return tag.341
errorParameter path should be final.341
errorExpected @param tag for 'path'.341
errorLine contains a tab character.342
errorLine has trailing spaces.344
errorLine has trailing spaces.345
errorLine has trailing spaces.346
errorExpected an @return tag.353
errorParameter path should be final.353
errorExpected @param tag for 'path'.353
errorLine contains a tab character.354
errorLine has trailing spaces.356
errorLine has trailing spaces.362
errorExpected an @return tag.363
error'{' is not preceded with whitespace.363
errorExpected an @return tag.374
error'{' is not preceded with whitespace.374
errorLine has trailing spaces.383
errorExpected an @return tag.384
error'{' is not preceded with whitespace.384
errorExpected an @return tag.395
error'{' is not preceded with whitespace.395
errorLine has trailing spaces.398

javax/servlet/ServletContextListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.20
errorLine contains a tab character.20
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorRedundant 'public' modifier.40
error'(' is followed by whitespace.40
errorExpected @param tag for 'sce'.40
error')' is preceded with whitespace.40
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorRedundant 'public' modifier.48
error'(' is followed by whitespace.48
errorExpected @param tag for 'sce'.48
error')' is preceded with whitespace.48

javax/servlet/http/Cookie.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.23
errorLine has trailing spaces.25
errorLine has trailing spaces.27
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorLine has trailing spaces.36
errorLine has trailing spaces.37
errorLine has trailing spaces.40
errorLine has trailing spaces.41
errorLine has trailing spaces.45
errorLine has trailing spaces.46
errorLine has trailing spaces.51
errorLine contains a tab character.56
errorLine contains a tab character.57
errorMissing a Javadoc comment.67
errorLine contains a tab character.68
errorMissing a Javadoc comment.69
errorLine contains a tab character.70
errorLine has trailing spaces.71
errorLine has trailing spaces.75
errorMissing a Javadoc comment.76
errorLine contains a tab character.76
errorMissing a Javadoc comment.77
errorLine contains a tab character.77
errorLine has trailing spaces.82
errorMissing a Javadoc comment.83
errorLine contains a tab character.83
errorLine contains a tab character.84
errorMissing a Javadoc comment.85
errorLine contains a tab character.85
errorMissing a Javadoc comment.86
errorLine contains a tab character.86
errorMissing a Javadoc comment.87
errorLine contains a tab character.87
errorMissing a Javadoc comment.88
errorLine contains a tab character.88
errorMissing a Javadoc comment.89
errorLine contains a tab character.89
errorLine has trailing spaces.90
errorLine has trailing spaces.91
errorLine has trailing spaces.96
errorLine has trailing spaces.97
errorLine has trailing spaces.107
errorLine contains a tab character.111
errorLine contains a tab character.113
errorUnused @throws tag for 'IllegalArgumentException'.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorParameter name should be final.124
errorParameter value should be final.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.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.140
errorLine contains a tab character.141
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine has trailing spaces.154
errorLine has trailing spaces.158
errorLine contains a tab character.158
errorLine contains a tab character.159
errorParameter purpose should be final.165
errorLine contains a tab character.166
errorLine has trailing spaces.168
errorLine has trailing spaces.169
errorLine has trailing spaces.170
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine has trailing spaces.181
errorLine contains a tab character.184
errorLine has trailing spaces.186
errorLine has trailing spaces.187
errorLine has trailing spaces.188
errorLine has trailing spaces.198
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.205
errorParameter pattern should be final.211
errorLine contains a tab character.212
errorLine has trailing spaces.214
errorLine has trailing spaces.215
errorLine has trailing spaces.216
errorLine has trailing spaces.217
errorLine has trailing spaces.220
errorLine contains a tab character.223
errorLine has trailing spaces.227
errorLine contains a tab character.230
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.252
errorParameter expiry should be final.259
errorLine contains a tab character.260
errorLine contains a tab character.272
errorLine contains a tab character.273
errorLine contains a tab character.274
errorLine contains a tab character.282
errorLine has trailing spaces.284
errorLine has trailing spaces.285
errorLine has trailing spaces.286
errorLine has trailing spaces.293
errorLine contains a tab character.302
errorParameter uri should be final.309
errorLine contains a tab character.310
errorLine has trailing spaces.317
errorLine contains a tab character.322
errorLine contains a tab character.323
errorLine has trailing spaces.327
errorLine contains a tab character.330
errorLine contains a tab character.343
errorLine contains a tab character.344
errorLine contains a tab character.345
errorLine has trailing spaces.350
errorParameter flag should be final.351
errorLine contains a tab character.352
errorLine contains a tab character.363
errorLine contains a tab character.364
errorLine contains a tab character.371
errorLine contains a tab character.382
errorLine contains a tab character.387
errorLine has trailing spaces.399
errorLine has trailing spaces.405
errorLine contains a tab character.405
errorParameter newValue should be final.413
errorLine contains a tab character.414
errorLine contains a tab character.423
errorLine contains a tab character.424
errorLine contains a tab character.432
errorLine has trailing spaces.439
errorLine has trailing spaces.440
errorLine has trailing spaces.444
errorLine contains a tab character.446
errorLine contains a tab character.447
errorLine contains a tab character.448
errorLine contains a tab character.455
errorLine has trailing spaces.470
errorLine contains a tab character.470
errorLine contains a tab character.471
errorLine contains a tab character.472
errorParameter v should be final.478
errorLine contains a tab character.479
errorLine has trailing spaces.484
errorMissing a Javadoc comment.487
errorName 'tspecials' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.487
errorLine has trailing spaces.488
errorLine has trailing spaces.489
errorLine has trailing spaces.490
errorLine has trailing spaces.493
errorLine has trailing spaces.495
errorLine contains a tab character.496
errorLine contains a tab character.498
errorLine contains a tab character.499
errorLine has trailing spaces.500
errorLine contains a tab character.500
errorMissing a Javadoc comment.503
errorParameter value should be final.503
error'value' hides a field.503
errorLine contains a tab character.504
errorLine contains a tab character.506
errorLine contains a tab character.507
error'if' construct must use '{}'s.509
errorLine contains a tab character.509
error'0x20' is a magic number.509
error'0x7f' is a magic number.509
errorLine contains a tab character.510
errorLine contains a tab character.511
errorLine contains a tab character.512
errorLine has trailing spaces.522
errorLine has trailing spaces.524
errorLine contains a tab character.524
errorExpected an @return tag.528
errorLine contains a tab character.529
errorLine contains a tab character.530
errorLine contains a tab character.531
errorLine contains a tab character.532
errorLine contains a tab character.533

javax/servlet/ServletRequest.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.40
errorLine has trailing spaces.52
errorLine has trailing spaces.59
errorLine has trailing spaces.65
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine has trailing spaces.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorRedundant 'public' modifier.76
errorLine has trailing spaces.77
errorLine has trailing spaces.78
errorLine has trailing spaces.82
errorLine has trailing spaces.85
errorLine has trailing spaces.87
errorLine contains a tab character.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorRedundant 'public' modifier.93
errorLine has trailing spaces.94
errorLine has trailing spaces.95
errorLine has trailing spaces.96
errorLine has trailing spaces.97
errorLine has trailing spaces.102
errorLine has trailing spaces.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorRedundant 'public' modifier.110
errorLine has trailing spaces.116
errorLine has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorRedundant 'public' modifier.123
errorLine has trailing spaces.125
errorLine has trailing spaces.126
errorLine has trailing spaces.127
errorLine has trailing spaces.128
errorLine has trailing spaces.130
errorLine has trailing spaces.135
errorLine contains a tab character.135
errorLine contains a tab character.136
errorRedundant 'public' modifier.140
errorLine has trailing spaces.141
errorLine has trailing spaces.142
errorLine has trailing spaces.143
errorLine has trailing spaces.146
errorLine has trailing spaces.147
errorLine has trailing spaces.150
errorLine contains a tab character.150
errorLine has trailing spaces.151
errorLine contains a tab character.151
errorLine contains a tab character.152
errorRedundant 'public' modifier.156
errorLine has trailing spaces.157
errorLine has trailing spaces.158
errorLine has trailing spaces.159
errorLine has trailing spaces.163
errorLine contains a tab character.166
errorLine contains a tab character.167
errorUnused @throws tag for 'IllegalStateException'.169
errorLine contains a tab character.170
errorLine contains a tab character.172
errorLine has trailing spaces.176
errorRedundant 'public' modifier.176
errorLine has trailing spaces.177
errorLine has trailing spaces.178
errorLine has trailing spaces.179
errorLine has trailing spaces.200
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine has trailing spaces.203
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.206
errorRedundant 'public' modifier.210
errorLine has trailing spaces.211
errorLine has trailing spaces.212
errorLine has trailing spaces.213
errorLine has trailing spaces.219
errorLine has trailing spaces.220
errorLine has trailing spaces.221
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine has trailing spaces.225
errorLine contains a tab character.225
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine has trailing spaces.230
errorRedundant 'public' modifier.231
errorLine has trailing spaces.232
errorLine has trailing spaces.233
errorLine has trailing spaces.234
errorLine has trailing spaces.237
errorLine has trailing spaces.238
errorLine has trailing spaces.244
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine has trailing spaces.247
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.250
errorRedundant 'public' modifier.254
errorLine has trailing spaces.255
errorLine has trailing spaces.261
errorRedundant 'public' modifier.268
errorLine has trailing spaces.269
errorLine has trailing spaces.270
errorLine has trailing spaces.274
errorLine has trailing spaces.276
errorLine has trailing spaces.279
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine has trailing spaces.283
errorRedundant 'public' modifier.284
errorLine has trailing spaces.285
errorLine has trailing spaces.286
errorLine has trailing spaces.287
errorLine has trailing spaces.290
errorLine has trailing spaces.296
errorLine contains a tab character.296
errorLine contains a tab character.297
errorRedundant 'public' modifier.301
errorLine has trailing spaces.302
errorLine has trailing spaces.303
errorLine has trailing spaces.304
errorLine has trailing spaces.311
errorLine contains a tab character.311
errorLine contains a tab character.312
errorRedundant 'public' modifier.315
errorLine has trailing spaces.316
errorLine has trailing spaces.317
errorLine has trailing spaces.318
errorLine contains a tab character.326
errorRedundant 'public' modifier.330
errorLine has trailing spaces.331
errorLine has trailing spaces.332
errorLine has trailing spaces.333
errorLine has trailing spaces.340
errorLine contains a tab character.342
errorLine has trailing spaces.343
errorLine contains a tab character.343
errorUnused @throws tag for 'UnsupportedEncodingException'.345
errorLine contains a tab character.345
errorLine has trailing spaces.346
errorLine contains a tab character.346
errorLine contains a tab character.347
errorUnused @throws tag for 'IllegalStateException'.349
errorLine contains a tab character.349
errorLine contains a tab character.350
errorLine contains a tab character.352
errorLine contains a tab character.354
errorRedundant 'public' modifier.358
errorLine has trailing spaces.359
errorLine has trailing spaces.360
errorLine has trailing spaces.361
errorLine has trailing spaces.364
errorLine has trailing spaces.366
errorLine has trailing spaces.369
errorLine contains a tab character.369
errorLine contains a tab character.370
errorLine has trailing spaces.373
errorRedundant 'public' modifier.374
errorLine has trailing spaces.375
errorLine has trailing spaces.376
errorLine has trailing spaces.377
errorLine has trailing spaces.382
errorLine has trailing spaces.383
errorLine has trailing spaces.384
errorLine has trailing spaces.387
errorLine contains a tab character.387
errorLine contains a tab character.388
errorRedundant 'public' modifier.392
errorLine has trailing spaces.393
errorLine has trailing spaces.394
errorLine has trailing spaces.395
errorLine has trailing spaces.415
errorLine contains a tab character.415
errorLine contains a tab character.416
errorLine contains a tab character.418
errorRedundant 'public' modifier.422
errorLine has trailing spaces.423
errorLine has trailing spaces.424
errorLine has trailing spaces.425
errorLine has trailing spaces.439
errorLine contains a tab character.439
errorLine contains a tab character.440
errorRedundant 'public' modifier.444
errorLine has trailing spaces.445
errorLine has trailing spaces.446
errorLine has trailing spaces.447
errorLine has trailing spaces.451
errorLine contains a tab character.457
errorRedundant 'public' modifier.461
errorLine has trailing spaces.462
errorLine has trailing spaces.463
errorLine has trailing spaces.464
errorLine has trailing spaces.473
errorLine has trailing spaces.477
errorLine contains a tab character.477
errorRedundant 'public' modifier.482
errorLine has trailing spaces.483
errorLine has trailing spaces.484
errorLine has trailing spaces.485
errorLine contains a tab character.493
errorRedundant 'public' modifier.498
errorLine has trailing spaces.499
errorLine has trailing spaces.500
errorLine has trailing spaces.501
errorLine has trailing spaces.506
errorLine has trailing spaces.512
errorLine has trailing spaces.513
errorRedundant 'public' modifier.536
errorLine has trailing spaces.537
errorLine has trailing spaces.538
errorLine has trailing spaces.539
errorLine has trailing spaces.542
errorLine contains a tab character.543
errorLine contains a tab character.544
errorExpected an @return tag.548
errorRedundant 'public' modifier.548
errorExpected @param tag for 'path'.548
errorLine has trailing spaces.549
errorLine has trailing spaces.550
errorLine contains a tab character.555
errorLine has trailing spaces.558
errorRedundant 'public' modifier.559
errorLine contains a tab character.566
errorLine contains a tab character.567
errorRedundant 'public' modifier.571
errorLine contains a tab character.577
errorLine has trailing spaces.578
errorLine contains a tab character.578
errorLine has trailing spaces.582
errorRedundant 'public' modifier.583
errorRedundant 'public' modifier.594

javax/servlet/ServletConfig.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.23
errorLine has trailing spaces.25
errorLine has trailing spaces.28
errorLine has trailing spaces.30
errorLine has trailing spaces.34
errorLine contains a tab character.38
errorRedundant 'public' modifier.44
errorLine contains a tab character.51
errorLine has trailing spaces.52
errorLine contains a tab character.52
errorLine has trailing spaces.54
errorLine contains a tab character.55
errorRedundant 'public' modifier.59
errorLine has trailing spaces.60
errorLine has trailing spaces.62
errorLine has trailing spaces.63
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
errorRedundant 'public' modifier.74
errorLine has trailing spaces.79
errorLine has trailing spaces.83
errorLine contains a tab character.83
errorLine has trailing spaces.84
errorLine contains a tab character.84
errorLine contains a tab character.85
errorRedundant 'public' modifier.91

javax/servlet/http/HttpServletResponse.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.36
errorRedundant 'public' modifier.52
errorLine has trailing spaces.55
errorLine has trailing spaces.57
errorLine contains a tab character.58
errorLine has trailing spaces.59
errorLine contains a tab character.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorRedundant 'public' modifier.64
errorLine has trailing spaces.73
errorLine has trailing spaces.74
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorRedundant 'public' modifier.84
errorLine has trailing spaces.95
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorRedundant 'public' modifier.109
errorLine contains a tab character.112
errorLine contains a tab character.114
errorLine has trailing spaces.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorRedundant 'public' modifier.119
errorLine has trailing spaces.120
errorLine has trailing spaces.122
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.125
errorLine has trailing spaces.126
errorLine contains a tab character.126
errorLine contains a tab character.127
errorRedundant 'public' modifier.130
errorLine has trailing spaces.140
errorLine has trailing spaces.141
errorLine has trailing spaces.143
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.150
errorUnused @throws tag for 'IllegalStateException'.151
errorLine contains a tab character.151
errorLine has trailing spaces.153
errorRedundant 'public' modifier.154
errorLine has trailing spaces.158
errorLine has trailing spaces.159
errorLine contains a tab character.164
errorLine contains a tab character.165
errorUnused @throws tag for 'IllegalStateException'.166
errorLine contains a tab character.166
errorLine contains a tab character.167
errorRedundant 'public' modifier.170
errorLine has trailing spaces.176
errorLine has trailing spaces.181
errorLine contains a tab character.186
errorLine contains a tab character.187
errorUnused @throws tag for 'IllegalStateException'.188
errorLine contains a tab character.188
errorRedundant 'public' modifier.192
errorLine has trailing spaces.193
errorLine has trailing spaces.195
errorLine has trailing spaces.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine has trailing spaces.205
errorRedundant 'public' modifier.210
errorLine has trailing spaces.211
errorLine has trailing spaces.213
errorLine has trailing spaces.216
errorLine has trailing spaces.218
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine has trailing spaces.221
errorRedundant 'public' modifier.225
errorLine has trailing spaces.226
errorLine has trailing spaces.234
errorLine contains a tab character.235
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine contains a tab character.238
errorRedundant 'public' modifier.244
errorLine has trailing spaces.245
errorLine has trailing spaces.249
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.252
errorLine contains a tab character.253
errorLine contains a tab character.254
errorRedundant 'public' modifier.259
errorLine contains a tab character.268
errorLine contains a tab character.269
errorRedundant 'public' modifier.275
errorLine contains a tab character.282
errorLine contains a tab character.283
errorRedundant 'public' modifier.288
errorLine has trailing spaces.291
errorLine contains a tab character.302
errorRedundant 'public' modifier.307
errorLine has trailing spaces.308
errorLine has trailing spaces.310
errorLine has trailing spaces.311
errorLine has trailing spaces.316
errorLine contains a tab character.317
errorLine contains a tab character.318
errorRedundant 'public' modifier.321
errorLine has trailing spaces.323
errorRedundant 'public' modifier.332
errorLine has trailing spaces.334
errorRedundant 'public' modifier.340
errorRedundant 'public' modifier.346
errorRedundant 'public' modifier.353
errorRedundant 'public' modifier.360
errorRedundant 'public' modifier.367
errorRedundant 'public' modifier.374
errorRedundant 'public' modifier.381
errorRedundant 'public' modifier.388
errorRedundant 'public' modifier.396
errorRedundant 'public' modifier.404
errorRedundant 'public' modifier.415
errorRedundant 'public' modifier.425
errorRedundant 'public' modifier.432
errorRedundant 'public' modifier.439
errorRedundant 'public' modifier.447
errorLine has trailing spaces.450
errorLine has trailing spaces.452
errorRedundant 'public' modifier.456
errorRedundant 'public' modifier.463
errorRedundant 'public' modifier.470
errorRedundant 'public' modifier.476
errorRedundant 'public' modifier.483
errorRedundant 'public' modifier.490
errorRedundant 'public' modifier.498
errorRedundant 'public' modifier.507
errorRedundant 'public' modifier.514
errorRedundant 'public' modifier.521
errorRedundant 'public' modifier.529
errorRedundant 'public' modifier.537
errorRedundant 'public' modifier.544
errorRedundant 'public' modifier.552
errorRedundant 'public' modifier.560
errorRedundant 'public' modifier.568
errorRedundant 'public' modifier.576
errorRedundant 'public' modifier.583
errorRedundant 'public' modifier.590
errorRedundant 'public' modifier.597
errorRedundant 'public' modifier.604
errorRedundant 'public' modifier.612
errorRedundant 'public' modifier.619
errorRedundant 'public' modifier.627
errorRedundant 'public' modifier.635

javax/servlet/ServletResponseWrapper.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.23
errorLine has trailing spaces.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.33
errorLine has trailing spaces.37
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.42
errorLine contains a tab character.43
errorLine contains a tab character.46
errorParameter response should be final.46
errorExpected @param tag for 'response'.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorExpected an @return tag.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine has trailing spaces.59
errorLine contains a tab character.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine has trailing spaces.61
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine has trailing spaces.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorParameter response should be final.67
errorExpected @param tag for 'response'.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorParameter charset should be final.81
errorExpected @param tag for 'charset'.81
errorLine contains a tab character.82
errorExpected an @return tag.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine has trailing spaces.93
errorLine has trailing spaces.94
errorLine contains a tab character.95
errorExpected an @return tag.100
errorExpected @throws tag for 'IOException'.100
errorLine contains a tab character.101
errorLine has trailing spaces.102
errorLine has trailing spaces.103
errorExpected an @return tag.110
errorExpected @throws tag for 'IOException'.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine has trailing spaces.113
errorParameter len should be final.119
errorExpected @param tag for 'len'.119
errorLine contains a tab character.120
errorLine has trailing spaces.122
errorParameter type should be final.128
errorExpected @param tag for 'type'.128
errorLine contains a tab character.129
errorExpected an @return tag.139
errorLine contains a tab character.140
errorLine has trailing spaces.142
errorParameter size should be final.147
errorExpected @param tag for 'size'.147
errorLine contains a tab character.148
errorLine has trailing spaces.150
errorExpected an @return tag.155
errorLine contains a tab character.156
errorExpected @throws tag for 'IOException'.164
errorLine contains a tab character.165
errorLine has trailing spaces.167
errorExpected an @return tag.172
errorLine contains a tab character.173
errorLine contains a tab character.182
errorLine has trailing spaces.184
errorLine has trailing spaces.189
errorLine contains a tab character.191
errorLine has trailing spaces.193
errorParameter loc should be final.199
errorExpected @param tag for 'loc'.199
errorLine contains a tab character.200
errorLine has trailing spaces.202
errorExpected an @return tag.207
errorLine contains a tab character.208

javax/servlet/http/HttpSessionAttributeListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.20
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.27
errorRedundant 'public' modifier.28
error'(' is followed by whitespace.28
errorExpected @param tag for 'se'.28
error')' is preceded with whitespace.28
errorLine contains a tab character.29
errorRedundant 'public' modifier.30
error'(' is followed by whitespace.30
errorExpected @param tag for 'se'.30
error')' is preceded with whitespace.30
errorLine contains a tab character.31
errorRedundant 'public' modifier.32
error'(' is followed by whitespace.32
errorExpected @param tag for 'se'.32
error')' is preceded with whitespace.32

javax/servlet/ServletOutputStream.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.26
errorLine has trailing spaces.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.38
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorLine contains a tab character.46
errorLine has trailing spaces.49
errorLine has trailing spaces.60
errorLine has trailing spaces.61
errorLine contains a tab character.65
errorLine contains a tab character.67
errorParameter s should be final.71
error'if' construct must use '{}'s.72
errorLine contains a tab character.72
error'==' is not preceded with whitespace.72
error'==' is not followed by whitespace.72
error'=' is not preceded with whitespace.72
error'=' is not followed by whitespace.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
error'0xff00' is a magic number.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine has trailing spaces.98
errorLine has trailing spaces.101
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.104
errorParameter b should be final.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 has trailing spaces.122
errorLine contains a tab character.125
errorLine contains a tab character.127
errorParameter c should be final.131
errorLine contains a tab character.132
errorLine has trailing spaces.141
errorLine contains a tab character.144
errorLine contains a tab character.146
errorLine has trailing spaces.148
errorParameter i should be final.150
errorLine contains a tab character.151
errorLine has trailing spaces.156
errorLine has trailing spaces.158
errorLine has trailing spaces.162
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine has trailing spaces.165
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine has trailing spaces.167
errorParameter l should be final.170
errorLine contains a tab character.171
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.184
errorParameter f should be final.189
errorLine contains a tab character.190
errorLine has trailing spaces.199
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine contains a tab character.203
errorParameter d should be final.207
errorLine contains a tab character.208
errorLine contains a tab character.219
errorLine contains a tab character.224
errorLine has trailing spaces.230
errorLine contains a tab character.234
errorLine contains a tab character.236
errorParameter s should be final.240
errorLine contains a tab character.241
errorLine contains a tab character.242
errorLine has trailing spaces.250
errorLine has trailing spaces.251
errorLine has trailing spaces.255
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.258
errorParameter b should be final.262
errorLine contains a tab character.263
errorLine contains a tab character.264
errorLine contains a tab character.274
errorLine contains a tab character.276
errorParameter c should be final.280
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine has trailing spaces.289
errorLine contains a tab character.293
errorLine contains a tab character.295
errorParameter i should be final.299
errorLine contains a tab character.300
errorLine contains a tab character.301
errorLine has trailing spaces.306
errorLine has trailing spaces.308
errorLine contains a tab character.312
errorLine contains a tab character.314
errorLine has trailing spaces.316
errorParameter l should be final.318
errorLine contains a tab character.319
errorLine contains a tab character.320
errorLine has trailing spaces.327
errorLine has trailing spaces.330
errorLine contains a tab character.330
errorLine contains a tab character.331
errorLine has trailing spaces.334
errorLine contains a tab character.334
errorLine contains a tab character.335
errorParameter f should be final.339
errorLine contains a tab character.340
errorLine contains a tab character.341
errorLine has trailing spaces.348
errorLine contains a tab character.352
errorLine contains a tab character.353
errorLine contains a tab character.355
errorParameter d should be final.359
errorLine contains a tab character.360
errorLine contains a tab character.361

javax/servlet/FilterChain.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorRedundant 'public' modifier.42
error'(' is followed by whitespace.42
error')' is preceded with whitespace.42
errorExpected @throws tag for 'IOException'.42
errorExpected @throws tag for 'ServletException'.42

javax/servlet/Servlet.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.16
errorLine has trailing spaces.27
errorLine has trailing spaces.41
errorLine has trailing spaces.46
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine has trailing spaces.63
errorLine has trailing spaces.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.87
errorLine contains a tab character.88
errorRedundant 'public' modifier.92
errorLine has trailing spaces.93
errorLine has trailing spaces.94
errorLine has trailing spaces.100
errorLine has trailing spaces.101
errorLine has trailing spaces.103
errorLine has trailing spaces.104
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.111
errorRedundant 'public' modifier.115
errorLine has trailing spaces.116
errorLine has trailing spaces.117
errorLine has trailing spaces.120
errorLine has trailing spaces.125
errorLine has trailing spaces.126
errorLine has trailing spaces.129
errorLine has trailing spaces.131
errorLine has trailing spaces.133
errorLine has trailing spaces.134
errorLine has trailing spaces.135
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.146
errorLine has trailing spaces.147
errorLine contains a tab character.147
errorLine contains a tab character.149
errorRedundant 'public' modifier.153
errorLine contains a tab character.154
errorLine has trailing spaces.155
errorLine contains a tab character.155
errorLine has trailing spaces.156
errorLine contains a tab character.156
errorLine has trailing spaces.161
errorLine contains a tab character.166
errorRedundant 'public' modifier.170
errorLine has trailing spaces.171
errorLine has trailing spaces.172
errorLine has trailing spaces.180
errorLine has trailing spaces.184
errorRedundant 'public' modifier.191

javax/servlet/http/HttpSessionBindingEvent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.24
errorLine has trailing spaces.25
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine has trailing spaces.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorMissing a Javadoc comment.50
errorLine has trailing spaces.51
errorMissing a Javadoc comment.54
errorLine has trailing spaces.55
errorLine has trailing spaces.56
errorLine has trailing spaces.61
errorLine contains a tab character.67
errorLine contains a tab character.69
errorLine contains a tab character.71
errorLine contains a tab character.72
errorParameter session should be final.76
errorParameter name should be final.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine has trailing spaces.80
errorLine has trailing spaces.84
errorLine contains a tab character.90
errorLine contains a tab character.92
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine has trailing spaces.98
errorParameter session should be final.99
errorParameter name should be final.99
errorParameter value should be final.99
errorExpected @param tag for 'value'.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine has trailing spaces.104
errorLine has trailing spaces.105
errorLine contains a tab character.106
errorExpected an @return tag.107
errorLine has trailing spaces.107
errorLine contains a tab character.108
errorLine has trailing spaces.110
errorLine has trailing spaces.111
errorLine has trailing spaces.112
errorLine has trailing spaces.113
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.128
errorLine has trailing spaces.130
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.138
errorLine has trailing spaces.139
errorLine contains a tab character.139
errorExpected an @return tag.140
errorLine contains a tab character.140
errorLine has trailing spaces.141
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine has trailing spaces.143

javax/servlet/ServletContextEvent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.19
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine has trailing spaces.26
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorParameter source should be final.32
errorLine contains a tab character.33
errorLine has trailing spaces.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.42
errorLine has trailing spaces.44

javax/servlet/FilterConfig.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.22
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine has trailing spaces.26
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine has trailing spaces.34
errorLine contains a tab character.34
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorExpected an @return tag.38
errorLine contains a tab character.38
errorRedundant 'public' modifier.38
errorLine contains a tab character.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine has trailing spaces.49
errorLine contains a tab character.50
errorRedundant 'public' modifier.54
errorLine has trailing spaces.55
errorLine has trailing spaces.57
errorLine has trailing spaces.58
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorRedundant 'public' modifier.69
errorLine has trailing spaces.74
errorLine has trailing spaces.78
errorLine contains a tab character.78
errorLine has trailing spaces.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorRedundant 'public' modifier.86

javax/servlet/ServletContextAttributeEvent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.19
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine has trailing spaces.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorLine contains a tab character.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorParameter source should be final.33
errorExpected @param tag for 'source'.33
errorParameter name should be final.33
errorExpected @param tag for 'name'.33
errorParameter value should be final.33
errorExpected @param tag for 'value'.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorExpected an @return tag.43
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine has trailing spaces.54
errorLine contains a tab character.54
errorExpected an @return tag.55
errorLine contains a tab character.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine contains a tab character.57

javax/servlet/RequestDispatcher.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.24
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine has trailing spaces.42
errorLine has trailing spaces.57
errorLine has trailing spaces.58
errorLine has trailing spaces.62
errorLine has trailing spaces.63
errorLine has trailing spaces.66
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.83
errorLine contains a tab character.85
errorUnused @throws tag for 'IllegalStateException'.87
errorLine contains a tab character.87
errorRedundant 'public' modifier.91
errorLine contains a tab character.92
errorLine has trailing spaces.100
errorLine has trailing spaces.112
errorLine has trailing spaces.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.121
errorLine contains a tab character.123
errorLine has trailing spaces.127
errorRedundant 'public' modifier.128
errorLine contains a tab character.129

javax/servlet/ServletResponse.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.30
errorLine has trailing spaces.46
errorLine has trailing spaces.47
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.56
errorLine has trailing spaces.59
errorLine has trailing spaces.63
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine has trailing spaces.84
errorRedundant 'public' modifier.85
errorLine has trailing spaces.86
errorLine has trailing spaces.87
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine has trailing spaces.109
errorRedundant 'public' modifier.110
errorLine has trailing spaces.111
errorLine has trailing spaces.112
errorLine has trailing spaces.115
errorLine has trailing spaces.117
errorLine has trailing spaces.118
errorLine has trailing spaces.120
errorLine has trailing spaces.121
errorLine has trailing spaces.124
errorLine contains a tab character.124
errorUnused @throws tag for 'IllegalStateException'.126
errorLine contains a tab character.127
errorLine contains a tab character.129
errorLine contains a tab character.131
errorRedundant 'public' modifier.135
errorLine has trailing spaces.136
errorLine has trailing spaces.137
errorLine has trailing spaces.146
errorLine has trailing spaces.154
errorLine has trailing spaces.155
errorLine contains a tab character.155
errorLine has trailing spaces.156
errorLine contains a tab character.156
errorUnused @throws tag for 'UnsupportedEncodingException'.158
errorLine contains a tab character.159
errorLine contains a tab character.160
errorUnused @throws tag for 'IllegalStateException'.162
errorLine contains a tab character.163
errorLine has trailing spaces.164
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.168
errorLine contains a tab character.170
errorLine contains a tab character.171
errorRedundant 'public' modifier.175
errorLine has trailing spaces.176
errorLine has trailing spaces.177
errorLine has trailing spaces.178
errorLine has trailing spaces.179
errorLine contains a tab character.206
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine contains a tab character.210
errorLine contains a tab character.211
errorRedundant 'public' modifier.217
errorLine has trailing spaces.218
errorLine has trailing spaces.219
errorLine has trailing spaces.227
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.229
errorRedundant 'public' modifier.233
errorLine has trailing spaces.234
errorLine has trailing spaces.235
errorLine has trailing spaces.256
errorLine contains a tab character.256
errorLine contains a tab character.257
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine contains a tab character.261
errorLine contains a tab character.262
errorRedundant 'public' modifier.266
errorLine has trailing spaces.267
errorLine has trailing spaces.270
errorLine has trailing spaces.271
errorLine has trailing spaces.277
errorLine has trailing spaces.283
errorLine contains a tab character.286
errorUnused @throws tag for 'IllegalStateException'.288
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorLine contains a tab character.294
errorRedundant 'public' modifier.298
errorLine has trailing spaces.299
errorLine has trailing spaces.300
errorLine contains a tab character.306
errorLine contains a tab character.308
errorLine contains a tab character.309
errorLine contains a tab character.310
errorLine contains a tab character.311
errorRedundant 'public' modifier.315
errorLine has trailing spaces.316
errorLine has trailing spaces.317
errorLine has trailing spaces.321
errorLine contains a tab character.324
errorLine contains a tab character.325
errorLine contains a tab character.326
errorLine contains a tab character.327
errorRedundant 'public' modifier.331
errorExpected @throws tag for 'IOException'.331
errorLine has trailing spaces.332
errorLine has trailing spaces.333
errorLine has trailing spaces.334
errorLine has trailing spaces.337
errorLine has trailing spaces.338
errorLine contains a tab character.341
errorLine contains a tab character.342
errorLine contains a tab character.343
errorLine contains a tab character.344
errorRedundant 'public' modifier.349
errorLine has trailing spaces.350
errorLine has trailing spaces.354
errorLine contains a tab character.357
errorLine contains a tab character.358
errorLine contains a tab character.360
errorLine contains a tab character.361
errorLine contains a tab character.362
errorLine contains a tab character.363
errorRedundant 'public' modifier.367
errorLine has trailing spaces.368
errorLine has trailing spaces.369
errorLine has trailing spaces.373
errorUnused @throws tag for 'IllegalStateException'.376
errorLine contains a tab character.379
errorLine contains a tab character.380
errorLine contains a tab character.381
errorLine contains a tab character.382
errorRedundant 'public' modifier.386
errorLine has trailing spaces.387
errorLine has trailing spaces.388
errorLine has trailing spaces.397
errorLine has trailing spaces.419
errorLine contains a tab character.422
errorLine contains a tab character.423
errorLine contains a tab character.424
errorRedundant 'public' modifier.428
errorLine has trailing spaces.429
errorLine has trailing spaces.430
errorLine has trailing spaces.438
errorLine contains a tab character.439
errorExpected an @return tag.443
errorRedundant 'public' modifier.443

javax/servlet/ServletRequestEvent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.19
errorLine contains a tab character.25
errorLine has trailing spaces.28
errorMissing a Javadoc comment.29
errorLine contains a tab character.34
errorLine contains a tab character.35
errorParameter sc should be final.37
errorParameter request should be final.37
errorLine has trailing spaces.41
errorExpected an @return tag.45
errorLine has trailing spaces.45
errorExpected an @return tag.52
errorLine has trailing spaces.52

javax/servlet/http/HttpSessionEvent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.24
errorLine contains a tab character.25
errorParameter source should be final.25
errorExpected @param tag for 'source'.25
errorLine contains a tab character.26
errorLine contains a tab character.28
errorExpected an @return tag.29
errorLine has trailing spaces.29
errorLine contains a tab character.30

javax/servlet/http/HttpSessionBindingListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.22
errorLine has trailing spaces.23
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine has trailing spaces.55
errorRedundant 'public' modifier.57
errorLine has trailing spaces.58
errorLine has trailing spaces.59
errorLine contains a tab character.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine has trailing spaces.68
errorLine contains a tab character.68
errorRedundant 'public' modifier.73
errorLine has trailing spaces.74
errorLine has trailing spaces.75

javax/servlet/http/HttpServlet.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.39
errorLine has trailing spaces.47
errorLine has trailing spaces.50
errorLine has trailing spaces.59
errorLine has trailing spaces.61
errorLine has trailing spaces.67
errorLine contains a tab character.74
errorLine contains a tab character.75
error'{' should be on the previous line.83
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.93
errorLine has trailing spaces.94
errorMissing a Javadoc comment.95
errorLine contains a tab character.96
errorMissing a Javadoc comment.97
errorLine contains a tab character.98
errorLine has trailing spaces.99
errorLine has trailing spaces.100
errorLine has trailing spaces.101
errorLine has trailing spaces.102
errorLine has trailing spaces.105
errorLine has trailing spaces.109
errorLine has trailing spaces.110
errorLine has trailing spaces.115
errorLine has trailing spaces.123
errorLine has trailing spaces.136
errorLine has trailing spaces.152
errorLine has trailing spaces.155
errorLine has trailing spaces.159
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine has trailing spaces.168
errorLine has trailing spaces.169
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
errorLine contains a tab character.173
errorLine contains a tab character.174
errorLine has trailing spaces.176
errorParameter req should be final.181
errorParameter resp should be final.181
errorLine contains a tab character.182
error'{' should be on the previous line.183
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine has trailing spaces.211
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine contains a tab character.216
errorLine contains a tab character.217
errorLine contains a tab character.218
errorParameter req should be final.222
errorLine contains a tab character.223
errorLine has trailing spaces.230
errorLine contains a tab character.253
errorLine contains a tab character.254
errorLine has trailing spaces.255
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorLine contains a tab character.259
errorLine contains a tab character.261
errorLine contains a tab character.262
errorParameter req should be final.265
errorParameter resp should be final.265
errorLine contains a tab character.266
error'{' should be on the previous line.267
errorLine contains a tab character.268
errorLine has trailing spaces.269
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine contains a tab character.271
errorLine has trailing spaces.273
errorLine has trailing spaces.290
errorLine has trailing spaces.292
errorLine has trailing spaces.293
errorLine has trailing spaces.296
errorLine has trailing spaces.301
errorLine has trailing spaces.304
errorLine has trailing spaces.307
errorLine has trailing spaces.311
errorLine contains a tab character.318
errorLine contains a tab character.319
errorLine contains a tab character.320
errorLine contains a tab character.322
errorLine contains a tab character.323
errorLine contains a tab character.324
errorLine has trailing spaces.325
errorLine has trailing spaces.326
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine contains a tab character.328
errorLine contains a tab character.330
errorLine contains a tab character.331
errorParameter req should be final.340
errorParameter resp should be final.340
errorLine contains a tab character.341
error'{' should be on the previous line.342
errorLine contains a tab character.343
errorLine contains a tab character.344
errorLine contains a tab character.345
errorLine contains a tab character.346
errorLine contains a tab character.347
errorLine contains a tab character.348
errorLine contains a tab character.349
errorLine has trailing spaces.359
errorLine has trailing spaces.360
errorLine contains a tab character.383
errorLine contains a tab character.384
errorLine contains a tab character.385
errorLine contains a tab character.387
errorLine contains a tab character.388
errorLine contains a tab character.389
errorLine contains a tab character.391
errorLine contains a tab character.392
errorLine contains a tab character.393
errorLine contains a tab character.395
errorLine contains a tab character.396
errorLine has trailing spaces.399
errorParameter req should be final.400
errorParameter resp should be final.400
errorLine contains a tab character.401
error'{' should be on the previous line.402
errorLine contains a tab character.403
errorLine contains a tab character.404
errorLine contains a tab character.405
errorLine contains a tab character.406
errorLine contains a tab character.407
errorLine contains a tab character.408
errorLine contains a tab character.409
errorLine has trailing spaces.416
errorLine has trailing spaces.422
errorLine contains a tab character.435
errorLine contains a tab character.436
errorLine contains a tab character.437
errorLine contains a tab character.440
errorLine contains a tab character.441
errorLine has trailing spaces.442
errorLine contains a tab character.442
errorLine contains a tab character.445
errorLine contains a tab character.446
errorLine contains a tab character.447
errorLine contains a tab character.449
errorLine contains a tab character.450
errorLine has trailing spaces.453
errorParameter req should be final.454
errorLine contains a tab character.455
errorParameter resp should be final.455
errorLine contains a tab character.456
error'{' should be on the previous line.457
errorLine contains a tab character.458
errorLine contains a tab character.459
errorLine contains a tab character.460
errorLine contains a tab character.461
errorLine contains a tab character.462
errorLine contains a tab character.463
errorLine contains a tab character.464
errorLine has trailing spaces.466
errorMissing a Javadoc comment.468
errorParameter c should be final.468
errorLine has trailing spaces.476
errorLine contains a tab character.476
errorLine contains a tab character.480
errorLine contains a tab character.482
errorLine contains a tab character.485
errorLine contains a tab character.486
errorLine contains a tab character.488
errorLine has trailing spaces.496
errorLine has trailing spaces.505
errorLine contains a tab character.508
errorLine contains a tab character.509
errorLine contains a tab character.510
errorLine contains a tab character.513
errorLine contains a tab character.514
errorLine has trailing spaces.515
errorLine contains a tab character.515
errorLine contains a tab character.518
errorLine contains a tab character.519
errorLine contains a tab character.520
errorLine contains a tab character.522
errorLine contains a tab character.523
errorLine has trailing spaces.526
errorParameter req should be final.527
errorParameter resp should be final.527
errorLine contains a tab character.528
error'{' should be on the previous line.529
errorLine contains a tab character.530
errorLine has trailing spaces.531
errorLine contains a tab character.531
errorLine contains a tab character.532
errorName 'ALLOW_GET' must match pattern '^[a-z][a-zA-Z0-9]*$'.532
errorLine contains a tab character.533
errorName 'ALLOW_HEAD' must match pattern '^[a-z][a-zA-Z0-9]*$'.533
errorLine contains a tab character.534
errorName 'ALLOW_POST' must match pattern '^[a-z][a-zA-Z0-9]*$'.534
errorLine contains a tab character.535
errorName 'ALLOW_PUT' must match pattern '^[a-z][a-zA-Z0-9]*$'.535
errorLine contains a tab character.536
errorName 'ALLOW_DELETE' must match pattern '^[a-z][a-zA-Z0-9]*$'.536
errorLine contains a tab character.537
errorName 'ALLOW_TRACE' must match pattern '^[a-z][a-zA-Z0-9]*$'.537
errorLine contains a tab character.538
errorName 'ALLOW_OPTIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'.538
errorLine has trailing spaces.539
errorLine contains a tab character.539
errorLine contains a tab character.540
error'=' is not preceded with whitespace.540
error'=' is not followed by whitespace.540
error'<' is not preceded with whitespace.540
error'<' is not followed by whitespace.540
errorLine contains a tab character.541
errorLine has trailing spaces.542
errorLine contains a tab character.542
errorLine contains a tab character.543
errorLine contains a tab character.544
errorLine contains a tab character.545
errorLine contains a tab character.546
error'if' construct must use '{}'s.547
errorLine has trailing spaces.547
errorLine contains a tab character.547
errorLine contains a tab character.548
error'if' construct must use '{}'s.549
errorLine contains a tab character.549
errorLine contains a tab character.550
error'if' construct must use '{}'s.551
errorLine contains a tab character.551
errorLine contains a tab character.552
errorLine has trailing spaces.553
errorLine contains a tab character.553
errorLine contains a tab character.554
errorLine has trailing spaces.555
errorLine contains a tab character.555
errorLine contains a tab character.556
error'if' construct must use '{}'s.557
errorLine contains a tab character.557
error'if' construct must use '{}'s.558
errorLine contains a tab character.558
error'==' is not preceded with whitespace.558
error'==' is not followed by whitespace.558
error'=' is not preceded with whitespace.558
error'=' is not followed by whitespace.558
error'if' construct must use '{}'s.559
errorLine contains a tab character.559
error'if' construct must use '{}'s.560
errorLine contains a tab character.560
error'==' is not preceded with whitespace.560
error'==' is not followed by whitespace.560
error'=' is not preceded with whitespace.560
error'=' is not followed by whitespace.560
error'else' construct must use '{}'s.561
errorLine contains a tab character.561
error'if' construct must use '{}'s.562
errorLine contains a tab character.562
error'if' construct must use '{}'s.563
errorLine contains a tab character.563
error'==' is not preceded with whitespace.563
error'==' is not followed by whitespace.563
error'=' is not preceded with whitespace.563
error'=' is not followed by whitespace.563
error'else' construct must use '{}'s.564
errorLine contains a tab character.564
error'if' construct must use '{}'s.565
errorLine contains a tab character.565
error'if' construct must use '{}'s.566
errorLine contains a tab character.566
error'==' is not preceded with whitespace.566
error'==' is not followed by whitespace.566
error'=' is not preceded with whitespace.566
error'=' is not followed by whitespace.566
error'else' construct must use '{}'s.567
errorLine contains a tab character.567
error'if' construct must use '{}'s.568
errorLine contains a tab character.568
error'if' construct must use '{}'s.569
errorLine contains a tab character.569
error'==' is not preceded with whitespace.569
error'==' is not followed by whitespace.569
error'=' is not preceded with whitespace.569
error'=' is not followed by whitespace.569
error'else' construct must use '{}'s.570
errorLine contains a tab character.570
error'if' construct must use '{}'s.571
errorLine contains a tab character.571
error'if' construct must use '{}'s.572
errorLine contains a tab character.572
error'==' is not preceded with whitespace.572
error'==' is not followed by whitespace.572
error'=' is not preceded with whitespace.572
error'=' is not followed by whitespace.572
error'else' construct must use '{}'s.573
errorLine contains a tab character.573
error'if' construct must use '{}'s.574
errorLine contains a tab character.574
error'if' construct must use '{}'s.575
errorLine contains a tab character.575
error'==' is not preceded with whitespace.575
error'==' is not followed by whitespace.575
error'=' is not preceded with whitespace.575
error'=' is not followed by whitespace.575
error'else' construct must use '{}'s.576
errorLine contains a tab character.576
errorLine has trailing spaces.577
errorLine contains a tab character.577
errorLine contains a tab character.578
errorLine has trailing spaces.580
errorLine has trailing spaces.581
errorLine has trailing spaces.582
errorLine has trailing spaces.583
errorLine has trailing spaces.590
errorLine contains a tab character.594
errorLine contains a tab character.595
errorLine contains a tab character.596
errorLine contains a tab character.599
errorLine contains a tab character.600
errorLine has trailing spaces.601
errorLine contains a tab character.601
errorLine contains a tab character.604
errorLine contains a tab character.605
errorLine contains a tab character.606
errorLine contains a tab character.608
errorLine contains a tab character.609
errorLine has trailing spaces.613
errorParameter req should be final.613
errorParameter resp should be final.613
errorLine contains a tab character.614
error'{' should be on the previous line.615
errorLine has trailing spaces.616
errorLine contains a tab character.616
errorLine contains a tab character.617
errorLine has trailing spaces.618
errorLine contains a tab character.618
errorLine contains a tab character.619
errorName 'CRLF' must match pattern '^[a-z][a-zA-Z0-9]*$'.619
errorLine contains a tab character.620
error'+' is not preceded with whitespace.620
error'+' is not preceded with whitespace.620
error'+' should be on a new line.620
errorLine contains a tab character.621
errorLine has trailing spaces.622
errorLine contains a tab character.622
errorLine contains a tab character.623
errorLine has trailing spaces.624
errorLine contains a tab character.624
errorLine contains a tab character.625
error'while' is not followed by whitespace.625
error'(' is followed by whitespace.625
error')' is preceded with whitespace.625
errorLine contains a tab character.626
error'cast' is not followed by whitespace.626
errorLine contains a tab character.627
error'+' should be on a new line.627
errorLine has trailing spaces.628
errorLine contains a tab character.628
errorLine contains a tab character.629
errorLine has trailing spaces.630
errorLine contains a tab character.630
errorLine contains a tab character.631
errorLine has trailing spaces.632
errorLine contains a tab character.632
errorLine contains a tab character.633
errorLine has trailing spaces.634
errorLine contains a tab character.634
errorLine contains a tab character.635
errorLine contains a tab character.636
errorLine contains a tab character.637
errorLine has trailing spaces.638
errorLine contains a tab character.638
errorLine contains a tab character.639
errorLine contains a tab character.640
errorLine has trailing spaces.641
errorLine contains a tab character.641
errorLine has trailing spaces.651
errorLine has trailing spaces.652
errorLine contains a tab character.658
errorLine contains a tab character.659
errorLine contains a tab character.660
errorLine contains a tab character.663
errorLine contains a tab character.664
errorLine has trailing spaces.665
errorLine contains a tab character.665
errorLine contains a tab character.668
errorLine contains a tab character.669
errorLine contains a tab character.670
errorLine contains a tab character.672
errorLine contains a tab character.673
errorLine has trailing spaces.674
errorLine contains a tab character.675
errorParameter req should be final.679
errorParameter resp should be final.679
errorLine contains a tab character.680
error'{' should be on the previous line.681
errorLine contains a tab character.682
errorLine contains a tab character.684
errorLine contains a tab character.685
errorLine contains a tab character.686
errorLine contains a tab character.687
errorLine contains a tab character.688
errorLine contains a tab character.689
errorLine contains a tab character.690
errorLine contains a tab character.691
errorLine contains a tab character.692
error'1000' is a magic number.692
error'1000' is a magic number.692
errorLine contains a tab character.693
errorLine contains a tab character.696
errorLine contains a tab character.697
errorLine contains a tab character.698
errorLine contains a tab character.699
errorLine contains a tab character.700
errorLine contains a tab character.701
errorLine contains a tab character.703
errorLine contains a tab character.704
errorLine contains a tab character.705
errorLine contains a tab character.706
errorLine contains a tab character.708
errorLine contains a tab character.709
errorLine has trailing spaces.710
errorLine contains a tab character.710
errorLine contains a tab character.711
errorLine has trailing spaces.712
errorLine contains a tab character.712
errorLine has trailing spaces.713
errorLine contains a tab character.713
errorLine contains a tab character.714
errorLine contains a tab character.715
errorLine has trailing spaces.716
errorLine contains a tab character.716
errorLine contains a tab character.717
errorLine contains a tab character.718
error',' is not followed by whitespace.718
errorLine has trailing spaces.719
errorLine contains a tab character.719
errorLine contains a tab character.720
errorLine contains a tab character.721
error',' is not followed by whitespace.721
errorLine has trailing spaces.722
errorLine contains a tab character.722
errorLine contains a tab character.723
errorLine contains a tab character.724
errorLine contains a tab character.725
errorLine contains a tab character.726
errorLine contains a tab character.727
errorLine contains a tab character.729
errorLine contains a tab character.730
errorLine contains a tab character.731
errorLine contains a tab character.732
errorLine has trailing spaces.733
errorLine contains a tab character.733
errorLine contains a tab character.734
errorLine contains a tab character.735
errorLine has trailing spaces.737
errorMissing a Javadoc comment.750
errorParameter resp should be final.750
errorLine contains a tab character.751
errorParameter lastModified should be final.751
error'if' construct must use '{}'s.752
errorLine contains a tab character.752
errorLine contains a tab character.753
error'if' construct must use '{}'s.754
errorLine contains a tab character.754
errorLine contains a tab character.755
errorLine has trailing spaces.757
errorLine has trailing spaces.758
errorLine has trailing spaces.759
errorLine has trailing spaces.760
errorLine has trailing spaces.767
errorLine contains a tab character.768
errorLine contains a tab character.769
errorLine contains a tab character.770
errorLine contains a tab character.773
errorLine contains a tab character.774
errorLine has trailing spaces.775
errorLine contains a tab character.775
errorLine contains a tab character.778
errorLine contains a tab character.779
errorLine contains a tab character.780
errorLine contains a tab character.782
errorLine contains a tab character.783
errorLine has trailing spaces.785
errorParameter req should be final.790
errorParameter res should be final.790
errorLine contains a tab character.791
error'{' should be on the previous line.792
errorLine contains a tab character.793
errorLine contains a tab character.794
errorLine has trailing spaces.795
errorLine contains a tab character.795
errorLine contains a tab character.796
errorLine contains a tab character.797
errorLine contains a tab character.798
errorLine contains a tab character.799
errorLine contains a tab character.800
errorLine contains a tab character.801
errorLine contains a tab character.802
errorMissing a Javadoc comment.816
errorMissing a Javadoc comment.817
errorLine contains a tab character.817
errorMissing a Javadoc comment.818
errorLine contains a tab character.818
errorMissing a Javadoc comment.819
errorLine contains a tab character.819
errorMissing a Javadoc comment.820
errorLine contains a tab character.820
errorMissing a Javadoc comment.823
errorParameter r should be final.823
errorLine contains a tab character.824
errorLine contains a tab character.825
errorMissing a Javadoc comment.829
error'if' construct must use '{}'s.830
errorLine contains a tab character.830
errorLine contains a tab character.831
errorMissing a Javadoc comment.837
errorParameter len should be final.837
errorLine contains a tab character.838
errorLine contains a tab character.839
errorMissing a Javadoc comment.842
errorParameter charset should be final.842
error'{' should be on the previous line.843
errorMissing a Javadoc comment.845
errorParameter type should be final.845
error'{' should be on the previous line.846
errorMissing a Javadoc comment.848
error'{' should be on the previous line.849
errorMissing a Javadoc comment.851
error'{' should be on the previous line.852
errorMissing a Javadoc comment.854
errorLine contains a tab character.855
error'{' should be on the previous line.855
errorMissing a Javadoc comment.857
error'{' should be on the previous line.858
errorLine contains a tab character.859
errorLine contains a tab character.860
errorLine contains a tab character.862
errorLine contains a tab character.863
errorLine contains a tab character.864
errorLine contains a tab character.865
errorMissing a Javadoc comment.868
errorParameter size should be final.868
errorRedundant throws: 'IllegalStateException' is unchecked exception.868
error'{' should be on the previous line.869
errorMissing a Javadoc comment.871
error'{' should be on the previous line.872
errorMissing a Javadoc comment.874
errorRedundant throws: 'IllegalStateException' is unchecked exception.874
error'{' should be on the previous line.875
errorLine has trailing spaces.876
errorMissing a Javadoc comment.877
errorRedundant throws: 'IllegalStateException' is unchecked exception.877
error'{' should be on the previous line.878
errorMissing a Javadoc comment.880
error'{' should be on the previous line.881
errorMissing a Javadoc comment.883
error'{' should be on the previous line.884
errorMissing a Javadoc comment.886
errorParameter loc should be final.886
error'{' should be on the previous line.887
errorMissing a Javadoc comment.889
error'{' should be on the previous line.890
errorMissing a Javadoc comment.895
errorParameter cookie should be final.895
error'{' should be on the previous line.896
errorMissing a Javadoc comment.898
errorParameter name should be final.898
error'{' should be on the previous line.899
errorParameter sc should be final.902
errorExpected @param tag for 'sc'.902
errorParameter sm should be final.902
errorExpected @param tag for 'sm'.902
error'{' should be on the previous line.903
errorMissing a Javadoc comment.905
errorParameter sc should be final.905
error'{' should be on the previous line.906
errorMissing a Javadoc comment.908
errorParameter name should be final.908
errorParameter value should be final.908
error'{' should be on the previous line.909
errorMissing a Javadoc comment.911
errorParameter name should be final.911
errorParameter value should be final.911
error'{' should be on the previous line.912
errorMissing a Javadoc comment.914
errorParameter name should be final.914
errorParameter date should be final.914
error'{' should be on the previous line.915
errorMissing a Javadoc comment.917
errorParameter sc should be final.917
errorParameter msg should be final.917
error'{' should be on the previous line.918
errorMissing a Javadoc comment.920
errorParameter sc should be final.920
error'{' should be on the previous line.921
errorMissing a Javadoc comment.923
errorParameter location should be final.923
error'{' should be on the previous line.924
errorLine has trailing spaces.925
errorLine has trailing spaces.926
errorMissing a Javadoc comment.926
errorParameter url should be final.926
error'{' should be on the previous line.927
errorMissing a Javadoc comment.929
errorParameter url should be final.929
error'{' should be on the previous line.930
errorLine has trailing spaces.931
errorMissing a Javadoc comment.932
errorParameter name should be final.932
errorParameter value should be final.932
error'{' should be on the previous line.933
errorLine has trailing spaces.934
errorMissing a Javadoc comment.935
errorParameter name should be final.935
errorParameter value should be final.935
error'{' should be on the previous line.936
errorLine has trailing spaces.937
errorMissing a Javadoc comment.938
errorParameter name should be final.938
errorParameter value should be final.938
error'{' should be on the previous line.939
errorLine has trailing spaces.940
errorLine has trailing spaces.941
errorLine has trailing spaces.942
errorLine contains a tab character.945
errorLine contains a tab character.946
errorLine has trailing spaces.949
errorLine has trailing spaces.950
errorExpected an @return tag.951
errorLine has trailing spaces.951
errorParameter url should be final.951
errorExpected @param tag for 'url'.951
error'{' should be on the previous line.952
errorLine has trailing spaces.953
errorLine has trailing spaces.954
errorLine has trailing spaces.955
errorLine has trailing spaces.956
errorLine has trailing spaces.957
errorLine has trailing spaces.958
errorLine has trailing spaces.959
errorLine contains a tab character.962
errorLine contains a tab character.963
errorLine has trailing spaces.966
errorLine has trailing spaces.967
errorExpected an @return tag.968
errorParameter url should be final.968
errorExpected @param tag for 'url'.968
error'{' should be on the previous line.969
errorLine has trailing spaces.982
errorMissing a Javadoc comment.984
errorMissing a Javadoc comment.986
errorLine contains a tab character.987
errorMissing a Javadoc comment.988
errorLine contains a tab character.989
errorMissing a Javadoc comment.991
errorLine contains a tab character.991
errorMissing a Javadoc comment.994
error'{' is not followed by whitespace.994
error'}' is not preceded with whitespace.994
errorMissing a Javadoc comment.997
errorLine contains a tab character.998
errorMissing a Javadoc comment.1001
errorParameter b should be final.1001
errorLine contains a tab character.1002
errorMissing a Javadoc comment.1005
errorParameter buf should be final.1005
errorArray brackets at illegal position.1005
errorParameter offset should be final.1005
errorParameter len should be final.1005
errorLine contains a tab character.1006
error'{' should be on the previous line.1007
errorLine contains a tab character.1008
errorLine contains a tab character.1009
errorLine contains a tab character.1010
errorLine contains a tab character.1011
errorLine contains a tab character.1012
errorLine has trailing spaces.1013
errorLine contains a tab character.1013
errorLine contains a tab character.1014
errorLine contains a tab character.1015
errorLine contains a tab character.1016

javax/servlet/ServletContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.26
errorLine has trailing spaces.34
errorLine has trailing spaces.38
errorLine has trailing spaces.40
errorLine has trailing spaces.43
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine has trailing spaces.59
errorLine has trailing spaces.65
errorLine has trailing spaces.68
errorLine has trailing spaces.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79
errorRedundant 'public' modifier.83
errorLine has trailing spaces.84
errorMissing a Javadoc comment.86
errorRedundant 'public' modifier.86
errorLine contains a tab character.95
errorLine has trailing spaces.98
errorRedundant 'public' modifier.99
errorLine has trailing spaces.100
errorLine has trailing spaces.101
errorLine contains a tab character.109
errorRedundant 'public' modifier.113
errorLine has trailing spaces.114
errorLine has trailing spaces.115
errorLine has trailing spaces.118
errorLine contains a tab character.126
errorLine contains a tab character.128
errorRedundant 'public' modifier.132
errorLine has trailing spaces.133
errorLine has trailing spaces.136
errorLine is longer than 120 characters.136
errorLine has trailing spaces.137
errorLine has trailing spaces.151
errorLine contains a tab character.151
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.157
errorLine has trailing spaces.161
errorRedundant 'public' modifier.162
errorLine has trailing spaces.163
errorLine has trailing spaces.164
errorLine has trailing spaces.171
errorLine has trailing spaces.172
errorLine has trailing spaces.174
errorLine has trailing spaces.186
errorLine has trailing spaces.188
errorLine has trailing spaces.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.199
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine has trailing spaces.203
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine has trailing spaces.207
errorRedundant 'public' modifier.208
errorLine has trailing spaces.209
errorLine has trailing spaces.210
errorLine has trailing spaces.216
errorLine has trailing spaces.220
errorLine has trailing spaces.221
errorLine has trailing spaces.230
errorLine has trailing spaces.232
errorLine has trailing spaces.235
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine has trailing spaces.240
errorLine contains a tab character.240
errorLine contains a tab character.241
errorLine has trailing spaces.242
errorLine contains a tab character.242
errorRedundant 'public' modifier.247
errorLine has trailing spaces.248
errorLine has trailing spaces.253
errorLine has trailing spaces.256
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine has trailing spaces.271
errorLine contains a tab character.271
errorLine contains a tab character.272
errorLine contains a tab character.273
errorLine contains a tab character.275
errorLine contains a tab character.276
errorRedundant 'public' modifier.280
errorLine has trailing spaces.288
errorLine has trailing spaces.290
errorLine has trailing spaces.293
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.300
errorLine contains a tab character.301
errorLine contains a tab character.302
errorLine contains a tab character.303
errorLine contains a tab character.305
errorLine contains a tab character.306
errorLine contains a tab character.307
errorRedundant 'public' modifier.311
errorLine has trailing spaces.312
errorLine has trailing spaces.313
errorLine has trailing spaces.314
errorLine has trailing spaces.315
errorLine contains a tab character.318
errorLine has trailing spaces.321
errorLine has trailing spaces.322
errorLine has trailing spaces.323
errorLine has trailing spaces.326
errorExpected an @return tag.332
errorRedundant 'public' modifier.332
errorExpected @param tag for 'name'.332
errorExpected @throws tag for 'ServletException'.332
errorLine has trailing spaces.333
errorLine has trailing spaces.334
errorLine has trailing spaces.335
errorLine has trailing spaces.336
errorLine has trailing spaces.337
errorLine contains a tab character.341
errorLine has trailing spaces.351
errorExpected an @return tag.352
errorRedundant 'public' modifier.352
errorLine has trailing spaces.353
errorLine has trailing spaces.354
errorLine has trailing spaces.355
errorLine has trailing spaces.356
errorLine has trailing spaces.357
errorLine contains a tab character.360
errorLine has trailing spaces.362
errorLine has trailing spaces.365
errorLine has trailing spaces.366
errorLine has trailing spaces.370
errorExpected an @return tag.371
errorRedundant 'public' modifier.371
errorLine has trailing spaces.372
errorLine has trailing spaces.373
errorLine has trailing spaces.374
errorLine has trailing spaces.375
errorLine has trailing spaces.376
errorLine has trailing spaces.380
errorLine has trailing spaces.384
errorLine contains a tab character.384
errorLine contains a tab character.385
errorLine has trailing spaces.388
errorRedundant 'public' modifier.389
errorLine has trailing spaces.390
errorLine has trailing spaces.391
errorLine has trailing spaces.392
errorLine has trailing spaces.393
errorLine contains a tab character.396
errorLine has trailing spaces.397
errorLine contains a tab character.397
errorLine contains a tab character.398
errorLine has trailing spaces.400
errorRedundant 'public' modifier.406
errorExpected @param tag for 'exception'.406
errorExpected @param tag for 'msg'.406
errorLine has trailing spaces.407
errorLine has trailing spaces.408
errorLine has trailing spaces.409
errorLine has trailing spaces.410
errorLine has trailing spaces.415
errorLine has trailing spaces.419
errorLine contains a tab character.419
errorLine contains a tab character.420
errorLine has trailing spaces.422
errorLine contains a tab character.422
errorLine contains a tab character.423
errorLine has trailing spaces.426
errorRedundant 'public' modifier.427
errorLine has trailing spaces.428
errorLine has trailing spaces.429
errorLine has trailing spaces.430
errorLine has trailing spaces.431
errorLine has trailing spaces.432
errorLine has trailing spaces.434
errorLine contains a tab character.449
errorLine contains a tab character.452
errorLine has trailing spaces.454
errorLine contains a tab character.454
errorRedundant 'public' modifier.458
errorLine has trailing spaces.459
errorLine has trailing spaces.460
errorLine has trailing spaces.465
errorLine has trailing spaces.467
errorLine has trailing spaces.472
errorLine has trailing spaces.477
errorLine contains a tab character.477
errorLine contains a tab character.478
errorRedundant 'public' modifier.482
errorLine has trailing spaces.483
errorLine has trailing spaces.484
errorLine has trailing spaces.489
errorLine has trailing spaces.493
errorLine has trailing spaces.494
errorLine contains a tab character.497
errorLine has trailing spaces.499
errorLine has trailing spaces.500
errorLine contains a tab character.500
errorLine contains a tab character.501
errorRedundant 'public' modifier.506
errorLine has trailing spaces.507
errorLine has trailing spaces.508
errorLine has trailing spaces.517
errorLine contains a tab character.517
errorRedundant 'public' modifier.524
errorLine has trailing spaces.525
errorLine has trailing spaces.526
errorLine has trailing spaces.529
errorLine has trailing spaces.546
errorLine contains a tab character.546
errorLine contains a tab character.547
errorLine has trailing spaces.549
errorLine contains a tab character.549
errorLine contains a tab character.550
errorLine contains a tab character.551
errorLine contains a tab character.552
errorLine contains a tab character.554
errorLine has trailing spaces.557
errorRedundant 'public' modifier.558
errorLine has trailing spaces.559
errorLine has trailing spaces.560
errorLine has trailing spaces.561
errorLine has trailing spaces.564
errorLine has trailing spaces.570
errorLine contains a tab character.570
errorLine contains a tab character.571
errorLine contains a tab character.573
errorRedundant 'public' modifier.577
errorLine has trailing spaces.578
errorLine has trailing spaces.579
errorLine has trailing spaces.580
errorLine has trailing spaces.581
errorLine has trailing spaces.587
errorLine has trailing spaces.590
errorLine has trailing spaces.592
errorLine has trailing spaces.599
errorLine contains a tab character.599
errorLine contains a tab character.600
errorLine contains a tab character.602
errorLine contains a tab character.603
errorLine has trailing spaces.608
errorRedundant 'public' modifier.609
errorLine has trailing spaces.610
errorLine has trailing spaces.611
errorLine has trailing spaces.616
errorLine has trailing spaces.621
errorLine has trailing spaces.626
errorLine contains a tab character.626
errorLine contains a tab character.627
errorRedundant 'public' modifier.631
errorLine has trailing spaces.632
errorLine contains a tab character.638
errorLine has trailing spaces.641
errorRedundant 'public' modifier.642

javax/servlet/ServletRequestAttributeListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.37
errorExpected @param tag for 'srae'.37
errorRedundant 'public' modifier.42
errorExpected @param tag for 'srae'.42
errorRedundant 'public' modifier.47
errorExpected @param tag for 'srae'.47

javax/servlet/ServletRequestListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.35
error'(' is followed by whitespace.35
errorExpected @param tag for 'sre'.35
error')' is preceded with whitespace.35
errorRedundant 'public' modifier.38
error'(' is followed by whitespace.38
errorExpected @param tag for 'sre'.38
error')' is preceded with whitespace.38

javax/servlet/Filter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.20
errorLine contains a tab character.20
errorLine is longer than 120 characters.21
errorLine contains a tab character.21
errorLine has trailing spaces.23
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.51
errorLine has trailing spaces.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorRedundant 'public' modifier.55
errorExpected @param tag for 'filterConfig'.55
errorExpected @throws tag for 'ServletException'.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine has trailing spaces.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.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.69
errorLine has trailing spaces.70
errorLine is longer than 120 characters.70
errorLine contains a tab character.70
errorLine is longer than 120 characters.71
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine is longer than 120 characters.74
errorRedundant 'public' modifier.74
error'(' is followed by whitespace.74
errorExpected @param tag for 'request'.74
errorExpected @param tag for 'response'.74
errorExpected @param tag for 'chain'.74
error')' is preceded with whitespace.74
errorExpected @throws tag for 'IOException'.74
errorExpected @throws tag for 'ServletException'.74
errorLine contains a tab character.76
errorLine has trailing spaces.77
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine has trailing spaces.81
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.87
errorRedundant 'public' modifier.87

javax/servlet/ServletRequestAttributeEvent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.19
errorLine has trailing spaces.20
errorLine contains a tab character.23
errorLine has trailing spaces.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorParameter sc should be final.39
errorParameter request should be final.39
errorParameter name should be final.39
errorParameter value should be final.39
errorLine contains a tab character.48
errorLine has trailing spaces.55
errorLine has trailing spaces.56
errorLine has trailing spaces.57
errorLine has trailing spaces.58
errorLine contains a tab character.61
errorLine has trailing spaces.64

javax/servlet/http/HttpServletRequest.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.25
errorLine has trailing spaces.27
errorLine contains a tab character.32
errorLine contains a tab character.33
errorRedundant 'public' modifier.43
errorRedundant 'public' modifier.47
errorRedundant 'public' modifier.51
errorRedundant 'public' modifier.55
errorLine has trailing spaces.59
errorLine has trailing spaces.60
errorLine has trailing spaces.62
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine has trailing spaces.72
errorLine contains a tab character.72
errorLine has trailing spaces.73
errorLine contains a tab character.73
errorLine has trailing spaces.76
errorRedundant 'public' modifier.77
errorLine has trailing spaces.78
errorLine has trailing spaces.79
errorLine has trailing spaces.80
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorRedundant 'public' modifier.95
errorLine has trailing spaces.96
errorLine has trailing spaces.97
errorLine has trailing spaces.98
errorLine has trailing spaces.103
errorLine has trailing spaces.106
errorLine contains a tab character.117
errorLine contains a tab character.118
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 contains a tab character.127
errorUnused @throws tag for 'IllegalArgumentException'.129
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorRedundant 'public' modifier.135
errorLine has trailing spaces.136
errorLine has trailing spaces.137
errorLine has trailing spaces.138
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine has trailing spaces.159
errorLine contains a tab character.159
errorLine has trailing spaces.161
errorRedundant 'public' modifier.161
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine has trailing spaces.188
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine has trailing spaces.192
errorLine contains a tab character.192
errorLine has trailing spaces.194
errorRedundant 'public' modifier.194
errorLine has trailing spaces.195
errorLine has trailing spaces.196
errorLine has trailing spaces.197
errorLine has trailing spaces.198
errorLine contains a tab character.210
errorLine contains a tab character.211
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.216
errorLine has trailing spaces.217
errorLine contains a tab character.217
errorRedundant 'public' modifier.221
errorLine has trailing spaces.222
errorLine has trailing spaces.223
errorLine has trailing spaces.224
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine has trailing spaces.239
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine contains a tab character.241
errorLine contains a tab character.242
errorUnused @throws tag for 'NumberFormatException'.244
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine contains a tab character.246
errorRedundant 'public' modifier.249
errorLine has trailing spaces.250
errorLine has trailing spaces.251
errorLine has trailing spaces.252
errorLine has trailing spaces.256
errorLine has trailing spaces.260
errorLine contains a tab character.260
errorLine contains a tab character.261
errorLine contains a tab character.262
errorLine contains a tab character.263
errorLine has trailing spaces.266
errorRedundant 'public' modifier.267
errorLine has trailing spaces.268
errorLine has trailing spaces.269
errorLine has trailing spaces.270
errorLine contains a tab character.286
errorLine has trailing spaces.287
errorLine contains a tab character.287
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine contains a tab character.290
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine has trailing spaces.295
errorRedundant 'public' modifier.296
errorLine has trailing spaces.297
errorLine has trailing spaces.299
errorLine contains a tab character.315
errorLine contains a tab character.316
errorLine contains a tab character.317
errorLine contains a tab character.318
errorRedundant 'public' modifier.323
errorLine has trailing spaces.324
errorLine has trailing spaces.326
errorLine contains a tab character.337
errorLine contains a tab character.338
errorLine contains a tab character.339
errorRedundant 'public' modifier.344
errorLine has trailing spaces.345
errorLine has trailing spaces.346
errorLine has trailing spaces.347
errorLine has trailing spaces.354
errorLine contains a tab character.356
errorLine has trailing spaces.357
errorLine contains a tab character.357
errorLine contains a tab character.358
errorLine contains a tab character.359
errorRedundant 'public' modifier.363
errorLine has trailing spaces.364
errorLine has trailing spaces.365
errorLine has trailing spaces.366
errorLine has trailing spaces.371
errorLine has trailing spaces.374
errorLine contains a tab character.377
errorLine contains a tab character.378
errorLine contains a tab character.379
errorRedundant 'public' modifier.383
errorLine has trailing spaces.384
errorLine has trailing spaces.385
errorLine has trailing spaces.386
errorLine contains a tab character.395
errorLine contains a tab character.396
errorLine contains a tab character.398
errorLine contains a tab character.399
errorLine has trailing spaces.400
errorLine contains a tab character.400
errorLine contains a tab character.401
errorRedundant 'public' modifier.405
errorLine has trailing spaces.406
errorLine has trailing spaces.407
errorLine has trailing spaces.408
errorLine contains a tab character.416
errorLine contains a tab character.417
errorLine has trailing spaces.418
errorLine contains a tab character.418
errorLine contains a tab character.419
errorRedundant 'public' modifier.423
errorLine has trailing spaces.424
errorLine has trailing spaces.425
errorLine has trailing spaces.426
errorLine contains a tab character.437
errorLine contains a tab character.438
errorLine contains a tab character.439
errorLine contains a tab character.441
errorRedundant 'public' modifier.445
errorLine has trailing spaces.446
errorLine has trailing spaces.447
errorLine has trailing spaces.448
errorLine has trailing spaces.449
errorLine has trailing spaces.457
errorLine contains a tab character.471
errorLine has trailing spaces.472
errorLine contains a tab character.472
errorLine contains a tab character.473
errorLine contains a tab character.475
errorRedundant 'public' modifier.479
errorLine has trailing spaces.480
errorLine contains a tab character.495
errorLine contains a tab character.496
errorRedundant 'public' modifier.499
errorLine has trailing spaces.500
errorLine contains a tab character.515
errorLine contains a tab character.516
errorLine contains a tab character.517
errorLine contains a tab character.518
errorLine contains a tab character.519
errorLine contains a tab character.520
errorRedundant 'public' modifier.524
errorLine has trailing spaces.525
errorLine has trailing spaces.526
errorLine has trailing spaces.527
errorLine has trailing spaces.533
errorLine has trailing spaces.541
errorLine contains a tab character.549
errorLine has trailing spaces.550
errorLine contains a tab character.550
errorLine contains a tab character.551
errorLine contains a tab character.552
errorLine has trailing spaces.553
errorLine contains a tab character.553
errorLine has trailing spaces.555
errorLine contains a tab character.555
errorLine contains a tab character.556
errorLine contains a tab character.557
errorLine contains a tab character.558
errorLine contains a tab character.560
errorRedundant 'public' modifier.565
errorLine has trailing spaces.566
errorLine has trailing spaces.567
errorLine has trailing spaces.568
errorLine has trailing spaces.569
errorLine has trailing spaces.575
errorLine contains a tab character.576
errorLine contains a tab character.577
errorLine contains a tab character.579
errorRedundant 'public' modifier.583
errorLine has trailing spaces.584
errorLine has trailing spaces.585
errorLine has trailing spaces.586
errorLine has trailing spaces.587
errorLine has trailing spaces.588
errorLine contains a tab character.594
errorLine contains a tab character.595
errorLine contains a tab character.596
errorLine contains a tab character.597
errorLine contains a tab character.599
errorLine contains a tab character.600
errorLine contains a tab character.601
errorRedundant 'public' modifier.605
errorLine has trailing spaces.606
errorLine has trailing spaces.607
errorLine has trailing spaces.608
errorLine contains a tab character.614
errorLine contains a tab character.615
errorLine contains a tab character.616
errorLine contains a tab character.619
errorLine has trailing spaces.621
errorRedundant 'public' modifier.623
errorLine has trailing spaces.624
errorLine has trailing spaces.625
errorLine has trailing spaces.626
errorLine has trailing spaces.630
errorLine contains a tab character.633
errorLine contains a tab character.634
errorLine contains a tab character.635
errorLine contains a tab character.638
errorLine has trailing spaces.641
errorRedundant 'public' modifier.642
errorLine has trailing spaces.643
errorLine has trailing spaces.644
errorLine has trailing spaces.645
errorLine has trailing spaces.646
errorLine has trailing spaces.647
errorLine contains a tab character.650
errorLine contains a tab character.651
errorLine contains a tab character.652
errorExpected an @return tag.656
errorRedundant 'public' modifier.656
errorLine has trailing spaces.659