Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
99 0 0 2994

Files

Files I W E
com/imcode/db/DataSourceDatabase.java 0 0 32
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 22
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 9
com/imcode/db/handlers/ObjectFromFirstRowResultSetHandler.java 0 0 5
com/imcode/db/handlers/ObjectFromRowFactory.java 0 0 3
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 215
com/imcode/db/mock/MockDatabaseConnection.java 0 0 40
com/imcode/db/mock/MockResultSet.java 0 0 655
com/imcode/db/mock/package.html 0 0 1
com/imcode/db/package.html 0 0 1

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. 16
Error Method 'execute' 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 ')' is preceded with whitespace. 16
Error Redundant throws: 'DatabaseException' is unchecked exception. 16
Error Line is longer than 80 characters. 20
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 preceded with whitespace. 23
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line has trailing spaces. 29
Error Line is longer than 80 characters. 30
Error Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Redundant throws: 'DatabaseException' is unchecked exception. 30
Error ';' is preceded with whitespace. 31

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 Redundant import from the same package - com.imcode.db.Database. 3
Error Redundant import from the same package - com.imcode.db.DatabaseConnection. 4
Error Redundant import from the same package - com.imcode.db.DatabaseCommand. 5
Error Redundant import from the same package - com.imcode.db.DatabaseException. 6
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Parameter connection should be final. 12
Error 'connection' hides a field. 12
Error Line is longer than 80 characters. 16
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter databaseCommand should be final. 16
Error Redundant throws: 'DatabaseException' is unchecked exception. 16
Error ';' is preceded with whitespace. 17
Error Line is longer than 80 characters. 20
Error Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter databaseCommand should be final. 20
Error Redundant throws: 'DatabaseException' is unchecked exception. 20
Error ';' is preceded with whitespace. 21

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. 10
Error Missing a Javadoc comment. 12
Error ';' is preceded with whitespace. 12
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 16
Error Parameter database should be final. 16
Error 'database' hides a field. 16
Error Line is longer than 80 characters. 20
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Redundant throws: 'DatabaseException' is unchecked exception. 20
Error Line is longer than 80 characters. 21
Error ';' is preceded with whitespace. 21
Error Method 'getAverages' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter sql should be final. 24
Error ')' is preceded with whitespace. 26
Error ';' is preceded with whitespace. 28
Error Line is longer than 80 characters. 33
Error Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter databaseCommand should be final. 33
Error Redundant throws: 'DatabaseException' is unchecked exception. 33
Error ';' is preceded with whitespace. 34
Error Method 'getBenchmarks' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37

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 Unused import - java.lang.reflect.Array. 3
Error Unused import - java.sql.ResultSet. 4
Error Unused import - java.sql.SQLException. 5
Error Unused import - java.util.ArrayList. 6
Error Unused import - java.util.List. 7
Error Missing a Javadoc comment. 12
Error Parameter rowTransformer should be final. 12
Error ';' is preceded with whitespace. 13

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 Unused import - java.sql.ResultSet. 3
Error Unused import - java.sql.SQLException. 4
Error Missing a Javadoc comment. 9
Error Parameter rowTransformer should be final. 9

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 Unused import - java.sql.ResultSet. 3
Error Unused import - java.sql.SQLException. 4

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 Missing a Javadoc comment. 10
Error ';' is preceded with whitespace. 10

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 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter databaseCommand should be final. 50
Error Redundant throws: 'DatabaseException' is unchecked exception. 50
Error Line is longer than 80 characters. 54
Error Method 'addExpectedSqlCall' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter value should be final. 64
Error Method 'assertExpectedSqlCalls' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Line is longer than 80 characters. 76
Error Method 'getSqlCallCount' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Method 'getResultForSqlCall' 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 params should be final. 84
Error Missing a Javadoc comment. 99
Error Missing a Javadoc comment. 101
Error Missing a Javadoc comment. 102
Error Missing a Javadoc comment. 104
Error Parameter string should be final. 104
Error 'string' hides a field. 104
Error Parameter parameters should be final. 104
Error 'parameters' hides a field. 104
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter predicate should be final. 123
Error Method 'assertCalledInOrder' is not designed for extension - needs to be abstract, final or empty. 127
Error Missing a Javadoc comment. 127
Error Parameter sqlCallPredicates should be final. 127
Error ';' is preceded with whitespace. 128
Error '(' is followed by whitespace. 129
Error ';' is followed by whitespace. 129
Error Line is longer than 80 characters. 131
Error ';' is preceded with whitespace. 132
Error ';' is preceded with whitespace. 134
Error Line is longer than 80 characters. 139
Error '+' is not preceded with whitespace. 139
Error '+' is not followed by whitespace. 139
Error Line is longer than 80 characters. 141
Error '+' is not preceded with whitespace. 141
Error '+' is not followed by whitespace. 141
Error '-' is not preceded with whitespace. 141
Error '-' is not followed by whitespace. 141
Error '+' is not preceded with whitespace. 141
Error '+' is not followed by whitespace. 141
Error ';' is preceded with whitespace. 141
Error ';' is preceded with whitespace. 143
Error Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Parameter message should be final. 147
Error Parameter predicate should be final. 147
Error Avoid inline conditionals. 149
Error Line is longer than 80 characters. 150
Error Missing a Javadoc comment. 154
Error Parameter predicate 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 sqlCallPredicate should be final. 158
Error Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter message should be final. 162
Error Parameter predicate should be final. 162
Error Avoid inline conditionals. 164
Error Line is longer than 80 characters. 165
Error Method 'assertCallCount' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Parameter expectedCount should be final. 169
Error Parameter predicate should be final. 169
Error Line is longer than 80 characters. 172
Error Missing a Javadoc comment. 176
Error Missing a Javadoc comment. 178
Error Parameter object should be final. 178
Error Missing a Javadoc comment. 182
Error Parameter sqlCall should be final. 182
Error Missing a Javadoc comment. 184
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Missing a Javadoc comment. 191
Error Missing a Javadoc comment. 193
Error Missing a Javadoc comment. 194
Error Missing a Javadoc comment. 196
Error Parameter tableName should be final. 196
Error 'tableName' hides a field. 196
Error Parameter parameter should be final. 196
Error 'parameter' hides a field. 196
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 201
Error Missing a Javadoc comment. 201
Error Parameter sqlCall should be final. 201
Error Line is longer than 80 characters. 202
Error '+' is not preceded with whitespace. 202
Error '+' is not followed by whitespace. 202
Error Line is longer than 80 characters. 203
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 207
Error Missing a Javadoc comment. 207
Error Line is longer than 80 characters. 208
Error Line is longer than 80 characters. 212
Error Missing a Javadoc comment. 212
Error Missing a Javadoc comment. 214
Error Missing a Javadoc comment. 216
Error Parameter tableName should be final. 216
Error 'tableName' hides a field. 216
Error '+' is not preceded with whitespace. 217
Error '+' is not followed by whitespace. 217
Error ';' is preceded with whitespace. 217
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 221
Error Missing a Javadoc comment. 221
Error ';' is preceded with whitespace. 222
Error Line is longer than 80 characters. 226
Error Missing a Javadoc comment. 226
Error Missing a Javadoc comment. 228
Error Line is longer than 80 characters. 230
Error Missing a Javadoc comment. 230
Error Parameter tableName should be final. 230
Error Parameter parameter should be final. 230
Error 'parameter' hides a field. 230
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 235
Error Missing a Javadoc comment. 235
Error Parameter sqlCall should be final. 235
Error Line is longer than 80 characters. 236
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 239
Error Missing a Javadoc comment. 239
Error Line is longer than 80 characters. 240
Error Missing a Javadoc comment. 244
Error Missing a Javadoc comment. 246
Error Missing a Javadoc comment. 248
Error Parameter regex should be final. 248
Error 'regex' hides a field. 248
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error Parameter sqlCall should be final. 252
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error Missing a Javadoc comment. 263
Error Missing a Javadoc comment. 265
Error Variable 'sql' must be private and have accessor methods. 265
Error Missing a Javadoc comment. 267
Error Parameter sql should be final. 267
Error 'sql' hides a field. 267
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error Parameter sqlCall should be final. 271
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 275
Error Missing a Javadoc comment. 275
Error Missing a Javadoc comment. 280
Error Missing a Javadoc comment. 282
Error Missing a Javadoc comment. 284
Error Parameter prefix should be final. 284
Error 'prefix' hides a field. 284
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 288
Error Missing a Javadoc comment. 288
Error Parameter sqlCall should be final. 288
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 292
Error Missing a Javadoc comment. 292
Error Line is longer than 80 characters. 297
Error Missing a Javadoc comment. 297
Error Missing a Javadoc comment. 299
Error Line is longer than 80 characters. 301
Error Missing a Javadoc comment. 301
Error Parameter sql should be final. 301
Error Parameter parameters should be final. 301
Error 'parameters' hides a field. 301
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Parameter sqlCall should be final. 306
Error Line is longer than 80 characters. 307
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 310
Error Missing a Javadoc comment. 310
Error Line is longer than 80 characters. 311
Error Line is longer than 80 characters. 315
Error Missing a Javadoc comment. 315
Error Missing a Javadoc comment. 317
Error Missing a Javadoc comment. 319
Error Parameter tableName should be final. 319
Error 'tableName' hides a field. 319
Error '+' is not preceded with whitespace. 320
Error '+' is not followed by whitespace. 320
Error ';' is preceded with whitespace. 320
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 324
Error Missing a Javadoc comment. 324
Error '+' is not preceded with whitespace. 325
Error '+' is not followed by whitespace. 325

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 '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error ';' is preceded with whitespace. 198
Error ';' is preceded with whitespace. 200
Error Parameter column should be final. 203
Error Parameter column should be final. 207
Error Parameter column should be final. 211
Error Parameter column should be final. 215
Error Parameter column should be final. 219
Error Parameter column should be final. 223
Error Parameter column should be final. 227
Error Parameter column should be final. 231
Error Parameter column should be final. 235
Error Parameter column should be final. 239
Error Parameter column should be final. 243
Error Parameter column should be final. 247
Error Parameter column should be final. 251
Error Parameter column should be final. 255
Error Parameter column should be final. 259
Error Parameter column should be final. 263
Error Parameter column should be final. 267
Error Parameter column should be final. 271
Error Line is longer than 80 characters. 275
Error Parameter column should be final. 275
Error Parameter column should be final. 279
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 285
Error Missing a Javadoc comment. 285
Error Parameter columnIndex should be final. 285
Error Line is longer than 80 characters. 287
Error ';' is preceded with whitespace. 287
Error '-' is not preceded with whitespace. 289
Error '-' is not followed by whitespace. 289
Error ';' is preceded with whitespace. 289
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 292
Error Missing a Javadoc comment. 292
Error Parameter columnName should be final. 292
Error Line is longer than 80 characters. 293
Error Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. 296
Error Missing a Javadoc comment. 296
Error Parameter columnName should be final. 296
Error Line is longer than 80 characters. 297
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 300
Error Missing a Javadoc comment. 300
Error Parameter columnIndex should be final. 300
Error Line is longer than 80 characters. 301
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 304
Error Missing a Javadoc comment. 304
Error Parameter columnName should be final. 304
Error Line is longer than 80 characters. 305
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 308
Error Missing a Javadoc comment. 308
Error Parameter columnIndex should be final. 308
Error Line is longer than 80 characters. 309
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 312
Error Missing a Javadoc comment. 312
Error Parameter columnName should be final. 312
Error Line is longer than 80 characters. 313
Error Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. 316
Error Missing a Javadoc comment. 316
Error Line is longer than 80 characters. 317
Error Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. 320
Error Missing a Javadoc comment. 320
Error Line is longer than 80 characters. 321
Error Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. 324
Error Missing a Javadoc comment. 324
Error Line is longer than 80 characters. 325
Error Method 'isLast' is not designed for extension - needs to be abstract, final or empty. 328
Error Missing a Javadoc comment. 328
Error Line is longer than 80 characters. 329
Error Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. 332
Error Missing a Javadoc comment. 332
Error Line is longer than 80 characters. 333
Error Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. 336
Error Missing a Javadoc comment. 336
Error Line is longer than 80 characters. 337
Error Method 'first' is not designed for extension - needs to be abstract, final or empty. 340
Error Missing a Javadoc comment. 340
Error Line is longer than 80 characters. 341
Error Method 'last' is not designed for extension - needs to be abstract, final or empty. 344
Error Missing a Javadoc comment. 344
Error Line is longer than 80 characters. 345
Error Method 'getRow' is not designed for extension - needs to be abstract, final or empty. 348
Error Missing a Javadoc comment. 348
Error Line is longer than 80 characters. 349
Error Method 'absolute' is not designed for extension - needs to be abstract, final or empty. 352
Error Missing a Javadoc comment. 352
Error Parameter row should be final. 352
Error Line is longer than 80 characters. 353
Error Method 'relative' is not designed for extension - needs to be abstract, final or empty. 356
Error Missing a Javadoc comment. 356
Error Parameter rows should be final. 356
Error 'rows' hides a field. 356
Error Line is longer than 80 characters. 357
Error Method 'previous' is not designed for extension - needs to be abstract, final or empty. 360
Error Missing a Javadoc comment. 360
Error Line is longer than 80 characters. 361
Error Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. 364
Error Missing a Javadoc comment. 364
Error Parameter direction should be final. 364
Error Line is longer than 80 characters. 365
Error Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. 368
Error Missing a Javadoc comment. 368
Error Line is longer than 80 characters. 369
Error Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. 372
Error Missing a Javadoc comment. 372
Error Parameter rows should be final. 372
Error 'rows' hides a field. 372
Error Line is longer than 80 characters. 373
Error Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. 376
Error Missing a Javadoc comment. 376
Error Line is longer than 80 characters. 377
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 380
Error Missing a Javadoc comment. 380
Error Line is longer than 80 characters. 381
Error Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. 384
Error Missing a Javadoc comment. 384
Error Line is longer than 80 characters. 385
Error Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. 388
Error Missing a Javadoc comment. 388
Error Line is longer than 80 characters. 389
Error Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. 392
Error Missing a Javadoc comment. 392
Error Line is longer than 80 characters. 393
Error Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. 396
Error Missing a Javadoc comment. 396
Error Line is longer than 80 characters. 397
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 400
Error Missing a Javadoc comment. 400
Error Parameter columnIndex should be final. 400
Error Line is longer than 80 characters. 401
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 404
Error Missing a Javadoc comment. 404
Error Parameter columnIndex should be final. 404
Error Parameter x should be final. 404
Error Line is longer than 80 characters. 405
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 408
Error Missing a Javadoc comment. 408
Error Parameter columnIndex should be final. 408
Error Parameter x should be final. 408
Error Line is longer than 80 characters. 409
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 412
Error Missing a Javadoc comment. 412
Error Parameter columnIndex should be final. 412
Error Parameter x should be final. 412
Error Line is longer than 80 characters. 413
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 416
Error Missing a Javadoc comment. 416
Error Parameter columnIndex should be final. 416
Error Parameter x should be final. 416
Error Line is longer than 80 characters. 417
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 420
Error Missing a Javadoc comment. 420
Error Parameter columnIndex should be final. 420
Error Parameter x should be final. 420
Error Line is longer than 80 characters. 421
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 424
Error Missing a Javadoc comment. 424
Error Parameter columnIndex should be final. 424
Error Parameter x should be final. 424
Error Line is longer than 80 characters. 425
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 428
Error Missing a Javadoc comment. 428
Error Parameter columnIndex should be final. 428
Error Parameter x should be final. 428
Error Line is longer than 80 characters. 429
Error Line is longer than 80 characters. 432
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 432
Error Missing a Javadoc comment. 432
Error Parameter columnIndex should be final. 432
Error Parameter x should be final. 432
Error Line is longer than 80 characters. 433
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 436
Error Missing a Javadoc comment. 436
Error Parameter columnIndex should be final. 436
Error Parameter x should be final. 436
Error Line is longer than 80 characters. 437
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 440
Error Missing a Javadoc comment. 440
Error Parameter columnIndex should be final. 440
Error Parameter x should be final. 440
Error Array brackets at illegal position. 440
Error Line is longer than 80 characters. 441
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 444
Error Missing a Javadoc comment. 444
Error Parameter columnIndex should be final. 444
Error Parameter x should be final. 444
Error Line is longer than 80 characters. 445
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 448
Error Missing a Javadoc comment. 448
Error Parameter columnIndex should be final. 448
Error Parameter x should be final. 448
Error Line is longer than 80 characters. 449
Error Line is longer than 80 characters. 452
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 452
Error Missing a Javadoc comment. 452
Error Parameter columnIndex should be final. 452
Error Parameter x should be final. 452
Error Line is longer than 80 characters. 453
Error Line is longer than 80 characters. 456
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 456
Error Missing a Javadoc comment. 456
Error Parameter columnIndex should be final. 456
Error Parameter x should be final. 456
Error Parameter length should be final. 456
Error Line is longer than 80 characters. 457
Error Line is longer than 80 characters. 460
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 460
Error Missing a Javadoc comment. 460
Error Parameter columnIndex should be final. 460
Error Parameter x should be final. 460
Error Parameter length should be final. 460
Error Line is longer than 80 characters. 461
Error Line is longer than 80 characters. 464
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 464
Error Missing a Javadoc comment. 464
Error Parameter columnIndex should be final. 464
Error Parameter x should be final. 464
Error Parameter length should be final. 464
Error Line is longer than 80 characters. 465
Error Line is longer than 80 characters. 468
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 468
Error Missing a Javadoc comment. 468
Error Parameter columnIndex should be final. 468
Error Parameter x should be final. 468
Error Parameter scale should be final. 468
Error Line is longer than 80 characters. 469
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 472
Error Missing a Javadoc comment. 472
Error Parameter columnIndex should be final. 472
Error Parameter x should be final. 472
Error Line is longer than 80 characters. 473
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 476
Error Missing a Javadoc comment. 476
Error Parameter columnName should be final. 476
Error Line is longer than 80 characters. 477
Error Line is longer than 80 characters. 480
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 480
Error Missing a Javadoc comment. 480
Error Parameter columnName should be final. 480
Error Parameter x should be final. 480
Error Line is longer than 80 characters. 481
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 484
Error Missing a Javadoc comment. 484
Error Parameter columnName should be final. 484
Error Parameter x should be final. 484
Error Line is longer than 80 characters. 485
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 488
Error Missing a Javadoc comment. 488
Error Parameter columnName should be final. 488
Error Parameter x should be final. 488
Error Line is longer than 80 characters. 489
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 492
Error Missing a Javadoc comment. 492
Error Parameter columnName should be final. 492
Error Parameter x should be final. 492
Error Line is longer than 80 characters. 493
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 496
Error Missing a Javadoc comment. 496
Error Parameter columnName should be final. 496
Error Parameter x should be final. 496
Error Line is longer than 80 characters. 497
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 500
Error Missing a Javadoc comment. 500
Error Parameter columnName should be final. 500
Error Parameter x should be final. 500
Error Line is longer than 80 characters. 501
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 504
Error Missing a Javadoc comment. 504
Error Parameter columnName should be final. 504
Error Parameter x should be final. 504
Error Line is longer than 80 characters. 505
Error Line is longer than 80 characters. 508
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 508
Error Missing a Javadoc comment. 508
Error Parameter columnName should be final. 508
Error Parameter x should be final. 508
Error Line is longer than 80 characters. 509
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 512
Error Missing a Javadoc comment. 512
Error Parameter columnName should be final. 512
Error Parameter x should be final. 512
Error Line is longer than 80 characters. 513
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 516
Error Missing a Javadoc comment. 516
Error Parameter columnName should be final. 516
Error Parameter x should be final. 516
Error Array brackets at illegal position. 516
Error Line is longer than 80 characters. 517
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 520
Error Missing a Javadoc comment. 520
Error Parameter columnName should be final. 520
Error Parameter x should be final. 520
Error Line is longer than 80 characters. 521
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 524
Error Missing a Javadoc comment. 524
Error Parameter columnName should be final. 524
Error Parameter x should be final. 524
Error Line is longer than 80 characters. 525
Error Line is longer than 80 characters. 528
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 528
Error Missing a Javadoc comment. 528
Error Parameter columnName should be final. 528
Error Parameter x should be final. 528
Error Line is longer than 80 characters. 529
Error Line is longer than 80 characters. 532
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 532
Error Missing a Javadoc comment. 532
Error Parameter columnName should be final. 532
Error Parameter x should be final. 532
Error Parameter length should be final. 532
Error Line is longer than 80 characters. 533
Error Line is longer than 80 characters. 536
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 536
Error Missing a Javadoc comment. 536
Error Parameter columnName should be final. 536
Error Parameter x should be final. 536
Error Parameter length should be final. 536
Error Line is longer than 80 characters. 537
Error Line is longer than 80 characters. 540
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 540
Error Missing a Javadoc comment. 540
Error Parameter columnName should be final. 540
Error Parameter reader should be final. 540
Error Parameter length should be final. 540
Error Line is longer than 80 characters. 541
Error Line is longer than 80 characters. 544
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 544
Error Missing a Javadoc comment. 544
Error Parameter columnName should be final. 544
Error Parameter x should be final. 544
Error Parameter scale should be final. 544
Error Line is longer than 80 characters. 545
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 548
Error Missing a Javadoc comment. 548
Error Parameter columnName should be final. 548
Error Parameter x should be final. 548
Error Line is longer than 80 characters. 549
Error Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. 552
Error Missing a Javadoc comment. 552
Error Line is longer than 80 characters. 553
Error Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. 556
Error Missing a Javadoc comment. 556
Error Line is longer than 80 characters. 557
Error Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. 560
Error Missing a Javadoc comment. 560
Error Line is longer than 80 characters. 561
Error Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. 564
Error Missing a Javadoc comment. 564
Error Line is longer than 80 characters. 565
Error Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. 568
Error Missing a Javadoc comment. 568
Error Line is longer than 80 characters. 569
Error Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. 572
Error Missing a Javadoc comment. 572
Error Line is longer than 80 characters. 573
Error Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. 576
Error Missing a Javadoc comment. 576
Error Line is longer than 80 characters. 577
Error Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. 580
Error Missing a Javadoc comment. 580
Error Line is longer than 80 characters. 581
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 584
Error Missing a Javadoc comment. 584
Error Parameter i should be final. 584
Error Parameter map should be final. 584
Error Line is longer than 80 characters. 585
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 588
Error Missing a Javadoc comment. 588
Error Parameter i should be final. 588
Error Line is longer than 80 characters. 589
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 592
Error Missing a Javadoc comment. 592
Error Parameter i should be final. 592
Error Line is longer than 80 characters. 593
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 596
Error Missing a Javadoc comment. 596
Error Parameter i should be final. 596
Error Line is longer than 80 characters. 597
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 600
Error Missing a Javadoc comment. 600
Error Parameter i should be final. 600
Error Line is longer than 80 characters. 601
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 604
Error Missing a Javadoc comment. 604
Error Parameter colName should be final. 604
Error Parameter map should be final. 604
Error Line is longer than 80 characters. 605
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 608
Error Missing a Javadoc comment. 608
Error Parameter colName should be final. 608
Error Line is longer than 80 characters. 609
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 612
Error Missing a Javadoc comment. 612
Error Parameter colName should be final. 612
Error Line is longer than 80 characters. 613
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 616
Error Missing a Javadoc comment. 616
Error Parameter colName should be final. 616
Error Line is longer than 80 characters. 617
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 620
Error Missing a Javadoc comment. 620
Error Parameter colName should be final. 620
Error Line is longer than 80 characters. 621
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 624
Error Missing a Javadoc comment. 624
Error Parameter columnIndex should be final. 624
Error Parameter cal should be final. 624
Error Line is longer than 80 characters. 625
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 628
Error Missing a Javadoc comment. 628
Error Parameter columnName should be final. 628
Error Parameter cal should be final. 628
Error Line is longer than 80 characters. 629
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 632
Error Missing a Javadoc comment. 632
Error Parameter columnIndex should be final. 632
Error Parameter cal should be final. 632
Error Line is longer than 80 characters. 633
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 636
Error Missing a Javadoc comment. 636
Error Parameter columnName should be final. 636
Error Parameter cal should be final. 636
Error Line is longer than 80 characters. 637
Error Line is longer than 80 characters. 640
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 640
Error Missing a Javadoc comment. 640
Error Parameter columnIndex should be final. 640
Error Parameter cal should be final. 640
Error Line is longer than 80 characters. 641
Error Line is longer than 80 characters. 644
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 644
Error Missing a Javadoc comment. 644
Error Parameter columnName should be final. 644
Error Parameter cal should be final. 644
Error Line is longer than 80 characters. 645
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 648
Error Missing a Javadoc comment. 648
Error Parameter columnIndex should be final. 648
Error Line is longer than 80 characters. 649
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 652
Error Missing a Javadoc comment. 652
Error Parameter columnName should be final. 652
Error Line is longer than 80 characters. 653
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 656
Error Missing a Javadoc comment. 656
Error Parameter columnIndex should be final. 656
Error Parameter x should be final. 656
Error Line is longer than 80 characters. 657
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 660
Error Missing a Javadoc comment. 660
Error Parameter columnName should be final. 660
Error Parameter x should be final. 660
Error Line is longer than 80 characters. 661
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 664
Error Missing a Javadoc comment. 664
Error Parameter columnIndex should be final. 664
Error Parameter x should be final. 664
Error Line is longer than 80 characters. 665
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 668
Error Missing a Javadoc comment. 668
Error Parameter columnName should be final. 668
Error Parameter x should be final. 668
Error Line is longer than 80 characters. 669
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 672
Error Missing a Javadoc comment. 672
Error Parameter columnIndex should be final. 672
Error Parameter x should be final. 672
Error Line is longer than 80 characters. 673
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 676
Error Missing a Javadoc comment. 676
Error Parameter columnName should be final. 676
Error Parameter x should be final. 676
Error Line is longer than 80 characters. 677
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 680
Error Missing a Javadoc comment. 680
Error Parameter columnIndex should be final. 680
Error Parameter x should be final. 680
Error Line is longer than 80 characters. 681
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 684
Error Missing a Javadoc comment. 684
Error Parameter columnName should be final. 684
Error Parameter x should be final. 684
Error Line is longer than 80 characters. 685

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