|
The following document contains the results of
Checkstyle.
|
com/cyclops/dbdigger/DBDigger.java
|
Error
|
Line
|
|
Parameter dbname should be final.
|
32
|
|
Missing a Javadoc comment.
|
47
|
|
Missing a Javadoc comment.
|
48
|
|
Parameter aname should be final.
|
52
|
|
Method 'getDatabase' is not designed for extension - needs to be abstract, final or empty.
|
58
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
64
|
|
Method 'getSQLCastor' is not designed for extension - needs to be abstract, final or empty.
|
70
|
|
Method 'setSQLCastor' is not designed for extension - needs to be abstract, final or empty.
|
76
|
|
Parameter sqlc should be final.
|
76
|
com/cyclops/dbdigger/DBDiggerException.java
|
Error
|
Line
|
|
Parameter arg0 should be final.
|
22
|
|
Parameter arg0 should be final.
|
28
|
|
Parameter arg0 should be final.
|
35
|
|
Parameter arg1 should be final.
|
35
|
com/cyclops/dbdigger/DBDiggerLoader.java
|
Error
|
Line
|
|
Line is longer than 80 characters.
|
20
|
|
Missing a Javadoc comment.
|
27
|
|
Missing a Javadoc comment.
|
36
|
|
Missing a Javadoc comment.
|
37
|
|
Missing a Javadoc comment.
|
38
|
|
Missing a Javadoc comment.
|
39
|
|
Missing a Javadoc comment.
|
40
|
|
Line is longer than 80 characters.
|
42
|
|
Method 'configure' is not designed for extension - needs to be abstract, final or empty.
|
44
|
|
Parameter conf should be final.
|
44
|
|
Method 'getDBDigger' is not designed for extension - needs to be abstract, final or empty.
|
51
|
|
Parameter name should be final.
|
51
|
|
Method 'getDBDiggers' is not designed for extension - needs to be abstract, final or empty.
|
57
|
|
Method 'getSchema' is not designed for extension - needs to be abstract, final or empty.
|
63
|
|
Method 'initialize' is not designed for extension - needs to be abstract, final or empty.
|
69
|
|
Line is longer than 80 characters.
|
89
|
|
Method 'service' is not designed for extension - needs to be abstract, final or empty.
|
91
|
|
Parameter sm should be final.
|
91
|
|
Unable to get class information for ServiceException.
|
91
|
|
Method 'start' is not designed for extension - needs to be abstract, final or empty.
|
98
|
|
Method 'stop' is not designed for extension - needs to be abstract, final or empty.
|
104
|
com/cyclops/dbdigger/DBDiggerTestCase.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
20
|
|
Variable 'logger' must be private and have accessor methods.
|
22
|
|
Method 'getPlexusContainer' is not designed for extension - needs to be abstract, final or empty.
|
26
|
|
Method 'setUp' is not designed for extension - needs to be abstract, final or empty.
|
32
|
|
Method 'tearDown' is not designed for extension - needs to be abstract, final or empty.
|
40
|
com/cyclops/dbdigger/idbroker/KeyPrefetcher.java
|
Error
|
Line
|
|
File does not end with a newline.
|
0
|
com/cyclops/dbdigger/idbroker/KeyPrefetcher.java
|
Error
|
Line
|
|
Unable to get class information for DBDiggerException.
|
24
|
com/cyclops/dbdigger/idbroker/NumberKey.java
|
Error
|
Line
|
|
Parameter bd should be final.
|
17
|
|
Parameter value should be final.
|
23
|
|
Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty.
|
29
|
|
Method 'getLong' is not designed for extension - needs to be abstract, final or empty.
|
35
|
com/cyclops/dbdigger/idbroker/OracleKeyPrefetcher.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
21
|
|
Missing a Javadoc comment.
|
22
|
|
Missing a Javadoc comment.
|
24
|
|
Line is longer than 80 characters.
|
26
|
|
Method 'prefectch' is not designed for extension - needs to be abstract, final or empty.
|
28
|
|
Parameter table should be final.
|
28
|
|
Parameter dbcon should be final.
|
28
|
|
Unable to get class information for DBDiggerException.
|
29
|
|
Method 'getSequenceName' is not designed for extension - needs to be abstract, final or empty.
|
49
|
|
Parameter table should be final.
|
49
|
com/cyclops/dbdigger/idbroker/PrimaryKey.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
13
|
|
Parameter akey should be final.
|
17
|
|
Method 'getObject' is not designed for extension - needs to be abstract, final or empty.
|
23
|
com/cyclops/dbdigger/idbroker/StringKey.java
|
Error
|
Line
|
|
Parameter string should be final.
|
16
|
com/cyclops/dbdigger/idbroker/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/model/DBObject1.java
|
Error
|
Line
|
|
File does not end with a newline.
|
0
|
com/cyclops/dbdigger/model/base/database/BaseDefaultDatabase.java
|
Error
|
Line
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.
|
31
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
37
|
|
Method 'getSchema' is not designed for extension - needs to be abstract, final or empty.
|
43
|
|
Method 'getTable' is not designed for extension - needs to be abstract, final or empty.
|
49
|
|
Parameter tableName should be final.
|
49
|
|
Method 'getTables' is not designed for extension - needs to be abstract, final or empty.
|
55
|
com/cyclops/dbdigger/model/base/database/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/model/base/metadata/BaseDBObject1Metadata.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
18
|
|
Method 'getColumn' is not designed for extension - needs to be abstract, final or empty.
|
43
|
|
Parameter columnName should be final.
|
43
|
|
Method 'getColumns' is not designed for extension - needs to be abstract, final or empty.
|
49
|
|
Method 'getDatabase' is not designed for extension - needs to be abstract, final or empty.
|
55
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.
|
61
|
|
Method 'getJavaClassName' is not designed for extension - needs to be abstract, final or empty.
|
67
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
73
|
|
Method 'getPrimaryKey' is not designed for extension - needs to be abstract, final or empty.
|
79
|
com/cyclops/dbdigger/model/base/metadata/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/model/base/table/BaseDBObject1.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
18
|
|
Missing a Javadoc comment.
|
19
|
|
Missing a Javadoc comment.
|
20
|
|
Missing a Javadoc comment.
|
21
|
|
Method 'getId' is not designed for extension - needs to be abstract, final or empty.
|
25
|
|
Method 'getObjectName' is not designed for extension - needs to be abstract, final or empty.
|
31
|
|
Method 'getSequence' is not designed for extension - needs to be abstract, final or empty.
|
37
|
|
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty.
|
43
|
|
Method 'setId' is not designed for extension - needs to be abstract, final or empty.
|
49
|
|
Parameter i should be final.
|
49
|
|
Method 'setObjectName' is not designed for extension - needs to be abstract, final or empty.
|
56
|
|
Parameter string should be final.
|
56
|
|
Method 'setSequence' is not designed for extension - needs to be abstract, final or empty.
|
63
|
|
Parameter i should be final.
|
63
|
|
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty.
|
70
|
|
Parameter string should be final.
|
70
|
com/cyclops/dbdigger/model/base/table/BaseTableObject.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
14
|
|
Missing a Javadoc comment.
|
15
|
|
Method 'isChanged' is not designed for extension - needs to be abstract, final or empty.
|
19
|
|
Method 'isNew' is not designed for extension - needs to be abstract, final or empty.
|
25
|
|
Method 'setChanged' is not designed for extension - needs to be abstract, final or empty.
|
31
|
|
Parameter b should be final.
|
31
|
|
Method 'setNew' is not designed for extension - needs to be abstract, final or empty.
|
37
|
|
Parameter b should be final.
|
37
|
|
Method 'updateChangedFlag' is not designed for extension - needs to be abstract, final or empty.
|
44
|
|
Parameter oldValue should be final.
|
44
|
|
Parameter newValue should be final.
|
44
|
|
Method 'updateChangedFlag' is not designed for extension - needs to be abstract, final or empty.
|
51
|
|
Parameter oldValue should be final.
|
51
|
|
Parameter newValue should be final.
|
51
|
com/cyclops/dbdigger/model/base/table/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/model/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/schema/DBType.java
|
Error
|
Line
|
|
File does not end with a newline.
|
0
|
com/cyclops/dbdigger/schema/DefaultColumn.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
14
|
|
Missing a Javadoc comment.
|
15
|
|
Missing a Javadoc comment.
|
16
|
|
Missing a Javadoc comment.
|
17
|
|
Missing a Javadoc comment.
|
18
|
|
Missing a Javadoc comment.
|
19
|
|
Missing a Javadoc comment.
|
20
|
|
Missing a Javadoc comment.
|
21
|
|
Missing a Javadoc comment.
|
22
|
|
Missing a Javadoc comment.
|
23
|
|
Missing a Javadoc comment.
|
24
|
|
Method 'getDBType' is not designed for extension - needs to be abstract, final or empty.
|
28
|
|
Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty.
|
34
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.
|
40
|
|
Method 'getJavaPropertyName' is not designed for extension - needs to be abstract, final or empty.
|
46
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
52
|
|
Method 'getSize' is not designed for extension - needs to be abstract, final or empty.
|
58
|
|
Method 'getTable' is not designed for extension - needs to be abstract, final or empty.
|
64
|
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty.
|
70
|
|
Method 'hasDefaultValue' is not designed for extension - needs to be abstract, final or empty.
|
83
|
|
Method 'isPrimaryKey' is not designed for extension - needs to be abstract, final or empty.
|
89
|
|
Method 'isRequired' is not designed for extension - needs to be abstract, final or empty.
|
95
|
|
Method 'setDBType' is not designed for extension - needs to be abstract, final or empty.
|
101
|
|
Parameter atype should be final.
|
101
|
|
Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty.
|
107
|
|
Parameter string should be final.
|
107
|
|
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty.
|
116
|
|
Parameter string should be final.
|
116
|
|
Method 'setJavaPropertyName' is not designed for extension - needs to be abstract, final or empty.
|
122
|
|
Parameter string should be final.
|
122
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty.
|
128
|
|
Parameter string should be final.
|
128
|
|
Method 'setPrimaryKey' is not designed for extension - needs to be abstract, final or empty.
|
138
|
|
Parameter b should be final.
|
138
|
|
Method 'setRequired' is not designed for extension - needs to be abstract, final or empty.
|
144
|
|
Parameter b should be final.
|
144
|
|
Method 'setSize' is not designed for extension - needs to be abstract, final or empty.
|
150
|
|
Parameter i should be final.
|
150
|
|
Method 'setTable' is not designed for extension - needs to be abstract, final or empty.
|
156
|
|
Parameter atable should be final.
|
156
|
|
Method 'setType' is not designed for extension - needs to be abstract, final or empty.
|
162
|
|
Parameter string should be final.
|
162
|
com/cyclops/dbdigger/schema/DefaultDatabase.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
16
|
|
Missing a Javadoc comment.
|
17
|
|
Missing a Javadoc comment.
|
18
|
|
Missing a Javadoc comment.
|
19
|
|
Method 'addTable' is not designed for extension - needs to be abstract, final or empty.
|
23
|
|
Parameter table should be final.
|
23
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.
|
32
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
38
|
|
Method 'getSchema' is not designed for extension - needs to be abstract, final or empty.
|
44
|
|
Method 'getTable' is not designed for extension - needs to be abstract, final or empty.
|
50
|
|
Parameter tableName should be final.
|
50
|
|
Method 'getTables' is not designed for extension - needs to be abstract, final or empty.
|
56
|
|
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty.
|
62
|
|
Parameter string should be final.
|
62
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty.
|
68
|
|
Parameter string should be final.
|
68
|
|
Method 'setSchema' is not designed for extension - needs to be abstract, final or empty.
|
74
|
|
Parameter aschema should be final.
|
74
|
com/cyclops/dbdigger/schema/DefaultSchema.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
15
|
|
Method 'addDatabase' is not designed for extension - needs to be abstract, final or empty.
|
19
|
|
Parameter database should be final.
|
19
|
|
Method 'getDatabase' is not designed for extension - needs to be abstract, final or empty.
|
28
|
|
Parameter databaseName should be final.
|
28
|
|
Method 'getDatabases' is not designed for extension - needs to be abstract, final or empty.
|
34
|
|
Method 'getDefaultDatabase' is not designed for extension - needs to be abstract, final or empty.
|
40
|
com/cyclops/dbdigger/schema/DefaultTable.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
17
|
|
Missing a Javadoc comment.
|
18
|
|
Missing a Javadoc comment.
|
19
|
|
Missing a Javadoc comment.
|
20
|
|
Missing a Javadoc comment.
|
21
|
|
Missing a Javadoc comment.
|
22
|
|
Method 'addColumn' is not designed for extension - needs to be abstract, final or empty.
|
26
|
|
Parameter column should be final.
|
26
|
|
Method 'getColumn' is not designed for extension - needs to be abstract, final or empty.
|
35
|
|
Parameter columnName should be final.
|
35
|
|
Method 'getColumns' is not designed for extension - needs to be abstract, final or empty.
|
41
|
|
Method 'getDatabase' is not designed for extension - needs to be abstract, final or empty.
|
47
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.
|
53
|
|
Method 'getJavaClassName' is not designed for extension - needs to be abstract, final or empty.
|
59
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
65
|
|
Method 'getPrimaryKey' is not designed for extension - needs to be abstract, final or empty.
|
71
|
|
Method 'setDatabase' is not designed for extension - needs to be abstract, final or empty.
|
85
|
|
Parameter adatabase should be final.
|
85
|
|
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty.
|
91
|
|
Parameter string should be final.
|
91
|
|
Method 'setJavaClassName' is not designed for extension - needs to be abstract, final or empty.
|
97
|
|
Parameter string should be final.
|
97
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty.
|
103
|
|
Parameter string should be final.
|
103
|
com/cyclops/dbdigger/schema/DefaultTypeFactory.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
16
|
|
Line is longer than 80 characters.
|
18
|
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty.
|
20
|
|
Parameter typeName should be final.
|
20
|
|
Parameter columnProperties should be final.
|
20
|
com/cyclops/dbdigger/schema/UnknownType.java
|
Error
|
Line
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
20
|
|
Method 'needQuotation' is not designed for extension - needs to be abstract, final or empty.
|
26
|
com/cyclops/dbdigger/schema/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/schema/torque/TorqueColumn.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
18
|
|
Missing a Javadoc comment.
|
19
|
|
Missing a Javadoc comment.
|
20
|
|
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty.
|
24
|
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty.
|
30
|
|
Method 'getTypeFactory' is not designed for extension - needs to be abstract, final or empty.
|
36
|
|
Method 'getTypeName' is not designed for extension - needs to be abstract, final or empty.
|
42
|
|
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty.
|
48
|
|
Parameter aproperties should be final.
|
48
|
|
Method 'setType' is not designed for extension - needs to be abstract, final or empty.
|
54
|
|
Parameter atypeName should be final.
|
54
|
|
Method 'setTypeFactory' is not designed for extension - needs to be abstract, final or empty.
|
60
|
|
Parameter factory should be final.
|
60
|
|
Method 'setTypeName' is not designed for extension - needs to be abstract, final or empty.
|
66
|
|
Parameter string should be final.
|
66
|
com/cyclops/dbdigger/schema/torque/TorqueDatabase.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
18
|
|
Missing a Javadoc comment.
|
19
|
|
Missing a Javadoc comment.
|
20
|
|
Missing a Javadoc comment.
|
21
|
|
Missing a Javadoc comment.
|
22
|
|
Method 'addToDatabase' is not designed for extension - needs to be abstract, final or empty.
|
26
|
|
Parameter td should be final.
|
26
|
|
Method 'addTable' is not designed for extension - needs to be abstract, final or empty.
|
36
|
|
Parameter table should be final.
|
36
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.
|
47
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty.
|
53
|
|
Method 'getPackage' is not designed for extension - needs to be abstract, final or empty.
|
59
|
|
Method 'getTables' is not designed for extension - needs to be abstract, final or empty.
|
65
|
|
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty.
|
71
|
|
Parameter string should be final.
|
71
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty.
|
77
|
|
Parameter string should be final.
|
77
|
|
Method 'setPackage' is not designed for extension - needs to be abstract, final or empty.
|
83
|
|
Parameter string should be final.
|
83
|
com/cyclops/dbdigger/schema/torque/TorqueSchema.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
32
|
|
Missing a Javadoc comment.
|
33
|
|
Missing a Javadoc comment.
|
34
|
|
Parameter td should be final.
|
38
|
|
Method 'addSchemaResource' is not designed for extension - needs to be abstract, final or empty.
|
51
|
|
Parameter resource should be final.
|
51
|
|
Line is longer than 80 characters.
|
55
|
|
Method 'configure' is not designed for extension - needs to be abstract, final or empty.
|
57
|
|
Parameter conf should be final.
|
57
|
|
Method 'getShemaResources' is not designed for extension - needs to be abstract, final or empty.
|
67
|
|
Method 'initialize' is not designed for extension - needs to be abstract, final or empty.
|
73
|
com/cyclops/dbdigger/schema/torque/TorqueTable.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
17
|
|
Method 'getJavaName' is not designed for extension - needs to be abstract, final or empty.
|
21
|
|
Method 'setJavaName' is not designed for extension - needs to be abstract, final or empty.
|
27
|
|
Parameter string should be final.
|
27
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty.
|
33
|
|
Parameter string should be final.
|
33
|
com/cyclops/dbdigger/schema/torque/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/sql/And.java
|
Error
|
Line
|
|
Parameter conditions should be final.
|
25
|
|
Parameter condition should be final.
|
31
|
|
Parameter conditions should be final.
|
37
|
|
Method 'and' is not designed for extension - needs to be abstract, final or empty.
|
44
|
|
Parameter c should be final.
|
44
|
com/cyclops/dbdigger/sql/AscendingOrderBy.java
|
Error
|
Line
|
|
Parameter column should be final.
|
17
|
com/cyclops/dbdigger/sql/Between.java
|
Error
|
Line
|
|
Parameter column should be final.
|
23
|
|
Parameter from should be final.
|
23
|
|
Parameter to should be final.
|
23
|
com/cyclops/dbdigger/sql/Combination.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
19
|
|
Missing a Javadoc comment.
|
20
|
|
Parameter acombinator should be final.
|
25
|
|
Parameter conditions should be final.
|
25
|
|
Parameter acombinator should be final.
|
36
|
|
Parameter condition should be final.
|
36
|
|
Parameter acombinator should be final.
|
44
|
|
Parameter conditions should be final.
|
44
|
|
Parameter acombinator should be final.
|
54
|
|
Method 'add' is not designed for extension - needs to be abstract, final or empty.
|
61
|
|
Parameter criterion should be final.
|
61
|
|
Method 'getCombinator' is not designed for extension - needs to be abstract, final or empty.
|
68
|
|
Method 'getCriteria' is not designed for extension - needs to be abstract, final or empty.
|
74
|
com/cyclops/dbdigger/sql/Comparison.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
16
|
|
Missing a Javadoc comment.
|
17
|
|
Missing a Javadoc comment.
|
18
|
|
Parameter acolumn should be final.
|
24
|
|
Parameter avalue should be final.
|
24
|
|
Parameter acomparator should be final.
|
24
|
|
Method 'getColumn' is not designed for extension - needs to be abstract, final or empty.
|
32
|
|
Method 'getValue' is not designed for extension - needs to be abstract, final or empty.
|
38
|
|
Method 'getComparator' is not designed for extension - needs to be abstract, final or empty.
|
44
|
com/cyclops/dbdigger/sql/Delete.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
18
|
|
Missing a Javadoc comment.
|
19
|
|
Parameter fromTable should be final.
|
23
|
|
Method 'getFrom' is not designed for extension - needs to be abstract, final or empty.
|
30
|
|
Method 'getWhere' is not designed for extension - needs to be abstract, final or empty.
|
36
|
com/cyclops/dbdigger/sql/DescendingOrderBy.java
|
Error
|
Line
|
|
Parameter column should be final.
|
20
|
com/cyclops/dbdigger/sql/Equal.java
|
Error
|
Line
|
|
File does not end with a newline.
|
0
|
com/cyclops/dbdigger/sql/Equal.java
|
Error
|
Line
|
|
Parameter column should be final.
|
22
|
|
Parameter value should be final.
|
22
|
com/cyclops/dbdigger/sql/Insert.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
19
|
com/cyclops/dbdigger/sql/NotIn.java
|
Error
|
Line
|
|
Parameter column should be final.
|
24
|
|
Parameter values should be final.
|
24
|
|
Parameter column should be final.
|
31
|
|
Parameter values should be final.
|
31
|
com/cyclops/dbdigger/sql/Or.java
|
Error
|
Line
|
|
Parameter conditions should be final.
|
26
|
|
Parameter condition should be final.
|
32
|
|
Parameter conditions should be final.
|
38
|
|
Method 'or' is not designed for extension - needs to be abstract, final or empty.
|
45
|
|
Parameter c should be final.
|
45
|
com/cyclops/dbdigger/sql/OrderBy.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
16
|
|
Missing a Javadoc comment.
|
17
|
|
Parameter acolumn should be final.
|
22
|
|
Parameter aisDescendent should be final.
|
22
|
|
Method 'getColumn' is not designed for extension - needs to be abstract, final or empty.
|
29
|
|
Method 'isDescendent' is not designed for extension - needs to be abstract, final or empty.
|
35
|
com/cyclops/dbdigger/sql/SQL.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
15
|
|
Parameter o should be final.
|
19
|
|
Method 'getOperation' is not designed for extension - needs to be abstract, final or empty.
|
25
|
com/cyclops/dbdigger/sql/Select.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
20
|
|
Missing a Javadoc comment.
|
21
|
|
Missing a Javadoc comment.
|
22
|
|
Missing a Javadoc comment.
|
23
|
|
Method 'addOrderBy' is not designed for extension - needs to be abstract, final or empty.
|
32
|
|
Parameter orderBy should be final.
|
32
|
|
Method 'addSelectedColumn' is not designed for extension - needs to be abstract, final or empty.
|
39
|
|
Parameter column should be final.
|
39
|
|
Method 'addSelectedColumns' is not designed for extension - needs to be abstract, final or empty.
|
48
|
|
Parameter columns should be final.
|
48
|
|
Method 'getFroms' is not designed for extension - needs to be abstract, final or empty.
|
58
|
|
Method 'getOrderBys' is not designed for extension - needs to be abstract, final or empty.
|
64
|
|
Method 'getSeletedColumns' is not designed for extension - needs to be abstract, final or empty.
|
70
|
|
Method 'getWhere' is not designed for extension - needs to be abstract, final or empty.
|
76
|
|
Method 'setWhere' is not designed for extension - needs to be abstract, final or empty.
|
83
|
|
Parameter c should be final.
|
83
|
com/cyclops/dbdigger/sql/Update.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
21
|
|
Missing a Javadoc comment.
|
22
|
|
Missing a Javadoc comment.
|
23
|
|
Method 'getSets' is not designed for extension - needs to be abstract, final or empty.
|
32
|
|
Method 'getTables' is not designed for extension - needs to be abstract, final or empty.
|
38
|
|
Method 'getWhere' is not designed for extension - needs to be abstract, final or empty.
|
44
|
com/cyclops/dbdigger/sql/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/sqlcastor/DefaultSQLCastor.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
30
|
|
Missing a Javadoc comment.
|
31
|
|
Missing a Javadoc comment.
|
32
|
|
Missing a Javadoc comment.
|
33
|
|
Missing a Javadoc comment.
|
34
|
|
Missing a Javadoc comment.
|
35
|
|
Line is longer than 80 characters.
|
37
|
|
Method 'cast' is not designed for extension - needs to be abstract, final or empty.
|
39
|
|
Parameter sql should be final.
|
39
|
|
Method 'castColumnName' is not designed for extension - needs to be abstract, final or empty.
|
56
|
|
Parameter column should be final.
|
56
|
|
Method 'castCombination' is not designed for extension - needs to be abstract, final or empty.
|
63
|
|
Parameter combination should be final.
|
63
|
|
Method 'castComparison' is not designed for extension - needs to be abstract, final or empty.
|
78
|
|
Parameter comparison should be final.
|
78
|
|
Method 'castCondition' is not designed for extension - needs to be abstract, final or empty.
|
90
|
|
Parameter criterion should be final.
|
90
|
|
Method 'castDelete' is not designed for extension - needs to be abstract, final or empty.
|
103
|
|
Parameter delete should be final.
|
103
|
|
Method 'castInsert' is not designed for extension - needs to be abstract, final or empty.
|
118
|
|
Parameter insert should be final.
|
118
|
|
Method 'castSelect' is not designed for extension - needs to be abstract, final or empty.
|
125
|
|
Parameter select should be final.
|
125
|
|
Method 'castTableName' is not designed for extension - needs to be abstract, final or empty.
|
154
|
|
Parameter table should be final.
|
154
|
|
Method 'castUpdate' is not designed for extension - needs to be abstract, final or empty.
|
161
|
|
Parameter aupdate should be final.
|
161
|
|
Method 'castValue' is not designed for extension - needs to be abstract, final or empty.
|
189
|
|
Parameter column should be final.
|
189
|
|
Parameter value should be final.
|
189
|
|
Method 'castValueExpression' is not designed for extension - needs to be abstract, final or empty.
|
203
|
|
Parameter column should be final.
|
203
|
|
Parameter valueObject should be final.
|
203
|
|
Method 'castOrderBys' is not designed for extension - needs to be abstract, final or empty.
|
210
|
|
Parameter orderBys should be final.
|
210
|
com/cyclops/dbdigger/sqlcastor/SQLCastor.java
|
Error
|
Line
|
|
File does not end with a newline.
|
0
|
com/cyclops/dbdigger/sqlcastor/mysql/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/sqlcastor/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/task/SchemaGenerationTask.java
|
Error
|
Line
|
|
Method 'initControlContext' is not designed for extension - needs to be abstract, final or empty.
|
20
|
com/cyclops/dbdigger/task/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
com/cyclops/dbdigger/util/ArrayMap.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
22
|
|
Method 'compare' is not designed for extension - needs to be abstract, final or empty.
|
26
|
|
Parameter o1 should be final.
|
26
|
|
Parameter o2 should be final.
|
26
|
|
Missing a Javadoc comment.
|
30
|
|
Missing a Javadoc comment.
|
31
|
|
Method 'clear' is not designed for extension - needs to be abstract, final or empty.
|
35
|
|
Method 'keySet' is not designed for extension - needs to be abstract, final or empty.
|
42
|
|
Method 'put' is not designed for extension - needs to be abstract, final or empty.
|
50
|
|
Parameter key should be final.
|
50
|
|
Parameter value should be final.
|
50
|
|
Method 'putAll' is not designed for extension - needs to be abstract, final or empty.
|
60
|
|
Parameter t should be final.
|
60
|
|
Method 'remove' is not designed for extension - needs to be abstract, final or empty.
|
70
|
|
Parameter key should be final.
|
70
|
|
Method 'values' is not designed for extension - needs to be abstract, final or empty.
|
77
|
com/cyclops/dbdigger/util/ArraySet.java
|
Error
|
Line
|
|
Missing a Javadoc comment.
|
17
|
|
Method 'add' is not designed for extension - needs to be abstract, final or empty.
|
21
|
|
Parameter o should be final.
|
21
|
|
Method 'iterator' is not designed for extension - needs to be abstract, final or empty.
|
32
|
com/cyclops/dbdigger/util/ResourceScanner.java
|
Error
|
Line
|
|
Utility classes should not have a public or default constructor.
|
21
|
|
Missing a Javadoc comment.
|
22
|
|
Missing a Javadoc comment.
|
23
|
|
Parameter conf should be final.
|
28
|
com/cyclops/dbdigger/util/package.html
|
Error
|
Line
|
|
Missing package documentation file.
|
0
|
|
| |