Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
10900824

Files

FilesIWE
uba/db/Database.java 0017
uba/db/DatabaseBehavior.java 0092
uba/db/DatabaseInitializationException.java 007
uba/db/IdGenerator.java 003
uba/db/SimpleNumberSequenceIdGenerator.java 009
uba/db/SystemTableSchemas.java 0015
uba/db/TableAlreadyExistsException.java 0017
uba/db/TableCreationException.java 0019
uba/db/UnknowTableName.java 0019
uba/db/column/CharColumnSpecification.java 0031
uba/db/column/Column.java 0025
uba/db/column/ColumnConstraint.java 0013
uba/db/column/ColumnSpecification.java 0022
uba/db/column/ColumnSpecificationBehavior.java 0022
uba/db/column/IntegerColumnSpecification.java 0023
uba/db/column/io/CharColumnReader.java 009
uba/db/column/io/CharColumnWriter.java 0012
uba/db/column/io/ColumnIOException.java 0011
uba/db/column/io/ColumnReader.java 001
uba/db/column/io/ColumnReader.java 003
uba/db/column/io/ColumnReaderBehavior.java 0015
uba/db/column/io/ColumnValueTooLongException.java 005
uba/db/column/io/ColumnWriter.java 001
uba/db/column/io/ColumnWriter.java 007
uba/db/column/io/ColumnWriterBehavior.java 0020
uba/db/column/io/IntegerColumnReader.java 009
uba/db/column/io/IntegerColumnWriter.java 009
uba/db/column/io/ReadColumnException.java 006
uba/db/column/io/WriteColumnException.java 006
uba/db/column/io/package.html 001
uba/db/column/package.html 001
uba/db/impl/filesystem/FileSystemDatabase.java 0025
uba/db/impl/filesystem/FileSystemTable.java 0041
uba/db/impl/filesystem/FileSystemTableReader.java 0017
uba/db/impl/filesystem/package.html 001
uba/db/impl/memory/MemoryDatabase.java 006
uba/db/impl/memory/MemoryTable.java 007
uba/db/impl/memory/MemoryTableReader.java 009
uba/db/impl/memory/package.html 001
uba/db/package.html 001
uba/db/table/InsertException.java 004
uba/db/table/InvalidPrimaryKeyColumnName.java 008
uba/db/table/InvalidPrimaryKeyColumnsException.java 0010
uba/db/table/InvalidTableNameException.java 0010
uba/db/table/InvalidUniqueColumnName.java 0010
uba/db/table/Row.java 0024
uba/db/table/Table.java 0054
uba/db/table/TableBehavior.java 0025
uba/db/table/TableSchema.java 0044
uba/db/table/TableSchemaBuildException.java 001
uba/db/table/TableSchemaBuilder.java 0036
uba/db/table/io/FetchRowException.java 005
uba/db/table/io/NoMoreRowsException.java 003
uba/db/table/io/RowReader.java 009
uba/db/table/io/RowWriter.java 008
uba/db/table/io/TableReader.java 005
uba/db/table/io/TableReaderCloseException.java 005
uba/db/table/io/TableReaderCreationException.java 003
uba/db/table/io/package.html 001
uba/db/table/package.html 001

uba/db/Database.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 29
Error Expected an @return tag. 36
Error Expected an @return tag. 42
Error Expected an @return tag. 47
Error Line has trailing spaces. 51
Error Line has trailing spaces. 54
Error Expected an @return tag. 58
Error Line has trailing spaces. 63
Error Line has trailing spaces. 71
Error Line has trailing spaces. 79
Error Line has trailing spaces. 87
Error Line has trailing spaces. 90

uba/db/DatabaseBehavior.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error First sentence should end with a period. 34
Error Line has trailing spaces. 36
Error Line has trailing spaces. 46
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 54
Error Parameter configuration should be final. 54
Error Missing a Javadoc comment. 63
Error First sentence should end with a period. 67
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 71
Error Expected @throws tag for 'DatabaseInitializationException'. 71
Error '{' is not followed by whitespace. 71
Error '}' is not preceded with whitespace. 71
Error Line has trailing spaces. 76
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 84
Error Parameter configuration should be final. 89
Error '{' is not followed by whitespace. 90
Error '}' is not preceded with whitespace. 90
Error Line is longer than 80 characters. 92
Error Missing a Javadoc comment. 92
Error Method 'tableNamed' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter tableName should be final. 105
Error Method 'containsTableNamed' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter tableName should be final. 118
Error Line has trailing spaces. 125
Error Line has trailing spaces. 128
Error Line has trailing spaces. 131
Error Parameter tableSchema should be final. 135
Error Line is longer than 80 characters. 141
Error Method 'createTable' is not designed for extension - needs to be abstract, final or empty. 141
Error Parameter tableSchema should be final. 141
Error Expected an @return tag. 157
Error Missing a Javadoc comment. 159
Error Parameter tableId should be final. 159
Error Parameter table should be final. 159
Error Method 'tables' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 174
Error Missing a Javadoc comment. 184
Error Line is longer than 80 characters. 192
Error Line has trailing spaces. 193
Error Line has trailing spaces. 195
Error Method 'createColumnsTable' is not designed for extension - needs to be abstract, final or empty. 198
Error Line is longer than 80 characters. 203
Error Line has trailing spaces. 205
Error Method 'createTablesTable' is not designed for extension - needs to be abstract, final or empty. 208
Error Missing a Javadoc comment. 212
Error Line is longer than 80 characters. 216
Error Missing a Javadoc comment. 224
Error Parameter table should be final. 224
Error Parameter col1 should be final. 224
Error Parameter col2 should be final. 224
Error '{' is followed by whitespace. 225
Error Missing a Javadoc comment. 228
Error Parameter table should be final. 228
Error Parameter objects should be final. 228
Error Method 'addToUserTablesMap' is not designed for extension - needs to be abstract, final or empty. 241
Error Parameter table should be final. 241
Error Line has trailing spaces. 246
Error Line is longer than 80 characters. 246
Error Method 'addToColumnsTable' is not designed for extension - needs to be abstract, final or empty. 252
Error Parameter tableId should be final. 252
Error Parameter table should be final. 252
Error Line is longer than 80 characters. 258
Error Missing a Javadoc comment. 263
Error Parameter table should be final. 263
Error Parameter col1 should be final. 263
Error Parameter col2 should be final. 263
Error Parameter col3 should be final. 264
Error Parameter col4 should be final. 264
Error '{' is followed by whitespace. 265
Error Line has trailing spaces. 269
Error Method 'addToTablesTable' is not designed for extension - needs to be abstract, final or empty. 275
Error Parameter tableId should be final. 275
Error Parameter table should be final. 275
Error Method 'systemTables' is not designed for extension - needs to be abstract, final or empty. 282
Error Method 'userTables' is not designed for extension - needs to be abstract, final or empty. 289
Error Method 'basicTableNamed' is not designed for extension - needs to be abstract, final or empty. 296
Error Parameter tableName should be final. 296
Error Method 'tablesTable' is not designed for extension - needs to be abstract, final or empty. 309
Error Method 'dataTypesTable' is not designed for extension - needs to be abstract, final or empty. 316
Error Method 'columnsTable' is not designed for extension - needs to be abstract, final or empty. 323

uba/db/DatabaseInitializationException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 4
Error Line has trailing spaces. 6
Error Missing a Javadoc comment. 10
Error Parameter cause should be final. 17
Error Line is longer than 80 characters. 22
Error Parameter message should be final. 26

uba/db/IdGenerator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 14

uba/db/SimpleNumberSequenceIdGenerator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 16
Error First sentence should end with a period. 18
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line is longer than 80 characters. 27
Error Parameter start should be final. 31
Error Line is longer than 80 characters. 36
Error Method 'nextId' is not designed for extension - needs to be abstract, final or empty. 41

uba/db/SystemTableSchemas.java

ErrorLine
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. 22
Error Unclosed HTML tag found: <ul> 24
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 32
Error Unclosed HTML tag found: <ul> 34
Error Line is longer than 80 characters. 48
Error Unclosed HTML tag found: <ul> 50
Error Missing a Javadoc comment. 58
Error '{' is not followed by whitespace. 58
Error '}' is not preceded with whitespace. 58
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 88

uba/db/TableAlreadyExistsException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 8
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Line has trailing spaces. 19
Error Line is longer than 80 characters. 25
Error Parameter database should be final. 25
Error 'database' hides a field. 25
Error Parameter tableSchema should be final. 25
Error 'tableSchema' hides a field. 25
Error Line has trailing spaces. 32
Error Method 'database' is not designed for extension - needs to be abstract, final or empty. 36
Error Expected an @return tag. 44
Error Method 'tableSchema' is not designed for extension - needs to be abstract, final or empty. 44
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 51
Error Line is longer than 80 characters. 53

uba/db/TableCreationException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 7
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Line has trailing spaces. 18
Error Parameter database should be final. 26
Error 'database' hides a field. 26
Error Parameter tableSchema should be final. 26
Error 'tableSchema' hides a field. 26
Error Parameter cause should be final. 27
Error Expected an @return tag. 36
Error Method 'tableSchema' is not designed for extension - needs to be abstract, final or empty. 36
Error Line has trailing spaces. 39
Error Line has trailing spaces. 42
Error Method 'database' is not designed for extension - needs to be abstract, final or empty. 46
Error Line has trailing spaces. 49
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 53
Error Line is longer than 80 characters. 54

uba/db/UnknowTableName.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 4
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Line is longer than 80 characters. 15
Error Parameter database should be final. 21
Error 'database' hides a field. 21
Error Parameter tableName should be final. 21
Error 'tableName' hides a field. 21
Error Line has trailing spaces. 28
Error Line is longer than 80 characters. 29
Error Method 'database' is not designed for extension - needs to be abstract, final or empty. 32
Error Line has trailing spaces. 35
Error Expected an @return tag. 39
Error Method 'tableName' is not designed for extension - needs to be abstract, final or empty. 39
Error Line has trailing spaces. 42
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 46
Error Line is longer than 80 characters. 47

uba/db/column/CharColumnSpecification.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 32
Error Line has trailing spaces. 40
Error Parameter name should be final. 47
Error Parameter constraint should be final. 47
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Parameter name should be final. 62
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 76
Error Parameter name should be final. 76
Error Parameter maxLength should be final. 76
Error Parameter constraint should be final. 76
Error Line has trailing spaces. 84
Error Line has trailing spaces. 86
Error Parameter name should be final. 92
Error Parameter maxLength should be final. 92
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter obj should be final. 99
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 106
Error Expected an @return tag. 113
Error Method 'maxChars' is not designed for extension - needs to be abstract, final or empty. 113
Error Method 'readerFor' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter in should be final. 120
Error Method 'writerFor' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter out should be final. 127
Error Line has trailing spaces. 130
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 134

uba/db/column/Column.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error Parameter table should be final. 17
Error 'table' hides a field. 17
Error Parameter specification should be final. 17
Error 'specification' hides a field. 17
Error Method 'name' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Method 'constraint' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Method 'dataTypeDisplayString' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'table' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 37
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 41
Error Method 'readerFor' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter in should be final. 45
Error Method 'writerFor' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter out should be final. 49

uba/db/column/ColumnConstraint.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 9
Error Missing a Javadoc comment. 15
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 28
Error Parameter notNull should be final. 36
Error 'notNull' hides a field. 36
Error Expected an @return tag. 43
Error Method 'notNull' is not designed for extension - needs to be abstract, final or empty. 43
Error Line has trailing spaces. 46
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 50
Error Parameter obj should be final. 50
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 57

uba/db/column/ColumnSpecification.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 11
Error Line has trailing spaces. 12
Error Line has trailing spaces. 19
Error Line has trailing spaces. 21
Error Expected an @return tag. 28
Error Expected an @return tag. 34
Error Expected an @return tag. 41
Error Line has trailing spaces. 42
Error Line is longer than 80 characters. 44
Error Expected an @return tag. 49
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 52
Error Line has trailing spaces. 54
Error Expected an @return tag. 57
Error Line has trailing spaces. 58
Error Expected an @return tag. 65
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 70
Error Expected an @return tag. 73
Error Line has trailing spaces. 74
Error Missing a Javadoc comment. 75

uba/db/column/ColumnSpecificationBehavior.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 10
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 31
Error Parameter dataTypeDisplayString should be final. 31
Error 'dataTypeDisplayString' hides a field. 31
Error Parameter name should be final. 31
Error 'name' hides a field. 31
Error Parameter constraint should be final. 32
Error 'constraint' hides a field. 32
Error Method 'notNull' is not designed for extension - needs to be abstract, final or empty. 41
Error Method 'name' is not designed for extension - needs to be abstract, final or empty. 48
Error Method 'constraint' is not designed for extension - needs to be abstract, final or empty. 55
Error Method 'isNamed' is not designed for extension - needs to be abstract, final or empty. 62
Error Parameter nameToTest should be final. 62
Error Method 'dataTypeDisplayString' is not designed for extension - needs to be abstract, final or empty. 69
Error Method 'asColumnFor' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter table should be final. 76

uba/db/column/IntegerColumnSpecification.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 20
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 37
Error Parameter name should be final. 37
Error Parameter constraint should be final. 37
Error Line has trailing spaces. 44
Error Line has trailing spaces. 46
Error Parameter name should be final. 49
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter obj should be final. 56
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 63
Error Line has trailing spaces. 66
Error Method 'readerFor' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter in should be final. 70
Error Method 'writerFor' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter out should be final. 77
Error Line has trailing spaces. 80
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 84

uba/db/column/io/CharColumnReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 17
Error Line is longer than 80 characters. 20
Error Parameter columnSpecification should be final. 24
Error Parameter input should be final. 25
Error Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. 33
Error Parameter in should be final. 33

uba/db/column/io/CharColumnWriter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 10
Error Line has trailing spaces. 12
Error Missing a Javadoc comment. 16
Error Parameter columnSpecification should be final. 24
Error Parameter out should be final. 25
Error Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter out should be final. 34
Error Parameter value should be final. 34
Error Line is longer than 80 characters. 46
Error Missing a Javadoc comment. 46
Error Parameter string should be final. 46

uba/db/column/io/ColumnIOException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 11
Error Line is longer than 80 characters. 14
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 20
Error Parameter columnSpecification should be final. 20
Error 'columnSpecification' hides a field. 20
Error Parameter cause should be final. 20
Error Line has trailing spaces. 24
Error Expected an @return tag. 28
Error Method 'columnSpecification' is not designed for extension - needs to be abstract, final or empty. 28

uba/db/column/io/ColumnReader.java

ErrorLine
Error File does not end with a newline. 0

uba/db/column/io/ColumnReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 6
Error Expected an @return tag. 17

uba/db/column/io/ColumnReaderBehavior.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Line has trailing spaces. 20
Error Line is longer than 80 characters. 26
Error Parameter columnSpecification should be final. 26
Error 'columnSpecification' hides a field. 26
Error Parameter input should be final. 26
Error 'input' hides a field. 26
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 34
Error Line has trailing spaces. 40
Error Line has trailing spaces. 43
Error Line has trailing spaces. 46
Error Parameter in should be final. 49

uba/db/column/io/ColumnValueTooLongException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 6
Error Missing a Javadoc comment. 12
Error Line has trailing spaces. 13
Error Line has trailing spaces. 14

uba/db/column/io/ColumnWriter.java

ErrorLine
Error File does not end with a newline. 0

uba/db/column/io/ColumnWriter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 8
Error Line has trailing spaces. 10
Error Line has trailing spaces. 17
Error Unused @throws tag for 'WriteColumnException'. 17
Error Expected @throws tag for 'IOException'. 20
Error Expected an @return tag. 25

uba/db/column/io/ColumnWriterBehavior.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Line has trailing spaces. 20
Error Line is longer than 80 characters. 26
Error Parameter columnSpecification should be final. 26
Error 'columnSpecification' hides a field. 26
Error Parameter out should be final. 26
Error 'out' hides a field. 26
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter value should be final. 34
Error Line has trailing spaces. 40
Error Line has trailing spaces. 45
Error Unused @throws tag for 'Throwable'. 46
Error Line is longer than 80 characters. 49
Error Parameter o should be final. 49
Error Parameter value should be final. 49
Error Expected @throws tag for 'IOException'. 49
Error Method 'columnSpecification' is not designed for extension - needs to be abstract, final or empty. 54

uba/db/column/io/IntegerColumnReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 10
Error Line has trailing spaces. 12
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 21
Error Parameter columnSpecification should be final. 21
Error Parameter input should be final. 21
Error Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. 28
Error Parameter in should be final. 28

uba/db/column/io/IntegerColumnWriter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 10
Error Line has trailing spaces. 12
Error Line is longer than 80 characters. 22
Error Parameter columnSpecification should be final. 22
Error Parameter out should be final. 22
Error Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. 30
Error Parameter o should be final. 30
Error Parameter value should be final. 30

uba/db/column/io/ReadColumnException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 11
Error Line is longer than 80 characters. 14
Error Line is longer than 80 characters. 17
Error Parameter columnSpecification should be final. 17
Error Parameter cause should be final. 17

uba/db/column/io/WriteColumnException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 7
Error Missing a Javadoc comment. 11
Error Line is longer than 80 characters. 19
Error Parameter columnSpecification should be final. 19
Error Parameter cause should be final. 19

uba/db/column/io/package.html

ErrorLine
Error Missing package documentation file.0

uba/db/column/package.html

ErrorLine
Error Missing package documentation file.0

uba/db/impl/filesystem/FileSystemDatabase.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Line is longer than 80 characters. 26
Error Missing a Javadoc comment. 26
Error Parameter directory should be final. 26
Error 'directory' hides a field. 26
Error Method 'configureDatabaseUsing' is not designed for extension - needs to be abstract, final or empty. 33
Error Parameter configuration should be final. 33
Error Line is longer than 80 characters. 38
Error Method 'createTablesTable' is not designed for extension - needs to be abstract, final or empty. 51
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 68
Error Method 'initializeUserTables' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 77
Error Line has trailing spaces. 85
Error Line has trailing spaces. 89
Error Line is longer than 80 characters. 90
Error Line has trailing spaces. 96
Error Method 'basicCreateTable' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter tableSchema should be final. 103
Error Method 'idGenerator' is not designed for extension - needs to be abstract, final or empty. 115

uba/db/impl/filesystem/FileSystemTable.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Parameter tableSchema should be final. 29
Error Parameter dataFile should be final. 29
Error 'dataFile' hides a field. 29
Error Method 'reader' is not designed for extension - needs to be abstract, final or empty. 43
Error Redundant throws: 'TableReaderCreationException' is unchecked exception. 43
Error Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. 50
Error Parameter row should be final. 50
Error Method 'dataFile' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line is longer than 80 characters. 72
Error Missing a Javadoc comment. 72
Error Parameter directory should be final. 72
Error Parameter tableSchema should be final. 72
Error Line is longer than 80 characters. 80
Error Missing a Javadoc comment. 80
Error Parameter schemaFile should be final. 80
Error Line is longer than 80 characters. 87
Error Missing a Javadoc comment. 87
Error Parameter schemaFile should be final. 87
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 93
Error Missing a Javadoc comment. 93
Error Parameter directory should be final. 93
Error Parameter tableSchema should be final. 93
Error Line is longer than 80 characters. 96
Error Missing a Javadoc comment. 100
Error Parameter directory should be final. 100
Error Parameter tableName should be final. 100
Error Missing a Javadoc comment. 104
Error Parameter directory should be final. 104
Error Parameter tableSchema should be final. 104
Error Missing a Javadoc comment. 111
Error Parameter directory should be final. 111
Error Parameter tableSchema should be final. 111
Error Method 'schemaFile' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115

uba/db/impl/filesystem/FileSystemTableReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Parameter fileSystemTable should be final. 26
Error Redundant throws: 'TableReaderCreationException' is unchecked exception. 27
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 33
Error Parameter fileSystemTable should be final. 33
Error Missing a Javadoc comment. 41
Error Method 'hasMoreRows' is not designed for extension - needs to be abstract, final or empty. 55
Error Method 'fetchRow' is not designed for extension - needs to be abstract, final or empty. 62
Error Redundant throws: 'FetchRowException' is unchecked exception. 62
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 75
Error Redundant throws: 'TableReaderCloseException' is unchecked exception. 75

uba/db/impl/filesystem/package.html

ErrorLine
Error Missing package documentation file.0

uba/db/impl/memory/MemoryDatabase.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 17
Error Method 'basicCreateTable' is not designed for extension - needs to be abstract, final or empty. 25
Error Parameter tableSchema should be final. 25
Error Method 'idGenerator' is not designed for extension - needs to be abstract, final or empty. 33

uba/db/impl/memory/MemoryTable.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 17
Error Parameter schema should be final. 17
Error Method 'reader' is not designed for extension - needs to be abstract, final or empty. 25
Error Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. 32
Error Parameter row should be final. 32

uba/db/impl/memory/MemoryTableReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 17
Error Parameter iterator should be final. 17
Error Method 'hasMoreRows' is not designed for extension - needs to be abstract, final or empty. 24
Error Method 'fetchRow' is not designed for extension - needs to be abstract, final or empty. 31
Error Redundant throws: 'FetchRowException' is unchecked exception. 31
Error '{' is not followed by whitespace. 42
Error '}' is not preceded with whitespace. 42

uba/db/impl/memory/package.html

ErrorLine
Error Missing package documentation file.0

uba/db/package.html

ErrorLine
Error Missing package documentation file.0

uba/db/table/InsertException.java

ErrorLine
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 Parameter cause should be final. 9

uba/db/table/InvalidPrimaryKeyColumnName.java

ErrorLine
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 Parameter columnName should be final. 11
Error 'columnName' hides a field. 11
Error Method 'columnName' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16

uba/db/table/InvalidPrimaryKeyColumnsException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 10
Error Parameter message should be final. 10
Error Missing a Javadoc comment. 15
Error Parameter message should be final. 15
Error Parameter cause should be final. 15
Error Missing a Javadoc comment. 20
Error Parameter cause should be final. 20

uba/db/table/InvalidTableNameException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 10
Error Parameter message should be final. 10
Error Missing a Javadoc comment. 15
Error Parameter message should be final. 15
Error Parameter cause should be final. 15
Error Missing a Javadoc comment. 20
Error Parameter cause should be final. 20

uba/db/table/InvalidUniqueColumnName.java

ErrorLine
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. 8
Error Missing a Javadoc comment. 10
Error Parameter columnName should be final. 10
Error 'columnName' hides a field. 10
Error Method 'columnName' is not designed for extension - needs to be abstract, final or empty. 15
Error Missing a Javadoc comment. 15
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 22
Error Line is longer than 80 characters. 23

uba/db/table/Row.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Parameter table should be final. 31
Error 'table' hides a field. 31
Error Parameter values should be final. 31
Error 'values' hides a field. 31
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 31
Error Line is longer than 80 characters. 33
Error Expected an @return tag. 42
Error Method 'table' is not designed for extension - needs to be abstract, final or empty. 42
Error Line has trailing spaces. 48
Error Line has trailing spaces. 51
Error Method 'valueAt' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter columnIndex should be final. 54
Error Line has trailing spaces. 57
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter obj should be final. 61
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 68
Error Method 'valueIterator' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72

uba/db/table/Table.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 9
Error Extra HTML tag found: </i> 12
Error Line has trailing spaces. 15
Error Line contains a tab character. 19
Error Line is longer than 80 characters. 20
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line has trailing spaces. 22
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Expected @throws tag for 'TableReaderCreationException'. 25
Error Redundant throws: 'TableReaderCreationException' is unchecked exception. 25
Error First sentence should end with a period. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Expected an @return tag. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line has trailing spaces. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 43
Error Line contains a tab character. 44
Error Expected @throws tag for 'InsertException'. 44
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Expected an @return tag. 49
Error Line contains a tab character. 49
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Expected an @return tag. 55
Error Line contains a tab character. 55
Error Line contains a tab character. 57
Error Missing a Javadoc comment. 57
Error Line contains a tab character. 59
Error Missing a Javadoc comment. 59

uba/db/table/TableBehavior.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 26
Error Parameter schema should be final. 30
Error Missing a Javadoc comment. 35
Error Parameter schema should be final. 35
Error '{' is followed by whitespace. 39
Error '{' is followed by whitespace. 40
Error Method 'name' is not designed for extension - needs to be abstract, final or empty. 46
Error Line is longer than 80 characters. 53
Error Method 'insert' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter values should be final. 53
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 53
Error Method 'columns' is not designed for extension - needs to be abstract, final or empty. 60
Error Line has trailing spaces. 67
Error Parameter row should be final. 71
Error Expected @throws tag for 'InsertException'. 71
Error Method 'numberOfColumns' is not designed for extension - needs to be abstract, final or empty. 76
Error Method 'columnNamed' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter columnName should be final. 83
Error Line has trailing spaces. 90
Error Method 'indexOfColumnNamed' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter columnName should be final. 95

uba/db/table/TableSchema.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 22
Error Extra HTML tag found: </i> 26
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 53
Error Parameter tableName should be final. 53
Error 'tableName' hides a field. 53
Error Parameter columnSpecifications should be final. 53
Error 'columnSpecifications' hides a field. 53
Error Parameter primaryKeyColumns should be final. 53
Error 'primaryKeyColumns' hides a field. 53
Error Line is longer than 80 characters. 54
Error Expected @throws tag for 'InvalidTableNameException'. 54
Error Redundant throws: 'InvalidTableNameException' is unchecked exception. 54
Error Expected @throws tag for 'InvalidPrimaryKeyColumnsException'. 54
Error Redundant throws: 'InvalidPrimaryKeyColumnsException' is unchecked exception. 54
Error Line has trailing spaces. 67
Error Parameter tableName should be final. 70
Error 'tableName' hides a field. 70
Error Parameter columnSpecifications should be final. 70
Error 'columnSpecifications' hides a field. 70
Error Missing a Javadoc comment. 74
Error Parameter name should be final. 74
Error Missing a Javadoc comment. 81
Error Line is longer than 80 characters. 82
Error Missing a Javadoc comment. 87
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter obj should be final. 95
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 102
Error Line has trailing spaces. 108
Error Method 'tableName' is not designed for extension - needs to be abstract, final or empty. 111
Error Expected an @return tag. 119
Error Method 'primaryKeyColumns' is not designed for extension - needs to be abstract, final or empty. 119
Error Line is longer than 80 characters. 124
Error Expected an @return tag. 126
Error Method 'columnSpecifications' is not designed for extension - needs to be abstract, final or empty. 126
Error Method 'containsColumnNamed' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter columnSpecification should be final. 135

uba/db/table/TableSchemaBuildException.java

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

uba/db/table/TableSchemaBuilder.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Parameter tableName should be final. 27
Error 'tableName' hides a field. 27
Error Expected an @return tag. 38
Error Method 'build' is not designed for extension - needs to be abstract, final or empty. 38
Error Expected @throws tag for 'TableSchemaBuildException'. 38
Error Redundant throws: 'TableSchemaBuildException' is unchecked exception. 38
Error Missing a Javadoc comment. 47
Error Parameter columnName should be final. 49
Error Missing a Javadoc comment. 55
Error Parameter columnName should be final. 57
Error Missing a Javadoc comment. 63
Error Parameter columnNames should be final. 63
Error Parameter failedClosure should be final. 63
Error Line is longer than 80 characters. 70
Error Missing a Javadoc comment. 81
Error Parameter primaryKeyColumnName should be final. 81
Error Line is longer than 80 characters. 83
Error '{' is followed by whitespace. 85
Error '{' is followed by whitespace. 86
Error Line is longer than 80 characters. 89
Error Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter columnSpecification should be final. 89
Error Method 'addPrimaryKeyConstraintTo' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Parameter columnName should be final. 94
Error Method 'addUniqueConstraintTo' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter columnName should be final. 99

uba/db/table/io/FetchRowException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 14
Error Parameter cause should be final. 14

uba/db/table/io/NoMoreRowsException.java

ErrorLine
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

uba/db/table/io/RowReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 19
Error Parameter table should be final. 19
Error 'table' hides a field. 19
Error Parameter in should be final. 19
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31

uba/db/table/io/RowWriter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Parameter table should be final. 18
Error Parameter out should be final. 18
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter row should be final. 28

uba/db/table/io/TableReader.java

ErrorLine
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 Redundant throws: 'FetchRowException' is unchecked exception. 12
Error Missing a Javadoc comment. 14

uba/db/table/io/TableReaderCloseException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 4
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 7
Error Parameter cause should be final. 7

uba/db/table/io/TableReaderCreationException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 3
Error Line has trailing spaces. 6

uba/db/table/io/package.html

ErrorLine
Error Missing package documentation file.0

uba/db/table/package.html

ErrorLine
Error Missing package documentation file.0