Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files |
Infos |
Warnings |
Errors |
15 |
0 |
0 |
1867 |
Files
com/opensourceconnections/msjdbcproxy/CallableStatementProxy.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/opensourceconnections/msjdbcproxy/CallableStatementProxy.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Line is longer than 80 characters. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Line is longer than 80 characters. |
23
|
|
Missing a Javadoc comment. |
23
|
|
Parameter connection should be final. |
23
|
|
Parameter statement should be final. |
23
|
|
Line is longer than 80 characters. |
28
|
|
Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. |
28
|
|
Missing a Javadoc comment. |
28
|
|
Parameter parameterIndex should be final. |
28
|
|
Parameter sqlType should be final. |
28
|
|
Line is longer than 80 characters. |
30
|
|
'cast' is not followed by whitespace. |
30
|
|
Line is longer than 80 characters. |
33
|
|
Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. |
33
|
|
Missing a Javadoc comment. |
33
|
|
Parameter parameterIndex should be final. |
33
|
|
Parameter sqlType should be final. |
33
|
|
Parameter scale should be final. |
33
|
|
Line is longer than 80 characters. |
35
|
|
'cast' is not followed by whitespace. |
35
|
|
Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. |
38
|
|
Missing a Javadoc comment. |
38
|
|
'{' should be on the previous line. |
39
|
|
'cast' is not followed by whitespace. |
40
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
|
Parameter parameterIndex should be final. |
43
|
|
'{' should be on the previous line. |
44
|
|
'cast' is not followed by whitespace. |
45
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
Missing a Javadoc comment. |
48
|
|
Parameter parameterIndex should be final. |
48
|
|
'{' should be on the previous line. |
49
|
|
'cast' is not followed by whitespace. |
50
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
53
|
|
Missing a Javadoc comment. |
53
|
|
Parameter parameterIndex should be final. |
53
|
|
'{' should be on the previous line. |
54
|
|
'cast' is not followed by whitespace. |
55
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Missing a Javadoc comment. |
58
|
|
Parameter parameterIndex should be final. |
58
|
|
'{' should be on the previous line. |
59
|
|
'cast' is not followed by whitespace. |
60
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
63
|
|
Missing a Javadoc comment. |
63
|
|
Parameter parameterIndex should be final. |
63
|
|
'{' should be on the previous line. |
64
|
|
'cast' is not followed by whitespace. |
65
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Missing a Javadoc comment. |
68
|
|
Parameter parameterIndex should be final. |
68
|
|
'{' should be on the previous line. |
69
|
|
'cast' is not followed by whitespace. |
70
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
73
|
|
Missing a Javadoc comment. |
73
|
|
Parameter parameterIndex should be final. |
73
|
|
'{' should be on the previous line. |
74
|
|
'cast' is not followed by whitespace. |
75
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
Missing a Javadoc comment. |
78
|
|
Parameter parameterIndex should be final. |
78
|
|
'{' should be on the previous line. |
79
|
|
'cast' is not followed by whitespace. |
80
|
|
Line is longer than 80 characters. |
83
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
83
|
|
Missing a Javadoc comment. |
83
|
|
Parameter parameterIndex should be final. |
83
|
|
Parameter scale should be final. |
83
|
|
Line is longer than 80 characters. |
85
|
|
'cast' is not followed by whitespace. |
85
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
88
|
|
Missing a Javadoc comment. |
88
|
|
Parameter parameterIndex should be final. |
88
|
|
'{' should be on the previous line. |
89
|
|
'cast' is not followed by whitespace. |
90
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
93
|
|
Missing a Javadoc comment. |
93
|
|
Parameter parameterIndex should be final. |
93
|
|
'{' should be on the previous line. |
94
|
|
'cast' is not followed by whitespace. |
95
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
98
|
|
Missing a Javadoc comment. |
98
|
|
Parameter parameterIndex should be final. |
98
|
|
'{' should be on the previous line. |
99
|
|
'cast' is not followed by whitespace. |
100
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
103
|
|
Missing a Javadoc comment. |
103
|
|
Parameter parameterIndex should be final. |
103
|
|
'{' should be on the previous line. |
104
|
|
'cast' is not followed by whitespace. |
105
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
108
|
|
Missing a Javadoc comment. |
108
|
|
Parameter parameterIndex should be final. |
108
|
|
'{' should be on the previous line. |
109
|
|
'cast' is not followed by whitespace. |
110
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
113
|
|
Missing a Javadoc comment. |
113
|
|
Parameter parameterIndex should be final. |
113
|
|
'{' should be on the previous line. |
114
|
|
'cast' is not followed by whitespace. |
115
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
118
|
|
Missing a Javadoc comment. |
118
|
|
Parameter i should be final. |
118
|
|
Parameter map should be final. |
118
|
|
'{' should be on the previous line. |
119
|
|
'cast' is not followed by whitespace. |
120
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
123
|
|
Missing a Javadoc comment. |
123
|
|
Parameter i should be final. |
123
|
|
'{' should be on the previous line. |
124
|
|
'cast' is not followed by whitespace. |
125
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
128
|
|
Missing a Javadoc comment. |
128
|
|
Parameter i should be final. |
128
|
|
'{' should be on the previous line. |
129
|
|
'cast' is not followed by whitespace. |
130
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
133
|
|
Missing a Javadoc comment. |
133
|
|
Parameter i should be final. |
133
|
|
'{' should be on the previous line. |
134
|
|
'cast' is not followed by whitespace. |
135
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
138
|
|
Missing a Javadoc comment. |
138
|
|
Parameter i should be final. |
138
|
|
'{' should be on the previous line. |
139
|
|
'cast' is not followed by whitespace. |
140
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
143
|
|
Missing a Javadoc comment. |
143
|
|
Parameter parameterIndex should be final. |
143
|
|
Parameter cal should be final. |
143
|
|
'{' should be on the previous line. |
144
|
|
'cast' is not followed by whitespace. |
145
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
148
|
|
Missing a Javadoc comment. |
148
|
|
Parameter parameterIndex should be final. |
148
|
|
Parameter cal should be final. |
148
|
|
'{' should be on the previous line. |
149
|
|
'cast' is not followed by whitespace. |
150
|
|
Line is longer than 80 characters. |
153
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
153
|
|
Missing a Javadoc comment. |
153
|
|
Parameter parameterIndex should be final. |
153
|
|
Parameter cal should be final. |
153
|
|
Line is longer than 80 characters. |
155
|
|
'cast' is not followed by whitespace. |
155
|
|
Line is longer than 80 characters. |
158
|
|
Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. |
158
|
|
Missing a Javadoc comment. |
158
|
|
Parameter paramIndex should be final. |
158
|
|
Parameter sqlType should be final. |
158
|
|
Parameter typeName should be final. |
158
|
|
Line is longer than 80 characters. |
160
|
|
'cast' is not followed by whitespace. |
160
|
|
Line is longer than 80 characters. |
163
|
|
Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. |
163
|
|
Missing a Javadoc comment. |
163
|
|
Parameter parameterName should be final. |
163
|
|
Parameter sqlType should be final. |
163
|
|
Line is longer than 80 characters. |
165
|
|
'cast' is not followed by whitespace. |
165
|
|
Line is longer than 80 characters. |
168
|
|
Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. |
168
|
|
Missing a Javadoc comment. |
168
|
|
Parameter parameterName should be final. |
168
|
|
Parameter sqlType should be final. |
168
|
|
Parameter scale should be final. |
168
|
|
Line is longer than 80 characters. |
170
|
|
'cast' is not followed by whitespace. |
170
|
|
Line is longer than 80 characters. |
173
|
|
Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. |
173
|
|
Missing a Javadoc comment. |
173
|
|
Parameter parameterName should be final. |
173
|
|
Parameter sqlType should be final. |
173
|
|
Parameter typeName should be final. |
173
|
|
Line is longer than 80 characters. |
175
|
|
'cast' is not followed by whitespace. |
175
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
178
|
|
Missing a Javadoc comment. |
178
|
|
Parameter parameterIndex should be final. |
178
|
|
'{' should be on the previous line. |
179
|
|
'cast' is not followed by whitespace. |
180
|
|
Method 'setURL' is not designed for extension - needs to be abstract, final or empty. |
183
|
|
Missing a Javadoc comment. |
183
|
|
Parameter parameterName should be final. |
183
|
|
Parameter val should be final. |
183
|
|
'{' should be on the previous line. |
184
|
|
'cast' is not followed by whitespace. |
185
|
|
Method 'setNull' is not designed for extension - needs to be abstract, final or empty. |
188
|
|
Missing a Javadoc comment. |
188
|
|
Parameter parameterName should be final. |
188
|
|
Parameter sqlType should be final. |
188
|
|
'{' should be on the previous line. |
189
|
|
'cast' is not followed by whitespace. |
190
|
|
Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. |
193
|
|
Missing a Javadoc comment. |
193
|
|
Parameter parameterName should be final. |
193
|
|
Parameter x should be final. |
193
|
|
'cast' is not followed by whitespace. |
195
|
|
Method 'setByte' is not designed for extension - needs to be abstract, final or empty. |
198
|
|
Missing a Javadoc comment. |
198
|
|
Parameter parameterName should be final. |
198
|
|
Parameter x should be final. |
198
|
|
'{' should be on the previous line. |
199
|
|
'cast' is not followed by whitespace. |
200
|
|
Method 'setShort' is not designed for extension - needs to be abstract, final or empty. |
203
|
|
Missing a Javadoc comment. |
203
|
|
Parameter parameterName should be final. |
203
|
|
Parameter x should be final. |
203
|
|
'{' should be on the previous line. |
204
|
|
'cast' is not followed by whitespace. |
205
|
|
Method 'setInt' is not designed for extension - needs to be abstract, final or empty. |
208
|
|
Missing a Javadoc comment. |
208
|
|
Parameter parameterName should be final. |
208
|
|
Parameter x should be final. |
208
|
|
'{' should be on the previous line. |
209
|
|
'cast' is not followed by whitespace. |
210
|
|
Method 'setLong' is not designed for extension - needs to be abstract, final or empty. |
213
|
|
Missing a Javadoc comment. |
213
|
|
Parameter parameterName should be final. |
213
|
|
Parameter x should be final. |
213
|
|
'{' should be on the previous line. |
214
|
|
'cast' is not followed by whitespace. |
215
|
|
Method 'setFloat' is not designed for extension - needs to be abstract, final or empty. |
218
|
|
Missing a Javadoc comment. |
218
|
|
Parameter parameterName should be final. |
218
|
|
Parameter x should be final. |
218
|
|
'{' should be on the previous line. |
219
|
|
'cast' is not followed by whitespace. |
220
|
|
Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. |
223
|
|
Missing a Javadoc comment. |
223
|
|
Parameter parameterName should be final. |
223
|
|
Parameter x should be final. |
223
|
|
'{' should be on the previous line. |
224
|
|
'cast' is not followed by whitespace. |
225
|
|
Line is longer than 80 characters. |
228
|
|
Method 'setBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
228
|
|
Missing a Javadoc comment. |
228
|
|
Parameter parameterName should be final. |
228
|
|
Parameter x should be final. |
228
|
|
'cast' is not followed by whitespace. |
230
|
|
Method 'setString' is not designed for extension - needs to be abstract, final or empty. |
233
|
|
Missing a Javadoc comment. |
233
|
|
Parameter parameterName should be final. |
233
|
|
Parameter x should be final. |
233
|
|
'{' should be on the previous line. |
234
|
|
'cast' is not followed by whitespace. |
235
|
|
Method 'setBytes' is not designed for extension - needs to be abstract, final or empty. |
238
|
|
Missing a Javadoc comment. |
238
|
|
Parameter parameterName should be final. |
238
|
|
Parameter x should be final. |
238
|
|
Array brackets at illegal position. |
238
|
|
'{' should be on the previous line. |
239
|
|
'cast' is not followed by whitespace. |
240
|
|
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
243
|
|
Missing a Javadoc comment. |
243
|
|
Parameter parameterName should be final. |
243
|
|
Parameter x should be final. |
243
|
|
'{' should be on the previous line. |
244
|
|
'cast' is not followed by whitespace. |
245
|
|
Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
248
|
|
Missing a Javadoc comment. |
248
|
|
Parameter parameterName should be final. |
248
|
|
Parameter x should be final. |
248
|
|
'{' should be on the previous line. |
249
|
|
'cast' is not followed by whitespace. |
250
|
|
Line is longer than 80 characters. |
253
|
|
Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
253
|
|
Missing a Javadoc comment. |
253
|
|
Parameter parameterName should be final. |
253
|
|
Parameter x should be final. |
253
|
|
'cast' is not followed by whitespace. |
255
|
|
Line is longer than 80 characters. |
258
|
|
Method 'setAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
258
|
|
Missing a Javadoc comment. |
258
|
|
Parameter parameterName should be final. |
258
|
|
Parameter x should be final. |
258
|
|
Parameter length should be final. |
258
|
|
Line is longer than 80 characters. |
260
|
|
'cast' is not followed by whitespace. |
260
|
|
Line is longer than 80 characters. |
263
|
|
Method 'setBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
263
|
|
Missing a Javadoc comment. |
263
|
|
Parameter parameterName should be final. |
263
|
|
Parameter x should be final. |
263
|
|
Parameter length should be final. |
263
|
|
Line is longer than 80 characters. |
265
|
|
'cast' is not followed by whitespace. |
265
|
|
Line is longer than 80 characters. |
268
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
268
|
|
Missing a Javadoc comment. |
268
|
|
Parameter parameterName should be final. |
268
|
|
Parameter x should be final. |
268
|
|
Parameter targetSqlType should be final. |
268
|
|
Parameter scale should be final. |
268
|
|
Line is longer than 80 characters. |
270
|
|
'cast' is not followed by whitespace. |
270
|
|
Line is longer than 80 characters. |
273
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
273
|
|
Missing a Javadoc comment. |
273
|
|
Parameter parameterName should be final. |
273
|
|
Parameter x should be final. |
273
|
|
Parameter targetSqlType should be final. |
273
|
|
Line is longer than 80 characters. |
275
|
|
'cast' is not followed by whitespace. |
275
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
278
|
|
Missing a Javadoc comment. |
278
|
|
Parameter parameterName should be final. |
278
|
|
Parameter x should be final. |
278
|
|
'{' should be on the previous line. |
279
|
|
'cast' is not followed by whitespace. |
280
|
|
Line is longer than 80 characters. |
283
|
|
Method 'setCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
283
|
|
Missing a Javadoc comment. |
283
|
|
Parameter parameterName should be final. |
283
|
|
Parameter reader should be final. |
283
|
|
Parameter length should be final. |
283
|
|
Line is longer than 80 characters. |
285
|
|
'cast' is not followed by whitespace. |
285
|
|
Line is longer than 80 characters. |
288
|
|
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
288
|
|
Missing a Javadoc comment. |
288
|
|
Parameter parameterName should be final. |
288
|
|
Parameter x should be final. |
288
|
|
Parameter cal should be final. |
288
|
|
'cast' is not followed by whitespace. |
290
|
|
Line is longer than 80 characters. |
293
|
|
Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
293
|
|
Missing a Javadoc comment. |
293
|
|
Parameter parameterName should be final. |
293
|
|
Parameter x should be final. |
293
|
|
Parameter cal should be final. |
293
|
|
'cast' is not followed by whitespace. |
295
|
|
Line is longer than 80 characters. |
298
|
|
Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
298
|
|
Missing a Javadoc comment. |
298
|
|
Parameter parameterName should be final. |
298
|
|
Parameter x should be final. |
298
|
|
Parameter cal should be final. |
298
|
|
'cast' is not followed by whitespace. |
300
|
|
Line is longer than 80 characters. |
303
|
|
Method 'setNull' is not designed for extension - needs to be abstract, final or empty. |
303
|
|
Missing a Javadoc comment. |
303
|
|
Parameter parameterName should be final. |
303
|
|
Parameter sqlType should be final. |
303
|
|
Parameter typeName should be final. |
303
|
|
Line is longer than 80 characters. |
305
|
|
'cast' is not followed by whitespace. |
305
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
308
|
|
Missing a Javadoc comment. |
308
|
|
Parameter parameterName should be final. |
308
|
|
'{' should be on the previous line. |
309
|
|
'cast' is not followed by whitespace. |
310
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
313
|
|
Missing a Javadoc comment. |
313
|
|
Parameter parameterName should be final. |
313
|
|
'{' should be on the previous line. |
314
|
|
'cast' is not followed by whitespace. |
315
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
318
|
|
Missing a Javadoc comment. |
318
|
|
Parameter parameterName should be final. |
318
|
|
'{' should be on the previous line. |
319
|
|
'cast' is not followed by whitespace. |
320
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
323
|
|
Missing a Javadoc comment. |
323
|
|
Parameter parameterName should be final. |
323
|
|
'{' should be on the previous line. |
324
|
|
'cast' is not followed by whitespace. |
325
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
328
|
|
Missing a Javadoc comment. |
328
|
|
Parameter parameterName should be final. |
328
|
|
'{' should be on the previous line. |
329
|
|
'cast' is not followed by whitespace. |
330
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
333
|
|
Missing a Javadoc comment. |
333
|
|
Parameter parameterName should be final. |
333
|
|
'{' should be on the previous line. |
334
|
|
'cast' is not followed by whitespace. |
335
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
338
|
|
Missing a Javadoc comment. |
338
|
|
Parameter parameterName should be final. |
338
|
|
'{' should be on the previous line. |
339
|
|
'cast' is not followed by whitespace. |
340
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
343
|
|
Missing a Javadoc comment. |
343
|
|
Parameter parameterName should be final. |
343
|
|
'{' should be on the previous line. |
344
|
|
'cast' is not followed by whitespace. |
345
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
348
|
|
Missing a Javadoc comment. |
348
|
|
Parameter parameterName should be final. |
348
|
|
'{' should be on the previous line. |
349
|
|
'cast' is not followed by whitespace. |
350
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
353
|
|
Missing a Javadoc comment. |
353
|
|
Parameter parameterName should be final. |
353
|
|
'{' should be on the previous line. |
354
|
|
'cast' is not followed by whitespace. |
355
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
358
|
|
Missing a Javadoc comment. |
358
|
|
Parameter parameterName should be final. |
358
|
|
'{' should be on the previous line. |
359
|
|
'cast' is not followed by whitespace. |
360
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
363
|
|
Missing a Javadoc comment. |
363
|
|
Parameter parameterName should be final. |
363
|
|
'{' should be on the previous line. |
364
|
|
'cast' is not followed by whitespace. |
365
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
368
|
|
Missing a Javadoc comment. |
368
|
|
Parameter parameterName should be final. |
368
|
|
'{' should be on the previous line. |
369
|
|
'cast' is not followed by whitespace. |
370
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
373
|
|
Missing a Javadoc comment. |
373
|
|
Parameter parameterName should be final. |
373
|
|
'{' should be on the previous line. |
374
|
|
'cast' is not followed by whitespace. |
375
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
378
|
|
Missing a Javadoc comment. |
378
|
|
Parameter parameterName should be final. |
378
|
|
Parameter map should be final. |
378
|
|
'{' should be on the previous line. |
379
|
|
'cast' is not followed by whitespace. |
380
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
383
|
|
Missing a Javadoc comment. |
383
|
|
Parameter parameterName should be final. |
383
|
|
'{' should be on the previous line. |
384
|
|
'cast' is not followed by whitespace. |
385
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
388
|
|
Missing a Javadoc comment. |
388
|
|
Parameter parameterName should be final. |
388
|
|
'{' should be on the previous line. |
389
|
|
'cast' is not followed by whitespace. |
390
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
393
|
|
Missing a Javadoc comment. |
393
|
|
Parameter parameterName should be final. |
393
|
|
'{' should be on the previous line. |
394
|
|
'cast' is not followed by whitespace. |
395
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
398
|
|
Missing a Javadoc comment. |
398
|
|
Parameter parameterName should be final. |
398
|
|
'{' should be on the previous line. |
399
|
|
'cast' is not followed by whitespace. |
400
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
403
|
|
Missing a Javadoc comment. |
403
|
|
Parameter parameterName should be final. |
403
|
|
Parameter cal should be final. |
403
|
|
'cast' is not followed by whitespace. |
405
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
408
|
|
Missing a Javadoc comment. |
408
|
|
Parameter parameterName should be final. |
408
|
|
Parameter cal should be final. |
408
|
|
'cast' is not followed by whitespace. |
410
|
|
Line is longer than 80 characters. |
413
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
413
|
|
Missing a Javadoc comment. |
413
|
|
Parameter parameterName should be final. |
413
|
|
Parameter cal should be final. |
413
|
|
'cast' is not followed by whitespace. |
415
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
418
|
|
Missing a Javadoc comment. |
418
|
|
Parameter parameterName should be final. |
418
|
|
'{' should be on the previous line. |
419
|
|
'cast' is not followed by whitespace. |
420
|
com/opensourceconnections/msjdbcproxy/ColumnSet.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
27
|
|
'{' should be on the previous line. |
28
|
|
Missing a Javadoc comment. |
29
|
|
Name '_resultSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29
|
|
Missing a Javadoc comment. |
30
|
|
Name '_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
|
Missing a Javadoc comment. |
31
|
|
Name '_null' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
|
Missing a Javadoc comment. |
33
|
|
Parameter resultSet should be final. |
33
|
|
'{' should be on the previous line. |
34
|
|
'for' construct must use '{}'s. |
43
|
|
Line is longer than 80 characters. |
43
|
|
Missing a Javadoc comment. |
46
|
|
Parameter name should be final. |
46
|
|
'{' should be on the previous line. |
47
|
|
'for' construct must use '{}'s. |
48
|
|
'if' construct must use '{}'s. |
49
|
|
Missing a Javadoc comment. |
54
|
|
Parameter index should be final. |
54
|
|
'{' should be on the previous line. |
55
|
|
Missing a Javadoc comment. |
59
|
|
Parameter name should be final. |
59
|
|
'{' should be on the previous line. |
60
|
|
Missing a Javadoc comment. |
64
|
|
'{' should be on the previous line. |
65
|
|
Missing a Javadoc comment. |
69
|
|
Parameter valid should be final. |
69
|
|
'{' should be on the previous line. |
70
|
|
'for' construct must use '{}'s. |
71
|
|
'if' construct must use '{}'s. |
71
|
|
Line is longer than 80 characters. |
71
|
|
Missing a Javadoc comment. |
76
|
|
'{' should be on the previous line. |
77
|
|
Missing a Javadoc comment. |
78
|
|
Name '_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
78
|
|
Missing a Javadoc comment. |
79
|
|
Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
79
|
|
Missing a Javadoc comment. |
80
|
|
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
80
|
|
Missing a Javadoc comment. |
81
|
|
Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
81
|
|
Missing a Javadoc comment. |
83
|
|
Parameter meta should be final. |
83
|
|
Parameter index should be final. |
83
|
|
'{' should be on the previous line. |
84
|
|
Missing a Javadoc comment. |
90
|
|
'{' should be on the previous line. |
91
|
|
Line has trailing spaces. |
99
|
|
'{' is not preceded with whitespace. |
99
|
|
'}' should be on the same line. |
101
|
|
'else' is not followed by whitespace. |
102
|
|
'{' is not preceded with whitespace. |
102
|
|
Line contains a tab character. |
107
|
|
Line has trailing spaces. |
108
|
|
Line contains a tab character. |
108
|
|
'if' construct must use '{}'s. |
119
|
|
Missing a Javadoc comment. |
122
|
|
'{' should be on the previous line. |
123
|
|
'if' construct must use '{}'s. |
124
|
|
'if' construct must use '{}'s. |
126
|
|
'cast' is not followed by whitespace. |
126
|
|
Line is longer than 80 characters. |
128
|
|
Missing a Javadoc comment. |
131
|
|
'{' should be on the previous line. |
132
|
|
'if' construct must use '{}'s. |
133
|
|
'if' construct must use '{}'s. |
135
|
|
Line is longer than 80 characters. |
135
|
|
'cast' is not followed by whitespace. |
135
|
|
'if' construct must use '{}'s. |
136
|
|
Line is longer than 80 characters. |
136
|
|
'cast' is not followed by whitespace. |
136
|
|
Line is longer than 80 characters. |
138
|
|
Missing a Javadoc comment. |
141
|
|
'{' should be on the previous line. |
142
|
|
'if' construct must use '{}'s. |
143
|
|
'if' construct must use '{}'s. |
145
|
|
'cast' is not followed by whitespace. |
145
|
|
Line is longer than 80 characters. |
147
|
|
Missing a Javadoc comment. |
150
|
|
'{' should be on the previous line. |
151
|
|
'if' construct must use '{}'s. |
152
|
|
'if' construct must use '{}'s. |
154
|
|
'cast' is not followed by whitespace. |
154
|
|
Line is longer than 80 characters. |
156
|
|
Missing a Javadoc comment. |
159
|
|
'{' should be on the previous line. |
160
|
|
'if' construct must use '{}'s. |
161
|
|
'if' construct must use '{}'s. |
163
|
|
'cast' is not followed by whitespace. |
163
|
|
Line is longer than 80 characters. |
165
|
|
Missing a Javadoc comment. |
168
|
|
'{' should be on the previous line. |
169
|
|
'if' construct must use '{}'s. |
170
|
|
'if' construct must use '{}'s. |
172
|
|
'cast' is not followed by whitespace. |
172
|
|
Line is longer than 80 characters. |
174
|
|
Missing a Javadoc comment. |
177
|
|
'{' should be on the previous line. |
178
|
|
'if' construct must use '{}'s. |
179
|
|
'if' construct must use '{}'s. |
181
|
|
'cast' is not followed by whitespace. |
181
|
|
Line is longer than 80 characters. |
183
|
|
Missing a Javadoc comment. |
186
|
|
'{' should be on the previous line. |
187
|
|
'if' construct must use '{}'s. |
188
|
|
'if' construct must use '{}'s. |
190
|
|
'cast' is not followed by whitespace. |
190
|
|
Line is longer than 80 characters. |
192
|
|
Missing a Javadoc comment. |
195
|
|
Parameter scale should be final. |
195
|
|
'{' should be on the previous line. |
196
|
|
Line is longer than 80 characters. |
197
|
|
Missing a Javadoc comment. |
200
|
|
'{' should be on the previous line. |
201
|
|
'if' construct must use '{}'s. |
202
|
|
'if' construct must use '{}'s. |
204
|
|
'cast' is not followed by whitespace. |
204
|
|
Line is longer than 80 characters. |
206
|
|
Missing a Javadoc comment. |
209
|
|
'{' should be on the previous line. |
210
|
|
'if' construct must use '{}'s. |
211
|
|
'if' construct must use '{}'s. |
213
|
|
'cast' is not followed by whitespace. |
213
|
|
'cast' is not followed by whitespace. |
216
|
|
'cast' is not followed by whitespace. |
218
|
|
Line is longer than 80 characters. |
221
|
|
Missing a Javadoc comment. |
224
|
|
'{' should be on the previous line. |
225
|
|
'if' construct must use '{}'s. |
226
|
|
'cast' is not followed by whitespace. |
229
|
|
Line has trailing spaces. |
232
|
|
'cast' is not followed by whitespace. |
232
|
|
Line has trailing spaces. |
234
|
|
Line is longer than 80 characters. |
236
|
|
Missing a Javadoc comment. |
239
|
|
Parameter cal should be final. |
239
|
|
'{' should be on the previous line. |
240
|
|
Missing a Javadoc comment. |
244
|
|
'{' should be on the previous line. |
245
|
|
'if' construct must use '{}'s. |
246
|
|
'if' construct must use '{}'s. |
248
|
|
'cast' is not followed by whitespace. |
248
|
|
Line is longer than 80 characters. |
250
|
|
Missing a Javadoc comment. |
253
|
|
Parameter cal should be final. |
253
|
|
'{' should be on the previous line. |
254
|
|
Missing a Javadoc comment. |
258
|
|
'{' should be on the previous line. |
259
|
|
'if' construct must use '{}'s. |
260
|
|
'if' construct must use '{}'s. |
262
|
|
'cast' is not followed by whitespace. |
262
|
|
Line is longer than 80 characters. |
264
|
|
Missing a Javadoc comment. |
267
|
|
Parameter cal should be final. |
267
|
|
'{' should be on the previous line. |
268
|
|
Line is longer than 80 characters. |
269
|
|
Missing a Javadoc comment. |
272
|
|
'{' should be on the previous line. |
273
|
|
'if' construct must use '{}'s. |
274
|
|
'if' construct must use '{}'s. |
276
|
|
'cast' is not followed by whitespace. |
276
|
|
Line is longer than 80 characters. |
278
|
|
Missing a Javadoc comment. |
281
|
|
'{' should be on the previous line. |
282
|
|
'if' construct must use '{}'s. |
283
|
|
Missing a Javadoc comment. |
288
|
|
Parameter map should be final. |
288
|
|
'{' should be on the previous line. |
289
|
|
Missing a Javadoc comment. |
293
|
|
'{' should be on the previous line. |
294
|
|
Missing a Javadoc comment. |
298
|
|
'{' should be on the previous line. |
299
|
|
Line is longer than 80 characters. |
300
|
|
Missing a Javadoc comment. |
303
|
|
'{' should be on the previous line. |
304
|
|
'if' construct must use '{}'s. |
305
|
|
'if' construct must use '{}'s. |
307
|
|
Line is longer than 80 characters. |
307
|
|
'cast' is not followed by whitespace. |
307
|
|
'if' construct must use '{}'s. |
309
|
|
'cast' is not followed by whitespace. |
309
|
|
Line is longer than 80 characters. |
311
|
|
Missing a Javadoc comment. |
314
|
|
'{' should be on the previous line. |
315
|
|
Line is longer than 80 characters. |
316
|
|
Missing a Javadoc comment. |
319
|
|
'{' should be on the previous line. |
320
|
|
Missing a Javadoc comment. |
324
|
|
'{' should be on the previous line. |
325
|
|
'if' construct must use '{}'s. |
326
|
|
'if' construct must use '{}'s. |
328
|
|
'cast' is not followed by whitespace. |
328
|
|
'if' construct must use '{}'s. |
330
|
|
Line is longer than 80 characters. |
330
|
|
'cast' is not followed by whitespace. |
330
|
|
Line is longer than 80 characters. |
332
|
|
Missing a Javadoc comment. |
335
|
|
'{' should be on the previous line. |
336
|
|
Missing a Javadoc comment. |
340
|
|
'{' should be on the previous line. |
341
|
com/opensourceconnections/msjdbcproxy/ConnectionProxy.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/opensourceconnections/msjdbcproxy/ConnectionProxy.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
15
|
|
'{' should be on the previous line. |
16
|
|
Missing a Javadoc comment. |
17
|
|
Name '_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
17
|
|
Variable '_connection' must be private and have accessor methods. |
17
|
|
Missing a Javadoc comment. |
19
|
|
Parameter connection should be final. |
19
|
|
'{' should be on the previous line. |
20
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
'{' should be on the previous line. |
25
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
29
|
|
Missing a Javadoc comment. |
29
|
|
Parameter sql should be final. |
29
|
|
'{' should be on the previous line. |
30
|
|
Line is longer than 80 characters. |
31
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Parameter sql should be final. |
34
|
|
'{' should be on the previous line. |
35
|
|
Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. |
39
|
|
Missing a Javadoc comment. |
39
|
|
Parameter sql should be final. |
39
|
|
'{' should be on the previous line. |
40
|
|
Method 'setAutoCommit' is not designed for extension - needs to be abstract, final or empty. |
44
|
|
Missing a Javadoc comment. |
44
|
|
Parameter autoCommit should be final. |
44
|
|
'{' should be on the previous line. |
45
|
|
Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Missing a Javadoc comment. |
49
|
|
'{' should be on the previous line. |
50
|
|
Method 'commit' is not designed for extension - needs to be abstract, final or empty. |
54
|
|
Missing a Javadoc comment. |
54
|
|
'{' should be on the previous line. |
55
|
|
Method 'rollback' is not designed for extension - needs to be abstract, final or empty. |
59
|
|
Missing a Javadoc comment. |
59
|
|
'{' should be on the previous line. |
60
|
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Missing a Javadoc comment. |
64
|
|
'{' should be on the previous line. |
65
|
|
Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. |
69
|
|
Missing a Javadoc comment. |
69
|
|
'{' should be on the previous line. |
70
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
74
|
|
Missing a Javadoc comment. |
74
|
|
'{' should be on the previous line. |
75
|
|
Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. |
79
|
|
Missing a Javadoc comment. |
79
|
|
Parameter readOnly should be final. |
79
|
|
'{' should be on the previous line. |
80
|
|
Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. |
84
|
|
Missing a Javadoc comment. |
84
|
|
'{' should be on the previous line. |
85
|
|
Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. |
89
|
|
Missing a Javadoc comment. |
89
|
|
Parameter catalog should be final. |
89
|
|
'{' should be on the previous line. |
90
|
|
Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. |
94
|
|
Missing a Javadoc comment. |
94
|
|
'{' should be on the previous line. |
95
|
|
Method 'setTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. |
99
|
|
Missing a Javadoc comment. |
99
|
|
Parameter level should be final. |
99
|
|
'{' should be on the previous line. |
100
|
|
Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. |
104
|
|
Missing a Javadoc comment. |
104
|
|
'{' should be on the previous line. |
105
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
109
|
|
Missing a Javadoc comment. |
109
|
|
'{' should be on the previous line. |
110
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
114
|
|
Missing a Javadoc comment. |
114
|
|
'{' should be on the previous line. |
115
|
|
Line is longer than 80 characters. |
119
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
119
|
|
Missing a Javadoc comment. |
119
|
|
Parameter resultSetType should be final. |
119
|
|
Parameter resultSetConcurrency should be final. |
119
|
|
Line is longer than 80 characters. |
121
|
|
Line is longer than 80 characters. |
124
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
124
|
|
Missing a Javadoc comment. |
124
|
|
Parameter sql should be final. |
124
|
|
Parameter resultSetType should be final. |
124
|
|
Parameter resultSetConcurrency should be final. |
124
|
|
Line is longer than 80 characters. |
126
|
|
Line is longer than 80 characters. |
129
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
129
|
|
Missing a Javadoc comment. |
129
|
|
Parameter sql should be final. |
129
|
|
Parameter resultSetType should be final. |
129
|
|
Parameter resultSetConcurrency should be final. |
129
|
|
Line is longer than 80 characters. |
131
|
|
Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. |
134
|
|
Missing a Javadoc comment. |
134
|
|
'{' should be on the previous line. |
135
|
|
Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. |
139
|
|
Missing a Javadoc comment. |
139
|
|
Parameter map should be final. |
139
|
|
'{' should be on the previous line. |
140
|
|
Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. |
144
|
|
Missing a Javadoc comment. |
144
|
|
Parameter holdability should be final. |
144
|
|
'{' should be on the previous line. |
145
|
|
Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. |
149
|
|
Missing a Javadoc comment. |
149
|
|
'{' should be on the previous line. |
150
|
|
Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
154
|
|
Missing a Javadoc comment. |
154
|
|
'{' should be on the previous line. |
155
|
|
Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
159
|
|
Missing a Javadoc comment. |
159
|
|
Parameter name should be final. |
159
|
|
'{' should be on the previous line. |
160
|
|
Method 'rollback' is not designed for extension - needs to be abstract, final or empty. |
164
|
|
Missing a Javadoc comment. |
164
|
|
Parameter savepoint should be final. |
164
|
|
'{' should be on the previous line. |
165
|
|
Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. |
169
|
|
Missing a Javadoc comment. |
169
|
|
Parameter savepoint should be final. |
169
|
|
'{' should be on the previous line. |
170
|
|
Line is longer than 80 characters. |
174
|
|
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
174
|
|
Missing a Javadoc comment. |
174
|
|
Parameter resultSetType should be final. |
174
|
|
Parameter resultSetConcurrency should be final. |
174
|
|
Parameter resultSetHoldability should be final. |
174
|
|
Line is longer than 80 characters. |
176
|
|
Line is longer than 80 characters. |
179
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
179
|
|
Missing a Javadoc comment. |
179
|
|
Parameter sql should be final. |
179
|
|
Parameter resultSetType should be final. |
179
|
|
Parameter resultSetConcurrency should be final. |
179
|
|
Parameter resultSetHoldability should be final. |
179
|
|
Line is longer than 80 characters. |
181
|
|
Line is longer than 80 characters. |
184
|
|
Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
184
|
|
Missing a Javadoc comment. |
184
|
|
Parameter sql should be final. |
184
|
|
Parameter resultSetType should be final. |
184
|
|
Parameter resultSetConcurrency should be final. |
184
|
|
Parameter resultSetHoldability should be final. |
184
|
|
Line is longer than 80 characters. |
186
|
|
Line is longer than 80 characters. |
189
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
189
|
|
Missing a Javadoc comment. |
189
|
|
Parameter sql should be final. |
189
|
|
Parameter autoGeneratedKeys should be final. |
189
|
|
Line is longer than 80 characters. |
191
|
|
Line is longer than 80 characters. |
194
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
194
|
|
Missing a Javadoc comment. |
194
|
|
Parameter sql should be final. |
194
|
|
Parameter columnIndexes should be final. |
194
|
|
Array brackets at illegal position. |
194
|
|
Line is longer than 80 characters. |
196
|
|
Line is longer than 80 characters. |
199
|
|
Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
199
|
|
Missing a Javadoc comment. |
199
|
|
Parameter sql should be final. |
199
|
|
Parameter columnNames should be final. |
199
|
|
Array brackets at illegal position. |
199
|
|
Line is longer than 80 characters. |
201
|
com/opensourceconnections/msjdbcproxy/HibernateProvider.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
'{' should be on the previous line. |
25
|
|
Missing a Javadoc comment. |
26
|
|
Line has trailing spaces. |
28
|
|
Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
29
|
|
Missing a Javadoc comment. |
29
|
|
Parameter props should be final. |
29
|
|
Redundant throws: 'HibernateException' is unchecked exception. |
29
|
|
Line is longer than 80 characters. |
31
|
|
Line has trailing spaces. |
32
|
|
Line has trailing spaces. |
34
|
|
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Line has trailing spaces. |
36
|
|
Line has trailing spaces. |
39
|
|
Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Parameter conn should be final. |
40
|
|
Line has trailing spaces. |
41
|
|
Line has trailing spaces. |
44
|
|
Line has trailing spaces. |
45
|
|
Method 'finalize' is not designed for extension - needs to be abstract, final or empty. |
45
|
|
Missing a Javadoc comment. |
45
|
|
Redundant throws: 'HibernateException' is unchecked exception. |
45
|
|
'{' is not preceded with whitespace. |
45
|
|
Line has trailing spaces. |
48
|
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Missing a Javadoc comment. |
49
|
|
Redundant throws: 'HibernateException' is unchecked exception. |
49
|
|
'{' is not preceded with whitespace. |
49
|
|
Line has trailing spaces. |
50
|
|
Line has trailing spaces. |
52
|
|
Line contains a tab character. |
55
|
|
Method 'supportsAggressiveRelease' is not designed for extension - needs to be abstract, final or empty. |
55
|
|
Missing a Javadoc comment. |
55
|
|
Line contains a tab character. |
56
|
|
Line contains a tab character. |
57
|
|
Line has trailing spaces. |
58
|
|
Line has trailing spaces. |
61
|
com/opensourceconnections/msjdbcproxy/PreparedStatementProxy.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/opensourceconnections/msjdbcproxy/PreparedStatementProxy.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Line is longer than 80 characters. |
23
|
|
Missing a Javadoc comment. |
23
|
|
Line is longer than 80 characters. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter connection should be final. |
25
|
|
Parameter statement should be final. |
25
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
'{' should be on the previous line. |
31
|
|
Line is longer than 80 characters. |
32
|
|
'cast' is not followed by whitespace. |
32
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
'{' should be on the previous line. |
36
|
|
'cast' is not followed by whitespace. |
37
|
|
Method 'setNull' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Parameter parameterIndex should be final. |
40
|
|
Parameter sqlType should be final. |
40
|
|
'{' should be on the previous line. |
41
|
|
'cast' is not followed by whitespace. |
42
|
|
Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. |
45
|
|
Missing a Javadoc comment. |
45
|
|
Parameter parameterIndex should be final. |
45
|
|
Parameter x should be final. |
45
|
|
'{' should be on the previous line. |
46
|
|
'cast' is not followed by whitespace. |
47
|
|
Method 'setByte' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Missing a Javadoc comment. |
50
|
|
Parameter parameterIndex should be final. |
50
|
|
Parameter x should be final. |
50
|
|
'{' should be on the previous line. |
51
|
|
'cast' is not followed by whitespace. |
52
|
|
Method 'setShort' is not designed for extension - needs to be abstract, final or empty. |
55
|
|
Missing a Javadoc comment. |
55
|
|
Parameter parameterIndex should be final. |
55
|
|
Parameter x should be final. |
55
|
|
'{' should be on the previous line. |
56
|
|
'cast' is not followed by whitespace. |
57
|
|
Method 'setInt' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Missing a Javadoc comment. |
60
|
|
Parameter parameterIndex should be final. |
60
|
|
Parameter x should be final. |
60
|
|
'{' should be on the previous line. |
61
|
|
'cast' is not followed by whitespace. |
62
|
|
Method 'setLong' is not designed for extension - needs to be abstract, final or empty. |
65
|
|
Missing a Javadoc comment. |
65
|
|
Parameter parameterIndex should be final. |
65
|
|
Parameter x should be final. |
65
|
|
'{' should be on the previous line. |
66
|
|
'cast' is not followed by whitespace. |
67
|
|
Method 'setFloat' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Missing a Javadoc comment. |
70
|
|
Parameter parameterIndex should be final. |
70
|
|
Parameter x should be final. |
70
|
|
'{' should be on the previous line. |
71
|
|
'cast' is not followed by whitespace. |
72
|
|
Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. |
75
|
|
Missing a Javadoc comment. |
75
|
|
Parameter parameterIndex should be final. |
75
|
|
Parameter x should be final. |
75
|
|
'{' should be on the previous line. |
76
|
|
'cast' is not followed by whitespace. |
77
|
|
Line is longer than 80 characters. |
80
|
|
Method 'setBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
80
|
|
Missing a Javadoc comment. |
80
|
|
Parameter parameterIndex should be final. |
80
|
|
Parameter x should be final. |
80
|
|
'cast' is not followed by whitespace. |
82
|
|
Method 'setString' is not designed for extension - needs to be abstract, final or empty. |
85
|
|
Missing a Javadoc comment. |
85
|
|
Parameter parameterIndex should be final. |
85
|
|
Parameter x should be final. |
85
|
|
'{' should be on the previous line. |
86
|
|
'cast' is not followed by whitespace. |
87
|
|
Method 'setBytes' is not designed for extension - needs to be abstract, final or empty. |
90
|
|
Missing a Javadoc comment. |
90
|
|
Parameter parameterIndex should be final. |
90
|
|
Parameter x should be final. |
90
|
|
Array brackets at illegal position. |
90
|
|
'{' should be on the previous line. |
91
|
|
'cast' is not followed by whitespace. |
92
|
|
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
95
|
|
Missing a Javadoc comment. |
95
|
|
Parameter parameterIndex should be final. |
95
|
|
Parameter x should be final. |
95
|
|
'{' should be on the previous line. |
96
|
|
'cast' is not followed by whitespace. |
97
|
|
Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
100
|
|
Missing a Javadoc comment. |
100
|
|
Parameter parameterIndex should be final. |
100
|
|
Parameter x should be final. |
100
|
|
'{' should be on the previous line. |
101
|
|
'cast' is not followed by whitespace. |
102
|
|
Line is longer than 80 characters. |
105
|
|
Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
105
|
|
Missing a Javadoc comment. |
105
|
|
Parameter parameterIndex should be final. |
105
|
|
Parameter x should be final. |
105
|
|
'cast' is not followed by whitespace. |
107
|
|
Line is longer than 80 characters. |
110
|
|
Method 'setAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
110
|
|
Missing a Javadoc comment. |
110
|
|
Parameter parameterIndex should be final. |
110
|
|
Parameter x should be final. |
110
|
|
Parameter length should be final. |
110
|
|
Line is longer than 80 characters. |
112
|
|
'cast' is not followed by whitespace. |
112
|
|
Line is longer than 80 characters. |
115
|
|
Method 'setUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
115
|
|
Missing a Javadoc comment. |
115
|
|
Parameter parameterIndex should be final. |
115
|
|
Parameter x should be final. |
115
|
|
Parameter length should be final. |
115
|
|
Line is longer than 80 characters. |
117
|
|
'cast' is not followed by whitespace. |
117
|
|
Line is longer than 80 characters. |
120
|
|
Method 'setBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
120
|
|
Missing a Javadoc comment. |
120
|
|
Parameter parameterIndex should be final. |
120
|
|
Parameter x should be final. |
120
|
|
Parameter length should be final. |
120
|
|
Line is longer than 80 characters. |
122
|
|
'cast' is not followed by whitespace. |
122
|
|
Method 'clearParameters' is not designed for extension - needs to be abstract, final or empty. |
125
|
|
Missing a Javadoc comment. |
125
|
|
'{' should be on the previous line. |
126
|
|
'cast' is not followed by whitespace. |
127
|
|
Line is longer than 80 characters. |
130
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
130
|
|
Missing a Javadoc comment. |
130
|
|
Parameter parameterIndex should be final. |
130
|
|
Parameter x should be final. |
130
|
|
Parameter targetSqlType should be final. |
130
|
|
Parameter scale should be final. |
130
|
|
Line is longer than 80 characters. |
132
|
|
'cast' is not followed by whitespace. |
132
|
|
Line is longer than 80 characters. |
135
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
135
|
|
Missing a Javadoc comment. |
135
|
|
Parameter parameterIndex should be final. |
135
|
|
Parameter x should be final. |
135
|
|
Parameter targetSqlType should be final. |
135
|
|
Line is longer than 80 characters. |
137
|
|
'cast' is not followed by whitespace. |
137
|
|
Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
140
|
|
Missing a Javadoc comment. |
140
|
|
Parameter parameterIndex should be final. |
140
|
|
Parameter x should be final. |
140
|
|
'{' should be on the previous line. |
141
|
|
'cast' is not followed by whitespace. |
142
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
145
|
|
Missing a Javadoc comment. |
145
|
|
'{' should be on the previous line. |
146
|
|
'cast' is not followed by whitespace. |
147
|
|
Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. |
150
|
|
Missing a Javadoc comment. |
150
|
|
'{' should be on the previous line. |
151
|
|
'cast' is not followed by whitespace. |
152
|
|
Line is longer than 80 characters. |
155
|
|
Method 'setCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
155
|
|
Missing a Javadoc comment. |
155
|
|
Parameter parameterIndex should be final. |
155
|
|
Parameter reader should be final. |
155
|
|
Parameter length should be final. |
155
|
|
Line is longer than 80 characters. |
157
|
|
'cast' is not followed by whitespace. |
157
|
|
Method 'setRef' is not designed for extension - needs to be abstract, final or empty. |
160
|
|
Missing a Javadoc comment. |
160
|
|
Parameter i should be final. |
160
|
|
Parameter x should be final. |
160
|
|
'{' should be on the previous line. |
161
|
|
'cast' is not followed by whitespace. |
162
|
|
Method 'setBlob' is not designed for extension - needs to be abstract, final or empty. |
165
|
|
Missing a Javadoc comment. |
165
|
|
Parameter i should be final. |
165
|
|
Parameter x should be final. |
165
|
|
'{' should be on the previous line. |
166
|
|
'cast' is not followed by whitespace. |
167
|
|
Method 'setClob' is not designed for extension - needs to be abstract, final or empty. |
170
|
|
Missing a Javadoc comment. |
170
|
|
Parameter i should be final. |
170
|
|
Parameter x should be final. |
170
|
|
'{' should be on the previous line. |
171
|
|
'cast' is not followed by whitespace. |
172
|
|
Method 'setArray' is not designed for extension - needs to be abstract, final or empty. |
175
|
|
Missing a Javadoc comment. |
175
|
|
Parameter i should be final. |
175
|
|
Parameter x should be final. |
175
|
|
'{' should be on the previous line. |
176
|
|
'cast' is not followed by whitespace. |
177
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
180
|
|
Missing a Javadoc comment. |
180
|
|
'{' should be on the previous line. |
181
|
|
'cast' is not followed by whitespace. |
182
|
|
Line is longer than 80 characters. |
185
|
|
Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
185
|
|
Missing a Javadoc comment. |
185
|
|
Parameter parameterIndex should be final. |
185
|
|
Parameter x should be final. |
185
|
|
Parameter cal should be final. |
185
|
|
'cast' is not followed by whitespace. |
187
|
|
Line is longer than 80 characters. |
190
|
|
Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
190
|
|
Missing a Javadoc comment. |
190
|
|
Parameter parameterIndex should be final. |
190
|
|
Parameter x should be final. |
190
|
|
Parameter cal should be final. |
190
|
|
'cast' is not followed by whitespace. |
192
|
|
Line is longer than 80 characters. |
195
|
|
Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
195
|
|
Missing a Javadoc comment. |
195
|
|
Parameter parameterIndex should be final. |
195
|
|
Parameter x should be final. |
195
|
|
Parameter cal should be final. |
195
|
|
'cast' is not followed by whitespace. |
197
|
|
Line is longer than 80 characters. |
200
|
|
Method 'setNull' is not designed for extension - needs to be abstract, final or empty. |
200
|
|
Missing a Javadoc comment. |
200
|
|
Parameter paramIndex should be final. |
200
|
|
Parameter sqlType should be final. |
200
|
|
Parameter typeName should be final. |
200
|
|
'cast' is not followed by whitespace. |
202
|
|
Method 'setURL' is not designed for extension - needs to be abstract, final or empty. |
205
|
|
Missing a Javadoc comment. |
205
|
|
Parameter parameterIndex should be final. |
205
|
|
Parameter x should be final. |
205
|
|
'{' should be on the previous line. |
206
|
|
'cast' is not followed by whitespace. |
207
|
|
Method 'getParameterMetaData' is not designed for extension - needs to be abstract, final or empty. |
210
|
|
Missing a Javadoc comment. |
210
|
|
'{' should be on the previous line. |
211
|
|
'cast' is not followed by whitespace. |
212
|
com/opensourceconnections/msjdbcproxy/ResultSetProxy.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/opensourceconnections/msjdbcproxy/ResultSetProxy.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
24
|
|
'{' should be on the previous line. |
25
|
|
Missing a Javadoc comment. |
26
|
|
Name '_statement' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
26
|
|
Variable '_statement' must be private and have accessor methods. |
26
|
|
Missing a Javadoc comment. |
27
|
|
Name '_resultSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
27
|
|
Variable '_resultSet' must be private and have accessor methods. |
27
|
|
Missing a Javadoc comment. |
28
|
|
Name '_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
28
|
|
Variable '_columns' must be private and have accessor methods. |
28
|
|
Line is longer than 80 characters. |
30
|
|
Missing a Javadoc comment. |
30
|
|
Parameter statement should be final. |
30
|
|
Parameter resultSet should be final. |
30
|
|
Method 'next' is not designed for extension - needs to be abstract, final or empty. |
37
|
|
Missing a Javadoc comment. |
37
|
|
'{' should be on the previous line. |
38
|
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
42
|
|
Missing a Javadoc comment. |
42
|
|
'{' should be on the previous line. |
43
|
|
Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Missing a Javadoc comment. |
47
|
|
'{' should be on the previous line. |
48
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Parameter columnIndex should be final. |
52
|
|
'{' should be on the previous line. |
53
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
57
|
|
Missing a Javadoc comment. |
57
|
|
Parameter columnIndex should be final. |
57
|
|
'{' should be on the previous line. |
58
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
62
|
|
Missing a Javadoc comment. |
62
|
|
Parameter columnIndex should be final. |
62
|
|
'{' should be on the previous line. |
63
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Missing a Javadoc comment. |
67
|
|
Parameter columnIndex should be final. |
67
|
|
'{' should be on the previous line. |
68
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
72
|
|
Missing a Javadoc comment. |
72
|
|
Parameter columnIndex should be final. |
72
|
|
'{' should be on the previous line. |
73
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
77
|
|
Missing a Javadoc comment. |
77
|
|
Parameter columnIndex should be final. |
77
|
|
'{' should be on the previous line. |
78
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
82
|
|
Missing a Javadoc comment. |
82
|
|
Parameter columnIndex should be final. |
82
|
|
'{' should be on the previous line. |
83
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
87
|
|
Missing a Javadoc comment. |
87
|
|
Parameter columnIndex should be final. |
87
|
|
'{' should be on the previous line. |
88
|
|
Line is longer than 80 characters. |
92
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
92
|
|
Missing a Javadoc comment. |
92
|
|
Parameter columnIndex should be final. |
92
|
|
Parameter scale should be final. |
92
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
97
|
|
Missing a Javadoc comment. |
97
|
|
Parameter columnIndex should be final. |
97
|
|
'{' should be on the previous line. |
98
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
102
|
|
Missing a Javadoc comment. |
102
|
|
Parameter columnIndex should be final. |
102
|
|
'{' should be on the previous line. |
103
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
107
|
|
Missing a Javadoc comment. |
107
|
|
Parameter columnIndex should be final. |
107
|
|
'{' should be on the previous line. |
108
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
112
|
|
Missing a Javadoc comment. |
112
|
|
Parameter columnIndex should be final. |
112
|
|
'{' should be on the previous line. |
113
|
|
Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
117
|
|
Missing a Javadoc comment. |
117
|
|
Parameter columnIndex should be final. |
117
|
|
'{' should be on the previous line. |
118
|
|
Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
122
|
|
Missing a Javadoc comment. |
122
|
|
Parameter columnIndex should be final. |
122
|
|
'{' should be on the previous line. |
123
|
|
Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
127
|
|
Missing a Javadoc comment. |
127
|
|
Parameter columnIndex should be final. |
127
|
|
'{' should be on the previous line. |
128
|
|
Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
132
|
|
Missing a Javadoc comment. |
132
|
|
Parameter columnName should be final. |
132
|
|
'{' should be on the previous line. |
133
|
|
Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
137
|
|
Missing a Javadoc comment. |
137
|
|
Parameter columnName should be final. |
137
|
|
'{' should be on the previous line. |
138
|
|
Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
142
|
|
Missing a Javadoc comment. |
142
|
|
Parameter columnName should be final. |
142
|
|
'{' should be on the previous line. |
143
|
|
Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
147
|
|
Missing a Javadoc comment. |
147
|
|
Parameter columnName should be final. |
147
|
|
'{' should be on the previous line. |
148
|
|
Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
152
|
|
Missing a Javadoc comment. |
152
|
|
Parameter columnName should be final. |
152
|
|
'{' should be on the previous line. |
153
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
157
|
|
Missing a Javadoc comment. |
157
|
|
Parameter columnName should be final. |
157
|
|
'{' should be on the previous line. |
158
|
|
Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
162
|
|
Missing a Javadoc comment. |
162
|
|
Parameter columnName should be final. |
162
|
|
'{' should be on the previous line. |
163
|
|
Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
167
|
|
Missing a Javadoc comment. |
167
|
|
Parameter columnName should be final. |
167
|
|
'{' should be on the previous line. |
168
|
|
Line is longer than 80 characters. |
172
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
172
|
|
Missing a Javadoc comment. |
172
|
|
Parameter columnName should be final. |
172
|
|
Parameter scale should be final. |
172
|
|
Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
177
|
|
Missing a Javadoc comment. |
177
|
|
Parameter columnName should be final. |
177
|
|
'{' should be on the previous line. |
178
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Missing a Javadoc comment. |
182
|
|
Parameter columnName should be final. |
182
|
|
'{' should be on the previous line. |
183
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
187
|
|
Missing a Javadoc comment. |
187
|
|
Parameter columnName should be final. |
187
|
|
'{' should be on the previous line. |
188
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
192
|
|
Missing a Javadoc comment. |
192
|
|
Parameter columnName should be final. |
192
|
|
'{' should be on the previous line. |
193
|
|
Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
197
|
|
Missing a Javadoc comment. |
197
|
|
Parameter columnName should be final. |
197
|
|
'{' should be on the previous line. |
198
|
|
Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
202
|
|
Missing a Javadoc comment. |
202
|
|
Parameter columnName should be final. |
202
|
|
'{' should be on the previous line. |
203
|
|
Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
207
|
|
Missing a Javadoc comment. |
207
|
|
Parameter columnName should be final. |
207
|
|
'{' should be on the previous line. |
208
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
212
|
|
Missing a Javadoc comment. |
212
|
|
'{' should be on the previous line. |
213
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
217
|
|
Missing a Javadoc comment. |
217
|
|
'{' should be on the previous line. |
218
|
|
Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. |
222
|
|
Missing a Javadoc comment. |
222
|
|
'{' should be on the previous line. |
223
|
|
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
227
|
|
Missing a Javadoc comment. |
227
|
|
'{' should be on the previous line. |
228
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
232
|
|
Missing a Javadoc comment. |
232
|
|
Parameter columnIndex should be final. |
232
|
|
'{' should be on the previous line. |
233
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
237
|
|
Missing a Javadoc comment. |
237
|
|
Parameter columnName should be final. |
237
|
|
'{' should be on the previous line. |
238
|
|
Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. |
242
|
|
Missing a Javadoc comment. |
242
|
|
Parameter columnName should be final. |
242
|
|
'{' should be on the previous line. |
243
|
|
Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
247
|
|
Missing a Javadoc comment. |
247
|
|
Parameter columnIndex should be final. |
247
|
|
'{' should be on the previous line. |
248
|
|
Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
252
|
|
Missing a Javadoc comment. |
252
|
|
Parameter columnName should be final. |
252
|
|
'{' should be on the previous line. |
253
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
257
|
|
Missing a Javadoc comment. |
257
|
|
Parameter columnIndex should be final. |
257
|
|
'{' should be on the previous line. |
258
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
262
|
|
Missing a Javadoc comment. |
262
|
|
Parameter columnName should be final. |
262
|
|
'{' should be on the previous line. |
263
|
|
Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. |
267
|
|
Missing a Javadoc comment. |
267
|
|
'{' should be on the previous line. |
268
|
|
Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. |
272
|
|
Missing a Javadoc comment. |
272
|
|
'{' should be on the previous line. |
273
|
|
Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. |
277
|
|
Missing a Javadoc comment. |
277
|
|
'{' should be on the previous line. |
278
|
|
Method 'isLast' is not designed for extension - needs to be abstract, final or empty. |
282
|
|
Missing a Javadoc comment. |
282
|
|
'{' should be on the previous line. |
283
|
|
Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. |
287
|
|
Missing a Javadoc comment. |
287
|
|
'{' should be on the previous line. |
288
|
|
Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. |
292
|
|
Missing a Javadoc comment. |
292
|
|
'{' should be on the previous line. |
293
|
|
Method 'first' is not designed for extension - needs to be abstract, final or empty. |
297
|
|
Missing a Javadoc comment. |
297
|
|
'{' should be on the previous line. |
298
|
|
Method 'last' is not designed for extension - needs to be abstract, final or empty. |
302
|
|
Missing a Javadoc comment. |
302
|
|
'{' should be on the previous line. |
303
|
|
Method 'getRow' is not designed for extension - needs to be abstract, final or empty. |
307
|
|
Missing a Javadoc comment. |
307
|
|
'{' should be on the previous line. |
308
|
|
Method 'absolute' is not designed for extension - needs to be abstract, final or empty. |
312
|
|
Missing a Javadoc comment. |
312
|
|
Parameter row should be final. |
312
|
|
'{' should be on the previous line. |
313
|
|
Method 'relative' is not designed for extension - needs to be abstract, final or empty. |
317
|
|
Missing a Javadoc comment. |
317
|
|
Parameter rows should be final. |
317
|
|
'{' should be on the previous line. |
318
|
|
Method 'previous' is not designed for extension - needs to be abstract, final or empty. |
322
|
|
Missing a Javadoc comment. |
322
|
|
'{' should be on the previous line. |
323
|
|
Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
327
|
|
Missing a Javadoc comment. |
327
|
|
Parameter direction should be final. |
327
|
|
'{' should be on the previous line. |
328
|
|
Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
332
|
|
Missing a Javadoc comment. |
332
|
|
'{' should be on the previous line. |
333
|
|
Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. |
337
|
|
Missing a Javadoc comment. |
337
|
|
Parameter rows should be final. |
337
|
|
'{' should be on the previous line. |
338
|
|
Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. |
342
|
|
Missing a Javadoc comment. |
342
|
|
'{' should be on the previous line. |
343
|
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
347
|
|
Missing a Javadoc comment. |
347
|
|
'{' should be on the previous line. |
348
|
|
Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. |
352
|
|
Missing a Javadoc comment. |
352
|
|
'{' should be on the previous line. |
353
|
|
Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. |
357
|
|
Missing a Javadoc comment. |
357
|
|
'{' should be on the previous line. |
358
|
|
Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. |
362
|
|
Missing a Javadoc comment. |
362
|
|
'{' should be on the previous line. |
363
|
|
Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. |
367
|
|
Missing a Javadoc comment. |
367
|
|
'{' should be on the previous line. |
368
|
|
Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
372
|
|
Missing a Javadoc comment. |
372
|
|
Parameter columnIndex should be final. |
372
|
|
'{' should be on the previous line. |
373
|
|
Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
377
|
|
Missing a Javadoc comment. |
377
|
|
Parameter columnIndex should be final. |
377
|
|
Parameter x should be final. |
377
|
|
'{' should be on the previous line. |
378
|
|
Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
382
|
|
Missing a Javadoc comment. |
382
|
|
Parameter columnIndex should be final. |
382
|
|
Parameter x should be final. |
382
|
|
'{' should be on the previous line. |
383
|
|
Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
387
|
|
Missing a Javadoc comment. |
387
|
|
Parameter columnIndex should be final. |
387
|
|
Parameter x should be final. |
387
|
|
'{' should be on the previous line. |
388
|
|
Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
392
|
|
Missing a Javadoc comment. |
392
|
|
Parameter columnIndex should be final. |
392
|
|
Parameter x should be final. |
392
|
|
'{' should be on the previous line. |
393
|
|
Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
397
|
|
Missing a Javadoc comment. |
397
|
|
Parameter columnIndex should be final. |
397
|
|
Parameter x should be final. |
397
|
|
'{' should be on the previous line. |
398
|
|
Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
402
|
|
Missing a Javadoc comment. |
402
|
|
Parameter columnIndex should be final. |
402
|
|
Parameter x should be final. |
402
|
|
'{' should be on the previous line. |
403
|
|
Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
407
|
|
Missing a Javadoc comment. |
407
|
|
Parameter columnIndex should be final. |
407
|
|
Parameter x should be final. |
407
|
|
'{' should be on the previous line. |
408
|
|
Line is longer than 80 characters. |
412
|
|
Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
412
|
|
Missing a Javadoc comment. |
412
|
|
Parameter columnIndex should be final. |
412
|
|
Parameter x should be final. |
412
|
|
Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
417
|
|
Missing a Javadoc comment. |
417
|
|
Parameter columnIndex should be final. |
417
|
|
Parameter x should be final. |
417
|
|
'{' should be on the previous line. |
418
|
|
Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
422
|
|
Missing a Javadoc comment. |
422
|
|
Parameter columnIndex should be final. |
422
|
|
Parameter x should be final. |
422
|
|
Array brackets at illegal position. |
422
|
|
'{' should be on the previous line. |
423
|
|
Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
427
|
|
Missing a Javadoc comment. |
427
|
|
Parameter columnIndex should be final. |
427
|
|
Parameter x should be final. |
427
|
|
'{' should be on the previous line. |
428
|
|
Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
432
|
|
Missing a Javadoc comment. |
432
|
|
Parameter columnIndex should be final. |
432
|
|
Parameter x should be final. |
432
|
|
'{' should be on the previous line. |
433
|
|
Line is longer than 80 characters. |
437
|
|
Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
437
|
|
Missing a Javadoc comment. |
437
|
|
Parameter columnIndex should be final. |
437
|
|
Parameter x should be final. |
437
|
|
Line is longer than 80 characters. |
442
|
|
Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
442
|
|
Missing a Javadoc comment. |
442
|
|
Parameter columnIndex should be final. |
442
|
|
Parameter x should be final. |
442
|
|
Parameter length should be final. |
442
|
|
Line is longer than 80 characters. |
447
|
|
Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
447
|
|
Missing a Javadoc comment. |
447
|
|
Parameter columnIndex should be final. |
447
|
|
Parameter x should be final. |
447
|
|
Parameter length should be final. |
447
|
|
Line is longer than 80 characters. |
452
|
|
Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
452
|
|
Missing a Javadoc comment. |
452
|
|
Parameter columnIndex should be final. |
452
|
|
Parameter x should be final. |
452
|
|
Parameter length should be final. |
452
|
|
Line is longer than 80 characters. |
457
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
457
|
|
Missing a Javadoc comment. |
457
|
|
Parameter columnIndex should be final. |
457
|
|
Parameter x should be final. |
457
|
|
Parameter scale should be final. |
457
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
462
|
|
Missing a Javadoc comment. |
462
|
|
Parameter columnIndex should be final. |
462
|
|
Parameter x should be final. |
462
|
|
'{' should be on the previous line. |
463
|
|
Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
467
|
|
Missing a Javadoc comment. |
467
|
|
Parameter columnName should be final. |
467
|
|
'{' should be on the previous line. |
468
|
|
Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
472
|
|
Missing a Javadoc comment. |
472
|
|
Parameter columnName should be final. |
472
|
|
Parameter x should be final. |
472
|
|
Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
477
|
|
Missing a Javadoc comment. |
477
|
|
Parameter columnName should be final. |
477
|
|
Parameter x should be final. |
477
|
|
'{' should be on the previous line. |
478
|
|
Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
482
|
|
Missing a Javadoc comment. |
482
|
|
Parameter columnName should be final. |
482
|
|
Parameter x should be final. |
482
|
|
'{' should be on the previous line. |
483
|
|
Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
487
|
|
Missing a Javadoc comment. |
487
|
|
Parameter columnName should be final. |
487
|
|
Parameter x should be final. |
487
|
|
'{' should be on the previous line. |
488
|
|
Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
492
|
|
Missing a Javadoc comment. |
492
|
|
Parameter columnName should be final. |
492
|
|
Parameter x should be final. |
492
|
|
'{' should be on the previous line. |
493
|
|
Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
497
|
|
Missing a Javadoc comment. |
497
|
|
Parameter columnName should be final. |
497
|
|
Parameter x should be final. |
497
|
|
'{' should be on the previous line. |
498
|
|
Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
502
|
|
Missing a Javadoc comment. |
502
|
|
Parameter columnName should be final. |
502
|
|
Parameter x should be final. |
502
|
|
'{' should be on the previous line. |
503
|
|
Line is longer than 80 characters. |
507
|
|
Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
507
|
|
Missing a Javadoc comment. |
507
|
|
Parameter columnName should be final. |
507
|
|
Parameter x should be final. |
507
|
|
Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
512
|
|
Missing a Javadoc comment. |
512
|
|
Parameter columnName should be final. |
512
|
|
Parameter x should be final. |
512
|
|
'{' should be on the previous line. |
513
|
|
Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
517
|
|
Missing a Javadoc comment. |
517
|
|
Parameter columnName should be final. |
517
|
|
Parameter x should be final. |
517
|
|
Array brackets at illegal position. |
517
|
|
'{' should be on the previous line. |
518
|
|
Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
522
|
|
Missing a Javadoc comment. |
522
|
|
Parameter columnName should be final. |
522
|
|
Parameter x should be final. |
522
|
|
'{' should be on the previous line. |
523
|
|
Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
527
|
|
Missing a Javadoc comment. |
527
|
|
Parameter columnName should be final. |
527
|
|
Parameter x should be final. |
527
|
|
'{' should be on the previous line. |
528
|
|
Line is longer than 80 characters. |
532
|
|
Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
532
|
|
Missing a Javadoc comment. |
532
|
|
Parameter columnName should be final. |
532
|
|
Parameter x should be final. |
532
|
|
Line is longer than 80 characters. |
537
|
|
Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
537
|
|
Missing a Javadoc comment. |
537
|
|
Parameter columnName should be final. |
537
|
|
Parameter x should be final. |
537
|
|
Parameter length should be final. |
537
|
|
Line is longer than 80 characters. |
542
|
|
Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
542
|
|
Missing a Javadoc comment. |
542
|
|
Parameter columnName should be final. |
542
|
|
Parameter x should be final. |
542
|
|
Parameter length should be final. |
542
|
|
Line is longer than 80 characters. |
547
|
|
Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
547
|
|
Missing a Javadoc comment. |
547
|
|
Parameter columnName should be final. |
547
|
|
Parameter reader should be final. |
547
|
|
Parameter length should be final. |
547
|
|
Line is longer than 80 characters. |
552
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
552
|
|
Missing a Javadoc comment. |
552
|
|
Parameter columnName should be final. |
552
|
|
Parameter x should be final. |
552
|
|
Parameter scale should be final. |
552
|
|
Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
557
|
|
Missing a Javadoc comment. |
557
|
|
Parameter columnName should be final. |
557
|
|
Parameter x should be final. |
557
|
|
'{' should be on the previous line. |
558
|
|
Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. |
562
|
|
Missing a Javadoc comment. |
562
|
|
'{' should be on the previous line. |
563
|
|
Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. |
567
|
|
Missing a Javadoc comment. |
567
|
|
'{' should be on the previous line. |
568
|
|
Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. |
572
|
|
Missing a Javadoc comment. |
572
|
|
'{' should be on the previous line. |
573
|
|
Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. |
577
|
|
Missing a Javadoc comment. |
577
|
|
'{' should be on the previous line. |
578
|
|
Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. |
582
|
|
Missing a Javadoc comment. |
582
|
|
'{' should be on the previous line. |
583
|
|
Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. |
587
|
|
Missing a Javadoc comment. |
587
|
|
'{' should be on the previous line. |
588
|
|
Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. |
592
|
|
Missing a Javadoc comment. |
592
|
|
'{' should be on the previous line. |
593
|
|
Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. |
597
|
|
Missing a Javadoc comment. |
597
|
|
'{' should be on the previous line. |
598
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
602
|
|
Missing a Javadoc comment. |
602
|
|
Parameter i should be final. |
602
|
|
Parameter map should be final. |
602
|
|
'{' should be on the previous line. |
603
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
607
|
|
Missing a Javadoc comment. |
607
|
|
Parameter i should be final. |
607
|
|
'{' should be on the previous line. |
608
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
612
|
|
Missing a Javadoc comment. |
612
|
|
Parameter i should be final. |
612
|
|
'{' should be on the previous line. |
613
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
617
|
|
Missing a Javadoc comment. |
617
|
|
Parameter i should be final. |
617
|
|
'{' should be on the previous line. |
618
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
622
|
|
Missing a Javadoc comment. |
622
|
|
Parameter i should be final. |
622
|
|
'{' should be on the previous line. |
623
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
627
|
|
Missing a Javadoc comment. |
627
|
|
Parameter colName should be final. |
627
|
|
Parameter map should be final. |
627
|
|
'{' should be on the previous line. |
628
|
|
Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
632
|
|
Missing a Javadoc comment. |
632
|
|
Parameter colName should be final. |
632
|
|
'{' should be on the previous line. |
633
|
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
637
|
|
Missing a Javadoc comment. |
637
|
|
Parameter colName should be final. |
637
|
|
'{' should be on the previous line. |
638
|
|
Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
642
|
|
Missing a Javadoc comment. |
642
|
|
Parameter colName should be final. |
642
|
|
'{' should be on the previous line. |
643
|
|
Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
647
|
|
Missing a Javadoc comment. |
647
|
|
Parameter colName should be final. |
647
|
|
'{' should be on the previous line. |
648
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
652
|
|
Missing a Javadoc comment. |
652
|
|
Parameter columnIndex should be final. |
652
|
|
Parameter cal should be final. |
652
|
|
'{' should be on the previous line. |
653
|
|
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
657
|
|
Missing a Javadoc comment. |
657
|
|
Parameter columnName should be final. |
657
|
|
Parameter cal should be final. |
657
|
|
'{' should be on the previous line. |
658
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
662
|
|
Missing a Javadoc comment. |
662
|
|
Parameter columnIndex should be final. |
662
|
|
Parameter cal should be final. |
662
|
|
'{' should be on the previous line. |
663
|
|
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
667
|
|
Missing a Javadoc comment. |
667
|
|
Parameter columnName should be final. |
667
|
|
Parameter cal should be final. |
667
|
|
'{' should be on the previous line. |
668
|
|
Line is longer than 80 characters. |
672
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
672
|
|
Missing a Javadoc comment. |
672
|
|
Parameter columnIndex should be final. |
672
|
|
Parameter cal should be final. |
672
|
|
Line is longer than 80 characters. |
677
|
|
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
677
|
|
Missing a Javadoc comment. |
677
|
|
Parameter columnName should be final. |
677
|
|
Parameter cal should be final. |
677
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
682
|
|
Missing a Javadoc comment. |
682
|
|
Parameter columnIndex should be final. |
682
|
|
'{' should be on the previous line. |
683
|
|
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
687
|
|
Missing a Javadoc comment. |
687
|
|
Parameter columnName should be final. |
687
|
|
'{' should be on the previous line. |
688
|
|
Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
692
|
|
Missing a Javadoc comment. |
692
|
|
Parameter columnIndex should be final. |
692
|
|
Parameter x should be final. |
692
|
|
'{' should be on the previous line. |
693
|
|
Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
697
|
|
Missing a Javadoc comment. |
697
|
|
Parameter columnName should be final. |
697
|
|
Parameter x should be final. |
697
|
|
'{' should be on the previous line. |
698
|
|
Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
702
|
|
Missing a Javadoc comment. |
702
|
|
Parameter columnIndex should be final. |
702
|
|
Parameter x should be final. |
702
|
|
'{' should be on the previous line. |
703
|
|
Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
707
|
|
Missing a Javadoc comment. |
707
|
|
Parameter columnName should be final. |
707
|
|
Parameter x should be final. |
707
|
|
'{' should be on the previous line. |
708
|
|
Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
712
|
|
Missing a Javadoc comment. |
712
|
|
Parameter columnIndex should be final. |
712
|
|
Parameter x should be final. |
712
|
|
'{' should be on the previous line. |
713
|
|
Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
717
|
|
Missing a Javadoc comment. |
717
|
|
Parameter columnName should be final. |
717
|
|
Parameter x should be final. |
717
|
|
'{' should be on the previous line. |
718
|
|
Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
722
|
|
Missing a Javadoc comment. |
722
|
|
Parameter columnIndex should be final. |
722
|
|
Parameter x should be final. |
722
|
|
'{' should be on the previous line. |
723
|
|
Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
727
|
|
Missing a Javadoc comment. |
727
|
|
Parameter columnName should be final. |
727
|
|
Parameter x should be final. |
727
|
|
'{' should be on the previous line. |
728
|
com/opensourceconnections/msjdbcproxy/StatementProxy.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/opensourceconnections/msjdbcproxy/StatementProxy.java
Error |
Line |
|
Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
|
Missing a Javadoc comment. |
10
|
|
'{' should be on the previous line. |
11
|
|
Missing a Javadoc comment. |
12
|
|
Name '_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
12
|
|
Variable '_connection' must be private and have accessor methods. |
12
|
|
Missing a Javadoc comment. |
13
|
|
Name '_statement' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
13
|
|
Variable '_statement' must be private and have accessor methods. |
13
|
|
Missing a Javadoc comment. |
15
|
|
Parameter connection should be final. |
15
|
|
Parameter statement should be final. |
15
|
|
'{' should be on the previous line. |
16
|
|
Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Parameter sql should be final. |
21
|
|
'{' should be on the previous line. |
22
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
Parameter sql should be final. |
26
|
|
'{' should be on the previous line. |
27
|
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
31
|
|
Missing a Javadoc comment. |
31
|
|
'{' should be on the previous line. |
32
|
|
Method 'getMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. |
36
|
|
Missing a Javadoc comment. |
36
|
|
'{' should be on the previous line. |
37
|
|
Method 'setMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. |
41
|
|
Missing a Javadoc comment. |
41
|
|
Parameter max should be final. |
41
|
|
'{' should be on the previous line. |
42
|
|
Method 'getMaxRows' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
'{' should be on the previous line. |
47
|
|
Method 'setMaxRows' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
Parameter max should be final. |
51
|
|
'{' should be on the previous line. |
52
|
|
Method 'setEscapeProcessing' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Missing a Javadoc comment. |
56
|
|
Parameter enable should be final. |
56
|
|
'{' should be on the previous line. |
57
|
|
Method 'getQueryTimeout' is not designed for extension - needs to be abstract, final or empty. |
61
|
|
Missing a Javadoc comment. |
61
|
|
'{' should be on the previous line. |
62
|
|
Method 'setQueryTimeout' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Missing a Javadoc comment. |
66
|
|
Parameter seconds should be final. |
66
|
|
'{' should be on the previous line. |
67
|
|
Method 'cancel' is not designed for extension - needs to be abstract, final or empty. |
71
|
|
Missing a Javadoc comment. |
71
|
|
'{' should be on the previous line. |
72
|
|
Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
'{' should be on the previous line. |
77
|
|
Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
81
|
|
Missing a Javadoc comment. |
81
|
|
'{' should be on the previous line. |
82
|
|
Method 'setCursorName' is not designed for extension - needs to be abstract, final or empty. |
86
|
|
Missing a Javadoc comment. |
86
|
|
Parameter name should be final. |
86
|
|
'{' should be on the previous line. |
87
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
91
|
|
Missing a Javadoc comment. |
91
|
|
Parameter sql should be final. |
91
|
|
'{' should be on the previous line. |
92
|
|
Method 'getResultSet' is not designed for extension - needs to be abstract, final or empty. |
96
|
|
Missing a Javadoc comment. |
96
|
|
'{' should be on the previous line. |
97
|
|
Method 'getUpdateCount' is not designed for extension - needs to be abstract, final or empty. |
101
|
|
Missing a Javadoc comment. |
101
|
|
'{' should be on the previous line. |
102
|
|
Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. |
106
|
|
Missing a Javadoc comment. |
106
|
|
'{' should be on the previous line. |
107
|
|
Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
111
|
|
Missing a Javadoc comment. |
111
|
|
Parameter direction should be final. |
111
|
|
'{' should be on the previous line. |
112
|
|
Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
116
|
|
Missing a Javadoc comment. |
116
|
|
'{' should be on the previous line. |
117
|
|
Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. |
121
|
|
Missing a Javadoc comment. |
121
|
|
Parameter rows should be final. |
121
|
|
'{' should be on the previous line. |
122
|
|
Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. |
126
|
|
Missing a Javadoc comment. |
126
|
|
'{' should be on the previous line. |
127
|
|
Method 'getResultSetConcurrency' is not designed for extension - needs to be abstract, final or empty. |
131
|
|
Missing a Javadoc comment. |
131
|
|
'{' should be on the previous line. |
132
|
|
Method 'getResultSetType' is not designed for extension - needs to be abstract, final or empty. |
136
|
|
Missing a Javadoc comment. |
136
|
|
'{' should be on the previous line. |
137
|
|
Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. |
141
|
|
Missing a Javadoc comment. |
141
|
|
Parameter sql should be final. |
141
|
|
'{' should be on the previous line. |
142
|
|
Method 'clearBatch' is not designed for extension - needs to be abstract, final or empty. |
146
|
|
Missing a Javadoc comment. |
146
|
|
'{' should be on the previous line. |
147
|
|
Method 'executeBatch' is not designed for extension - needs to be abstract, final or empty. |
151
|
|
Missing a Javadoc comment. |
151
|
|
'{' should be on the previous line. |
152
|
|
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
156
|
|
Missing a Javadoc comment. |
156
|
|
'{' should be on the previous line. |
157
|
|
Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. |
161
|
|
Missing a Javadoc comment. |
161
|
|
Parameter current should be final. |
161
|
|
'{' should be on the previous line. |
162
|
|
Method 'getGeneratedKeys' is not designed for extension - needs to be abstract, final or empty. |
166
|
|
Missing a Javadoc comment. |
166
|
|
'{' should be on the previous line. |
167
|
|
Line is longer than 80 characters. |
171
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
171
|
|
Missing a Javadoc comment. |
171
|
|
Parameter sql should be final. |
171
|
|
Parameter autoGeneratedKeys should be final. |
171
|
|
Line is longer than 80 characters. |
176
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
176
|
|
Missing a Javadoc comment. |
176
|
|
Parameter sql should be final. |
176
|
|
Parameter columnIndexes should be final. |
176
|
|
Array brackets at illegal position. |
176
|
|
Line is longer than 80 characters. |
181
|
|
Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
181
|
|
Missing a Javadoc comment. |
181
|
|
Parameter sql should be final. |
181
|
|
Parameter columnNames should be final. |
181
|
|
Array brackets at illegal position. |
181
|
|
Line is longer than 80 characters. |
186
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
186
|
|
Missing a Javadoc comment. |
186
|
|
Parameter sql should be final. |
186
|
|
Parameter autoGeneratedKeys should be final. |
186
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
191
|
|
Missing a Javadoc comment. |
191
|
|
Parameter sql should be final. |
191
|
|
Parameter columnIndexes should be final. |
191
|
|
Array brackets at illegal position. |
191
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
196
|
|
Missing a Javadoc comment. |
196
|
|
Parameter sql should be final. |
196
|
|
Parameter columnNames should be final. |
196
|
|
Array brackets at illegal position. |
196
|
|
Method 'getResultSetHoldability' is not designed for extension - needs to be abstract, final or empty. |
201
|
|
Missing a Javadoc comment. |
201
|
|
'{' should be on the previous line. |
202
|
com/opensourceconnections/msjdbcproxy/package.html
Error |
Line |
|
Missing package documentation file. |
0 |