Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
15 0 0 1867

Files

Files I W E
com/opensourceconnections/msjdbcproxy/CallableStatementProxy.java 0 0 1
com/opensourceconnections/msjdbcproxy/CallableStatementProxy.java 0 0 467
com/opensourceconnections/msjdbcproxy/ColumnSet.java 0 0 202
com/opensourceconnections/msjdbcproxy/ConnectionProxy.java 0 0 1
com/opensourceconnections/msjdbcproxy/ConnectionProxy.java 0 0 166
com/opensourceconnections/msjdbcproxy/HibernateProvider.java 0 0 39
com/opensourceconnections/msjdbcproxy/PreparedStatementProxy.java 0 0 1
com/opensourceconnections/msjdbcproxy/PreparedStatementProxy.java 0 0 234
com/opensourceconnections/msjdbcproxy/ResultSetProxy.java 0 0 1
com/opensourceconnections/msjdbcproxy/ResultSetProxy.java 0 0 603
com/opensourceconnections/msjdbcproxy/StatementProxy.java 0 0 1
com/opensourceconnections/msjdbcproxy/StatementProxy.java 0 0 150
com/opensourceconnections/msjdbcproxy/package.html 0 0 1

com/opensourceconnections/msjdbcproxy/CallableStatementProxy.java

Error Line
Error File does not end with a newline. 0

com/opensourceconnections/msjdbcproxy/CallableStatementProxy.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 21
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Parameter connection should be final. 23
Error Parameter statement should be final. 23
Error Line is longer than 80 characters. 28
Error Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter parameterIndex should be final. 28
Error Parameter sqlType should be final. 28
Error Line is longer than 80 characters. 30
Error 'cast' is not followed by whitespace. 30
Error Line is longer than 80 characters. 33
Error Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter parameterIndex should be final. 33
Error Parameter sqlType should be final. 33
Error Parameter scale should be final. 33
Error Line is longer than 80 characters. 35
Error 'cast' is not followed by whitespace. 35
Error Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '{' should be on the previous line. 39
Error 'cast' is not followed by whitespace. 40
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter parameterIndex should be final. 43
Error '{' should be on the previous line. 44
Error 'cast' is not followed by whitespace. 45
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter parameterIndex should be final. 48
Error '{' should be on the previous line. 49
Error 'cast' is not followed by whitespace. 50
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter parameterIndex should be final. 53
Error '{' should be on the previous line. 54
Error 'cast' is not followed by whitespace. 55
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter parameterIndex should be final. 58
Error '{' should be on the previous line. 59
Error 'cast' is not followed by whitespace. 60
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter parameterIndex should be final. 63
Error '{' should be on the previous line. 64
Error 'cast' is not followed by whitespace. 65
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter parameterIndex should be final. 68
Error '{' should be on the previous line. 69
Error 'cast' is not followed by whitespace. 70
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter parameterIndex should be final. 73
Error '{' should be on the previous line. 74
Error 'cast' is not followed by whitespace. 75
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter parameterIndex should be final. 78
Error '{' should be on the previous line. 79
Error 'cast' is not followed by whitespace. 80
Error Line is longer than 80 characters. 83
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error Parameter parameterIndex should be final. 83
Error Parameter scale should be final. 83
Error Line is longer than 80 characters. 85
Error 'cast' is not followed by whitespace. 85
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter parameterIndex should be final. 88
Error '{' should be on the previous line. 89
Error 'cast' is not followed by whitespace. 90
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter parameterIndex should be final. 93
Error '{' should be on the previous line. 94
Error 'cast' is not followed by whitespace. 95
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error Parameter parameterIndex should be final. 98
Error '{' should be on the previous line. 99
Error 'cast' is not followed by whitespace. 100
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter parameterIndex should be final. 103
Error '{' should be on the previous line. 104
Error 'cast' is not followed by whitespace. 105
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter parameterIndex should be final. 108
Error '{' should be on the previous line. 109
Error 'cast' is not followed by whitespace. 110
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Parameter parameterIndex should be final. 113
Error '{' should be on the previous line. 114
Error 'cast' is not followed by whitespace. 115
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter i should be final. 118
Error Parameter map should be final. 118
Error '{' should be on the previous line. 119
Error 'cast' is not followed by whitespace. 120
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter i should be final. 123
Error '{' should be on the previous line. 124
Error 'cast' is not followed by whitespace. 125
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error Parameter i should be final. 128
Error '{' should be on the previous line. 129
Error 'cast' is not followed by whitespace. 130
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter i should be final. 133
Error '{' should be on the previous line. 134
Error 'cast' is not followed by whitespace. 135
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error Parameter i should be final. 138
Error '{' should be on the previous line. 139
Error 'cast' is not followed by whitespace. 140
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter parameterIndex should be final. 143
Error Parameter cal should be final. 143
Error '{' should be on the previous line. 144
Error 'cast' is not followed by whitespace. 145
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error Parameter parameterIndex should be final. 148
Error Parameter cal should be final. 148
Error '{' should be on the previous line. 149
Error 'cast' is not followed by whitespace. 150
Error Line is longer than 80 characters. 153
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Parameter parameterIndex should be final. 153
Error Parameter cal should be final. 153
Error Line is longer than 80 characters. 155
Error 'cast' is not followed by whitespace. 155
Error Line is longer than 80 characters. 158
Error Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter paramIndex should be final. 158
Error Parameter sqlType should be final. 158
Error Parameter typeName should be final. 158
Error Line is longer than 80 characters. 160
Error 'cast' is not followed by whitespace. 160
Error Line is longer than 80 characters. 163
Error Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error Parameter parameterName should be final. 163
Error Parameter sqlType should be final. 163
Error Line is longer than 80 characters. 165
Error 'cast' is not followed by whitespace. 165
Error Line is longer than 80 characters. 168
Error Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error Parameter parameterName should be final. 168
Error Parameter sqlType should be final. 168
Error Parameter scale should be final. 168
Error Line is longer than 80 characters. 170
Error 'cast' is not followed by whitespace. 170
Error Line is longer than 80 characters. 173
Error Method 'registerOutParameter' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error Parameter parameterName should be final. 173
Error Parameter sqlType should be final. 173
Error Parameter typeName should be final. 173
Error Line is longer than 80 characters. 175
Error 'cast' is not followed by whitespace. 175
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Parameter parameterIndex should be final. 178
Error '{' should be on the previous line. 179
Error 'cast' is not followed by whitespace. 180
Error Method 'setURL' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183
Error Parameter parameterName should be final. 183
Error Parameter val should be final. 183
Error '{' should be on the previous line. 184
Error 'cast' is not followed by whitespace. 185
Error Method 'setNull' is not designed for extension - needs to be abstract, final or empty. 188
Error Missing a Javadoc comment. 188
Error Parameter parameterName should be final. 188
Error Parameter sqlType should be final. 188
Error '{' should be on the previous line. 189
Error 'cast' is not followed by whitespace. 190
Error Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. 193
Error Missing a Javadoc comment. 193
Error Parameter parameterName should be final. 193
Error Parameter x should be final. 193
Error 'cast' is not followed by whitespace. 195
Error Method 'setByte' is not designed for extension - needs to be abstract, final or empty. 198
Error Missing a Javadoc comment. 198
Error Parameter parameterName should be final. 198
Error Parameter x should be final. 198
Error '{' should be on the previous line. 199
Error 'cast' is not followed by whitespace. 200
Error Method 'setShort' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Parameter parameterName should be final. 203
Error Parameter x should be final. 203
Error '{' should be on the previous line. 204
Error 'cast' is not followed by whitespace. 205
Error Method 'setInt' is not designed for extension - needs to be abstract, final or empty. 208
Error Missing a Javadoc comment. 208
Error Parameter parameterName should be final. 208
Error Parameter x should be final. 208
Error '{' should be on the previous line. 209
Error 'cast' is not followed by whitespace. 210
Error Method 'setLong' is not designed for extension - needs to be abstract, final or empty. 213
Error Missing a Javadoc comment. 213
Error Parameter parameterName should be final. 213
Error Parameter x should be final. 213
Error '{' should be on the previous line. 214
Error 'cast' is not followed by whitespace. 215
Error Method 'setFloat' is not designed for extension - needs to be abstract, final or empty. 218
Error Missing a Javadoc comment. 218
Error Parameter parameterName should be final. 218
Error Parameter x should be final. 218
Error '{' should be on the previous line. 219
Error 'cast' is not followed by whitespace. 220
Error Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. 223
Error Missing a Javadoc comment. 223
Error Parameter parameterName should be final. 223
Error Parameter x should be final. 223
Error '{' should be on the previous line. 224
Error 'cast' is not followed by whitespace. 225
Error Line is longer than 80 characters. 228
Error Method 'setBigDecimal' is not designed for extension - needs to be abstract, final or empty. 228
Error Missing a Javadoc comment. 228
Error Parameter parameterName should be final. 228
Error Parameter x should be final. 228
Error 'cast' is not followed by whitespace. 230
Error Method 'setString' is not designed for extension - needs to be abstract, final or empty. 233
Error Missing a Javadoc comment. 233
Error Parameter parameterName should be final. 233
Error Parameter x should be final. 233
Error '{' should be on the previous line. 234
Error 'cast' is not followed by whitespace. 235
Error Method 'setBytes' is not designed for extension - needs to be abstract, final or empty. 238
Error Missing a Javadoc comment. 238
Error Parameter parameterName should be final. 238
Error Parameter x should be final. 238
Error Array brackets at illegal position. 238
Error '{' should be on the previous line. 239
Error 'cast' is not followed by whitespace. 240
Error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 243
Error Missing a Javadoc comment. 243
Error Parameter parameterName should be final. 243
Error Parameter x should be final. 243
Error '{' should be on the previous line. 244
Error 'cast' is not followed by whitespace. 245
Error Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 248
Error Missing a Javadoc comment. 248
Error Parameter parameterName should be final. 248
Error Parameter x should be final. 248
Error '{' should be on the previous line. 249
Error 'cast' is not followed by whitespace. 250
Error Line is longer than 80 characters. 253
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error Parameter parameterName should be final. 253
Error Parameter x should be final. 253
Error 'cast' is not followed by whitespace. 255
Error Line is longer than 80 characters. 258
Error Method 'setAsciiStream' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error Parameter parameterName should be final. 258
Error Parameter x should be final. 258
Error Parameter length should be final. 258
Error Line is longer than 80 characters. 260
Error 'cast' is not followed by whitespace. 260
Error Line is longer than 80 characters. 263
Error Method 'setBinaryStream' is not designed for extension - needs to be abstract, final or empty. 263
Error Missing a Javadoc comment. 263
Error Parameter parameterName should be final. 263
Error Parameter x should be final. 263
Error Parameter length should be final. 263
Error Line is longer than 80 characters. 265
Error 'cast' is not followed by whitespace. 265
Error Line is longer than 80 characters. 268
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 268
Error Missing a Javadoc comment. 268
Error Parameter parameterName should be final. 268
Error Parameter x should be final. 268
Error Parameter targetSqlType should be final. 268
Error Parameter scale should be final. 268
Error Line is longer than 80 characters. 270
Error 'cast' is not followed by whitespace. 270
Error Line is longer than 80 characters. 273
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 273
Error Missing a Javadoc comment. 273
Error Parameter parameterName should be final. 273
Error Parameter x should be final. 273
Error Parameter targetSqlType should be final. 273
Error Line is longer than 80 characters. 275
Error 'cast' is not followed by whitespace. 275
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error Parameter parameterName should be final. 278
Error Parameter x should be final. 278
Error '{' should be on the previous line. 279
Error 'cast' is not followed by whitespace. 280
Error Line is longer than 80 characters. 283
Error Method 'setCharacterStream' is not designed for extension - needs to be abstract, final or empty. 283
Error Missing a Javadoc comment. 283
Error Parameter parameterName should be final. 283
Error Parameter reader should be final. 283
Error Parameter length should be final. 283
Error Line is longer than 80 characters. 285
Error 'cast' is not followed by whitespace. 285
Error Line is longer than 80 characters. 288
Error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 288
Error Missing a Javadoc comment. 288
Error Parameter parameterName should be final. 288
Error Parameter x should be final. 288
Error Parameter cal should be final. 288
Error 'cast' is not followed by whitespace. 290
Error Line is longer than 80 characters. 293
Error Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error Parameter parameterName should be final. 293
Error Parameter x should be final. 293
Error Parameter cal should be final. 293
Error 'cast' is not followed by whitespace. 295
Error Line is longer than 80 characters. 298
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error Parameter parameterName should be final. 298
Error Parameter x should be final. 298
Error Parameter cal should be final. 298
Error 'cast' is not followed by whitespace. 300
Error Line is longer than 80 characters. 303
Error Method 'setNull' is not designed for extension - needs to be abstract, final or empty. 303
Error Missing a Javadoc comment. 303
Error Parameter parameterName should be final. 303
Error Parameter sqlType should be final. 303
Error Parameter typeName should be final. 303
Error Line is longer than 80 characters. 305
Error 'cast' is not followed by whitespace. 305
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 308
Error Missing a Javadoc comment. 308
Error Parameter parameterName should be final. 308
Error '{' should be on the previous line. 309
Error 'cast' is not followed by whitespace. 310
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 313
Error Missing a Javadoc comment. 313
Error Parameter parameterName should be final. 313
Error '{' should be on the previous line. 314
Error 'cast' is not followed by whitespace. 315
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error Parameter parameterName should be final. 318
Error '{' should be on the previous line. 319
Error 'cast' is not followed by whitespace. 320
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 323
Error Missing a Javadoc comment. 323
Error Parameter parameterName should be final. 323
Error '{' should be on the previous line. 324
Error 'cast' is not followed by whitespace. 325
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 328
Error Missing a Javadoc comment. 328
Error Parameter parameterName should be final. 328
Error '{' should be on the previous line. 329
Error 'cast' is not followed by whitespace. 330
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 333
Error Missing a Javadoc comment. 333
Error Parameter parameterName should be final. 333
Error '{' should be on the previous line. 334
Error 'cast' is not followed by whitespace. 335
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 338
Error Missing a Javadoc comment. 338
Error Parameter parameterName should be final. 338
Error '{' should be on the previous line. 339
Error 'cast' is not followed by whitespace. 340
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 343
Error Missing a Javadoc comment. 343
Error Parameter parameterName should be final. 343
Error '{' should be on the previous line. 344
Error 'cast' is not followed by whitespace. 345
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 348
Error Missing a Javadoc comment. 348
Error Parameter parameterName should be final. 348
Error '{' should be on the previous line. 349
Error 'cast' is not followed by whitespace. 350
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 353
Error Missing a Javadoc comment. 353
Error Parameter parameterName should be final. 353
Error '{' should be on the previous line. 354
Error 'cast' is not followed by whitespace. 355
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 358
Error Missing a Javadoc comment. 358
Error Parameter parameterName should be final. 358
Error '{' should be on the previous line. 359
Error 'cast' is not followed by whitespace. 360
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 363
Error Missing a Javadoc comment. 363
Error Parameter parameterName should be final. 363
Error '{' should be on the previous line. 364
Error 'cast' is not followed by whitespace. 365
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 368
Error Missing a Javadoc comment. 368
Error Parameter parameterName should be final. 368
Error '{' should be on the previous line. 369
Error 'cast' is not followed by whitespace. 370
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 373
Error Missing a Javadoc comment. 373
Error Parameter parameterName should be final. 373
Error '{' should be on the previous line. 374
Error 'cast' is not followed by whitespace. 375
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 378
Error Missing a Javadoc comment. 378
Error Parameter parameterName should be final. 378
Error Parameter map should be final. 378
Error '{' should be on the previous line. 379
Error 'cast' is not followed by whitespace. 380
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 383
Error Missing a Javadoc comment. 383
Error Parameter parameterName should be final. 383
Error '{' should be on the previous line. 384
Error 'cast' is not followed by whitespace. 385
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 388
Error Missing a Javadoc comment. 388
Error Parameter parameterName should be final. 388
Error '{' should be on the previous line. 389
Error 'cast' is not followed by whitespace. 390
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 393
Error Missing a Javadoc comment. 393
Error Parameter parameterName should be final. 393
Error '{' should be on the previous line. 394
Error 'cast' is not followed by whitespace. 395
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 398
Error Missing a Javadoc comment. 398
Error Parameter parameterName should be final. 398
Error '{' should be on the previous line. 399
Error 'cast' is not followed by whitespace. 400
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 403
Error Missing a Javadoc comment. 403
Error Parameter parameterName should be final. 403
Error Parameter cal should be final. 403
Error 'cast' is not followed by whitespace. 405
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 408
Error Missing a Javadoc comment. 408
Error Parameter parameterName should be final. 408
Error Parameter cal should be final. 408
Error 'cast' is not followed by whitespace. 410
Error Line is longer than 80 characters. 413
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 413
Error Missing a Javadoc comment. 413
Error Parameter parameterName should be final. 413
Error Parameter cal should be final. 413
Error 'cast' is not followed by whitespace. 415
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 418
Error Missing a Javadoc comment. 418
Error Parameter parameterName should be final. 418
Error '{' should be on the previous line. 419
Error 'cast' is not followed by whitespace. 420

com/opensourceconnections/msjdbcproxy/ColumnSet.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 27
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 29
Error Name '_resultSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error Missing a Javadoc comment. 30
Error Name '_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Missing a Javadoc comment. 31
Error Name '_null' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Missing a Javadoc comment. 33
Error Parameter resultSet should be final. 33
Error '{' should be on the previous line. 34
Error 'for' construct must use '{}'s. 43
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 46
Error Parameter name should be final. 46
Error '{' should be on the previous line. 47
Error 'for' construct must use '{}'s. 48
Error 'if' construct must use '{}'s. 49
Error Missing a Javadoc comment. 54
Error Parameter index should be final. 54
Error '{' should be on the previous line. 55
Error Missing a Javadoc comment. 59
Error Parameter name should be final. 59
Error '{' should be on the previous line. 60
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 69
Error Parameter valid should be final. 69
Error '{' should be on the previous line. 70
Error 'for' construct must use '{}'s. 71
Error 'if' construct must use '{}'s. 71
Error Line is longer than 80 characters. 71
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 78
Error Name '_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Error Missing a Javadoc comment. 79
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error Missing a Javadoc comment. 80
Error Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Missing a Javadoc comment. 81
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Missing a Javadoc comment. 83
Error Parameter meta should be final. 83
Error Parameter index should be final. 83
Error '{' should be on the previous line. 84
Error Missing a Javadoc comment. 90
Error '{' should be on the previous line. 91
Error Line has trailing spaces. 99
Error '{' is not preceded with whitespace. 99
Error '}' should be on the same line. 101
Error 'else' is not followed by whitespace. 102
Error '{' is not preceded with whitespace. 102
Error Line contains a tab character. 107
Error Line has trailing spaces. 108
Error Line contains a tab character. 108
Error 'if' construct must use '{}'s. 119
Error Missing a Javadoc comment. 122
Error '{' should be on the previous line. 123
Error 'if' construct must use '{}'s. 124
Error 'if' construct must use '{}'s. 126
Error 'cast' is not followed by whitespace. 126
Error Line is longer than 80 characters. 128
Error Missing a Javadoc comment. 131
Error '{' should be on the previous line. 132
Error 'if' construct must use '{}'s. 133
Error 'if' construct must use '{}'s. 135
Error Line is longer than 80 characters. 135
Error 'cast' is not followed by whitespace. 135
Error 'if' construct must use '{}'s. 136
Error Line is longer than 80 characters. 136
Error 'cast' is not followed by whitespace. 136
Error Line is longer than 80 characters. 138
Error Missing a Javadoc comment. 141
Error '{' should be on the previous line. 142
Error 'if' construct must use '{}'s. 143
Error 'if' construct must use '{}'s. 145
Error 'cast' is not followed by whitespace. 145
Error Line is longer than 80 characters. 147
Error Missing a Javadoc comment. 150
Error '{' should be on the previous line. 151
Error 'if' construct must use '{}'s. 152
Error 'if' construct must use '{}'s. 154
Error 'cast' is not followed by whitespace. 154
Error Line is longer than 80 characters. 156
Error Missing a Javadoc comment. 159
Error '{' should be on the previous line. 160
Error 'if' construct must use '{}'s. 161
Error 'if' construct must use '{}'s. 163
Error 'cast' is not followed by whitespace. 163
Error Line is longer than 80 characters. 165
Error Missing a Javadoc comment. 168
Error '{' should be on the previous line. 169
Error 'if' construct must use '{}'s. 170
Error 'if' construct must use '{}'s. 172
Error 'cast' is not followed by whitespace. 172
Error Line is longer than 80 characters. 174
Error Missing a Javadoc comment. 177
Error '{' should be on the previous line. 178
Error 'if' construct must use '{}'s. 179
Error 'if' construct must use '{}'s. 181
Error 'cast' is not followed by whitespace. 181
Error Line is longer than 80 characters. 183
Error Missing a Javadoc comment. 186
Error '{' should be on the previous line. 187
Error 'if' construct must use '{}'s. 188
Error 'if' construct must use '{}'s. 190
Error 'cast' is not followed by whitespace. 190
Error Line is longer than 80 characters. 192
Error Missing a Javadoc comment. 195
Error Parameter scale should be final. 195
Error '{' should be on the previous line. 196
Error Line is longer than 80 characters. 197
Error Missing a Javadoc comment. 200
Error '{' should be on the previous line. 201
Error 'if' construct must use '{}'s. 202
Error 'if' construct must use '{}'s. 204
Error 'cast' is not followed by whitespace. 204
Error Line is longer than 80 characters. 206
Error Missing a Javadoc comment. 209
Error '{' should be on the previous line. 210
Error 'if' construct must use '{}'s. 211
Error 'if' construct must use '{}'s. 213
Error 'cast' is not followed by whitespace. 213
Error 'cast' is not followed by whitespace. 216
Error 'cast' is not followed by whitespace. 218
Error Line is longer than 80 characters. 221
Error Missing a Javadoc comment. 224
Error '{' should be on the previous line. 225
Error 'if' construct must use '{}'s. 226
Error 'cast' is not followed by whitespace. 229
Error Line has trailing spaces. 232
Error 'cast' is not followed by whitespace. 232
Error Line has trailing spaces. 234
Error Line is longer than 80 characters. 236
Error Missing a Javadoc comment. 239
Error Parameter cal should be final. 239
Error '{' should be on the previous line. 240
Error Missing a Javadoc comment. 244
Error '{' should be on the previous line. 245
Error 'if' construct must use '{}'s. 246
Error 'if' construct must use '{}'s. 248
Error 'cast' is not followed by whitespace. 248
Error Line is longer than 80 characters. 250
Error Missing a Javadoc comment. 253
Error Parameter cal should be final. 253
Error '{' should be on the previous line. 254
Error Missing a Javadoc comment. 258
Error '{' should be on the previous line. 259
Error 'if' construct must use '{}'s. 260
Error 'if' construct must use '{}'s. 262
Error 'cast' is not followed by whitespace. 262
Error Line is longer than 80 characters. 264
Error Missing a Javadoc comment. 267
Error Parameter cal should be final. 267
Error '{' should be on the previous line. 268
Error Line is longer than 80 characters. 269
Error Missing a Javadoc comment. 272
Error '{' should be on the previous line. 273
Error 'if' construct must use '{}'s. 274
Error 'if' construct must use '{}'s. 276
Error 'cast' is not followed by whitespace. 276
Error Line is longer than 80 characters. 278
Error Missing a Javadoc comment. 281
Error '{' should be on the previous line. 282
Error 'if' construct must use '{}'s. 283
Error Missing a Javadoc comment. 288
Error Parameter map should be final. 288
Error '{' should be on the previous line. 289
Error Missing a Javadoc comment. 293
Error '{' should be on the previous line. 294
Error Missing a Javadoc comment. 298
Error '{' should be on the previous line. 299
Error Line is longer than 80 characters. 300
Error Missing a Javadoc comment. 303
Error '{' should be on the previous line. 304
Error 'if' construct must use '{}'s. 305
Error 'if' construct must use '{}'s. 307
Error Line is longer than 80 characters. 307
Error 'cast' is not followed by whitespace. 307
Error 'if' construct must use '{}'s. 309
Error 'cast' is not followed by whitespace. 309
Error Line is longer than 80 characters. 311
Error Missing a Javadoc comment. 314
Error '{' should be on the previous line. 315
Error Line is longer than 80 characters. 316
Error Missing a Javadoc comment. 319
Error '{' should be on the previous line. 320
Error Missing a Javadoc comment. 324
Error '{' should be on the previous line. 325
Error 'if' construct must use '{}'s. 326
Error 'if' construct must use '{}'s. 328
Error 'cast' is not followed by whitespace. 328
Error 'if' construct must use '{}'s. 330
Error Line is longer than 80 characters. 330
Error 'cast' is not followed by whitespace. 330
Error Line is longer than 80 characters. 332
Error Missing a Javadoc comment. 335
Error '{' should be on the previous line. 336
Error Missing a Javadoc comment. 340
Error '{' should be on the previous line. 341

com/opensourceconnections/msjdbcproxy/ConnectionProxy.java

Error Line
Error File does not end with a newline. 0

com/opensourceconnections/msjdbcproxy/ConnectionProxy.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 15
Error '{' should be on the previous line. 16
Error Missing a Javadoc comment. 17
Error Name '_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Variable '_connection' must be private and have accessor methods. 17
Error Missing a Javadoc comment. 19
Error Parameter connection should be final. 19
Error '{' should be on the previous line. 20
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error '{' should be on the previous line. 25
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter sql should be final. 29
Error '{' should be on the previous line. 30
Error Line is longer than 80 characters. 31
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter sql should be final. 34
Error '{' should be on the previous line. 35
Error Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter sql should be final. 39
Error '{' should be on the previous line. 40
Error Method 'setAutoCommit' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter autoCommit should be final. 44
Error '{' should be on the previous line. 45
Error Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error '{' should be on the previous line. 50
Error Method 'commit' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Method 'rollback' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error '{' should be on the previous line. 60
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter readOnly should be final. 79
Error '{' should be on the previous line. 80
Error Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter catalog should be final. 89
Error '{' should be on the previous line. 90
Error Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error Method 'setTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter level should be final. 99
Error '{' should be on the previous line. 100
Error Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error '{' should be on the previous line. 105
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error '{' should be on the previous line. 110
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 119
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Parameter resultSetType should be final. 119
Error Parameter resultSetConcurrency should be final. 119
Error Line is longer than 80 characters. 121
Error Line is longer than 80 characters. 124
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error Parameter sql should be final. 124
Error Parameter resultSetType should be final. 124
Error Parameter resultSetConcurrency should be final. 124
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 129
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter sql should be final. 129
Error Parameter resultSetType should be final. 129
Error Parameter resultSetConcurrency should be final. 129
Error Line is longer than 80 characters. 131
Error Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error '{' should be on the previous line. 135
Error Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error Parameter map should be final. 139
Error '{' should be on the previous line. 140
Error Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. 144
Error Missing a Javadoc comment. 144
Error Parameter holdability should be final. 144
Error '{' should be on the previous line. 145
Error Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error '{' should be on the previous line. 150
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error '{' should be on the previous line. 155
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 159
Error Missing a Javadoc comment. 159
Error Parameter name should be final. 159
Error '{' should be on the previous line. 160
Error Method 'rollback' is not designed for extension - needs to be abstract, final or empty. 164
Error Missing a Javadoc comment. 164
Error Parameter savepoint should be final. 164
Error '{' should be on the previous line. 165
Error Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Parameter savepoint should be final. 169
Error '{' should be on the previous line. 170
Error Line is longer than 80 characters. 174
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Parameter resultSetType should be final. 174
Error Parameter resultSetConcurrency should be final. 174
Error Parameter resultSetHoldability should be final. 174
Error Line is longer than 80 characters. 176
Error Line is longer than 80 characters. 179
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error Parameter sql should be final. 179
Error Parameter resultSetType should be final. 179
Error Parameter resultSetConcurrency should be final. 179
Error Parameter resultSetHoldability should be final. 179
Error Line is longer than 80 characters. 181
Error Line is longer than 80 characters. 184
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 184
Error Missing a Javadoc comment. 184
Error Parameter sql should be final. 184
Error Parameter resultSetType should be final. 184
Error Parameter resultSetConcurrency should be final. 184
Error Parameter resultSetHoldability should be final. 184
Error Line is longer than 80 characters. 186
Error Line is longer than 80 characters. 189
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 189
Error Missing a Javadoc comment. 189
Error Parameter sql should be final. 189
Error Parameter autoGeneratedKeys should be final. 189
Error Line is longer than 80 characters. 191
Error Line is longer than 80 characters. 194
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error Parameter sql should be final. 194
Error Parameter columnIndexes should be final. 194
Error Array brackets at illegal position. 194
Error Line is longer than 80 characters. 196
Error Line is longer than 80 characters. 199
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 199
Error Missing a Javadoc comment. 199
Error Parameter sql should be final. 199
Error Parameter columnNames should be final. 199
Error Array brackets at illegal position. 199
Error Line is longer than 80 characters. 201

com/opensourceconnections/msjdbcproxy/HibernateProvider.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 28
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter props should be final. 29
Error Redundant throws: 'HibernateException' is unchecked exception. 29
Error Line is longer than 80 characters. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 34
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 36
Error Line has trailing spaces. 39
Error Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter conn should be final. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 44
Error Line has trailing spaces. 45
Error Method 'finalize' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Redundant throws: 'HibernateException' is unchecked exception. 45
Error '{' is not preceded with whitespace. 45
Error Line has trailing spaces. 48
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Redundant throws: 'HibernateException' is unchecked exception. 49
Error '{' is not preceded with whitespace. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error Line contains a tab character. 55
Error Method 'supportsAggressiveRelease' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61

com/opensourceconnections/msjdbcproxy/PreparedStatementProxy.java

Error Line
Error File does not end with a newline. 0

com/opensourceconnections/msjdbcproxy/PreparedStatementProxy.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 25
Error Parameter connection should be final. 25
Error Parameter statement should be final. 25
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error '{' should be on the previous line. 31
Error Line is longer than 80 characters. 32
Error 'cast' is not followed by whitespace. 32
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error '{' should be on the previous line. 36
Error 'cast' is not followed by whitespace. 37
Error Method 'setNull' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter parameterIndex should be final. 40
Error Parameter sqlType should be final. 40
Error '{' should be on the previous line. 41
Error 'cast' is not followed by whitespace. 42
Error Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter parameterIndex should be final. 45
Error Parameter x should be final. 45
Error '{' should be on the previous line. 46
Error 'cast' is not followed by whitespace. 47
Error Method 'setByte' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter parameterIndex should be final. 50
Error Parameter x should be final. 50
Error '{' should be on the previous line. 51
Error 'cast' is not followed by whitespace. 52
Error Method 'setShort' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter parameterIndex should be final. 55
Error Parameter x should be final. 55
Error '{' should be on the previous line. 56
Error 'cast' is not followed by whitespace. 57
Error Method 'setInt' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter parameterIndex should be final. 60
Error Parameter x should be final. 60
Error '{' should be on the previous line. 61
Error 'cast' is not followed by whitespace. 62
Error Method 'setLong' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Parameter parameterIndex should be final. 65
Error Parameter x should be final. 65
Error '{' should be on the previous line. 66
Error 'cast' is not followed by whitespace. 67
Error Method 'setFloat' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Parameter parameterIndex should be final. 70
Error Parameter x should be final. 70
Error '{' should be on the previous line. 71
Error 'cast' is not followed by whitespace. 72
Error Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Parameter parameterIndex should be final. 75
Error Parameter x should be final. 75
Error '{' should be on the previous line. 76
Error 'cast' is not followed by whitespace. 77
Error Line is longer than 80 characters. 80
Error Method 'setBigDecimal' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter parameterIndex should be final. 80
Error Parameter x should be final. 80
Error 'cast' is not followed by whitespace. 82
Error Method 'setString' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter parameterIndex should be final. 85
Error Parameter x should be final. 85
Error '{' should be on the previous line. 86
Error 'cast' is not followed by whitespace. 87
Error Method 'setBytes' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error Parameter parameterIndex should be final. 90
Error Parameter x should be final. 90
Error Array brackets at illegal position. 90
Error '{' should be on the previous line. 91
Error 'cast' is not followed by whitespace. 92
Error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter parameterIndex should be final. 95
Error Parameter x should be final. 95
Error '{' should be on the previous line. 96
Error 'cast' is not followed by whitespace. 97
Error Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter parameterIndex should be final. 100
Error Parameter x should be final. 100
Error '{' should be on the previous line. 101
Error 'cast' is not followed by whitespace. 102
Error Line is longer than 80 characters. 105
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter parameterIndex should be final. 105
Error Parameter x should be final. 105
Error 'cast' is not followed by whitespace. 107
Error Line is longer than 80 characters. 110
Error Method 'setAsciiStream' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Parameter parameterIndex should be final. 110
Error Parameter x should be final. 110
Error Parameter length should be final. 110
Error Line is longer than 80 characters. 112
Error 'cast' is not followed by whitespace. 112
Error Line is longer than 80 characters. 115
Error Method 'setUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Parameter parameterIndex should be final. 115
Error Parameter x should be final. 115
Error Parameter length should be final. 115
Error Line is longer than 80 characters. 117
Error 'cast' is not followed by whitespace. 117
Error Line is longer than 80 characters. 120
Error Method 'setBinaryStream' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter parameterIndex should be final. 120
Error Parameter x should be final. 120
Error Parameter length should be final. 120
Error Line is longer than 80 characters. 122
Error 'cast' is not followed by whitespace. 122
Error Method 'clearParameters' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error '{' should be on the previous line. 126
Error 'cast' is not followed by whitespace. 127
Error Line is longer than 80 characters. 130
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter parameterIndex should be final. 130
Error Parameter x should be final. 130
Error Parameter targetSqlType should be final. 130
Error Parameter scale should be final. 130
Error Line is longer than 80 characters. 132
Error 'cast' is not followed by whitespace. 132
Error Line is longer than 80 characters. 135
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error Parameter parameterIndex should be final. 135
Error Parameter x should be final. 135
Error Parameter targetSqlType should be final. 135
Error Line is longer than 80 characters. 137
Error 'cast' is not followed by whitespace. 137
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter parameterIndex should be final. 140
Error Parameter x should be final. 140
Error '{' should be on the previous line. 141
Error 'cast' is not followed by whitespace. 142
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error '{' should be on the previous line. 146
Error 'cast' is not followed by whitespace. 147
Error Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error '{' should be on the previous line. 151
Error 'cast' is not followed by whitespace. 152
Error Line is longer than 80 characters. 155
Error Method 'setCharacterStream' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error Parameter parameterIndex should be final. 155
Error Parameter reader should be final. 155
Error Parameter length should be final. 155
Error Line is longer than 80 characters. 157
Error 'cast' is not followed by whitespace. 157
Error Method 'setRef' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error Parameter i should be final. 160
Error Parameter x should be final. 160
Error '{' should be on the previous line. 161
Error 'cast' is not followed by whitespace. 162
Error Method 'setBlob' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Parameter i should be final. 165
Error Parameter x should be final. 165
Error '{' should be on the previous line. 166
Error 'cast' is not followed by whitespace. 167
Error Method 'setClob' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Parameter i should be final. 170
Error Parameter x should be final. 170
Error '{' should be on the previous line. 171
Error 'cast' is not followed by whitespace. 172
Error Method 'setArray' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error Parameter i should be final. 175
Error Parameter x should be final. 175
Error '{' should be on the previous line. 176
Error 'cast' is not followed by whitespace. 177
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error '{' should be on the previous line. 181
Error 'cast' is not followed by whitespace. 182
Error Line is longer than 80 characters. 185
Error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error Parameter parameterIndex should be final. 185
Error Parameter x should be final. 185
Error Parameter cal should be final. 185
Error 'cast' is not followed by whitespace. 187
Error Line is longer than 80 characters. 190
Error Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter parameterIndex should be final. 190
Error Parameter x should be final. 190
Error Parameter cal should be final. 190
Error 'cast' is not followed by whitespace. 192
Error Line is longer than 80 characters. 195
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195
Error Parameter parameterIndex should be final. 195
Error Parameter x should be final. 195
Error Parameter cal should be final. 195
Error 'cast' is not followed by whitespace. 197
Error Line is longer than 80 characters. 200
Error Method 'setNull' is not designed for extension - needs to be abstract, final or empty. 200
Error Missing a Javadoc comment. 200
Error Parameter paramIndex should be final. 200
Error Parameter sqlType should be final. 200
Error Parameter typeName should be final. 200
Error 'cast' is not followed by whitespace. 202
Error Method 'setURL' is not designed for extension - needs to be abstract, final or empty. 205
Error Missing a Javadoc comment. 205
Error Parameter parameterIndex should be final. 205
Error Parameter x should be final. 205
Error '{' should be on the previous line. 206
Error 'cast' is not followed by whitespace. 207
Error Method 'getParameterMetaData' is not designed for extension - needs to be abstract, final or empty. 210
Error Missing a Javadoc comment. 210
Error '{' should be on the previous line. 211
Error 'cast' is not followed by whitespace. 212

com/opensourceconnections/msjdbcproxy/ResultSetProxy.java

Error Line
Error File does not end with a newline. 0

com/opensourceconnections/msjdbcproxy/ResultSetProxy.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 24
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Name '_statement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Variable '_statement' must be private and have accessor methods. 26
Error Missing a Javadoc comment. 27
Error Name '_resultSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Variable '_resultSet' must be private and have accessor methods. 27
Error Missing a Javadoc comment. 28
Error Name '_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Variable '_columns' must be private and have accessor methods. 28
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error Parameter statement should be final. 30
Error Parameter resultSet should be final. 30
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '{' should be on the previous line. 38
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error '{' should be on the previous line. 43
Error Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error '{' should be on the previous line. 48
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter columnIndex should be final. 52
Error '{' should be on the previous line. 53
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter columnIndex should be final. 57
Error '{' should be on the previous line. 58
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter columnIndex should be final. 62
Error '{' should be on the previous line. 63
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter columnIndex should be final. 67
Error '{' should be on the previous line. 68
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter columnIndex should be final. 72
Error '{' should be on the previous line. 73
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter columnIndex should be final. 77
Error '{' should be on the previous line. 78
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter columnIndex should be final. 82
Error '{' should be on the previous line. 83
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter columnIndex should be final. 87
Error '{' should be on the previous line. 88
Error Line is longer than 80 characters. 92
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter columnIndex should be final. 92
Error Parameter scale should be final. 92
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter columnIndex should be final. 97
Error '{' should be on the previous line. 98
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error Parameter columnIndex should be final. 102
Error '{' should be on the previous line. 103
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Parameter columnIndex should be final. 107
Error '{' should be on the previous line. 108
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Parameter columnIndex should be final. 112
Error '{' should be on the previous line. 113
Error Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Parameter columnIndex should be final. 117
Error '{' should be on the previous line. 118
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Parameter columnIndex should be final. 122
Error '{' should be on the previous line. 123
Error Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. 127
Error Missing a Javadoc comment. 127
Error Parameter columnIndex should be final. 127
Error '{' should be on the previous line. 128
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132
Error Parameter columnName should be final. 132
Error '{' should be on the previous line. 133
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error Parameter columnName should be final. 137
Error '{' should be on the previous line. 138
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Parameter columnName should be final. 142
Error '{' should be on the previous line. 143
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Parameter columnName should be final. 147
Error '{' should be on the previous line. 148
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error Parameter columnName should be final. 152
Error '{' should be on the previous line. 153
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error Parameter columnName should be final. 157
Error '{' should be on the previous line. 158
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter columnName should be final. 162
Error '{' should be on the previous line. 163
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Parameter columnName should be final. 167
Error '{' should be on the previous line. 168
Error Line is longer than 80 characters. 172
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error Parameter columnName should be final. 172
Error Parameter scale should be final. 172
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 177
Error Missing a Javadoc comment. 177
Error Parameter columnName should be final. 177
Error '{' should be on the previous line. 178
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Parameter columnName should be final. 182
Error '{' should be on the previous line. 183
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error Parameter columnName should be final. 187
Error '{' should be on the previous line. 188
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error Parameter columnName should be final. 192
Error '{' should be on the previous line. 193
Error Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. 197
Error Missing a Javadoc comment. 197
Error Parameter columnName should be final. 197
Error '{' should be on the previous line. 198
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 202
Error Missing a Javadoc comment. 202
Error Parameter columnName should be final. 202
Error '{' should be on the previous line. 203
Error Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. 207
Error Missing a Javadoc comment. 207
Error Parameter columnName should be final. 207
Error '{' should be on the previous line. 208
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error '{' should be on the previous line. 213
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 217
Error Missing a Javadoc comment. 217
Error '{' should be on the previous line. 218
Error Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. 222
Error Missing a Javadoc comment. 222
Error '{' should be on the previous line. 223
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 227
Error Missing a Javadoc comment. 227
Error '{' should be on the previous line. 228
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 232
Error Missing a Javadoc comment. 232
Error Parameter columnIndex should be final. 232
Error '{' should be on the previous line. 233
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 237
Error Missing a Javadoc comment. 237
Error Parameter columnName should be final. 237
Error '{' should be on the previous line. 238
Error Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. 242
Error Missing a Javadoc comment. 242
Error Parameter columnName should be final. 242
Error '{' should be on the previous line. 243
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error Parameter columnIndex should be final. 247
Error '{' should be on the previous line. 248
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error Parameter columnName should be final. 252
Error '{' should be on the previous line. 253
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 257
Error Missing a Javadoc comment. 257
Error Parameter columnIndex should be final. 257
Error '{' should be on the previous line. 258
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error Parameter columnName should be final. 262
Error '{' should be on the previous line. 263
Error Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. 267
Error Missing a Javadoc comment. 267
Error '{' should be on the previous line. 268
Error Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. 272
Error Missing a Javadoc comment. 272
Error '{' should be on the previous line. 273
Error Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error '{' should be on the previous line. 278
Error Method 'isLast' is not designed for extension - needs to be abstract, final or empty. 282
Error Missing a Javadoc comment. 282
Error '{' should be on the previous line. 283
Error Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. 287
Error Missing a Javadoc comment. 287
Error '{' should be on the previous line. 288
Error Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. 292
Error Missing a Javadoc comment. 292
Error '{' should be on the previous line. 293
Error Method 'first' is not designed for extension - needs to be abstract, final or empty. 297
Error Missing a Javadoc comment. 297
Error '{' should be on the previous line. 298
Error Method 'last' is not designed for extension - needs to be abstract, final or empty. 302
Error Missing a Javadoc comment. 302
Error '{' should be on the previous line. 303
Error Method 'getRow' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error '{' should be on the previous line. 308
Error Method 'absolute' is not designed for extension - needs to be abstract, final or empty. 312
Error Missing a Javadoc comment. 312
Error Parameter row should be final. 312
Error '{' should be on the previous line. 313
Error Method 'relative' is not designed for extension - needs to be abstract, final or empty. 317
Error Missing a Javadoc comment. 317
Error Parameter rows should be final. 317
Error '{' should be on the previous line. 318
Error Method 'previous' is not designed for extension - needs to be abstract, final or empty. 322
Error Missing a Javadoc comment. 322
Error '{' should be on the previous line. 323
Error Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. 327
Error Missing a Javadoc comment. 327
Error Parameter direction should be final. 327
Error '{' should be on the previous line. 328
Error Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. 332
Error Missing a Javadoc comment. 332
Error '{' should be on the previous line. 333
Error Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. 337
Error Missing a Javadoc comment. 337
Error Parameter rows should be final. 337
Error '{' should be on the previous line. 338
Error Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. 342
Error Missing a Javadoc comment. 342
Error '{' should be on the previous line. 343
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 347
Error Missing a Javadoc comment. 347
Error '{' should be on the previous line. 348
Error Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. 352
Error Missing a Javadoc comment. 352
Error '{' should be on the previous line. 353
Error Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. 357
Error Missing a Javadoc comment. 357
Error '{' should be on the previous line. 358
Error Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. 362
Error Missing a Javadoc comment. 362
Error '{' should be on the previous line. 363
Error Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. 367
Error Missing a Javadoc comment. 367
Error '{' should be on the previous line. 368
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 372
Error Missing a Javadoc comment. 372
Error Parameter columnIndex should be final. 372
Error '{' should be on the previous line. 373
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 377
Error Missing a Javadoc comment. 377
Error Parameter columnIndex should be final. 377
Error Parameter x should be final. 377
Error '{' should be on the previous line. 378
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 382
Error Missing a Javadoc comment. 382
Error Parameter columnIndex should be final. 382
Error Parameter x should be final. 382
Error '{' should be on the previous line. 383
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 387
Error Missing a Javadoc comment. 387
Error Parameter columnIndex should be final. 387
Error Parameter x should be final. 387
Error '{' should be on the previous line. 388
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 392
Error Missing a Javadoc comment. 392
Error Parameter columnIndex should be final. 392
Error Parameter x should be final. 392
Error '{' should be on the previous line. 393
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 397
Error Missing a Javadoc comment. 397
Error Parameter columnIndex should be final. 397
Error Parameter x should be final. 397
Error '{' should be on the previous line. 398
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 402
Error Missing a Javadoc comment. 402
Error Parameter columnIndex should be final. 402
Error Parameter x should be final. 402
Error '{' should be on the previous line. 403
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 407
Error Missing a Javadoc comment. 407
Error Parameter columnIndex should be final. 407
Error Parameter x should be final. 407
Error '{' should be on the previous line. 408
Error Line is longer than 80 characters. 412
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 412
Error Missing a Javadoc comment. 412
Error Parameter columnIndex should be final. 412
Error Parameter x should be final. 412
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 417
Error Missing a Javadoc comment. 417
Error Parameter columnIndex should be final. 417
Error Parameter x should be final. 417
Error '{' should be on the previous line. 418
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 422
Error Missing a Javadoc comment. 422
Error Parameter columnIndex should be final. 422
Error Parameter x should be final. 422
Error Array brackets at illegal position. 422
Error '{' should be on the previous line. 423
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 427
Error Missing a Javadoc comment. 427
Error Parameter columnIndex should be final. 427
Error Parameter x should be final. 427
Error '{' should be on the previous line. 428
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 432
Error Missing a Javadoc comment. 432
Error Parameter columnIndex should be final. 432
Error Parameter x should be final. 432
Error '{' should be on the previous line. 433
Error Line is longer than 80 characters. 437
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 437
Error Missing a Javadoc comment. 437
Error Parameter columnIndex should be final. 437
Error Parameter x should be final. 437
Error Line is longer than 80 characters. 442
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 442
Error Missing a Javadoc comment. 442
Error Parameter columnIndex should be final. 442
Error Parameter x should be final. 442
Error Parameter length should be final. 442
Error Line is longer than 80 characters. 447
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 447
Error Missing a Javadoc comment. 447
Error Parameter columnIndex should be final. 447
Error Parameter x should be final. 447
Error Parameter length should be final. 447
Error Line is longer than 80 characters. 452
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 452
Error Missing a Javadoc comment. 452
Error Parameter columnIndex should be final. 452
Error Parameter x should be final. 452
Error Parameter length should be final. 452
Error Line is longer than 80 characters. 457
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 457
Error Missing a Javadoc comment. 457
Error Parameter columnIndex should be final. 457
Error Parameter x should be final. 457
Error Parameter scale should be final. 457
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 462
Error Missing a Javadoc comment. 462
Error Parameter columnIndex should be final. 462
Error Parameter x should be final. 462
Error '{' should be on the previous line. 463
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 467
Error Missing a Javadoc comment. 467
Error Parameter columnName should be final. 467
Error '{' should be on the previous line. 468
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 472
Error Missing a Javadoc comment. 472
Error Parameter columnName should be final. 472
Error Parameter x should be final. 472
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 477
Error Missing a Javadoc comment. 477
Error Parameter columnName should be final. 477
Error Parameter x should be final. 477
Error '{' should be on the previous line. 478
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 482
Error Missing a Javadoc comment. 482
Error Parameter columnName should be final. 482
Error Parameter x should be final. 482
Error '{' should be on the previous line. 483
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 487
Error Missing a Javadoc comment. 487
Error Parameter columnName should be final. 487
Error Parameter x should be final. 487
Error '{' should be on the previous line. 488
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 492
Error Missing a Javadoc comment. 492
Error Parameter columnName should be final. 492
Error Parameter x should be final. 492
Error '{' should be on the previous line. 493
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 497
Error Missing a Javadoc comment. 497
Error Parameter columnName should be final. 497
Error Parameter x should be final. 497
Error '{' should be on the previous line. 498
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 502
Error Missing a Javadoc comment. 502
Error Parameter columnName should be final. 502
Error Parameter x should be final. 502
Error '{' should be on the previous line. 503
Error Line is longer than 80 characters. 507
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 507
Error Missing a Javadoc comment. 507
Error Parameter columnName should be final. 507
Error Parameter x should be final. 507
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 512
Error Missing a Javadoc comment. 512
Error Parameter columnName should be final. 512
Error Parameter x should be final. 512
Error '{' should be on the previous line. 513
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 517
Error Missing a Javadoc comment. 517
Error Parameter columnName should be final. 517
Error Parameter x should be final. 517
Error Array brackets at illegal position. 517
Error '{' should be on the previous line. 518
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 522
Error Missing a Javadoc comment. 522
Error Parameter columnName should be final. 522
Error Parameter x should be final. 522
Error '{' should be on the previous line. 523
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 527
Error Missing a Javadoc comment. 527
Error Parameter columnName should be final. 527
Error Parameter x should be final. 527
Error '{' should be on the previous line. 528
Error Line is longer than 80 characters. 532
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 532
Error Missing a Javadoc comment. 532
Error Parameter columnName should be final. 532
Error Parameter x should be final. 532
Error Line is longer than 80 characters. 537
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 537
Error Missing a Javadoc comment. 537
Error Parameter columnName should be final. 537
Error Parameter x should be final. 537
Error Parameter length should be final. 537
Error Line is longer than 80 characters. 542
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 542
Error Missing a Javadoc comment. 542
Error Parameter columnName should be final. 542
Error Parameter x should be final. 542
Error Parameter length should be final. 542
Error Line is longer than 80 characters. 547
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 547
Error Missing a Javadoc comment. 547
Error Parameter columnName should be final. 547
Error Parameter reader should be final. 547
Error Parameter length should be final. 547
Error Line is longer than 80 characters. 552
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 552
Error Missing a Javadoc comment. 552
Error Parameter columnName should be final. 552
Error Parameter x should be final. 552
Error Parameter scale should be final. 552
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 557
Error Missing a Javadoc comment. 557
Error Parameter columnName should be final. 557
Error Parameter x should be final. 557
Error '{' should be on the previous line. 558
Error Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. 562
Error Missing a Javadoc comment. 562
Error '{' should be on the previous line. 563
Error Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. 567
Error Missing a Javadoc comment. 567
Error '{' should be on the previous line. 568
Error Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. 572
Error Missing a Javadoc comment. 572
Error '{' should be on the previous line. 573
Error Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. 577
Error Missing a Javadoc comment. 577
Error '{' should be on the previous line. 578
Error Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. 582
Error Missing a Javadoc comment. 582
Error '{' should be on the previous line. 583
Error Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. 587
Error Missing a Javadoc comment. 587
Error '{' should be on the previous line. 588
Error Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. 592
Error Missing a Javadoc comment. 592
Error '{' should be on the previous line. 593
Error Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. 597
Error Missing a Javadoc comment. 597
Error '{' should be on the previous line. 598
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 602
Error Missing a Javadoc comment. 602
Error Parameter i should be final. 602
Error Parameter map should be final. 602
Error '{' should be on the previous line. 603
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 607
Error Missing a Javadoc comment. 607
Error Parameter i should be final. 607
Error '{' should be on the previous line. 608
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 612
Error Missing a Javadoc comment. 612
Error Parameter i should be final. 612
Error '{' should be on the previous line. 613
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 617
Error Missing a Javadoc comment. 617
Error Parameter i should be final. 617
Error '{' should be on the previous line. 618
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 622
Error Missing a Javadoc comment. 622
Error Parameter i should be final. 622
Error '{' should be on the previous line. 623
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 627
Error Missing a Javadoc comment. 627
Error Parameter colName should be final. 627
Error Parameter map should be final. 627
Error '{' should be on the previous line. 628
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 632
Error Missing a Javadoc comment. 632
Error Parameter colName should be final. 632
Error '{' should be on the previous line. 633
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 637
Error Missing a Javadoc comment. 637
Error Parameter colName should be final. 637
Error '{' should be on the previous line. 638
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 642
Error Missing a Javadoc comment. 642
Error Parameter colName should be final. 642
Error '{' should be on the previous line. 643
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 647
Error Missing a Javadoc comment. 647
Error Parameter colName should be final. 647
Error '{' should be on the previous line. 648
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 652
Error Missing a Javadoc comment. 652
Error Parameter columnIndex should be final. 652
Error Parameter cal should be final. 652
Error '{' should be on the previous line. 653
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 657
Error Missing a Javadoc comment. 657
Error Parameter columnName should be final. 657
Error Parameter cal should be final. 657
Error '{' should be on the previous line. 658
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 662
Error Missing a Javadoc comment. 662
Error Parameter columnIndex should be final. 662
Error Parameter cal should be final. 662
Error '{' should be on the previous line. 663
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 667
Error Missing a Javadoc comment. 667
Error Parameter columnName should be final. 667
Error Parameter cal should be final. 667
Error '{' should be on the previous line. 668
Error Line is longer than 80 characters. 672
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 672
Error Missing a Javadoc comment. 672
Error Parameter columnIndex should be final. 672
Error Parameter cal should be final. 672
Error Line is longer than 80 characters. 677
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 677
Error Missing a Javadoc comment. 677
Error Parameter columnName should be final. 677
Error Parameter cal should be final. 677
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 682
Error Missing a Javadoc comment. 682
Error Parameter columnIndex should be final. 682
Error '{' should be on the previous line. 683
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 687
Error Missing a Javadoc comment. 687
Error Parameter columnName should be final. 687
Error '{' should be on the previous line. 688
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 692
Error Missing a Javadoc comment. 692
Error Parameter columnIndex should be final. 692
Error Parameter x should be final. 692
Error '{' should be on the previous line. 693
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 697
Error Missing a Javadoc comment. 697
Error Parameter columnName should be final. 697
Error Parameter x should be final. 697
Error '{' should be on the previous line. 698
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 702
Error Missing a Javadoc comment. 702
Error Parameter columnIndex should be final. 702
Error Parameter x should be final. 702
Error '{' should be on the previous line. 703
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 707
Error Missing a Javadoc comment. 707
Error Parameter columnName should be final. 707
Error Parameter x should be final. 707
Error '{' should be on the previous line. 708
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 712
Error Missing a Javadoc comment. 712
Error Parameter columnIndex should be final. 712
Error Parameter x should be final. 712
Error '{' should be on the previous line. 713
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 717
Error Missing a Javadoc comment. 717
Error Parameter columnName should be final. 717
Error Parameter x should be final. 717
Error '{' should be on the previous line. 718
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 722
Error Missing a Javadoc comment. 722
Error Parameter columnIndex should be final. 722
Error Parameter x should be final. 722
Error '{' should be on the previous line. 723
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 727
Error Missing a Javadoc comment. 727
Error Parameter columnName should be final. 727
Error Parameter x should be final. 727
Error '{' should be on the previous line. 728

com/opensourceconnections/msjdbcproxy/StatementProxy.java

Error Line
Error File does not end with a newline. 0

com/opensourceconnections/msjdbcproxy/StatementProxy.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error '{' should be on the previous line. 11
Error Missing a Javadoc comment. 12
Error Name '_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Variable '_connection' must be private and have accessor methods. 12
Error Missing a Javadoc comment. 13
Error Name '_statement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error Variable '_statement' must be private and have accessor methods. 13
Error Missing a Javadoc comment. 15
Error Parameter connection should be final. 15
Error Parameter statement should be final. 15
Error '{' should be on the previous line. 16
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter sql should be final. 21
Error '{' should be on the previous line. 22
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Parameter sql should be final. 26
Error '{' should be on the previous line. 27
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error '{' should be on the previous line. 32
Error Method 'getMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error '{' should be on the previous line. 37
Error Method 'setMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter max should be final. 41
Error '{' should be on the previous line. 42
Error Method 'getMaxRows' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error '{' should be on the previous line. 47
Error Method 'setMaxRows' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error Parameter max should be final. 51
Error '{' should be on the previous line. 52
Error Method 'setEscapeProcessing' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter enable should be final. 56
Error '{' should be on the previous line. 57
Error Method 'getQueryTimeout' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Method 'setQueryTimeout' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter seconds should be final. 66
Error '{' should be on the previous line. 67
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Method 'setCursorName' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter name should be final. 86
Error '{' should be on the previous line. 87
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error Parameter sql should be final. 91
Error '{' should be on the previous line. 92
Error Method 'getResultSet' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error Method 'getUpdateCount' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '{' should be on the previous line. 102
Error Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error '{' should be on the previous line. 107
Error Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Parameter direction should be final. 111
Error '{' should be on the previous line. 112
Error Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error '{' should be on the previous line. 117
Error Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Parameter rows should be final. 121
Error '{' should be on the previous line. 122
Error Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error '{' should be on the previous line. 127
Error Method 'getResultSetConcurrency' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error '{' should be on the previous line. 132
Error Method 'getResultSetType' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error '{' should be on the previous line. 137
Error Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141
Error Parameter sql should be final. 141
Error '{' should be on the previous line. 142
Error Method 'clearBatch' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error '{' should be on the previous line. 147
Error Method 'executeBatch' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error '{' should be on the previous line. 152
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 156
Error Missing a Javadoc comment. 156
Error '{' should be on the previous line. 157
Error Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error Parameter current should be final. 161
Error '{' should be on the previous line. 162
Error Method 'getGeneratedKeys' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error '{' should be on the previous line. 167
Error Line is longer than 80 characters. 171
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 171
Error Missing a Javadoc comment. 171
Error Parameter sql should be final. 171
Error Parameter autoGeneratedKeys should be final. 171
Error Line is longer than 80 characters. 176
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error Parameter sql should be final. 176
Error Parameter columnIndexes should be final. 176
Error Array brackets at illegal position. 176
Error Line is longer than 80 characters. 181
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Parameter sql should be final. 181
Error Parameter columnNames should be final. 181
Error Array brackets at illegal position. 181
Error Line is longer than 80 characters. 186
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Parameter sql should be final. 186
Error Parameter autoGeneratedKeys should be final. 186
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 191
Error Missing a Javadoc comment. 191
Error Parameter sql should be final. 191
Error Parameter columnIndexes should be final. 191
Error Array brackets at illegal position. 191
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Parameter sql should be final. 196
Error Parameter columnNames should be final. 196
Error Array brackets at illegal position. 196
Error Method 'getResultSetHoldability' is not designed for extension - needs to be abstract, final or empty. 201
Error Missing a Javadoc comment. 201
Error '{' should be on the previous line. 202

com/opensourceconnections/msjdbcproxy/package.html

Error Line
Error Missing package documentation file. 0