Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
101 0 0 3004

Files

Files I W E
com/imcode/db/AbstractDatabase.java 0 0 14
com/imcode/db/DataSourceDatabase.java 0 0 25
com/imcode/db/Database.java 0 0 1
com/imcode/db/Database.java 0 0 14
com/imcode/db/DatabaseCommand.java 0 0 7
com/imcode/db/DatabaseConnection.java 0 0 1
com/imcode/db/DatabaseConnection.java 0 0 18
com/imcode/db/DatabaseConnectionWrapper.java 0 0 32
com/imcode/db/DatabaseException.java 0 0 44
com/imcode/db/DatasourceDatabase.java 0 0 3
com/imcode/db/JdbcDatabaseConnection.java 0 0 31
com/imcode/db/JdbcUtils.java 0 0 15
com/imcode/db/SingleConnectionDatabase.java 0 0 12
com/imcode/db/benchmark/Average.java 0 0 49
com/imcode/db/benchmark/BenchmarkAverages.java 0 0 17
com/imcode/db/benchmark/BenchmarkConnection.java 0 0 11
com/imcode/db/benchmark/BenchmarkDatabase.java 0 0 27
com/imcode/db/benchmark/BenchmarkDatabaseCommand.java 0 0 14
com/imcode/db/benchmark/BenchmarkDatabaseConnection.java 0 0 17
com/imcode/db/benchmark/BenchmarkPreparedStatement.java 0 0 12
com/imcode/db/benchmark/BenchmarkResultSet.java 0 0 22
com/imcode/db/benchmark/package.html 0 0 1
com/imcode/db/commands/ColumnValuesDatabaseCommand.java 0 0 19
com/imcode/db/commands/CompositeDatabaseCommand.java 0 0 34
com/imcode/db/commands/DeleteWhereColumnsEqualDatabaseCommand.java 0 0 38
com/imcode/db/commands/InsertIntoTableDatabaseCommand.java 0 0 26
com/imcode/db/commands/SqlQueryCommand.java 0 0 34
com/imcode/db/commands/SqlQueryDatabaseCommand.java 0 0 7
com/imcode/db/commands/SqlUpdateCommand.java 0 0 22
com/imcode/db/commands/SqlUpdateDatabaseCommand.java 0 0 7
com/imcode/db/commands/TransactionDatabaseCommand.java 0 0 33
com/imcode/db/commands/UpdateTableWhereColumnEqualsDatabaseCommand.java 0 0 38
com/imcode/db/commands/package.html 0 0 1
com/imcode/db/exceptions/IntegrityConstraintViolationException.java 0 0 9
com/imcode/db/exceptions/StringTruncationException.java 0 0 8
com/imcode/db/exceptions/package.html 0 0 1
com/imcode/db/handlers/CollectionHandler.java 0 0 19
com/imcode/db/handlers/ObjectArrayHandler.java 0 0 17
com/imcode/db/handlers/ObjectArrayResultSetHandler.java 0 0 6
com/imcode/db/handlers/ObjectFromFirstRowResultSetHandler.java 0 0 6
com/imcode/db/handlers/ObjectFromRowFactory.java 0 0 2
com/imcode/db/handlers/RowTransformer.java 0 0 1
com/imcode/db/handlers/RowTransformer.java 0 0 6
com/imcode/db/handlers/RowTransformingHandler.java 0 0 8
com/imcode/db/handlers/SingleObjectHandler.java 0 0 12
com/imcode/db/handlers/package.html 0 0 1
com/imcode/db/jdbc/ConnectionWrapper.java 0 0 133
com/imcode/db/jdbc/CountingResultSet.java 0 0 12
com/imcode/db/jdbc/PreparedStatementWrapper.java 0 0 270
com/imcode/db/jdbc/ResultSetWrapper.java 0 0 472
com/imcode/db/jdbc/package.html 0 0 1
com/imcode/db/mock/MockConnection.java 0 0 446
com/imcode/db/mock/MockDatabase.java 0 0 210
com/imcode/db/mock/MockDatabaseConnection.java 0 0 40
com/imcode/db/mock/MockResultSet.java 0 0 676
com/imcode/db/mock/package.html 0 0 1
com/imcode/db/package.html 0 0 1

com/imcode/db/AbstractDatabase.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. 3
Error Line is longer than 80 characters. 5
Error Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 5
Error Missing a Javadoc comment. 5
Error Parameter databaseCommand should be final. 5
Error Redundant throws: 'DatabaseException' is unchecked exception. 5
Error ';' is preceded with whitespace. 6
Error Line is longer than 80 characters. 9
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 9
Error Missing a Javadoc comment. 9
Error Parameter databaseCommand should be final. 9
Error Redundant throws: 'DatabaseException' is unchecked exception. 9
Error ';' is preceded with whitespace. 10

com/imcode/db/DataSourceDatabase.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. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error '(' is followed by whitespace. 11
Error Parameter dataSource should be final. 11
Error 'dataSource' hides a field. 11
Error ')' is preceded with whitespace. 11
Error Line is longer than 80 characters. 15
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 15
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error Redundant throws: 'DatabaseException' is unchecked exception. 15
Error Line is longer than 80 characters. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error ';' is preceded with whitespace. 22
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error Line has trailing spaces. 28

com/imcode/db/Database.java

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

com/imcode/db/Database.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. 3
Error Missing a Javadoc comment. 5
Error '(' is followed by whitespace. 5
Error ')' is preceded with whitespace. 5
Error Redundant throws: 'DatabaseException' is unchecked exception. 5
Error Expected an @return tag. 8
Error Line is longer than 80 characters. 8
Error '(' is followed by whitespace. 8
Error Expected @param tag for 'databaseCommand'. 8
Error ')' is preceded with whitespace. 8
Error Expected @throws tag for 'DatabaseException'. 8
Error Redundant throws: 'DatabaseException' is unchecked exception. 8
Error Line has trailing spaces. 9

com/imcode/db/DatabaseCommand.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. 3
Error Missing a Javadoc comment. 5
Error '(' is followed by whitespace. 5
Error ')' is preceded with whitespace. 5
Error Redundant throws: 'DatabaseException' is unchecked exception. 5
Error ';' is preceded with whitespace. 5

com/imcode/db/DatabaseConnection.java

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

com/imcode/db/DatabaseConnection.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. 7
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error ')' is preceded with whitespace. 9
Error Redundant throws: 'DatabaseException' is unchecked exception. 9
Error Line is longer than 80 characters. 11
Error Missing a Javadoc comment. 11
Error '(' is followed by whitespace. 11
Error ')' is preceded with whitespace. 11
Error Redundant throws: 'DatabaseException' is unchecked exception. 11
Error Missing a Javadoc comment. 13
Error '(' is followed by whitespace. 13
Error Line is longer than 80 characters. 14
Error ')' is preceded with whitespace. 14
Error Redundant throws: 'DatabaseException' is unchecked exception. 14
Error Missing a Javadoc comment. 16

com/imcode/db/DatabaseConnectionWrapper.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Redundant import from the same package - com.imcode.db.DatabaseConnection. 3
Error Redundant import from the same package - com.imcode.db.DatabaseException. 4
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 13
Error Parameter connection should be final. 13
Error 'connection' hides a field. 13
Error Line is longer than 80 characters. 17
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error Parameter sql should be final. 17
Error Parameter parameters should be final. 17
Error Redundant throws: 'DatabaseException' is unchecked exception. 17
Error ';' is preceded with whitespace. 18
Error Line is longer than 80 characters. 21
Error Method 'executeUpdateAndGetGeneratedKey' 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 Parameter parameters should be final. 21
Error Redundant throws: 'DatabaseException' is unchecked exception. 21
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter sqlQuery should be final. 25
Error Parameter parameters should be final. 25
Error Line is longer than 80 characters. 26
Error Parameter resultSetHandler should be final. 26
Error Redundant throws: 'DatabaseException' is unchecked exception. 26
Error ';' is preceded with whitespace. 27
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error ';' is preceded with whitespace. 31

com/imcode/db/DatabaseException.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. 9
Error Missing a Javadoc comment. 11
Error '(' is followed by whitespace. 11
Error Parameter message should be final. 11
Error Parameter ex should be final. 11
Error ')' is preceded with whitespace. 11
Error '(' is followed by whitespace. 12
Error ')' is preceded with whitespace. 12
Error ';' is preceded with whitespace. 12
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error Parameter cause should be final. 15
Error ')' is preceded with whitespace. 15
Error ';' is preceded with whitespace. 16
Error Line is longer than 80 characters. 19
Error Missing a Javadoc comment. 19
Error '(' is followed by whitespace. 19
Error Parameter message should be final. 19
Error Parameter cause should be final. 19
Error ')' is preceded with whitespace. 19
Error ';' is preceded with whitespace. 20
Error ';' is preceded with whitespace. 24
Error '(' is followed by whitespace. 27
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error ')' is preceded with whitespace. 27
Error Line is longer than 80 characters. 28
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error '(' is followed by whitespace. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error ')' is preceded with whitespace. 29
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Line is longer than 80 characters. 32
Error '(' is followed by whitespace. 32
Error Avoid inline conditionals. 32
Error ')' is preceded with whitespace. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error ';' is preceded with whitespace. 33
Error ';' is preceded with whitespace. 35

com/imcode/db/DatasourceDatabase.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. 8
Error Parameter dataSource should be final. 8

com/imcode/db/JdbcDatabaseConnection.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. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 14
Error Parameter connection should be final. 14
Error 'connection' hides a field. 14
Error Line is longer than 80 characters. 18
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter sql should be final. 18
Error Parameter parameters should be final. 18
Error Redundant throws: 'DatabaseException' is unchecked exception. 18
Error '(' is followed by whitespace. 21
Error Line is longer than 80 characters. 26
Error Method 'executeUpdateAndGetGeneratedKey' 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 Parameter parameters should be final. 26
Error Redundant throws: 'DatabaseException' is unchecked exception. 26
Error Line is longer than 80 characters. 28
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter sqlQuery should be final. 34
Error Parameter parameters should be final. 34
Error Line is longer than 80 characters. 35
Error Parameter resultSetHandler should be final. 35
Error Redundant throws: 'DatabaseException' is unchecked exception. 35
Error Line is longer than 80 characters. 37
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43

com/imcode/db/JdbcUtils.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Class JdbcUtils should be declared as final. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 14
Error Parameter connection should be final. 14
Error Parameter sql should be final. 14
Error Parameter parameters should be final. 14
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error Parameter preparedStatement should be final. 37
Error Parameter parameters should be final. 37

com/imcode/db/SingleConnectionDatabase.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. 3
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 7
Error Parameter connection should be final. 7
Error 'connection' hides a field. 7
Error Line is longer than 80 characters. 11
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 11
Error Missing a Javadoc comment. 11
Error Parameter databaseCommand should be final. 11
Error Redundant throws: 'DatabaseException' is unchecked exception. 11
Error ';' is preceded with whitespace. 12

com/imcode/db/benchmark/Average.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. 3
Error Missing a Javadoc comment. 4
Error ';' is preceded with whitespace. 4
Error Missing a Javadoc comment. 5
Error ';' is preceded with whitespace. 5
Error Missing a Javadoc comment. 6
Error ';' is preceded with whitespace. 6
Error Missing a Javadoc comment. 8
Error Parameter unit should be final. 8
Error 'unit' hides a field. 8
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 12
Error Missing a Javadoc comment. 12
Error Parameter time should be final. 12
Error Parameter count should be final. 12
Error 'count' hides a field. 12
Error '+=' is not preceded with whitespace. 13
Error ';' is preceded with whitespace. 13
Error '+=' is not preceded with whitespace. 14
Error Method 'getAverage' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error ';' is preceded with whitespace. 19
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error ';' is preceded with whitespace. 21
Error Method 'getCount' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error ';' is preceded with whitespace. 25
Error Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error '+' is not preceded with whitespace. 33
Error '+' is not followed by whitespace. 33
Error ';' is preceded with whitespace. 33

com/imcode/db/benchmark/BenchmarkAverages.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. 3
Error Missing a Javadoc comment. 4
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 6
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 8
Error Missing a Javadoc comment. 8
Error '(' is followed by whitespace. 13
Error ')' is preceded with whitespace. 13
Error ';' is preceded with whitespace. 16
Error ';' is preceded with whitespace. 19
Error Method 'getRowAverage' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Method 'getQueryAverage' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Method 'getTotalAverage' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30

com/imcode/db/benchmark/BenchmarkConnection.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. 9
Error Missing a Javadoc comment. 11
Error Line is longer than 80 characters. 13
Error Missing a Javadoc comment. 13
Error Parameter benchmarkDatabase should be final. 13
Error 'benchmarkDatabase' hides a field. 13
Error Parameter connection should be final. 13
Error Line is longer than 80 characters. 18
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 19

com/imcode/db/benchmark/BenchmarkDatabase.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. 11
Error Missing a Javadoc comment. 13
Error ';' is preceded with whitespace. 13
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 17
Error Parameter database should be final. 17
Error 'database' hides a field. 17
Error Line is longer than 80 characters. 21
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Redundant throws: 'DatabaseException' is unchecked exception. 21
Error Line is longer than 80 characters. 22
Error ';' is preceded with whitespace. 22
Error Method 'getAverages' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter sql should be final. 25
Error ')' is preceded with whitespace. 27
Error ';' is preceded with whitespace. 29
Error Line is longer than 80 characters. 34
Error Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter databaseCommand should be final. 34
Error Redundant throws: 'DatabaseException' is unchecked exception. 34
Error ';' is preceded with whitespace. 35
Error Method 'getBenchmarks' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38

com/imcode/db/benchmark/BenchmarkDatabaseCommand.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. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 12
Error Missing a Javadoc comment. 12
Error Parameter benchmarkDatabase should be final. 12
Error 'benchmarkDatabase' hides a field. 12
Error Parameter databaseCommand should be final. 12
Error 'databaseCommand' hides a field. 12
Error Line is longer than 80 characters. 17
Error Missing a Javadoc comment. 17
Error Redundant throws: 'DatabaseException' is unchecked exception. 17
Error Line is longer than 80 characters. 18

com/imcode/db/benchmark/BenchmarkDatabaseConnection.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. 12
Error Missing a Javadoc comment. 14
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 16
Error 'benchmarkDatabase' hides a field. 16
Error Line is longer than 80 characters. 19
Error ';' is preceded with whitespace. 22
Error Missing a Javadoc comment. 25
Error Parameter sqlQuery should be final. 25
Error Parameter parameters should be final. 25
Error Line is longer than 80 characters. 26
Error Parameter resultSetHandler should be final. 26
Error Redundant throws: 'DatabaseException' is unchecked exception. 26
Error Line is longer than 80 characters. 30
Error ',' is not followed by whitespace. 33
Error ';' is preceded with whitespace. 34

com/imcode/db/benchmark/BenchmarkPreparedStatement.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. 11
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 16
Error Parameter benchmarkDatabase should be final. 16
Error 'benchmarkDatabase' hides a field. 16
Error Parameter preparedStatement should be final. 16
Error Parameter sql should be final. 16
Error 'sql' hides a field. 16
Error Missing a Javadoc comment. 22

com/imcode/db/benchmark/BenchmarkResultSet.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. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error Parameter benchmarkDatabase should be final. 15
Error 'benchmarkDatabase' hides a field. 15
Error Parameter sql should be final. 15
Error 'sql' hides a field. 15
Error Parameter resultSet should be final. 15
Error ';' is preceded with whitespace. 17
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error ';' is preceded with whitespace. 23
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line is longer than 80 characters. 29
Error ';' is preceded with whitespace. 29

com/imcode/db/benchmark/package.html

Error Line
Error Missing package documentation file. 0

com/imcode/db/commands/ColumnValuesDatabaseCommand.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. 5
Error Missing a Javadoc comment. 6
Error Variable 'tableName' must be private and have accessor methods. 6
Error Missing a Javadoc comment. 7
Error Variable 'columnNames' must be private and have accessor methods. 7
Error Missing a Javadoc comment. 8
Error Variable 'columnValues' must be private and have accessor methods. 8
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Parameter tableName should be final. 10
Error 'tableName' hides a field. 10
Error Parameter columnNamesAndValues should be final. 10
Error ';' is preceded with whitespace. 12
Error ';' is preceded with whitespace. 13
Error '(' is followed by whitespace. 14
Error ')' is preceded with whitespace. 14
Error ';' is preceded with whitespace. 15
Error ';' is preceded with whitespace. 16

com/imcode/db/commands/CompositeDatabaseCommand.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 13
Error '{' is not followed by whitespace. 13
Error '}' is not preceded with whitespace. 13
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error Parameter databaseCommands should be final. 15
Error 'databaseCommands' hides a field. 15
Error ')' is preceded with whitespace. 15
Error '(' is followed by whitespace. 16
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error ')' is preceded with whitespace. 16
Error Missing a Javadoc comment. 19
Error Parameter databaseCommand should be final. 19
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Parameter databaseCommand should be final. 23
Error Line is longer than 80 characters. 27
Error Method 'executeInTransaction' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter connection should be final. 27
Error ')' is preceded with whitespace. 27
Error Redundant throws: 'DatabaseException' is unchecked exception. 27
Error Line is longer than 80 characters. 28
Error '(' is followed by whitespace. 28
Error ';' is followed by whitespace. 28
Error 'cast' is not followed by whitespace. 29
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30

com/imcode/db/commands/DeleteWhereColumnsEqualDatabaseCommand.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. 12
Error Missing a Javadoc comment. 12
Error Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter table should be final. 14
Error Parameter column should be final. 14
Error Parameter columnValue should be final. 14
Error ')' is preceded with whitespace. 14
Error Line is longer than 80 characters. 18
Error Missing a Javadoc comment. 18
Error Parameter table should be final. 18
Error Parameter columnNamesAndValues should be final. 18
Error Line is longer than 80 characters. 22
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter connection should be final. 22
Error ')' is preceded with whitespace. 22
Error Redundant throws: 'DatabaseException' is unchecked exception. 22
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 24
Error ',' is not followed by whitespace. 24
Error ';' is preceded with whitespace. 24
Error Line is longer than 80 characters. 25
Error '+' is not preceded with whitespace. 25
Error '+' is not followed by whitespace. 25
Error '+' is not preceded with whitespace. 25
Error '+' is not followed by whitespace. 25
Error '+' is not preceded with whitespace. 25
Error '+' is not followed by whitespace. 25
Error ';' is preceded with whitespace. 25
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Parameter object should be final. 29
Error ';' is preceded with whitespace. 30

com/imcode/db/commands/InsertIntoTableDatabaseCommand.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. 7
Error Missing a Javadoc comment. 7
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Parameter tableName should be final. 9
Error Parameter columnNamesAndValues should be final. 9
Error Line is longer than 80 characters. 13
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 13
Error Missing a Javadoc comment. 13
Error Parameter connection should be final. 13
Error Redundant throws: 'DatabaseException' is unchecked exception. 13
Error Line is longer than 80 characters. 14
Error Line is longer than 80 characters. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error ';' is preceded with whitespace. 15

com/imcode/db/commands/SqlQueryCommand.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. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error Parameter sql should be final. 15
Error 'sql' hides a field. 15
Error Parameter parameters should be final. 15
Error 'parameters' hides a field. 15
Error Parameter resultSetHandler should be final. 15
Error 'resultSetHandler' hides a field. 15
Error ')' is preceded with whitespace. 15
Error Line is longer than 80 characters. 21
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error '(' is followed by whitespace. 21
Error Parameter connection should be final. 21
Error ')' is preceded with whitespace. 21
Error Redundant throws: 'DatabaseException' is unchecked exception. 21
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '+' is not preceded with whitespace. 26
Error '+' is not followed by whitespace. 26
Error '+' is not preceded with whitespace. 26
Error '+' is not followed by whitespace. 26
Error '+' is not preceded with whitespace. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error ';' is preceded with whitespace. 26

com/imcode/db/commands/SqlQueryDatabaseCommand.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. 5
Error Line is longer than 80 characters. 7
Error Missing a Javadoc comment. 7
Error Parameter sql should be final. 7
Error Parameter parameters should be final. 7
Error Parameter resultSetHandler should be final. 7

com/imcode/db/commands/SqlUpdateCommand.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. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error '(' is followed by whitespace. 12
Error Parameter sql should be final. 12
Error 'sql' hides a field. 12
Error Parameter parameters should be final. 12
Error 'parameters' hides a field. 12
Error ')' is preceded with whitespace. 12
Error Line is longer than 80 characters. 17
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error Parameter connection should be final. 17
Error ')' is preceded with whitespace. 17
Error Redundant throws: 'DatabaseException' is unchecked exception. 17
Error '(' is followed by whitespace. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error ')' is preceded with whitespace. 18

com/imcode/db/commands/SqlUpdateDatabaseCommand.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - com.imcode.db.DatabaseConnection. 3
Error Unused import - com.imcode.db.DatabaseException. 4
Error Unused import - com.imcode.db.DatabaseCommand. 5
Error Missing a Javadoc comment. 10
Error Parameter sql should be final. 10
Error Parameter parameters should be final. 10

com/imcode/db/commands/TransactionDatabaseCommand.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 12
Error Line is longer than 80 characters. 12
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error '(' is followed by whitespace. 16
Error Parameter dc should be final. 16
Error ')' is preceded with whitespace. 16
Error Redundant throws: 'DatabaseException' is unchecked exception. 16
Error ';' is preceded with whitespace. 18
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error 'cast' is not followed by whitespace. 27
Error ';' is preceded with whitespace. 27
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error ';' is preceded with whitespace. 29
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error Parameter connection should be final. 39
Error ')' is preceded with whitespace. 39
Error Redundant throws: 'DatabaseException' is unchecked exception. 39

com/imcode/db/commands/UpdateTableWhereColumnEqualsDatabaseCommand.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. 7
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 12
Error Missing a Javadoc comment. 12
Error Parameter tableName should be final. 12
Error Parameter columnName should be final. 12
Error 'columnName' hides a field. 12
Error Line is longer than 80 characters. 13
Error Parameter columnValue should be final. 13
Error 'columnValue' hides a field. 13
Error Parameter columnNamesAndValues should be final. 13
Error Line is longer than 80 characters. 19
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter connection should be final. 19
Error Redundant throws: 'DatabaseException' is unchecked exception. 19
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error '+' is not preceded with whitespace. 22
Error '+' is not preceded with whitespace. 24
Error '+' is not followed by whitespace. 24
Error '-' is not preceded with whitespace. 26
Error '-' is not followed by whitespace. 26
Error ';' is preceded with whitespace. 26
Error Line is longer than 80 characters. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not followed by whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not followed by whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not followed by whitespace. 27
Error '+' is not followed by whitespace. 27
Error ';' is preceded with whitespace. 27

com/imcode/db/commands/package.html

Error Line
Error Missing package documentation file. 0

com/imcode/db/exceptions/IntegrityConstraintViolationException.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. 7
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error Parameter message should be final. 9
Error Parameter ex should be final. 9
Error ')' is preceded with whitespace. 9
Error ';' is preceded with whitespace. 10

com/imcode/db/exceptions/StringTruncationException.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. 7
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error Parameter message should be final. 9
Error Parameter ex should be final. 9
Error ')' is preceded with whitespace. 9
Error '(' is followed by whitespace. 10

com/imcode/db/exceptions/package.html

Error Line
Error Missing package documentation file. 0

com/imcode/db/handlers/CollectionHandler.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. 7
Error Missing a Javadoc comment. 9
Error ';' is preceded with whitespace. 9
Error Line is longer than 80 characters. 11
Error Missing a Javadoc comment. 11
Error Parameter collection should be final. 11
Error 'collection' hides a field. 11
Error Parameter objectFromRowFactory should be final. 11
Error ';' is preceded with whitespace. 12
Error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter resultSet should be final. 16
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error Line is longer than 80 characters. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error ';' is preceded with whitespace. 20

com/imcode/db/handlers/ObjectArrayHandler.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. 9
Error Missing a Javadoc comment. 11
Error Parameter rowTransformer should be final. 11
Error ';' is preceded with whitespace. 12
Error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 15
Error Missing a Javadoc comment. 15
Error Parameter resultSet should be final. 15
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error Line is longer than 80 characters. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Line is longer than 80 characters. 20
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Line is longer than 80 characters. 21

com/imcode/db/handlers/ObjectArrayResultSetHandler.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. 6
Error Parameter rowTransformer should be final. 6
Error ';' is preceded with whitespace. 7
Error Missing a Javadoc comment. 10
Error Parameter rowTransformer should be final. 10

com/imcode/db/handlers/ObjectFromFirstRowResultSetHandler.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. 6
Error Parameter rowTransformer should be final. 6
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Parameter rowTransformer should be final. 10

com/imcode/db/handlers/ObjectFromRowFactory.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 7

com/imcode/db/handlers/RowTransformer.java

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

com/imcode/db/handlers/RowTransformer.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. 6
Error Line is longer than 80 characters. 8
Error Missing a Javadoc comment. 8
Error Expected an @return tag. 11
Error ';' is preceded with whitespace. 11

com/imcode/db/handlers/RowTransformingHandler.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. 5
Error Missing a Javadoc comment. 7
Error Variable 'rowTransformer' must be private and have accessor methods. 7
Error ';' is preceded with whitespace. 7
Error Missing a Javadoc comment. 9
Error Parameter rowTransformer should be final. 9
Error 'rowTransformer' hides a field. 9

com/imcode/db/handlers/SingleObjectHandler.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. 6
Error Missing a Javadoc comment. 8
Error Parameter rowTransformer should be final. 8
Error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 12
Error Missing a Javadoc comment. 12
Error Parameter resultSet should be final. 12
Error ';' is preceded with whitespace. 14
Error Line is longer than 80 characters. 16
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error ';' is preceded with whitespace. 16

com/imcode/db/handlers/package.html

Error Line
Error Missing package documentation file. 0

com/imcode/db/jdbc/ConnectionWrapper.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 8
Error Parameter connection should be final. 8
Error 'connection' hides a field. 8
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 12
Error Missing a Javadoc comment. 12
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Method 'commit' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Line is longer than 80 characters. 28
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter resultSetType should be final. 28
Error Parameter resultSetConcurrency should be final. 28
Error Line is longer than 80 characters. 32
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter resultSetType should be final. 32
Error Parameter resultSetConcurrency should be final. 32
Error Parameter resultSetHoldability should be final. 32
Error Line is longer than 80 characters. 33
Error Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter sql should be final. 72
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter sql should be final. 76
Error Line is longer than 80 characters. 80
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter sql should be final. 80
Error Parameter resultSetType should be final. 80
Error Parameter resultSetConcurrency should be final. 80
Error Line is longer than 80 characters. 84
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter sql should be final. 84
Error Parameter resultSetType should be final. 84
Error Parameter resultSetConcurrency should be final. 84
Error Line is longer than 80 characters. 85
Error Parameter resultSetHoldability should be final. 85
Error Line is longer than 80 characters. 86
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter sql should be final. 89
Error Line is longer than 80 characters. 93
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter sql should be final. 93
Error Parameter autoGeneratedKeys should be final. 93
Error Line is longer than 80 characters. 97
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter sql should be final. 97
Error Parameter columnIndexes should be final. 97
Error Line is longer than 80 characters. 101
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Parameter sql should be final. 101
Error Parameter columnNames should be final. 101
Error Line is longer than 80 characters. 105
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter sql should be final. 105
Error Parameter resultSetType should be final. 105
Error Parameter resultSetConcurrency should be final. 105
Error Line is longer than 80 characters. 106
Error Line is longer than 80 characters. 109
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Parameter sql should be final. 109
Error Parameter resultSetType should be final. 109
Error Parameter resultSetConcurrency should be final. 109
Error Line is longer than 80 characters. 110
Error Parameter resultSetHoldability should be final. 110
Error Line is longer than 80 characters. 111
Error Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Parameter savepoint should be final. 114
Error Method 'rollback' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Method 'rollback' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Parameter savepoint should be final. 122
Error Method 'setAutoCommit' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error Parameter autoCommit should be final. 126
Error Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter catalog should be final. 130
Error Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Parameter holdability should be final. 134
Error Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error Parameter readOnly should be final. 138
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error Parameter name should be final. 146
Error Method 'setTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter level should be final. 150
Error Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error Parameter map should be final. 154
Error Missing a Javadoc comment. 158
Error Variable 'connection' must be private and have accessor methods. 158
Error ';' is preceded with whitespace. 158

com/imcode/db/jdbc/CountingResultSet.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Redundant import from the same package - com.imcode.db.jdbc.ResultSetWrapper. 3
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 10
Error Variable 'rowCount' must be private and have accessor methods. 10
Error Missing a Javadoc comment. 12
Error Parameter resultSet should be final. 12
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error ';' is preceded with whitespace. 19
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24

com/imcode/db/jdbc/PreparedStatementWrapper.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Variable 'preparedStatement' must be private and have accessor methods. 12
Error ';' is preceded with whitespace. 12
Error Missing a Javadoc comment. 14
Error Parameter preparedStatement should be final. 14
Error 'preparedStatement' hides a field. 14
Error Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Method 'clearParameters' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Method 'getParameterMetaData' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Method 'setArray' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter i should be final. 46
Error Parameter x should be final. 46
Error Line is longer than 80 characters. 50
Error Method 'setAsciiStream' 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 Parameter length should be final. 50
Error Line is longer than 80 characters. 54
Error Method 'setBigDecimal' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter parameterIndex should be final. 54
Error Parameter x should be final. 54
Error Line is longer than 80 characters. 58
Error Method 'setBinaryStream' 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 Parameter x should be final. 58
Error Parameter length should be final. 58
Error Method 'setBlob' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter i should be final. 62
Error Parameter x should be final. 62
Error Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter parameterIndex should be final. 66
Error Parameter x should be final. 66
Error Method 'setByte' 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 Method 'setBytes' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Parameter parameterIndex should be final. 74
Error Parameter x should be final. 74
Error Line is longer than 80 characters. 78
Error Method 'setCharacterStream' 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 Parameter reader should be final. 78
Error Parameter length should be final. 78
Error Method 'setClob' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter i should be final. 82
Error Parameter x should be final. 82
Error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter parameterIndex should be final. 86
Error Parameter x should be final. 86
Error Line is longer than 80 characters. 90
Error Method 'setDate' 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 Parameter cal should be final. 90
Error Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Parameter parameterIndex should be final. 94
Error Parameter x should be final. 94
Error Method 'setFloat' 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 Parameter x should be final. 98
Error Method 'setInt' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error Parameter parameterIndex should be final. 102
Error Parameter x should be final. 102
Error Method 'setLong' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter parameterIndex should be final. 106
Error Parameter x should be final. 106
Error Method 'setNull' 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 sqlType should be final. 110
Error Line is longer than 80 characters. 114
Error Method 'setNull' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Parameter paramIndex should be final. 114
Error Parameter sqlType should be final. 114
Error Parameter typeName should be final. 114
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter parameterIndex should be final. 118
Error Parameter x should be final. 118
Error Line is longer than 80 characters. 122
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Parameter parameterIndex should be final. 122
Error Parameter x should be final. 122
Error Parameter targetSqlType should be final. 122
Error Line is longer than 80 characters. 126
Error Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error Parameter parameterIndex should be final. 126
Error Parameter x should be final. 126
Error Parameter targetSqlType should be final. 126
Error Parameter scale should be final. 126
Error Method 'setRef' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter i should be final. 130
Error Parameter x should be final. 130
Error Method 'setShort' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Parameter parameterIndex should be final. 134
Error Parameter x should be final. 134
Error Method 'setString' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error Parameter parameterIndex should be final. 138
Error Parameter x should be final. 138
Error Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Parameter parameterIndex should be final. 142
Error Parameter x should be final. 142
Error Line is longer than 80 characters. 146
Error Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error Parameter parameterIndex should be final. 146
Error Parameter x should be final. 146
Error Parameter cal should be final. 146
Error Line is longer than 80 characters. 150
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter parameterIndex should be final. 150
Error Parameter x should be final. 150
Error Line is longer than 80 characters. 154
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error Parameter parameterIndex should be final. 154
Error Parameter x should be final. 154
Error Parameter cal should be final. 154
Error Line is longer than 80 characters. 158
Error Method 'setUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter parameterIndex should be final. 158
Error Parameter x should be final. 158
Error Parameter length should be final. 158
Error Method 'setURL' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter parameterIndex should be final. 162
Error Parameter x should be final. 162
Error Method 'addBatch' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error Parameter sql should be final. 166
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Method 'clearBatch' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
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 Line is longer than 80 characters. 190
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter sql should be final. 190
Error Parameter autoGeneratedKeys should be final. 190
Error Line is longer than 80 characters. 194
Error Method 'execute' 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 Line is longer than 80 characters. 198
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 198
Error Missing a Javadoc comment. 198
Error Parameter sql should be final. 198
Error Parameter columnNames should be final. 198
Error Method 'executeBatch' is not designed for extension - needs to be abstract, final or empty. 202
Error Missing a Javadoc comment. 202
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 206
Error Missing a Javadoc comment. 206
Error Parameter sql should be final. 206
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 210
Error Missing a Javadoc comment. 210
Error Parameter sql should be final. 210
Error Line is longer than 80 characters. 214
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 214
Error Missing a Javadoc comment. 214
Error Parameter sql should be final. 214
Error Parameter autoGeneratedKeys should be final. 214
Error Line is longer than 80 characters. 218
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 218
Error Missing a Javadoc comment. 218
Error Parameter sql should be final. 218
Error Parameter columnIndexes should be final. 218
Error Line is longer than 80 characters. 222
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 222
Error Missing a Javadoc comment. 222
Error Parameter sql should be final. 222
Error Parameter columnNames should be final. 222
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 226
Error Missing a Javadoc comment. 226
Error Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. 230
Error Missing a Javadoc comment. 230
Error Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. 234
Error Missing a Javadoc comment. 234
Error Method 'getGeneratedKeys' is not designed for extension - needs to be abstract, final or empty. 238
Error Missing a Javadoc comment. 238
Error Method 'getMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. 242
Error Missing a Javadoc comment. 242
Error Method 'getMaxRows' is not designed for extension - needs to be abstract, final or empty. 246
Error Missing a Javadoc comment. 246
Error Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. 250
Error Missing a Javadoc comment. 250
Error Method 'getMoreResults' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error Parameter current should be final. 254
Error Method 'getQueryTimeout' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error Method 'getResultSet' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error Method 'getResultSetConcurrency' is not designed for extension - needs to be abstract, final or empty. 266
Error Missing a Javadoc comment. 266
Error Method 'getResultSetHoldability' is not designed for extension - needs to be abstract, final or empty. 270
Error Missing a Javadoc comment. 270
Error Method 'getResultSetType' is not designed for extension - needs to be abstract, final or empty. 274
Error Missing a Javadoc comment. 274
Error Method 'getUpdateCount' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 282
Error Missing a Javadoc comment. 282
Error Method 'setCursorName' is not designed for extension - needs to be abstract, final or empty. 286
Error Missing a Javadoc comment. 286
Error Parameter name should be final. 286
Error Method 'setEscapeProcessing' is not designed for extension - needs to be abstract, final or empty. 290
Error Missing a Javadoc comment. 290
Error Parameter enable should be final. 290
Error Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. 294
Error Missing a Javadoc comment. 294
Error Parameter direction should be final. 294
Error Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error Parameter rows should be final. 298
Error Method 'setMaxFieldSize' is not designed for extension - needs to be abstract, final or empty. 302
Error Missing a Javadoc comment. 302
Error Parameter max should be final. 302
Error Method 'setMaxRows' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Parameter max should be final. 306
Error Method 'setQueryTimeout' is not designed for extension - needs to be abstract, final or empty. 310
Error Missing a Javadoc comment. 310
Error Parameter seconds should be final. 310

com/imcode/db/jdbc/ResultSetWrapper.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error ';' is preceded with whitespace. 12
Error Missing a Javadoc comment. 14
Error Parameter resultSet should be final. 14
Error 'resultSet' hides a field. 14
Error Method 'absolute' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter row should be final. 18
Error Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter columnName should be final. 46
Error Method 'first' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter colName should be final. 54
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter i should be final. 58
Error Method 'getAsciiStream' 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 Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter columnName should be final. 66
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Parameter columnIndex should be final. 70
Error Line is longer than 80 characters. 74
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Parameter columnIndex should be final. 74
Error Parameter scale should be final. 74
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter columnName should be final. 78
Error Line is longer than 80 characters. 82
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter columnName should be final. 82
Error Parameter scale should be final. 82
Error Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter columnIndex should be final. 86
Error Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error Parameter columnName should be final. 90
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Parameter colName should be final. 94
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error Parameter i should be final. 98
Error Method 'getBoolean' 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 Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter columnName should be final. 106
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Parameter columnIndex should be final. 110
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Parameter columnName should be final. 114
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter columnIndex should be final. 118
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Parameter columnName should be final. 122
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error Parameter columnIndex should be final. 126
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter columnName should be final. 130
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Parameter colName should be final. 134
Error Method 'getClob' 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 Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter columnIndex should be final. 150
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error Parameter columnIndex should be final. 154
Error Parameter cal should be final. 154
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter columnName should be final. 158
Error Method 'getDate' 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 Parameter cal should be final. 162
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error Parameter columnIndex should be final. 166
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Parameter columnName should be final. 170
Error Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Parameter columnIndex should be final. 182
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Parameter columnName should be final. 186
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter columnIndex should be final. 190
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error Parameter columnName should be final. 194
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 198
Error Missing a Javadoc comment. 198
Error Parameter columnIndex should be final. 198
Error Method 'getLong' 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 Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 206
Error Missing a Javadoc comment. 206
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 210
Error Missing a Javadoc comment. 210
Error Parameter colName should be final. 210
Error Parameter map should be final. 210
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 214
Error Missing a Javadoc comment. 214
Error Parameter columnIndex should be final. 214
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 218
Error Missing a Javadoc comment. 218
Error Parameter columnName should be final. 218
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 222
Error Missing a Javadoc comment. 222
Error Parameter i should be final. 222
Error Parameter map should be final. 222
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 226
Error Missing a Javadoc comment. 226
Error Parameter colName should be final. 226
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 230
Error Missing a Javadoc comment. 230
Error Parameter i should be final. 230
Error Method 'getRow' is not designed for extension - needs to be abstract, final or empty. 234
Error Missing a Javadoc comment. 234
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 238
Error Missing a Javadoc comment. 238
Error Parameter columnIndex should be final. 238
Error Method 'getShort' 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 Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. 246
Error Missing a Javadoc comment. 246
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 250
Error Missing a Javadoc comment. 250
Error Parameter columnIndex should be final. 250
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error Parameter columnName should be final. 254
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error Parameter columnIndex should be final. 258
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error Parameter columnIndex should be final. 262
Error Parameter cal should be final. 262
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 266
Error Missing a Javadoc comment. 266
Error Parameter columnName should be final. 266
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 270
Error Missing a Javadoc comment. 270
Error Parameter columnName should be final. 270
Error Parameter cal should be final. 270
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 274
Error Missing a Javadoc comment. 274
Error Parameter columnIndex should be final. 274
Error Line is longer than 80 characters. 278
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error Parameter columnIndex should be final. 278
Error Parameter cal should be final. 278
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 282
Error Missing a Javadoc comment. 282
Error Parameter columnName should be final. 282
Error Line is longer than 80 characters. 286
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 286
Error Missing a Javadoc comment. 286
Error Parameter columnName should be final. 286
Error Parameter cal should be final. 286
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 290
Error Missing a Javadoc comment. 290
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 294
Error Missing a Javadoc comment. 294
Error Parameter columnIndex should be final. 294
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error Parameter columnName should be final. 298
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 302
Error Missing a Javadoc comment. 302
Error Parameter columnIndex should be final. 302
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Parameter columnName should be final. 306
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 310
Error Missing a Javadoc comment. 310
Error Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. 314
Error Missing a Javadoc comment. 314
Error Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. 322
Error Missing a Javadoc comment. 322
Error Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. 326
Error Missing a Javadoc comment. 326
Error Method 'isLast' is not designed for extension - needs to be abstract, final or empty. 330
Error Missing a Javadoc comment. 330
Error Method 'last' is not designed for extension - needs to be abstract, final or empty. 334
Error Missing a Javadoc comment. 334
Error Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. 338
Error Missing a Javadoc comment. 338
Error Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. 342
Error Missing a Javadoc comment. 342
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 346
Error Missing a Javadoc comment. 346
Error Method 'previous' is not designed for extension - needs to be abstract, final or empty. 350
Error Missing a Javadoc comment. 350
Error Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. 354
Error Missing a Javadoc comment. 354
Error Method 'relative' is not designed for extension - needs to be abstract, final or empty. 358
Error Missing a Javadoc comment. 358
Error Parameter rows should be final. 358
Error Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. 362
Error Missing a Javadoc comment. 362
Error Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. 366
Error Missing a Javadoc comment. 366
Error Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. 370
Error Missing a Javadoc comment. 370
Error Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. 374
Error Missing a Javadoc comment. 374
Error Parameter direction should be final. 374
Error Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. 378
Error Missing a Javadoc comment. 378
Error Parameter rows should be final. 378
Error Method 'updateArray' 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 Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 386
Error Missing a Javadoc comment. 386
Error Parameter columnName should be final. 386
Error Parameter x should be final. 386
Error Line is longer than 80 characters. 390
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 390
Error Missing a Javadoc comment. 390
Error Parameter columnIndex should be final. 390
Error Parameter x should be final. 390
Error Parameter length should be final. 390
Error Line is longer than 80 characters. 394
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 394
Error Missing a Javadoc comment. 394
Error Parameter columnName should be final. 394
Error Parameter x should be final. 394
Error Parameter length should be final. 394
Error Line is longer than 80 characters. 398
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 398
Error Missing a Javadoc comment. 398
Error Parameter columnIndex should be final. 398
Error Parameter x should be final. 398
Error Line is longer than 80 characters. 402
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 402
Error Missing a Javadoc comment. 402
Error Parameter columnName should be final. 402
Error Parameter x should be final. 402
Error Line is longer than 80 characters. 406
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 406
Error Missing a Javadoc comment. 406
Error Parameter columnIndex should be final. 406
Error Parameter x should be final. 406
Error Parameter length should be final. 406
Error Line is longer than 80 characters. 410
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 410
Error Missing a Javadoc comment. 410
Error Parameter columnName should be final. 410
Error Parameter x should be final. 410
Error Parameter length should be final. 410
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 414
Error Missing a Javadoc comment. 414
Error Parameter columnIndex should be final. 414
Error Parameter x should be final. 414
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 418
Error Missing a Javadoc comment. 418
Error Parameter columnName should be final. 418
Error Parameter x should be final. 418
Error Method 'updateBoolean' 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 Line is longer than 80 characters. 426
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 426
Error Missing a Javadoc comment. 426
Error Parameter columnName should be final. 426
Error Parameter x should be final. 426
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 430
Error Missing a Javadoc comment. 430
Error Parameter columnIndex should be final. 430
Error Parameter x should be final. 430
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 434
Error Missing a Javadoc comment. 434
Error Parameter columnName should be final. 434
Error Parameter x should be final. 434
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 438
Error Missing a Javadoc comment. 438
Error Parameter columnIndex should be final. 438
Error Parameter x should be final. 438
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 442
Error Missing a Javadoc comment. 442
Error Parameter columnName should be final. 442
Error Parameter x should be final. 442
Error Line is longer than 80 characters. 446
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 446
Error Missing a Javadoc comment. 446
Error Parameter columnIndex should be final. 446
Error Parameter x should be final. 446
Error Parameter length should be final. 446
Error Line is longer than 80 characters. 450
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 450
Error Missing a Javadoc comment. 450
Error Parameter columnName should be final. 450
Error Parameter reader should be final. 450
Error Parameter length should be final. 450
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 454
Error Missing a Javadoc comment. 454
Error Parameter columnIndex should be final. 454
Error Parameter x should be final. 454
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 458
Error Missing a Javadoc comment. 458
Error Parameter columnName should be final. 458
Error Parameter x should be final. 458
Error Method 'updateDate' 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 Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 466
Error Missing a Javadoc comment. 466
Error Parameter columnName should be final. 466
Error Parameter x should be final. 466
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 470
Error Missing a Javadoc comment. 470
Error Parameter columnIndex should be final. 470
Error Parameter x should be final. 470
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 474
Error Missing a Javadoc comment. 474
Error Parameter columnName should be final. 474
Error Parameter x should be final. 474
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 478
Error Missing a Javadoc comment. 478
Error Parameter columnIndex should be final. 478
Error Parameter x should be final. 478
Error Method 'updateFloat' 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 Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 486
Error Missing a Javadoc comment. 486
Error Parameter columnIndex should be final. 486
Error Parameter x should be final. 486
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 490
Error Missing a Javadoc comment. 490
Error Parameter columnName should be final. 490
Error Parameter x should be final. 490
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 494
Error Missing a Javadoc comment. 494
Error Parameter columnIndex should be final. 494
Error Parameter x should be final. 494
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 498
Error Missing a Javadoc comment. 498
Error Parameter columnName should be final. 498
Error Parameter x should be final. 498
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 502
Error Missing a Javadoc comment. 502
Error Parameter columnIndex should be final. 502
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 506
Error Missing a Javadoc comment. 506
Error Parameter columnName should be final. 506
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 510
Error Missing a Javadoc comment. 510
Error Parameter columnIndex should be final. 510
Error Parameter x should be final. 510
Error Line is longer than 80 characters. 514
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 514
Error Missing a Javadoc comment. 514
Error Parameter columnIndex should be final. 514
Error Parameter x should be final. 514
Error Parameter scale should be final. 514
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 518
Error Missing a Javadoc comment. 518
Error Parameter columnName should be final. 518
Error Parameter x should be final. 518
Error Line is longer than 80 characters. 522
Error Method 'updateObject' 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 Parameter scale should be final. 522
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 526
Error Missing a Javadoc comment. 526
Error Parameter columnIndex should be final. 526
Error Parameter x should be final. 526
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 530
Error Missing a Javadoc comment. 530
Error Parameter columnName should be final. 530
Error Parameter x should be final. 530
Error Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. 534
Error Missing a Javadoc comment. 534
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 538
Error Missing a Javadoc comment. 538
Error Parameter columnIndex should be final. 538
Error Parameter x should be final. 538
Error Method 'updateShort' 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 Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 546
Error Missing a Javadoc comment. 546
Error Parameter columnIndex should be final. 546
Error Parameter x should be final. 546
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 550
Error Missing a Javadoc comment. 550
Error Parameter columnName should be final. 550
Error Parameter x should be final. 550
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 554
Error Missing a Javadoc comment. 554
Error Parameter columnIndex should be final. 554
Error Parameter x should be final. 554
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 558
Error Missing a Javadoc comment. 558
Error Parameter columnName should be final. 558
Error Parameter x should be final. 558
Error Line is longer than 80 characters. 562
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 562
Error Missing a Javadoc comment. 562
Error Parameter columnIndex should be final. 562
Error Parameter x should be final. 562
Error Line is longer than 80 characters. 566
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 566
Error Missing a Javadoc comment. 566
Error Parameter columnName should be final. 566
Error Parameter x should be final. 566
Error Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. 570
Error Missing a Javadoc comment. 570

com/imcode/db/jdbc/package.html

Error Line
Error Missing package documentation file. 0

com/imcode/db/mock/MockConnection.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 6
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Parameter database should be final. 22
Error 'database' hides a field. 22
Error Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter map should be final. 30
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 45
Error '{' is not followed by whitespace. 45
Error '}' is not preceded with whitespace. 45
Error Missing a Javadoc comment. 47
Error '{' is not followed by whitespace. 47
Error '}' is not preceded with whitespace. 47
Error Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error Parameter holdability should be final. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Missing a Javadoc comment. 65
Error '(' is followed by whitespace. 65
Error Parameter level should be final. 65
Error ')' is preceded with whitespace. 65
Error Missing a Javadoc comment. 68
Error '(' is followed by whitespace. 68
Error Parameter autoCommit should be final. 68
Error ')' is preceded with whitespace. 68
Error Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 71
Error Parameter readOnly should be final. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error '(' is followed by whitespace. 79
Error Parameter catalog should be final. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error '(' is followed by whitespace. 95
Error Parameter savepoint should be final. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Method 'rollback' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '(' is followed by whitespace. 99
Error Parameter savepoint should be final. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line is longer than 80 characters. 107
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error '(' is followed by whitespace. 107
Error Parameter resultSetType should be final. 107
Error Parameter resultSetConcurrency should be final. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 112
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error '(' is followed by whitespace. 112
Error Parameter resultSetType should be final. 112
Error Parameter resultSetConcurrency should be final. 112
Error Line is longer than 80 characters. 113
Error Parameter resultSetHoldability should be final. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error '(' is followed by whitespace. 121
Error Parameter sql should be final. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error '(' is followed by whitespace. 125
Error Parameter sql should be final. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '(' is followed by whitespace. 129
Error Parameter sql should be final. 129
Error Parameter resultSetType should be final. 129
Error Line is longer than 80 characters. 130
Error Parameter resultSetConcurrency should be final. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error '(' is followed by whitespace. 134
Error Parameter sql should be final. 134
Error Parameter resultSetType should be final. 134
Error Parameter resultSetConcurrency should be final. 135
Error Line is longer than 80 characters. 136
Error Parameter resultSetHoldability should be final. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error '(' is followed by whitespace. 140
Error Parameter sql should be final. 140
Error ')' is preceded with whitespace. 140
Error Line is longer than 80 characters. 145
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error '(' is followed by whitespace. 145
Error Parameter sql should be final. 145
Error Parameter autoGeneratedKeys should be final. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error '(' is followed by whitespace. 150
Error Parameter sql should be final. 150
Error Parameter resultSetType should be final. 150
Error Parameter resultSetConcurrency should be final. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 156
Error Missing a Javadoc comment. 156
Error '(' is followed by whitespace. 156
Error Parameter sql should be final. 156
Error Parameter resultSetType should be final. 156
Error Line is longer than 80 characters. 157
Error Parameter resultSetConcurrency should be final. 157
Error Parameter resultSetHoldability should be final. 157
Error ')' is preceded with whitespace. 157
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error '(' is followed by whitespace. 162
Error Parameter sql should be final. 162
Error Parameter columnIndexes should be final. 162
Error Array brackets at illegal position. 162
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error '(' is followed by whitespace. 167
Error Parameter name should be final. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line is longer than 80 characters. 171
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 171
Error Missing a Javadoc comment. 171
Error '(' is followed by whitespace. 171
Error Parameter sql should be final. 171
Error Parameter columnNames should be final. 171
Error Array brackets at illegal position. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Missing a Javadoc comment. 176
Error Missing a Javadoc comment. 178
Error Missing a Javadoc comment. 179
Error Missing a Javadoc comment. 180
Error Missing a Javadoc comment. 182
Error Parameter database should be final. 182
Error 'database' hides a field. 182
Error Parameter sql should be final. 182
Error 'sql' hides a field. 182
Error Missing a Javadoc comment. 187
Error Missing a Javadoc comment. 191
Error Missing a Javadoc comment. 195
Error Missing a Javadoc comment. 199
Error Missing a Javadoc comment. 203
Error Parameter parameterIndex should be final. 203
Error Parameter x should be final. 203
Error Line is longer than 80 characters. 207
Error Missing a Javadoc comment. 207
Error Parameter parameterIndex should be final. 207
Error Parameter x should be final. 207
Error Missing a Javadoc comment. 211
Error Parameter parameterIndex should be final. 211
Error Parameter x should be final. 211
Error Missing a Javadoc comment. 215
Error Parameter parameterIndex should be final. 215
Error Parameter x should be final. 215
Error ';' is preceded with whitespace. 216
Error Line is longer than 80 characters. 219
Error Missing a Javadoc comment. 219
Error Parameter parameterIndex should be final. 219
Error Parameter sqlType should be final. 219
Error Missing a Javadoc comment. 223
Error Parameter parameterIndex should be final. 223
Error Parameter x should be final. 223
Error Missing a Javadoc comment. 227
Error Parameter parameterIndex should be final. 227
Error Parameter x should be final. 227
Error Line is longer than 80 characters. 231
Error Missing a Javadoc comment. 231
Error Parameter parameterIndex should be final. 231
Error Parameter x should be final. 231
Error Missing a Javadoc comment. 235
Error Parameter parameterIndex should be final. 235
Error Parameter x should be final. 235
Error Array brackets at illegal position. 235
Error Line is longer than 80 characters. 239
Error Missing a Javadoc comment. 239
Error Parameter parameterIndex should be final. 239
Error Parameter x should be final. 239
Error Parameter length should be final. 239
Error Line is longer than 80 characters. 243
Error Missing a Javadoc comment. 243
Error Parameter parameterIndex should be final. 243
Error Parameter x should be final. 243
Error Parameter length should be final. 243
Error Line is longer than 80 characters. 247
Error Missing a Javadoc comment. 247
Error Parameter parameterIndex should be final. 247
Error Parameter x should be final. 247
Error Parameter length should be final. 247
Error Line is longer than 80 characters. 251
Error Missing a Javadoc comment. 251
Error Parameter parameterIndex should be final. 251
Error Parameter reader should be final. 251
Error Parameter length should be final. 251
Error Line is longer than 80 characters. 255
Error Missing a Javadoc comment. 255
Error Parameter parameterIndex should be final. 255
Error Parameter x should be final. 255
Error ';' is preceded with whitespace. 256
Error Line is longer than 80 characters. 259
Error Missing a Javadoc comment. 259
Error Parameter parameterIndex should be final. 259
Error Parameter x should be final. 259
Error Parameter targetSqlType should be final. 259
Error Line is longer than 80 characters. 263
Error Missing a Javadoc comment. 263
Error Parameter parameterIndex should be final. 263
Error Parameter x should be final. 263
Error Parameter targetSqlType should be final. 263
Error Parameter scale should be final. 263
Error Line is longer than 80 characters. 267
Error Missing a Javadoc comment. 267
Error Parameter paramIndex should be final. 267
Error Parameter sqlType should be final. 267
Error Parameter typeName should be final. 267
Error Line is longer than 80 characters. 271
Error Missing a Javadoc comment. 271
Error Parameter parameterIndex should be final. 271
Error Parameter x should be final. 271
Error Line is longer than 80 characters. 275
Error Missing a Javadoc comment. 275
Error Parameter parameterIndex should be final. 275
Error Parameter x should be final. 275
Error Missing a Javadoc comment. 279
Error Parameter parameterIndex should be final. 279
Error Parameter x should be final. 279
Error Missing a Javadoc comment. 283
Error Parameter i should be final. 283
Error Parameter x should be final. 283
Error Missing a Javadoc comment. 287
Error Parameter i should be final. 287
Error Parameter x should be final. 287
Error Missing a Javadoc comment. 291
Error Parameter i should be final. 291
Error Parameter x should be final. 291
Error Missing a Javadoc comment. 295
Error Parameter parameterIndex should be final. 295
Error Parameter x should be final. 295
Error Missing a Javadoc comment. 299
Error Missing a Javadoc comment. 303
Error Parameter i should be final. 303
Error Parameter x should be final. 303
Error Missing a Javadoc comment. 307
Error Line is longer than 80 characters. 309
Error Parameter resultSet should be final. 310
Error ';' is preceded with whitespace. 313
Error Missing a Javadoc comment. 316
Error Missing a Javadoc comment. 320
Error Parameter parameterIndex should be final. 320
Error Parameter x should be final. 320
Error Line is longer than 80 characters. 324
Error Missing a Javadoc comment. 324
Error Parameter parameterIndex should be final. 324
Error Parameter x should be final. 324
Error Line is longer than 80 characters. 328
Error Missing a Javadoc comment. 328
Error Parameter parameterIndex should be final. 328
Error Parameter x should be final. 328
Error Parameter cal should be final. 328
Error Line is longer than 80 characters. 332
Error Missing a Javadoc comment. 332
Error Parameter parameterIndex should be final. 332
Error Parameter x should be final. 332
Error Parameter cal should be final. 332
Error Line is longer than 80 characters. 336
Error Missing a Javadoc comment. 336
Error Parameter parameterIndex should be final. 336
Error Parameter x should be final. 336
Error Parameter cal should be final. 336
Error Missing a Javadoc comment. 340
Error Missing a Javadoc comment. 344
Error Missing a Javadoc comment. 348
Error Missing a Javadoc comment. 352
Error Missing a Javadoc comment. 356
Error Missing a Javadoc comment. 360
Error Missing a Javadoc comment. 364
Error Missing a Javadoc comment. 368
Error Missing a Javadoc comment. 372
Error Missing a Javadoc comment. 376
Error Missing a Javadoc comment. 380
Error Missing a Javadoc comment. 384
Error Missing a Javadoc comment. 388
Error Missing a Javadoc comment. 391
Error Missing a Javadoc comment. 395
Error Missing a Javadoc comment. 399
Error Parameter direction should be final. 399
Error Missing a Javadoc comment. 403
Error Parameter rows should be final. 403
Error Missing a Javadoc comment. 407
Error Parameter max should be final. 407
Error Missing a Javadoc comment. 411
Error Parameter max should be final. 411
Error Missing a Javadoc comment. 415
Error Parameter seconds should be final. 415
Error Missing a Javadoc comment. 419
Error Parameter current should be final. 419
Error Missing a Javadoc comment. 423
Error Parameter enable should be final. 423
Error Missing a Javadoc comment. 427
Error Parameter sql should be final. 427
Error 'sql' hides a field. 427
Error Missing a Javadoc comment. 431
Error Parameter sql should be final. 431
Error 'sql' hides a field. 431
Error Missing a Javadoc comment. 435
Error Parameter name should be final. 435
Error Missing a Javadoc comment. 439
Error Parameter sql should be final. 439
Error 'sql' hides a field. 439
Error Line is longer than 80 characters. 443
Error Missing a Javadoc comment. 443
Error Parameter sql should be final. 443
Error 'sql' hides a field. 443
Error Parameter autoGeneratedKeys should be final. 443
Error Line is longer than 80 characters. 447
Error Missing a Javadoc comment. 447
Error Parameter sql should be final. 447
Error 'sql' hides a field. 447
Error Parameter autoGeneratedKeys should be final. 447
Error Line is longer than 80 characters. 451
Error Missing a Javadoc comment. 451
Error Parameter sql should be final. 451
Error 'sql' hides a field. 451
Error Parameter columnIndexes should be final. 451
Error Array brackets at illegal position. 451
Error Line is longer than 80 characters. 455
Error Missing a Javadoc comment. 455
Error Parameter sql should be final. 455
Error 'sql' hides a field. 455
Error Parameter columnIndexes should be final. 455
Error Array brackets at illegal position. 455
Error Missing a Javadoc comment. 459
Error Missing a Javadoc comment. 463
Error Missing a Javadoc comment. 467
Error Missing a Javadoc comment. 471
Error Line is longer than 80 characters. 475
Error Missing a Javadoc comment. 475
Error Parameter sql should be final. 475
Error 'sql' hides a field. 475
Error Parameter columnNames should be final. 475
Error Array brackets at illegal position. 475
Error Line is longer than 80 characters. 479
Error Missing a Javadoc comment. 479
Error Parameter sql should be final. 479
Error 'sql' hides a field. 479
Error Parameter columnNames should be final. 479
Error Array brackets at illegal position. 479
Error Missing a Javadoc comment. 483
Error Parameter sql should be final. 483
Error 'sql' hides a field. 483

com/imcode/db/mock/MockDatabase.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. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter sqlStr should be final. 28
Error Parameter parameters should be final. 28
Error Line is longer than 80 characters. 34
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter sqlQuery should be final. 34
Error Parameter parameters should be final. 34
Error Parameter resultSetHandler should be final. 34
Error Line is longer than 80 characters. 35
Error ')' is preceded with whitespace. 36
Error ';' is preceded with whitespace. 37
Error ';' is preceded with whitespace. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line is longer than 80 characters. 46
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter databaseCommand should be final. 46
Error Redundant throws: 'DatabaseException' is unchecked exception. 46
Error Line is longer than 80 characters. 50
Error Method 'addExpectedSqlCall' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter value should be final. 60
Error Method 'assertExpectedSqlCalls' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Line is longer than 80 characters. 72
Error Method 'getSqlCallCount' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Method 'getResultForSqlCall' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter sql should be final. 80
Error Parameter params should be final. 80
Error Missing a Javadoc comment. 95
Error Missing a Javadoc comment. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 100
Error Parameter string should be final. 100
Error 'string' hides a field. 100
Error Parameter parameters should be final. 100
Error 'parameters' hides a field. 100
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Parameter predicate should be final. 119
Error Method 'assertCalledInOrder' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter sqlCallPredicates should be final. 123
Error ';' is preceded with whitespace. 124
Error '(' is followed by whitespace. 125
Error ';' is followed by whitespace. 125
Error Line is longer than 80 characters. 127
Error ';' is preceded with whitespace. 128
Error ';' is preceded with whitespace. 130
Error Line is longer than 80 characters. 135
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error Line is longer than 80 characters. 137
Error '+' is not preceded with whitespace. 137
Error '+' is not followed by whitespace. 137
Error '-' is not preceded with whitespace. 137
Error '-' is not followed by whitespace. 137
Error '+' is not preceded with whitespace. 137
Error '+' is not followed by whitespace. 137
Error ';' is preceded with whitespace. 137
Error ';' is preceded with whitespace. 139
Error Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter message should be final. 143
Error Parameter predicate should be final. 143
Error Avoid inline conditionals. 145
Error Line is longer than 80 characters. 146
Error Missing a Javadoc comment. 150
Error Parameter predicate should be final. 150
Error Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error Parameter sqlCallPredicate should be final. 154
Error Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter message should be final. 158
Error Parameter predicate should be final. 158
Error Avoid inline conditionals. 160
Error Line is longer than 80 characters. 161
Error Method 'assertCallCount' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Parameter expectedCount should be final. 165
Error Parameter predicate should be final. 165
Error Line is longer than 80 characters. 168
Error Missing a Javadoc comment. 172
Error Missing a Javadoc comment. 174
Error Parameter object should be final. 174
Error Missing a Javadoc comment. 178
Error Parameter sqlCall should be final. 178
Error Missing a Javadoc comment. 180
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Missing a Javadoc comment. 187
Error Missing a Javadoc comment. 189
Error Missing a Javadoc comment. 190
Error Missing a Javadoc comment. 192
Error Parameter tableName should be final. 192
Error 'tableName' hides a field. 192
Error Parameter parameter should be final. 192
Error 'parameter' hides a field. 192
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 197
Error Missing a Javadoc comment. 197
Error Parameter sqlCall should be final. 197
Error Line is longer than 80 characters. 198
Error '+' is not preceded with whitespace. 198
Error '+' is not followed by whitespace. 198
Error Line is longer than 80 characters. 199
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Line is longer than 80 characters. 204
Error Line is longer than 80 characters. 208
Error Missing a Javadoc comment. 208
Error Missing a Javadoc comment. 210
Error Missing a Javadoc comment. 212
Error Parameter tableName should be final. 212
Error 'tableName' hides a field. 212
Error '+' is not preceded with whitespace. 213
Error '+' is not followed by whitespace. 213
Error ';' is preceded with whitespace. 213
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 217
Error Missing a Javadoc comment. 217
Error ';' is preceded with whitespace. 218
Error Line is longer than 80 characters. 222
Error Missing a Javadoc comment. 222
Error Missing a Javadoc comment. 224
Error Line is longer than 80 characters. 226
Error Missing a Javadoc comment. 226
Error Parameter tableName should be final. 226
Error Parameter parameter should be final. 226
Error 'parameter' hides a field. 226
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 231
Error Missing a Javadoc comment. 231
Error Parameter sqlCall should be final. 231
Error Line is longer than 80 characters. 232
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 235
Error Missing a Javadoc comment. 235
Error Line is longer than 80 characters. 236
Error Missing a Javadoc comment. 240
Error Missing a Javadoc comment. 242
Error Missing a Javadoc comment. 244
Error Parameter regex should be final. 244
Error 'regex' hides a field. 244
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 248
Error Missing a Javadoc comment. 248
Error Parameter sqlCall should be final. 248
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error Missing a Javadoc comment. 259
Error Missing a Javadoc comment. 261
Error Variable 'sql' must be private and have accessor methods. 261
Error Missing a Javadoc comment. 263
Error Parameter sql should be final. 263
Error 'sql' hides a field. 263
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 267
Error Missing a Javadoc comment. 267
Error Parameter sqlCall should be final. 267
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error Missing a Javadoc comment. 276
Error Missing a Javadoc comment. 278
Error Missing a Javadoc comment. 280
Error Parameter prefix should be final. 280
Error 'prefix' hides a field. 280
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 284
Error Missing a Javadoc comment. 284
Error Parameter sqlCall should be final. 284
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 288
Error Missing a Javadoc comment. 288
Error Line is longer than 80 characters. 293
Error Missing a Javadoc comment. 293
Error Missing a Javadoc comment. 295
Error Line is longer than 80 characters. 297
Error Missing a Javadoc comment. 297
Error Parameter sql should be final. 297
Error Parameter parameters should be final. 297
Error 'parameters' hides a field. 297
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 302
Error Missing a Javadoc comment. 302
Error Parameter sqlCall should be final. 302
Error Line is longer than 80 characters. 303
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Line is longer than 80 characters. 307
Error Line is longer than 80 characters. 311
Error Missing a Javadoc comment. 311
Error Missing a Javadoc comment. 313
Error Missing a Javadoc comment. 315
Error Parameter tableName should be final. 315
Error 'tableName' hides a field. 315
Error '+' is not preceded with whitespace. 316
Error '+' is not followed by whitespace. 316
Error ';' is preceded with whitespace. 316
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 320
Error Missing a Javadoc comment. 320
Error '+' is not preceded with whitespace. 321
Error '+' is not followed by whitespace. 321

com/imcode/db/mock/MockDatabaseConnection.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Redundant import from the same package - com.imcode.db.mock.MockConnection. 4
Error Redundant import from the same package - com.imcode.db.mock.MockDatabase. 5
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter mockDatabase should be final. 14
Error ')' is preceded with whitespace. 14
Error ';' is preceded with whitespace. 15
Error Line is longer than 80 characters. 18
Error Method 'executeUpdateAndGetGeneratedKey' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error Parameter sql should be final. 18
Error Parameter parameters should be final. 18
Error ')' is preceded with whitespace. 18
Error 'cast' is not followed by whitespace. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error ';' is preceded with whitespace. 19
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter sqlQuery should be final. 22
Error Parameter parameters should be final. 22
Error Parameter resultSetHandler should be final. 23
Error ')' is preceded with whitespace. 23
Error ';' is preceded with whitespace. 24
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error ';' is preceded with whitespace. 28
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error Parameter sql should be final. 31
Error Parameter parameters should be final. 31
Error ')' is preceded with whitespace. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32

com/imcode/db/mock/MockResultSet.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 9
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error Variable 'rows' must be private and have accessor methods. 15
Error ';' is preceded with whitespace. 15
Error Missing a Javadoc comment. 16
Error Variable 'rowIndex' must be private and have accessor methods. 16
Error ';' is preceded with whitespace. 16
Error Missing a Javadoc comment. 18
Error Parameter objects should be final. 18
Error ';' is preceded with whitespace. 19
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error ';' is preceded with whitespace. 24
Error ';' is preceded with whitespace. 26
Error Missing a Javadoc comment. 30
Error Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Line is longer than 80 characters. 34
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter columnIndex should be final. 37
Error ';' is preceded with whitespace. 40
Error '+' is not preceded with whitespace. 43
Error '+' is not followed by whitespace. 43
Error ';' is preceded with whitespace. 43
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 columnIndex should be final. 48
Error ';' is preceded with whitespace. 51
Error 'cast' is not followed by whitespace. 53
Error ';' is preceded with whitespace. 53
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter columnIndex should be final. 56
Error Line is longer than 80 characters. 57
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter columnIndex should be final. 60
Error Line is longer than 80 characters. 61
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter columnIndex should be final. 64
Error 'cast' is not followed by whitespace. 65
Error ';' is preceded with 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 columnIndex should be final. 68
Error Line is longer than 80 characters. 69
Error Method 'getFloat' 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 Line is longer than 80 characters. 73
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter columnIndex should be final. 76
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 80
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter columnIndex should be final. 80
Error Parameter scale should be final. 80
Error Line is longer than 80 characters. 81
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter columnIndex should be final. 84
Error Line is longer than 80 characters. 85
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter columnIndex should be final. 88
Error Line is longer than 80 characters. 89
Error Method 'getTime' 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 Line is longer than 80 characters. 93
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Parameter columnIndex should be final. 96
Error ';' is preceded with whitespace. 99
Error Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Parameter columnIndex should be final. 104
Error Line is longer than 80 characters. 105
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter columnIndex should be final. 108
Error Line is longer than 80 characters. 109
Error Method 'getBinaryStream' 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 Line is longer than 80 characters. 113
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Parameter columnName should be final. 116
Error Line is longer than 80 characters. 117
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter columnName should be final. 120
Error Line is longer than 80 characters. 121
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error Parameter columnName should be final. 124
Error Line is longer than 80 characters. 125
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error Parameter columnName should be final. 128
Error Line is longer than 80 characters. 129
Error Method 'getInt' 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 Line is longer than 80 characters. 133
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Parameter columnName should be final. 136
Error Line is longer than 80 characters. 137
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter columnName should be final. 140
Error Line is longer than 80 characters. 141
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 144
Error Missing a Javadoc comment. 144
Error Parameter columnName should be final. 144
Error Line is longer than 80 characters. 145
Error Line is longer than 80 characters. 149
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error Parameter columnName should be final. 149
Error Parameter scale should be final. 149
Error Line is longer than 80 characters. 150
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Parameter columnName should be final. 153
Error Line is longer than 80 characters. 154
Error Method 'getDate' 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 Line is longer than 80 characters. 158
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error Parameter columnName should be final. 161
Error Line is longer than 80 characters. 162
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Parameter columnName should be final. 165
Error Line is longer than 80 characters. 166
Error Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Parameter columnName should be final. 169
Error Line is longer than 80 characters. 170
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Parameter columnName should be final. 174
Error Line is longer than 80 characters. 175
Error Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Parameter columnName should be final. 178
Error Line is longer than 80 characters. 179
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Line is longer than 80 characters. 183
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Line is longer than 80 characters. 187
Error Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Line is longer than 80 characters. 191
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 198
Error Missing a Javadoc comment. 198
Error Parameter columnIndex should be final. 198
Error Line is longer than 80 characters. 200
Error ';' is preceded with whitespace. 200
Error '-' is not preceded with whitespace. 202
Error '-' is not followed by whitespace. 202
Error ';' is preceded with whitespace. 202
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 205
Error Missing a Javadoc comment. 205
Error Parameter columnName should be final. 205
Error Line is longer than 80 characters. 206
Error Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. 209
Error Missing a Javadoc comment. 209
Error Parameter columnName should be final. 209
Error Line is longer than 80 characters. 210
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 213
Error Missing a Javadoc comment. 213
Error Parameter columnIndex should be final. 213
Error Line is longer than 80 characters. 214
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 217
Error Missing a Javadoc comment. 217
Error Parameter columnName should be final. 217
Error Line is longer than 80 characters. 218
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 221
Error Missing a Javadoc comment. 221
Error Parameter columnIndex should be final. 221
Error Line is longer than 80 characters. 222
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 225
Error Missing a Javadoc comment. 225
Error Parameter columnName should be final. 225
Error Line is longer than 80 characters. 226
Error Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. 229
Error Missing a Javadoc comment. 229
Error Line is longer than 80 characters. 230
Error Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. 233
Error Missing a Javadoc comment. 233
Error Line is longer than 80 characters. 234
Error Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. 237
Error Missing a Javadoc comment. 237
Error Line is longer than 80 characters. 238
Error Method 'isLast' is not designed for extension - needs to be abstract, final or empty. 241
Error Missing a Javadoc comment. 241
Error Line is longer than 80 characters. 242
Error Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. 245
Error Missing a Javadoc comment. 245
Error Line is longer than 80 characters. 246
Error Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. 249
Error Missing a Javadoc comment. 249
Error Line is longer than 80 characters. 250
Error Method 'first' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error Line is longer than 80 characters. 254
Error Method 'last' is not designed for extension - needs to be abstract, final or empty. 257
Error Missing a Javadoc comment. 257
Error Line is longer than 80 characters. 258
Error Method 'getRow' is not designed for extension - needs to be abstract, final or empty. 261
Error Missing a Javadoc comment. 261
Error Line is longer than 80 characters. 262
Error Method 'absolute' is not designed for extension - needs to be abstract, final or empty. 265
Error Missing a Javadoc comment. 265
Error Parameter row should be final. 265
Error Line is longer than 80 characters. 266
Error Method 'relative' is not designed for extension - needs to be abstract, final or empty. 269
Error Missing a Javadoc comment. 269
Error Parameter rows should be final. 269
Error 'rows' hides a field. 269
Error Line is longer than 80 characters. 270
Error Method 'previous' is not designed for extension - needs to be abstract, final or empty. 273
Error Missing a Javadoc comment. 273
Error Line is longer than 80 characters. 274
Error Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error Parameter direction should be final. 277
Error Line is longer than 80 characters. 278
Error Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. 281
Error Missing a Javadoc comment. 281
Error Line is longer than 80 characters. 282
Error Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. 285
Error Missing a Javadoc comment. 285
Error Parameter rows should be final. 285
Error 'rows' hides a field. 285
Error Line is longer than 80 characters. 286
Error Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. 289
Error Missing a Javadoc comment. 289
Error Line is longer than 80 characters. 290
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error Line is longer than 80 characters. 294
Error Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. 297
Error Missing a Javadoc comment. 297
Error Line is longer than 80 characters. 298
Error Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. 301
Error Missing a Javadoc comment. 301
Error Line is longer than 80 characters. 302
Error Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. 305
Error Missing a Javadoc comment. 305
Error Line is longer than 80 characters. 306
Error Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. 309
Error Missing a Javadoc comment. 309
Error Line is longer than 80 characters. 310
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 313
Error Missing a Javadoc comment. 313
Error Parameter columnIndex should be final. 313
Error Line is longer than 80 characters. 314
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 317
Error Missing a Javadoc comment. 317
Error Parameter columnIndex should be final. 317
Error Parameter x should be final. 317
Error Line is longer than 80 characters. 318
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 321
Error Missing a Javadoc comment. 321
Error Parameter columnIndex should be final. 321
Error Parameter x should be final. 321
Error Line is longer than 80 characters. 322
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 325
Error Missing a Javadoc comment. 325
Error Parameter columnIndex should be final. 325
Error Parameter x should be final. 325
Error Line is longer than 80 characters. 326
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 329
Error Missing a Javadoc comment. 329
Error Parameter columnIndex should be final. 329
Error Parameter x should be final. 329
Error Line is longer than 80 characters. 330
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 333
Error Missing a Javadoc comment. 333
Error Parameter columnIndex should be final. 333
Error Parameter x should be final. 333
Error Line is longer than 80 characters. 334
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 337
Error Missing a Javadoc comment. 337
Error Parameter columnIndex should be final. 337
Error Parameter x should be final. 337
Error Line is longer than 80 characters. 338
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 341
Error Missing a Javadoc comment. 341
Error Parameter columnIndex should be final. 341
Error Parameter x should be final. 341
Error Line is longer than 80 characters. 342
Error Line is longer than 80 characters. 345
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 345
Error Missing a Javadoc comment. 345
Error Parameter columnIndex should be final. 345
Error Parameter x should be final. 345
Error Line is longer than 80 characters. 346
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 349
Error Missing a Javadoc comment. 349
Error Parameter columnIndex should be final. 349
Error Parameter x should be final. 349
Error Line is longer than 80 characters. 350
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 353
Error Missing a Javadoc comment. 353
Error Parameter columnIndex should be final. 353
Error Parameter x should be final. 353
Error Array brackets at illegal position. 353
Error Line is longer than 80 characters. 354
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 357
Error Missing a Javadoc comment. 357
Error Parameter columnIndex should be final. 357
Error Parameter x should be final. 357
Error Line is longer than 80 characters. 358
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 361
Error Missing a Javadoc comment. 361
Error Parameter columnIndex should be final. 361
Error Parameter x should be final. 361
Error Line is longer than 80 characters. 362
Error Line is longer than 80 characters. 365
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 365
Error Missing a Javadoc comment. 365
Error Parameter columnIndex should be final. 365
Error Parameter x should be final. 365
Error Line is longer than 80 characters. 366
Error Line is longer than 80 characters. 369
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 369
Error Missing a Javadoc comment. 369
Error Parameter columnIndex should be final. 369
Error Parameter x should be final. 369
Error Parameter length should be final. 369
Error Line is longer than 80 characters. 370
Error Line is longer than 80 characters. 373
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 373
Error Missing a Javadoc comment. 373
Error Parameter columnIndex should be final. 373
Error Parameter x should be final. 373
Error Parameter length should be final. 373
Error Line is longer than 80 characters. 374
Error Line is longer than 80 characters. 377
Error Method 'updateCharacterStream' 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 Parameter length should be final. 377
Error Line is longer than 80 characters. 378
Error Line is longer than 80 characters. 381
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 381
Error Missing a Javadoc comment. 381
Error Parameter columnIndex should be final. 381
Error Parameter x should be final. 381
Error Parameter scale should be final. 381
Error Line is longer than 80 characters. 382
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 385
Error Missing a Javadoc comment. 385
Error Parameter columnIndex should be final. 385
Error Parameter x should be final. 385
Error Line is longer than 80 characters. 386
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 389
Error Missing a Javadoc comment. 389
Error Parameter columnName should be final. 389
Error Line is longer than 80 characters. 390
Error Line is longer than 80 characters. 393
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 393
Error Missing a Javadoc comment. 393
Error Parameter columnName should be final. 393
Error Parameter x should be final. 393
Error Line is longer than 80 characters. 394
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 397
Error Missing a Javadoc comment. 397
Error Parameter columnName should be final. 397
Error Parameter x should be final. 397
Error Line is longer than 80 characters. 398
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 401
Error Missing a Javadoc comment. 401
Error Parameter columnName should be final. 401
Error Parameter x should be final. 401
Error Line is longer than 80 characters. 402
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 405
Error Missing a Javadoc comment. 405
Error Parameter columnName should be final. 405
Error Parameter x should be final. 405
Error Line is longer than 80 characters. 406
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 409
Error Missing a Javadoc comment. 409
Error Parameter columnName should be final. 409
Error Parameter x should be final. 409
Error Line is longer than 80 characters. 410
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 413
Error Missing a Javadoc comment. 413
Error Parameter columnName should be final. 413
Error Parameter x should be final. 413
Error Line is longer than 80 characters. 414
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 417
Error Missing a Javadoc comment. 417
Error Parameter columnName should be final. 417
Error Parameter x should be final. 417
Error Line is longer than 80 characters. 418
Error Line is longer than 80 characters. 421
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 421
Error Missing a Javadoc comment. 421
Error Parameter columnName should be final. 421
Error Parameter x should be final. 421
Error Line is longer than 80 characters. 422
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 425
Error Missing a Javadoc comment. 425
Error Parameter columnName should be final. 425
Error Parameter x should be final. 425
Error Line is longer than 80 characters. 426
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 429
Error Missing a Javadoc comment. 429
Error Parameter columnName should be final. 429
Error Parameter x should be final. 429
Error Array brackets at illegal position. 429
Error Line is longer than 80 characters. 430
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 433
Error Missing a Javadoc comment. 433
Error Parameter columnName should be final. 433
Error Parameter x should be final. 433
Error Line is longer than 80 characters. 434
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 437
Error Missing a Javadoc comment. 437
Error Parameter columnName should be final. 437
Error Parameter x should be final. 437
Error Line is longer than 80 characters. 438
Error Line is longer than 80 characters. 441
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 441
Error Missing a Javadoc comment. 441
Error Parameter columnName should be final. 441
Error Parameter x should be final. 441
Error Line is longer than 80 characters. 442
Error Line is longer than 80 characters. 445
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 445
Error Missing a Javadoc comment. 445
Error Parameter columnName should be final. 445
Error Parameter x should be final. 445
Error Parameter length should be final. 445
Error Line is longer than 80 characters. 446
Error Line is longer than 80 characters. 449
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 449
Error Missing a Javadoc comment. 449
Error Parameter columnName should be final. 449
Error Parameter x should be final. 449
Error Parameter length should be final. 449
Error Line is longer than 80 characters. 450
Error Line is longer than 80 characters. 453
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 453
Error Missing a Javadoc comment. 453
Error Parameter columnName should be final. 453
Error Parameter reader should be final. 453
Error Parameter length should be final. 453
Error Line is longer than 80 characters. 454
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 columnName should be final. 457
Error Parameter x should be final. 457
Error Parameter scale should be final. 457
Error Line is longer than 80 characters. 458
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 461
Error Missing a Javadoc comment. 461
Error Parameter columnName should be final. 461
Error Parameter x should be final. 461
Error Line is longer than 80 characters. 462
Error Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. 465
Error Missing a Javadoc comment. 465
Error Line is longer than 80 characters. 466
Error Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. 469
Error Missing a Javadoc comment. 469
Error Line is longer than 80 characters. 470
Error Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. 473
Error Missing a Javadoc comment. 473
Error Line is longer than 80 characters. 474
Error Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. 477
Error Missing a Javadoc comment. 477
Error Line is longer than 80 characters. 478
Error Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. 481
Error Missing a Javadoc comment. 481
Error Line is longer than 80 characters. 482
Error Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. 485
Error Missing a Javadoc comment. 485
Error Line is longer than 80 characters. 486
Error Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. 489
Error Missing a Javadoc comment. 489
Error Line is longer than 80 characters. 490
Error Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. 493
Error Missing a Javadoc comment. 493
Error Line is longer than 80 characters. 494
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 497
Error Missing a Javadoc comment. 497
Error Parameter i should be final. 497
Error Parameter map should be final. 497
Error Line is longer than 80 characters. 498
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 501
Error Missing a Javadoc comment. 501
Error Parameter i should be final. 501
Error Line is longer than 80 characters. 502
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 505
Error Missing a Javadoc comment. 505
Error Parameter i should be final. 505
Error Line is longer than 80 characters. 506
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 509
Error Missing a Javadoc comment. 509
Error Parameter i should be final. 509
Error Line is longer than 80 characters. 510
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 513
Error Missing a Javadoc comment. 513
Error Parameter i should be final. 513
Error Line is longer than 80 characters. 514
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 517
Error Missing a Javadoc comment. 517
Error Parameter colName should be final. 517
Error Parameter map should be final. 517
Error Line is longer than 80 characters. 518
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 521
Error Missing a Javadoc comment. 521
Error Parameter colName should be final. 521
Error Line is longer than 80 characters. 522
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 525
Error Missing a Javadoc comment. 525
Error Parameter colName should be final. 525
Error Line is longer than 80 characters. 526
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 529
Error Missing a Javadoc comment. 529
Error Parameter colName should be final. 529
Error Line is longer than 80 characters. 530
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 533
Error Missing a Javadoc comment. 533
Error Parameter colName should be final. 533
Error Line is longer than 80 characters. 534
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 537
Error Missing a Javadoc comment. 537
Error Parameter columnIndex should be final. 537
Error Parameter cal should be final. 537
Error Line is longer than 80 characters. 538
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 541
Error Missing a Javadoc comment. 541
Error Parameter columnName should be final. 541
Error Parameter cal should be final. 541
Error Line is longer than 80 characters. 542
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 545
Error Missing a Javadoc comment. 545
Error Parameter columnIndex should be final. 545
Error Parameter cal should be final. 545
Error Line is longer than 80 characters. 546
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 549
Error Missing a Javadoc comment. 549
Error Parameter columnName should be final. 549
Error Parameter cal should be final. 549
Error Line is longer than 80 characters. 550
Error Line is longer than 80 characters. 553
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 553
Error Missing a Javadoc comment. 553
Error Parameter columnIndex should be final. 553
Error Parameter cal should be final. 553
Error Line is longer than 80 characters. 554
Error Line is longer than 80 characters. 557
Error Method 'getTimestamp' 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 cal should be final. 557
Error Line is longer than 80 characters. 558
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 561
Error Missing a Javadoc comment. 561
Error Parameter columnIndex should be final. 561
Error Line is longer than 80 characters. 562
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 565
Error Missing a Javadoc comment. 565
Error Parameter columnName should be final. 565
Error Line is longer than 80 characters. 566
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 569
Error Missing a Javadoc comment. 569
Error Parameter columnIndex should be final. 569
Error Parameter x should be final. 569
Error Line is longer than 80 characters. 570
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 573
Error Missing a Javadoc comment. 573
Error Parameter columnName should be final. 573
Error Parameter x should be final. 573
Error Line is longer than 80 characters. 574
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 577
Error Missing a Javadoc comment. 577
Error Parameter columnIndex should be final. 577
Error Parameter x should be final. 577
Error Line is longer than 80 characters. 578
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 581
Error Missing a Javadoc comment. 581
Error Parameter columnName should be final. 581
Error Parameter x should be final. 581
Error Line is longer than 80 characters. 582
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 585
Error Missing a Javadoc comment. 585
Error Parameter columnIndex should be final. 585
Error Parameter x should be final. 585
Error Line is longer than 80 characters. 586
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 589
Error Missing a Javadoc comment. 589
Error Parameter columnName should be final. 589
Error Parameter x should be final. 589
Error Line is longer than 80 characters. 590
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 593
Error Missing a Javadoc comment. 593
Error Parameter columnIndex should be final. 593
Error Parameter x should be final. 593
Error Line is longer than 80 characters. 594
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 597
Error Missing a Javadoc comment. 597
Error Parameter columnName should be final. 597
Error Parameter x should be final. 597
Error Line is longer than 80 characters. 598
Error Missing a Javadoc comment. 601
Error Missing a Javadoc comment. 603
Error '(' is followed by whitespace. 604
Error ')' is preceded with whitespace. 604
Error ';' is preceded with whitespace. 605
Error ';' is preceded with whitespace. 607
Error Missing a Javadoc comment. 610
Error Parameter column should be final. 610
Error Missing a Javadoc comment. 614
Error Parameter column should be final. 614
Error Missing a Javadoc comment. 618
Error Parameter column should be final. 618
Error Missing a Javadoc comment. 622
Error Parameter column should be final. 622
Error Missing a Javadoc comment. 626
Error Parameter column should be final. 626
Error Missing a Javadoc comment. 630
Error Parameter column should be final. 630
Error Missing a Javadoc comment. 634
Error Parameter column should be final. 634
Error Missing a Javadoc comment. 638
Error Parameter column should be final. 638
Error Missing a Javadoc comment. 642
Error Parameter column should be final. 642
Error Missing a Javadoc comment. 646
Error Parameter column should be final. 646
Error Missing a Javadoc comment. 650
Error Parameter column should be final. 650
Error Missing a Javadoc comment. 654
Error Parameter column should be final. 654
Error Missing a Javadoc comment. 658
Error Parameter column should be final. 658
Error Missing a Javadoc comment. 662
Error Parameter column should be final. 662
Error Missing a Javadoc comment. 666
Error Parameter column should be final. 666
Error Missing a Javadoc comment. 670
Error Parameter column should be final. 670
Error Missing a Javadoc comment. 674
Error Parameter column should be final. 674
Error Missing a Javadoc comment. 678
Error Parameter column should be final. 678
Error Missing a Javadoc comment. 682
Error Parameter column should be final. 682
Error Missing a Javadoc comment. 686
Error Parameter column should be final. 686

com/imcode/db/mock/package.html

Error Line
Error Missing package documentation file. 0

com/imcode/db/package.html

Error Line
Error Missing package documentation file. 0