Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files |
Infos |
Warnings |
Errors |
207 |
0 |
0 |
2882 |
Files
net/sourceforge/addam/Main.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
22
|
|
Using the '.*' form of import should be avoided - java.util.*. |
29
|
|
First sentence should end with a period. |
42
|
|
Class Main should be declared as final. |
46
|
|
Missing a Javadoc comment. |
48
|
|
Name 'separator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
48
|
|
Line is longer than 80 characters. |
49
|
|
Missing a Javadoc comment. |
51
|
|
Line is longer than 80 characters. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Missing a Javadoc comment. |
53
|
|
Missing a Javadoc comment. |
54
|
|
Missing a Javadoc comment. |
55
|
|
Missing a Javadoc comment. |
57
|
|
Missing a Javadoc comment. |
60
|
|
Parameter args should be final. |
60
|
|
Array brackets at illegal position. |
60
|
|
',' is not followed by whitespace. |
62
|
|
'<' is not preceded with whitespace. |
73
|
|
'<' is not followed by whitespace. |
73
|
|
',' is not followed by whitespace. |
73
|
|
'>' is not preceded with whitespace. |
73
|
|
',' is not followed by whitespace. |
82
|
|
',' is not followed by whitespace. |
83
|
|
',' is not followed by whitespace. |
84
|
|
',' is not followed by whitespace. |
85
|
|
',' is not followed by whitespace. |
86
|
|
Line is longer than 80 characters. |
95
|
|
'+' should be on a new line. |
95
|
|
Line is longer than 80 characters. |
96
|
|
Line is longer than 80 characters. |
98
|
|
Line is longer than 80 characters. |
100
|
|
Line is longer than 80 characters. |
102
|
|
Line is longer than 80 characters. |
133
|
|
Line is longer than 80 characters. |
134
|
|
Line is longer than 80 characters. |
137
|
|
Line is longer than 80 characters. |
141
|
|
Variable 'count' must be private and have accessor methods. |
151
|
|
Line is longer than 80 characters. |
152
|
|
Parameter script should be final. |
152
|
|
Parameter time should be final. |
152
|
|
Line is longer than 80 characters. |
153
|
|
Line is longer than 80 characters. |
156
|
|
Parameter group should be final. |
156
|
|
Parameter time should be final. |
156
|
|
Line is longer than 80 characters. |
157
|
|
Line is longer than 80 characters. |
160
|
|
Parameter group should be final. |
160
|
|
Parameter script should be final. |
160
|
|
Parameter e should be final. |
160
|
|
Missing a Javadoc comment. |
178
|
|
Parameter map should be final. |
178
|
|
'<' is not preceded with whitespace. |
178
|
|
'<' is not followed by whitespace. |
178
|
|
',' is not followed by whitespace. |
178
|
|
'>' is not preceded with whitespace. |
178
|
|
Parameter key should be final. |
178
|
|
'==' is not preceded with whitespace. |
180
|
|
'==' is not followed by whitespace. |
180
|
|
Line is longer than 80 characters. |
187
|
|
Missing a Javadoc comment. |
187
|
|
'<' is not preceded with whitespace. |
187
|
|
'<' is not followed by whitespace. |
187
|
|
',' is not followed by whitespace. |
187
|
|
'>' is not preceded with whitespace. |
187
|
|
Parameter configFileName should be final. |
187
|
|
',' is not followed by whitespace. |
191
|
|
'<' is not preceded with whitespace. |
196
|
|
'<' is not followed by whitespace. |
196
|
|
',' is not followed by whitespace. |
196
|
|
'>' is not preceded with whitespace. |
196
|
|
'<' is not preceded with whitespace. |
196
|
|
'<' is not followed by whitespace. |
196
|
|
',' is not followed by whitespace. |
196
|
|
'>' is not preceded with whitespace. |
196
|
|
'>' is not followed by whitespace. |
196
|
|
',' is not followed by whitespace. |
198
|
|
'>' is not preceded with whitespace. |
202
|
|
'>' is not followed by whitespace. |
202
|
|
',' is not followed by whitespace. |
203
|
|
Line is longer than 80 characters. |
204
|
|
',' is not followed by whitespace. |
206
|
|
Missing a Javadoc comment. |
211
|
|
Parameter configFileName should be final. |
211
|
|
Line is longer than 80 characters. |
212
|
|
Line is longer than 80 characters. |
214
|
|
Line is longer than 80 characters. |
215
|
|
Missing a Javadoc comment. |
223
|
|
Line is longer than 80 characters. |
224
|
|
'if' construct must use '{}'s. |
226
|
|
'if' construct must use '{}'s. |
228
|
|
Missing a Javadoc comment. |
232
|
|
Line is longer than 80 characters. |
233
|
|
'if' construct must use '{}'s. |
235
|
|
Line is longer than 80 characters. |
236
|
|
'if' construct must use '{}'s. |
240
|
|
',' is not followed by whitespace. |
240
|
|
Missing a Javadoc comment. |
245
|
|
Utility classes should not have a public or default constructor. |
245
|
|
Missing a Javadoc comment. |
247
|
|
Parameter fileName should be final. |
247
|
|
',' is not followed by whitespace. |
251
|
|
Line is longer than 80 characters. |
258
|
|
'cast' is not followed by whitespace. |
258
|
|
Line is longer than 80 characters. |
260
|
|
Line is longer than 80 characters. |
265
|
net/sourceforge/addam/ddlgen/Filter.java
Error |
Line |
|
Missing a Javadoc comment. |
11
|
|
Redundant 'public' modifier. |
11
|
net/sourceforge/addam/ddlgen/GenerateTask.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
24
|
|
First sentence should end with a period. |
32
|
|
Missing a Javadoc comment. |
39
|
|
Missing a Javadoc comment. |
40
|
|
Line is longer than 80 characters. |
41
|
|
Missing a Javadoc comment. |
41
|
|
'<' is not preceded with whitespace. |
41
|
|
'<' is not followed by whitespace. |
41
|
|
'>' is not preceded with whitespace. |
41
|
|
'<' is not preceded with whitespace. |
41
|
|
'<' is not followed by whitespace. |
41
|
|
'>' is not preceded with whitespace. |
41
|
|
'>' is not followed by whitespace. |
41
|
|
Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
|
Parameter schema should be final. |
43
|
|
'schema' hides a field. |
43
|
|
Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Missing a Javadoc comment. |
47
|
|
Parameter catalog should be final. |
47
|
|
'catalog' hides a field. |
47
|
|
Method 'addGenerator' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
Parameter spec should be final. |
51
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
55
|
|
Missing a Javadoc comment. |
55
|
|
Redundant throws: 'BuildException' is unchecked exception. |
55
|
|
Avoid inline conditionals. |
63
|
|
Avoid inline conditionals. |
64
|
|
Avoid inline conditionals. |
66
|
|
Avoid inline conditionals. |
67
|
|
Line is longer than 80 characters. |
71
|
|
'<' is not preceded with whitespace. |
71
|
|
'<' is not followed by whitespace. |
71
|
|
'>' is not preceded with whitespace. |
71
|
|
',' is not followed by whitespace. |
71
|
|
',' is not followed by whitespace. |
71
|
|
',' is not followed by whitespace. |
71
|
|
',' is not followed by whitespace. |
71
|
|
':' is not preceded with whitespace. |
72
|
|
Line is longer than 80 characters. |
75
|
|
Line is longer than 80 characters. |
77
|
|
Line is longer than 80 characters. |
80
|
|
Line is longer than 80 characters. |
83
|
|
Line is longer than 80 characters. |
84
|
|
'if' construct must use '{}'s. |
91
|
|
'if' construct must use '{}'s. |
102
|
|
'if' construct must use '{}'s. |
104
|
|
'if' construct must use '{}'s. |
105
|
|
'if' construct must use '{}'s. |
112
|
net/sourceforge/addam/ddlgen/Generator.java
Error |
Line |
|
Unused import - java.io.Writer. |
7
|
|
Line is longer than 80 characters. |
24
|
|
Expected an @return tag. |
30
|
|
Redundant 'public' modifier. |
30
|
|
'<' is not preceded with whitespace. |
30
|
|
'<' is not followed by whitespace. |
30
|
|
'>' is not preceded with whitespace. |
30
|
|
Line is longer than 80 characters. |
31
|
|
Expected @throws tag for 'Exception'. |
31
|
|
First sentence should end with a period. |
33
|
|
Redundant 'public' modifier. |
43
|
|
Line is longer than 80 characters. |
44
|
|
Expected @param tag for 'vendor'. |
44
|
|
Expected @throws tag for 'Exception'. |
45
|
net/sourceforge/addam/ddlgen/GeneratorSpec.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
23
|
|
Line is longer than 80 characters. |
30
|
|
Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
36
|
|
Missing a Javadoc comment. |
36
|
|
Parameter type should be final. |
36
|
|
'type' hides a field. |
36
|
|
Method 'setVendor' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Parameter vendor should be final. |
40
|
|
'vendor' hides a field. |
40
|
|
Method 'setMasterScript' is not designed for extension - needs to be abstract, final or empty. |
44
|
|
Missing a Javadoc comment. |
44
|
|
Parameter file should be final. |
44
|
|
Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
Missing a Javadoc comment. |
48
|
|
Parameter prefix should be final. |
48
|
|
'prefix' hides a field. |
48
|
|
'if' construct must use '{}'s. |
49
|
|
Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
53
|
|
Missing a Javadoc comment. |
53
|
|
Parameter extension should be final. |
53
|
|
'extension' hides a field. |
53
|
|
'if' construct must use '{}'s. |
54
|
|
Method 'setIncludes' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Missing a Javadoc comment. |
58
|
|
Parameter includes should be final. |
58
|
|
Method 'setIncludesPattern' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Missing a Javadoc comment. |
67
|
|
Parameter pattern should be final. |
67
|
|
Method 'setIncludesFile' is not designed for extension - needs to be abstract, final or empty. |
71
|
|
Missing a Javadoc comment. |
71
|
|
Parameter includesFile should be final. |
71
|
|
Line is longer than 80 characters. |
73
|
|
Line is longer than 80 characters. |
74
|
|
Line is longer than 80 characters. |
80
|
|
Line is longer than 80 characters. |
82
|
|
Method 'setExcludes' is not designed for extension - needs to be abstract, final or empty. |
86
|
|
Missing a Javadoc comment. |
86
|
|
Parameter excludes should be final. |
86
|
|
Method 'setExcludesPattern' is not designed for extension - needs to be abstract, final or empty. |
95
|
|
Missing a Javadoc comment. |
95
|
|
Parameter pattern should be final. |
95
|
|
Method 'setExcludesFile' is not designed for extension - needs to be abstract, final or empty. |
99
|
|
Missing a Javadoc comment. |
99
|
|
Parameter excludesFile should be final. |
99
|
|
Line is longer than 80 characters. |
101
|
|
Line is longer than 80 characters. |
108
|
|
Line is longer than 80 characters. |
110
|
|
Method 'setDir' is not designed for extension - needs to be abstract, final or empty. |
114
|
|
Missing a Javadoc comment. |
114
|
|
Parameter dir should be final. |
114
|
|
'dir' hides a field. |
114
|
|
Method 'addConfiguredInclude' is not designed for extension - needs to be abstract, final or empty. |
118
|
|
Missing a Javadoc comment. |
118
|
|
Parameter table should be final. |
118
|
|
Method 'addConfiguredExclude' is not designed for extension - needs to be abstract, final or empty. |
122
|
|
Missing a Javadoc comment. |
122
|
|
Parameter table should be final. |
122
|
|
Method 'includes' is not designed for extension - needs to be abstract, final or empty. |
126
|
|
Missing a Javadoc comment. |
126
|
|
Parameter objectName should be final. |
126
|
|
Method 'getVendor' is not designed for extension - needs to be abstract, final or empty. |
145
|
|
Missing a Javadoc comment. |
145
|
|
Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
149
|
|
Missing a Javadoc comment. |
149
|
|
Line is longer than 80 characters. |
152
|
|
'cast' is not followed by whitespace. |
157
|
|
Method 'getMasterScriptWriter' is not designed for extension - needs to be abstract, final or empty. |
160
|
|
Missing a Javadoc comment. |
160
|
|
Line is longer than 80 characters. |
166
|
|
',' is not followed by whitespace. |
166
|
|
Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. |
171
|
|
Missing a Javadoc comment. |
171
|
|
Parameter tableName should be final. |
171
|
|
'if' construct must use '{}'s. |
177
|
|
Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
181
|
|
Missing a Javadoc comment. |
181
|
|
Parameter tableName should be final. |
181
|
|
Method 'getFileWriter' is not designed for extension - needs to be abstract, final or empty. |
185
|
|
Missing a Javadoc comment. |
185
|
|
Parameter object should be final. |
185
|
|
'dir' hides a field. |
192
|
|
'if' construct must use '{}'s. |
193
|
|
Missing a Javadoc comment. |
197
|
|
Missing a Javadoc comment. |
198
|
|
Missing a Javadoc comment. |
199
|
|
Missing a Javadoc comment. |
200
|
|
Missing a Javadoc comment. |
201
|
|
Missing a Javadoc comment. |
202
|
|
Missing a Javadoc comment. |
203
|
|
Missing a Javadoc comment. |
204
|
|
'<' is not preceded with whitespace. |
204
|
|
'<' is not followed by whitespace. |
204
|
|
'>' is not preceded with whitespace. |
204
|
|
'<' is not preceded with whitespace. |
204
|
|
'<' is not followed by whitespace. |
204
|
|
'>' is not preceded with whitespace. |
204
|
|
'>' is not followed by whitespace. |
204
|
|
Missing a Javadoc comment. |
205
|
|
'<' is not preceded with whitespace. |
205
|
|
'<' is not followed by whitespace. |
205
|
|
'>' is not preceded with whitespace. |
205
|
|
'<' is not preceded with whitespace. |
205
|
|
'<' is not followed by whitespace. |
205
|
|
'>' is not preceded with whitespace. |
205
|
|
'>' is not followed by whitespace. |
205
|
|
Missing a Javadoc comment. |
206
|
|
Missing a Javadoc comment. |
207
|
net/sourceforge/addam/ddlgen/Table.java
Error |
Line |
|
Missing a Javadoc comment. |
26
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
28
|
|
Missing a Javadoc comment. |
28
|
|
Parameter name should be final. |
28
|
|
'name' hides a field. |
28
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
32
|
|
Missing a Javadoc comment. |
32
|
net/sourceforge/addam/ddlgen/generic/ForeignKey.java
Error |
Line |
|
Missing a Javadoc comment. |
32
|
|
Missing a Javadoc comment. |
33
|
|
Missing a Javadoc comment. |
34
|
|
Missing a Javadoc comment. |
35
|
|
'<' is not preceded with whitespace. |
35
|
|
'<' is not followed by whitespace. |
35
|
|
'>' is not preceded with whitespace. |
35
|
|
'<' is not preceded with whitespace. |
35
|
|
'<' is not followed by whitespace. |
35
|
|
'>' is not preceded with whitespace. |
35
|
|
'>' is not followed by whitespace. |
35
|
|
Missing a Javadoc comment. |
36
|
|
'<' is not preceded with whitespace. |
36
|
|
'<' is not followed by whitespace. |
36
|
|
'>' is not preceded with whitespace. |
36
|
|
'<' is not preceded with whitespace. |
36
|
|
'<' is not followed by whitespace. |
36
|
|
'>' is not preceded with whitespace. |
36
|
|
'>' is not followed by whitespace. |
36
|
|
Line is longer than 80 characters. |
38
|
|
Missing a Javadoc comment. |
38
|
|
Parameter foreignKeyTableName should be final. |
38
|
|
'foreignKeyTableName' hides a field. |
38
|
|
Parameter foreignKeyName should be final. |
38
|
|
'foreignKeyName' hides a field. |
38
|
|
Parameter primaryKeyTable should be final. |
38
|
|
'primaryKeyTable' hides a field. |
38
|
|
Method 'addPrimaryKeyColumn' is not designed for extension - needs to be abstract, final or empty. |
44
|
|
Missing a Javadoc comment. |
44
|
|
Parameter primaryKeyColumn should be final. |
44
|
|
Method 'addForeignKeyColumn' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
Missing a Javadoc comment. |
48
|
|
Parameter foreignKeyColumn should be final. |
48
|
|
Method 'getPrimaryKeyColumns' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Method 'getForeignKeyColumns' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Missing a Javadoc comment. |
56
|
|
Method 'getForeignKeyTableName' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Missing a Javadoc comment. |
60
|
|
Method 'getForeignKeyName' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Missing a Javadoc comment. |
64
|
|
Method 'getPrimaryKeyTable' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Missing a Javadoc comment. |
68
|
net/sourceforge/addam/ddlgen/generic/ForeignKeyGenerator.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.ForeignKey. |
21
|
|
First sentence should end with a period. |
32
|
|
Line is longer than 80 characters. |
37
|
|
Line is longer than 80 characters. |
39
|
|
Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
39
|
|
Missing a Javadoc comment. |
39
|
|
Parameter catalog should be final. |
39
|
|
Parameter schema should be final. |
39
|
|
Parameter object should be final. |
39
|
|
Line is longer than 80 characters. |
40
|
|
Parameter connection should be final. |
40
|
|
Parameter metadata should be final. |
40
|
|
Line is longer than 80 characters. |
45
|
|
'<' is not preceded with whitespace. |
45
|
|
'<' is not followed by whitespace. |
45
|
|
',' is not followed by whitespace. |
45
|
|
'>' is not preceded with whitespace. |
45
|
|
'<' is not preceded with whitespace. |
45
|
|
'<' is not followed by whitespace. |
45
|
|
'>' is not preceded with whitespace. |
45
|
|
'>' is not followed by whitespace. |
45
|
|
'12' is a magic number. |
48
|
|
Line is longer than 80 characters. |
50
|
|
'7' is a magic number. |
50
|
|
',' is not followed by whitespace. |
50
|
|
'3' is a magic number. |
50
|
|
'8' is a magic number. |
51
|
|
'4' is a magic number. |
52
|
|
Line is longer than 80 characters. |
56
|
|
Line is longer than 80 characters. |
57
|
|
'8' is a magic number. |
57
|
|
Line is longer than 80 characters. |
58
|
|
'4' is a magic number. |
58
|
|
'if' construct must use '{}'s. |
63
|
net/sourceforge/addam/ddlgen/generic/InsertGenerator.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.sql.*. |
23
|
|
First sentence should end with a period. |
28
|
|
Missing a Javadoc comment. |
33
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Parameter catalog should be final. |
35
|
|
Parameter schema should be final. |
35
|
|
Parameter object should be final. |
35
|
|
Line is longer than 80 characters. |
36
|
|
Parameter vendor should be final. |
36
|
|
Parameter connection should be final. |
36
|
|
Parameter metadata should be final. |
36
|
|
Parameter writer should be final. |
36
|
|
Avoid inline conditionals. |
40
|
|
Avoid inline conditionals. |
41
|
|
Avoid inline conditionals. |
42
|
|
Avoid inline conditionals. |
44
|
|
Avoid inline conditionals. |
45
|
|
Avoid inline conditionals. |
46
|
|
',' is not followed by whitespace. |
48
|
|
',' is not followed by whitespace. |
48
|
|
',' is not followed by whitespace. |
48
|
|
',' is not followed by whitespace. |
48
|
|
',' is not followed by whitespace. |
48
|
|
',' is not followed by whitespace. |
48
|
|
Line is longer than 80 characters. |
51
|
|
Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
Parameter catalog should be final. |
51
|
|
Parameter schema should be final. |
51
|
|
Parameter object should be final. |
51
|
|
Line is longer than 80 characters. |
52
|
|
Parameter connection should be final. |
52
|
|
Parameter metadata should be final. |
52
|
|
'if' construct must use '{}'s. |
69
|
|
'if' construct must use '{}'s. |
70
|
|
Missing a Javadoc comment. |
75
|
|
'<' is not preceded with whitespace. |
75
|
|
'<' is not followed by whitespace. |
75
|
|
'>' is not preceded with whitespace. |
75
|
|
Parameter resultSet should be final. |
75
|
|
'<' is not preceded with whitespace. |
76
|
|
'<' is not followed by whitespace. |
76
|
|
'>' is not preceded with whitespace. |
76
|
|
'<' is not preceded with whitespace. |
76
|
|
'<' is not followed by whitespace. |
76
|
|
'>' is not preceded with whitespace. |
76
|
|
'>' is not followed by whitespace. |
76
|
|
Line is longer than 80 characters. |
80
|
|
Method 'getFormattedString' is not designed for extension - needs to be abstract, final or empty. |
85
|
|
Missing a Javadoc comment. |
85
|
|
Parameter unformattedString should be final. |
85
|
|
Parameter sqlType should be final. |
85
|
|
Line is longer than 80 characters. |
87
|
|
Method 'getRows' is not designed for extension - needs to be abstract, final or empty. |
94
|
|
Missing a Javadoc comment. |
94
|
net/sourceforge/addam/ddlgen/generic/Table.java
Error |
Line |
|
First sentence should end with a period. |
24
|
|
Missing a Javadoc comment. |
29
|
|
Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. |
31
|
|
Missing a Javadoc comment. |
31
|
|
Parameter column should be final. |
31
|
|
Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
net/sourceforge/addam/ddlgen/generic/TableColumn.java
Error |
Line |
|
First sentence should end with a period. |
24
|
|
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
|
|
Missing a Javadoc comment. |
36
|
|
Line is longer than 80 characters. |
50
|
|
Missing a Javadoc comment. |
50
|
|
Parameter name should be final. |
50
|
|
'name' hides a field. |
50
|
|
Parameter type should be final. |
50
|
|
'type' hides a field. |
50
|
|
Parameter size should be final. |
50
|
|
'size' hides a field. |
50
|
|
Parameter precision should be final. |
50
|
|
'precision' hides a field. |
50
|
|
Parameter defaultValue should be final. |
50
|
|
'defaultValue' hides a field. |
50
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Missing a Javadoc comment. |
58
|
|
Method 'getTab' is not designed for extension - needs to be abstract, final or empty. |
62
|
|
Missing a Javadoc comment. |
62
|
|
'50' is a magic number. |
63
|
|
Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Missing a Javadoc comment. |
66
|
|
Missing a Javadoc comment. |
70
|
|
Parameter numberOfSpaces should be final. |
70
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
Missing a Javadoc comment. |
78
|
|
'else' construct must use '{}'s. |
83
|
net/sourceforge/addam/ddlgen/generic/TableGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/generic/TableGenerator.java
Error |
Line |
|
First sentence should end with a period. |
32
|
|
Missing a Javadoc comment. |
38
|
|
'<' is not preceded with whitespace. |
38
|
|
'<' is not followed by whitespace. |
38
|
|
'>' is not preceded with whitespace. |
38
|
|
'<' is not preceded with whitespace. |
38
|
|
'<' is not followed by whitespace. |
38
|
|
'>' is not preceded with whitespace. |
38
|
|
'>' is not followed by whitespace. |
38
|
|
Missing a Javadoc comment. |
39
|
|
'<' is not preceded with whitespace. |
39
|
|
'<' is not followed by whitespace. |
39
|
|
'>' is not preceded with whitespace. |
39
|
|
'<' is not preceded with whitespace. |
39
|
|
'<' is not followed by whitespace. |
39
|
|
'>' is not preceded with whitespace. |
39
|
|
'>' is not followed by whitespace. |
39
|
|
Line is longer than 80 characters. |
40
|
|
Missing a Javadoc comment. |
40
|
|
'<' is not preceded with whitespace. |
40
|
|
'<' is not followed by whitespace. |
40
|
|
'>' is not preceded with whitespace. |
40
|
|
'<' is not preceded with whitespace. |
40
|
|
'<' is not followed by whitespace. |
40
|
|
'>' is not preceded with whitespace. |
40
|
|
'>' is not followed by whitespace. |
40
|
|
Missing a Javadoc comment. |
41
|
|
'<' is not preceded with whitespace. |
41
|
|
'<' is not followed by whitespace. |
41
|
|
'>' is not preceded with whitespace. |
41
|
|
'<' is not preceded with whitespace. |
41
|
|
'<' is not followed by whitespace. |
41
|
|
'>' is not preceded with whitespace. |
41
|
|
'>' is not followed by whitespace. |
41
|
|
Line is longer than 80 characters. |
42
|
|
Missing a Javadoc comment. |
42
|
|
'<' is not preceded with whitespace. |
42
|
|
'<' is not followed by whitespace. |
42
|
|
'>' is not preceded with whitespace. |
42
|
|
'<' is not preceded with whitespace. |
42
|
|
'<' is not followed by whitespace. |
42
|
|
'>' is not preceded with whitespace. |
42
|
|
'>' is not followed by whitespace. |
42
|
|
Line is longer than 80 characters. |
44
|
|
Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
44
|
|
Missing a Javadoc comment. |
44
|
|
Parameter catalog should be final. |
44
|
|
Parameter schema should be final. |
44
|
|
Parameter object should be final. |
44
|
|
Line is longer than 80 characters. |
45
|
|
Parameter connection should be final. |
45
|
|
Parameter metadata should be final. |
45
|
|
'if' construct must use '{}'s. |
60
|
|
'if' construct must use '{}'s. |
61
|
|
'if' construct must use '{}'s. |
62
|
|
Line is longer than 80 characters. |
74
|
|
Missing a Javadoc comment. |
74
|
|
Parameter dbmd should be final. |
74
|
|
Parameter catalog should be final. |
74
|
|
Parameter schema should be final. |
74
|
|
Parameter tableName should be final. |
74
|
|
Line is longer than 80 characters. |
75
|
|
Line is longer than 80 characters. |
77
|
|
'<' is not preceded with whitespace. |
77
|
|
'<' is not followed by whitespace. |
77
|
|
',' is not followed by whitespace. |
77
|
|
'>' is not preceded with whitespace. |
77
|
|
'<' is not preceded with whitespace. |
77
|
|
'<' is not followed by whitespace. |
77
|
|
',' is not followed by whitespace. |
77
|
|
'>' is not preceded with whitespace. |
77
|
|
'>' is not followed by whitespace. |
77
|
|
'6' is a magic number. |
79
|
|
Line is longer than 80 characters. |
82
|
|
'4' is a magic number. |
82
|
|
Line is longer than 80 characters. |
85
|
|
'4' is a magic number. |
86
|
|
Line is longer than 80 characters. |
94
|
|
Missing a Javadoc comment. |
94
|
|
Parameter dbmd should be final. |
94
|
|
Parameter catalog should be final. |
94
|
|
Parameter schema should be final. |
94
|
|
Parameter tableName should be final. |
94
|
|
Line is longer than 80 characters. |
95
|
|
Line is longer than 80 characters. |
96
|
|
'<' is not preceded with whitespace. |
96
|
|
'<' is not followed by whitespace. |
96
|
|
',' is not followed by whitespace. |
96
|
|
'>' is not preceded with whitespace. |
96
|
|
'<' is not preceded with whitespace. |
96
|
|
'<' is not followed by whitespace. |
96
|
|
',' is not followed by whitespace. |
96
|
|
'>' is not preceded with whitespace. |
96
|
|
'>' is not followed by whitespace. |
96
|
|
'6' is a magic number. |
98
|
|
Line is longer than 80 characters. |
101
|
|
'9' is a magic number. |
101
|
|
'4' is a magic number. |
101
|
|
Line is longer than 80 characters. |
104
|
|
'9' is a magic number. |
105
|
|
Missing a Javadoc comment. |
113
|
|
Parameter indexName should be final. |
113
|
|
Line is longer than 80 characters. |
115
|
|
'if' construct must use '{}'s. |
116
|
|
Line is longer than 80 characters. |
121
|
|
Missing a Javadoc comment. |
121
|
|
Parameter columnMetaData should be final. |
121
|
|
'13' is a magic number. |
122
|
|
'4' is a magic number. |
123
|
|
Line is longer than 80 characters. |
124
|
|
'6' is a magic number. |
124
|
|
'7' is a magic number. |
124
|
|
'9' is a magic number. |
124
|
|
'18' is a magic number. |
125
|
net/sourceforge/addam/ddlgen/generic/TableIndex.java
Error |
Line |
|
First sentence should end with a period. |
24
|
|
Missing a Javadoc comment. |
29
|
|
Missing a Javadoc comment. |
30
|
|
Missing a Javadoc comment. |
31
|
|
Missing a Javadoc comment. |
32
|
|
Line is longer than 80 characters. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Parameter indexName should be final. |
34
|
|
'indexName' hides a field. |
34
|
|
Parameter firstColumnName should be final. |
34
|
|
'firstColumnName' hides a field. |
34
|
|
Parameter isNonUnique should be final. |
34
|
|
Avoid inline conditionals. |
37
|
|
Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Method 'getFirstColumnName' is not designed for extension - needs to be abstract, final or empty. |
44
|
|
Missing a Javadoc comment. |
44
|
|
Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
Missing a Javadoc comment. |
48
|
|
Parameter columnName should be final. |
48
|
|
Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Method 'getUnique' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Missing a Javadoc comment. |
56
|
net/sourceforge/addam/ddlgen/generic/TablePrimaryKey.java
Error |
Line |
|
First sentence should end with a period. |
24
|
|
Missing a Javadoc comment. |
29
|
|
Missing a Javadoc comment. |
30
|
|
Missing a Javadoc comment. |
31
|
|
Missing a Javadoc comment. |
33
|
|
Parameter primaryKeyName should be final. |
33
|
|
'primaryKeyName' hides a field. |
33
|
|
Parameter columnName should be final. |
33
|
|
Method 'getFirstColumnName' is not designed for extension - needs to be abstract, final or empty. |
38
|
|
Missing a Javadoc comment. |
38
|
|
Method 'getPrimaryKeyName' is not designed for extension - needs to be abstract, final or empty. |
42
|
|
Missing a Javadoc comment. |
42
|
|
Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
Parameter column should be final. |
46
|
|
Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Missing a Javadoc comment. |
50
|
net/sourceforge/addam/ddlgen/generic/VelocityGenerator.java
Error |
Line |
|
First sentence should end with a period. |
23
|
|
Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. |
31
|
|
Missing a Javadoc comment. |
31
|
|
'<' is not preceded with whitespace. |
31
|
|
'<' is not followed by whitespace. |
31
|
|
'>' is not preceded with whitespace. |
31
|
|
Parameter catalog should be final. |
31
|
|
Parameter schema should be final. |
31
|
|
Parameter filter should be final. |
31
|
|
Line is longer than 80 characters. |
32
|
|
Parameter connection should be final. |
32
|
|
Parameter metadata should be final. |
32
|
|
Avoid inline conditionals. |
34
|
|
Avoid inline conditionals. |
35
|
|
Avoid inline conditionals. |
37
|
|
Avoid inline conditionals. |
38
|
|
Line is longer than 80 characters. |
40
|
|
'<' is not preceded with whitespace. |
41
|
|
'<' is not followed by whitespace. |
41
|
|
'>' is not preceded with whitespace. |
41
|
|
'<' is not preceded with whitespace. |
41
|
|
'<' is not followed by whitespace. |
41
|
|
'>' is not preceded with whitespace. |
41
|
|
'>' is not followed by whitespace. |
41
|
|
'3' is a magic number. |
43
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
Parameter catalog should be final. |
51
|
|
Parameter schema should be final. |
51
|
|
Parameter object should be final. |
51
|
|
Line is longer than 80 characters. |
52
|
|
Parameter vendor should be final. |
52
|
|
Parameter connection should be final. |
52
|
|
Parameter metadata should be final. |
52
|
|
Parameter writer should be final. |
52
|
|
Avoid inline conditionals. |
55
|
|
Avoid inline conditionals. |
56
|
|
Avoid inline conditionals. |
58
|
|
Avoid inline conditionals. |
59
|
|
'if' construct must use '{}'s. |
61
|
|
Line is longer than 80 characters. |
63
|
|
Line is longer than 80 characters. |
67
|
|
Missing a Javadoc comment. |
67
|
|
Line is longer than 80 characters. |
68
|
|
Line is longer than 80 characters. |
70
|
|
Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Missing a Javadoc comment. |
70
|
|
Parameter metadata should be final. |
70
|
|
Parameter vendor should be final. |
70
|
|
Line is longer than 80 characters. |
72
|
|
Line is longer than 80 characters. |
73
|
|
Line is longer than 80 characters. |
76
|
|
Method 'getTemplateName' is not designed for extension - needs to be abstract, final or empty. |
90
|
|
Missing a Javadoc comment. |
90
|
|
Parameter vendor should be final. |
90
|
|
Line is longer than 80 characters. |
95
|
|
'==' is not preceded with whitespace. |
95
|
|
'==' is not followed by whitespace. |
95
|
|
Avoid inline conditionals. |
95
|
|
',' is not followed by whitespace. |
97
|
net/sourceforge/addam/ddlgen/generic/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlgen/oracle/DBMSMetadataGenerator.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
8
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
9
|
|
Method 'objectsSQL' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
Line is longer than 80 characters. |
25
|
|
Missing a Javadoc comment. |
28
|
|
Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
'<' is not preceded with whitespace. |
30
|
|
'<' is not followed by whitespace. |
30
|
|
'>' is not preceded with whitespace. |
30
|
|
Parameter catalog should be final. |
30
|
|
Parameter schema should be final. |
30
|
|
Parameter filter should be final. |
30
|
|
Line is longer than 80 characters. |
31
|
|
Parameter connection should be final. |
31
|
|
Parameter metadata should be final. |
31
|
|
Line is longer than 80 characters. |
32
|
|
Line is longer than 80 characters. |
35
|
|
Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
'<' is not preceded with whitespace. |
35
|
|
'<' is not followed by whitespace. |
35
|
|
'>' is not preceded with whitespace. |
35
|
|
More than 7 parameters. |
35
|
|
Parameter catalog should be final. |
35
|
|
Parameter schema should be final. |
35
|
|
Parameter objectType should be final. |
35
|
|
Parameter filter should be final. |
35
|
|
Line is longer than 80 characters. |
36
|
|
Parameter connection should be final. |
36
|
|
Parameter metadata should be final. |
36
|
|
Parameter objectsSQL should be final. |
36
|
|
Parameter args should be final. |
36
|
|
'<' is not preceded with whitespace. |
38
|
|
'<' is not followed by whitespace. |
38
|
|
'>' is not preceded with whitespace. |
38
|
|
'<' is not preceded with whitespace. |
38
|
|
'<' is not followed by whitespace. |
38
|
|
'>' is not preceded with whitespace. |
38
|
|
'>' is not followed by whitespace. |
38
|
|
'=' is not preceded with whitespace. |
43
|
|
'=' is not followed by whitespace. |
43
|
|
'if' construct must use '{}'s. |
55
|
|
'if' construct must use '{}'s. |
56
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
61
|
|
Missing a Javadoc comment. |
61
|
|
Parameter catalog should be final. |
61
|
|
Parameter schema should be final. |
61
|
|
Parameter object should be final. |
61
|
|
Line is longer than 80 characters. |
62
|
|
Parameter vendor should be final. |
62
|
|
Parameter connection should be final. |
62
|
|
Parameter metadata should be final. |
62
|
|
Parameter writer should be final. |
62
|
|
Line is longer than 80 characters. |
64
|
|
Line is longer than 80 characters. |
67
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Missing a Javadoc comment. |
67
|
|
More than 7 parameters. |
67
|
|
Parameter catalog should be final. |
67
|
|
Parameter schema should be final. |
67
|
|
Parameter objectType should be final. |
67
|
|
Parameter object should be final. |
67
|
|
Line is longer than 80 characters. |
68
|
|
Parameter vendor should be final. |
68
|
|
Parameter connection should be final. |
68
|
|
Parameter metadata should be final. |
68
|
|
Parameter writer should be final. |
68
|
|
Avoid inline conditionals. |
71
|
|
Avoid inline conditionals. |
72
|
|
Avoid inline conditionals. |
74
|
|
Avoid inline conditionals. |
75
|
|
',' is not followed by whitespace. |
81
|
|
',' is not followed by whitespace. |
81
|
|
',' is not followed by whitespace. |
82
|
|
',' is not followed by whitespace. |
82
|
|
Line is longer than 80 characters. |
83
|
|
',' is not followed by whitespace. |
84
|
|
',' is not followed by whitespace. |
85
|
|
'3' is a magic number. |
86
|
|
',' is not followed by whitespace. |
86
|
|
Line is longer than 80 characters. |
92
|
|
')' is preceded with whitespace. |
92
|
|
',' is not followed by whitespace. |
93
|
|
',' is not followed by whitespace. |
94
|
|
'if' construct must use '{}'s. |
100
|
|
'if' construct must use '{}'s. |
101
|
|
Line is longer than 80 characters. |
105
|
|
Method 'writeLine' is not designed for extension - needs to be abstract, final or empty. |
105
|
|
Missing a Javadoc comment. |
105
|
|
Parameter line should be final. |
105
|
|
Parameter writer should be final. |
105
|
|
Line is longer than 80 characters. |
111
|
|
Method 'setTransformParam' is not designed for extension - needs to be abstract, final or empty. |
111
|
|
Missing a Javadoc comment. |
111
|
|
Parameter connection should be final. |
111
|
|
Parameter param should be final. |
111
|
|
Parameter value should be final. |
111
|
|
Line is longer than 80 characters. |
114
|
|
',' is not followed by whitespace. |
115
|
|
',' is not followed by whitespace. |
116
|
|
'if' construct must use '{}'s. |
119
|
|
Line is longer than 80 characters. |
123
|
|
Method 'setDefaultTransformParams' is not designed for extension - needs to be abstract, final or empty. |
123
|
|
Missing a Javadoc comment. |
123
|
|
Parameter connection should be final. |
123
|
|
Line is longer than 80 characters. |
126
|
|
'if' construct must use '{}'s. |
129
|
net/sourceforge/addam/ddlgen/oracle/ForeignKeyGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/ForeignKeyGenerator.java
Error |
Line |
|
Missing a Javadoc comment. |
12
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
14
|
|
Missing a Javadoc comment. |
14
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
18
|
|
Missing a Javadoc comment. |
18
|
|
Parameter catalog should be final. |
18
|
|
Parameter schema should be final. |
18
|
|
Parameter object should be final. |
18
|
|
Line is longer than 80 characters. |
19
|
|
Parameter vendor should be final. |
19
|
|
Parameter connection should be final. |
19
|
|
Parameter metadata should be final. |
19
|
|
Parameter writer should be final. |
19
|
|
',' is not followed by whitespace. |
21
|
|
',' is not followed by whitespace. |
21
|
|
',' is not followed by whitespace. |
22
|
|
',' is not followed by whitespace. |
22
|
|
',' is not followed by whitespace. |
24
|
|
',' is not followed by whitespace. |
24
|
|
',' is not followed by whitespace. |
24
|
|
',' is not followed by whitespace. |
24
|
|
',' is not followed by whitespace. |
24
|
|
',' is not followed by whitespace. |
24
|
|
Line is longer than 80 characters. |
27
|
|
Method 'writeLine' is not designed for extension - needs to be abstract, final or empty. |
27
|
|
Missing a Javadoc comment. |
27
|
|
Parameter line should be final. |
27
|
|
Parameter writer should be final. |
27
|
|
',' is not followed by whitespace. |
32
|
|
Missing a Javadoc comment. |
36
|
net/sourceforge/addam/ddlgen/oracle/FunctionGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/FunctionGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
11
|
|
Unused import - java.util.List. |
12
|
|
Unused import - java.util.ArrayList. |
13
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
15
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
16
|
|
Missing a Javadoc comment. |
18
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
20
|
|
Missing a Javadoc comment. |
20
|
net/sourceforge/addam/ddlgen/oracle/IndexGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/IndexGenerator.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.sql.*. |
9
|
|
Missing a Javadoc comment. |
14
|
|
Line is longer than 80 characters. |
16
|
|
Missing a Javadoc comment. |
16
|
|
'+' should be on a new line. |
16
|
|
Line is longer than 80 characters. |
17
|
|
Line is longer than 80 characters. |
19
|
|
Missing a Javadoc comment. |
19
|
|
'+' should be on a new line. |
19
|
|
Line is longer than 80 characters. |
20
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
'<' is not preceded with whitespace. |
26
|
|
'<' is not followed by whitespace. |
26
|
|
'>' is not preceded with whitespace. |
26
|
|
Parameter catalog should be final. |
26
|
|
Parameter schema should be final. |
26
|
|
Parameter filter should be final. |
26
|
|
Line is longer than 80 characters. |
27
|
|
Parameter connection should be final. |
27
|
|
Parameter metadata should be final. |
27
|
|
Line is longer than 80 characters. |
28
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
31
|
|
Missing a Javadoc comment. |
31
|
|
Parameter catalog should be final. |
31
|
|
Parameter schema should be final. |
31
|
|
Parameter object should be final. |
31
|
|
Line is longer than 80 characters. |
32
|
|
Parameter vendor should be final. |
32
|
|
Parameter connection should be final. |
32
|
|
Parameter metadata should be final. |
32
|
|
Parameter writer should be final. |
32
|
|
Parameter objectName should be final. |
35
|
|
Line is longer than 80 characters. |
40
|
|
'<' is not preceded with whitespace. |
40
|
|
'<' is not followed by whitespace. |
40
|
|
'>' is not preceded with whitespace. |
40
|
|
Line is longer than 80 characters. |
42
|
|
',' is not followed by whitespace. |
42
|
|
',' is not followed by whitespace. |
42
|
|
',' is not followed by whitespace. |
42
|
|
',' is not followed by whitespace. |
42
|
|
',' is not followed by whitespace. |
42
|
|
',' is not followed by whitespace. |
42
|
|
',' is not followed by whitespace. |
42
|
net/sourceforge/addam/ddlgen/oracle/PackageGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/PackageGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
12
|
|
Unused import - java.util.List. |
13
|
|
Unused import - java.util.ArrayList. |
14
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
16
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
17
|
|
Missing a Javadoc comment. |
19
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter catalog should be final. |
25
|
|
Parameter schema should be final. |
25
|
|
Parameter object should be final. |
25
|
|
Line is longer than 80 characters. |
26
|
|
Parameter vendor should be final. |
26
|
|
Parameter connection should be final. |
26
|
|
Parameter metadata should be final. |
26
|
|
Parameter writer should be final. |
26
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
net/sourceforge/addam/ddlgen/oracle/ProcedureGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/ProcedureGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
11
|
|
Unused import - java.util.List. |
12
|
|
Unused import - java.util.ArrayList. |
13
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
15
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
16
|
|
Missing a Javadoc comment. |
18
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
20
|
|
Missing a Javadoc comment. |
20
|
net/sourceforge/addam/ddlgen/oracle/SequenceGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/SequenceGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
11
|
|
Unused import - java.util.List. |
12
|
|
Unused import - java.util.ArrayList. |
13
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
15
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
16
|
|
Missing a Javadoc comment. |
18
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
20
|
|
Missing a Javadoc comment. |
20
|
net/sourceforge/addam/ddlgen/oracle/TableGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/TableGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
12
|
|
Unused import - java.util.List. |
13
|
|
Unused import - java.util.ArrayList. |
14
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
16
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
17
|
|
Missing a Javadoc comment. |
19
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter catalog should be final. |
25
|
|
Parameter schema should be final. |
25
|
|
Parameter object should be final. |
25
|
|
Line is longer than 80 characters. |
26
|
|
Parameter vendor should be final. |
26
|
|
Parameter connection should be final. |
26
|
|
Parameter metadata should be final. |
26
|
|
Parameter writer should be final. |
26
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
31
|
|
',' is not followed by whitespace. |
31
|
|
',' is not followed by whitespace. |
32
|
|
',' is not followed by whitespace. |
32
|
|
',' is not followed by whitespace. |
33
|
|
',' is not followed by whitespace. |
33
|
|
',' is not followed by whitespace. |
34
|
|
',' is not followed by whitespace. |
34
|
|
',' is not followed by whitespace. |
34
|
|
',' is not followed by whitespace. |
34
|
|
',' is not followed by whitespace. |
34
|
|
',' is not followed by whitespace. |
34
|
net/sourceforge/addam/ddlgen/oracle/TriggerGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/TriggerGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
11
|
|
Unused import - java.util.List. |
12
|
|
Unused import - java.util.ArrayList. |
13
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
15
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
16
|
|
Missing a Javadoc comment. |
18
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
20
|
|
Missing a Javadoc comment. |
20
|
net/sourceforge/addam/ddlgen/oracle/TypeGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/TypeGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
12
|
|
Unused import - java.util.List. |
13
|
|
Unused import - java.util.ArrayList. |
14
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
16
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
17
|
|
Missing a Javadoc comment. |
19
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter catalog should be final. |
25
|
|
Parameter schema should be final. |
25
|
|
Parameter object should be final. |
25
|
|
Line is longer than 80 characters. |
26
|
|
Parameter vendor should be final. |
26
|
|
Parameter connection should be final. |
26
|
|
Parameter metadata should be final. |
26
|
|
Parameter writer should be final. |
26
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
|
',' is not followed by whitespace. |
30
|
net/sourceforge/addam/ddlgen/oracle/ViewGenerator.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlgen/oracle/ViewGenerator.java
Error |
Line |
|
Unused import - java.io.Writer. |
8
|
|
Unused import - java.io.BufferedReader. |
9
|
|
Unused import - java.io.Reader. |
10
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
12
|
|
Unused import - java.util.List. |
13
|
|
Unused import - java.util.ArrayList. |
14
|
|
Unused import - net.sourceforge.addam.ddlgen.Generator. |
16
|
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
17
|
|
Missing a Javadoc comment. |
19
|
|
Method 'objectType' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter catalog should be final. |
25
|
|
Parameter schema should be final. |
25
|
|
Parameter object should be final. |
25
|
|
Line is longer than 80 characters. |
26
|
|
Parameter vendor should be final. |
26
|
|
Parameter connection should be final. |
26
|
|
Parameter metadata should be final. |
26
|
|
Parameter writer should be final. |
26
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
28
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
|
',' is not followed by whitespace. |
29
|
net/sourceforge/addam/ddlgen/oracle/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlgen/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/InstallTask.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlrun/InstallTask.java
Error |
Line |
|
First sentence should end with a period. |
35
|
|
Missing a Javadoc comment. |
40
|
|
Method 'setScript' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
|
Parameter script should be final. |
43
|
|
'script' hides a field. |
43
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Missing a Javadoc comment. |
47
|
|
Redundant throws: 'BuildException' is unchecked exception. |
47
|
|
Line is longer than 80 characters. |
49
|
|
Line is longer than 80 characters. |
50
|
|
Line is longer than 80 characters. |
52
|
|
Line is longer than 80 characters. |
55
|
|
Method 'logRunScript' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Missing a Javadoc comment. |
66
|
|
Parameter script should be final. |
66
|
|
'script' hides a field. |
66
|
|
Parameter time should be final. |
66
|
|
Method 'logRunComplete' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Missing a Javadoc comment. |
70
|
|
Parameter group should be final. |
70
|
|
Parameter time should be final. |
70
|
|
Line is longer than 80 characters. |
71
|
|
Line is longer than 80 characters. |
74
|
|
Method 'logRunFailure' is not designed for extension - needs to be abstract, final or empty. |
74
|
|
Missing a Javadoc comment. |
74
|
|
Parameter group should be final. |
74
|
|
Parameter script should be final. |
74
|
|
'script' hides a field. |
74
|
|
Parameter e should be final. |
74
|
|
Missing a Javadoc comment. |
78
|
net/sourceforge/addam/ddlrun/ServletContainerUpgrader.java
Error |
Line |
|
Line is longer than 80 characters. |
55
|
|
Missing a Javadoc comment. |
57
|
|
Variable 'sCtx' must be private and have accessor methods. |
57
|
|
Missing a Javadoc comment. |
58
|
|
Variable 'errorLog' must be private and have accessor methods. |
58
|
|
Missing a Javadoc comment. |
59
|
|
Missing a Javadoc comment. |
60
|
|
Variable 'dbversion' must be private and have accessor methods. |
60
|
|
First sentence should end with a period. |
62
|
|
Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Expected @param tag for 'event'. |
66
|
|
Line is longer than 80 characters. |
74
|
|
Line is longer than 80 characters. |
77
|
|
Line is longer than 80 characters. |
89
|
|
Line is longer than 80 characters. |
93
|
|
Line is longer than 80 characters. |
94
|
|
Line is longer than 80 characters. |
96
|
|
Line is longer than 80 characters. |
100
|
|
Line is longer than 80 characters. |
111
|
|
Line is longer than 80 characters. |
117
|
|
Must have at least one statement. |
119
|
|
Line is longer than 80 characters. |
120
|
|
Must have at least one statement. |
128
|
|
Must have at least one statement. |
135
|
|
Method 'logRunScript' is not designed for extension - needs to be abstract, final or empty. |
142
|
|
Missing a Javadoc comment. |
142
|
|
Parameter script should be final. |
142
|
|
Parameter time should be final. |
142
|
|
Method 'logRunComplete' is not designed for extension - needs to be abstract, final or empty. |
148
|
|
Missing a Javadoc comment. |
148
|
|
Parameter group should be final. |
148
|
|
Parameter time should be final. |
148
|
|
Line is longer than 80 characters. |
149
|
|
Line is longer than 80 characters. |
153
|
|
Method 'logRunFailure' is not designed for extension - needs to be abstract, final or empty. |
153
|
|
Missing a Javadoc comment. |
153
|
|
Parameter group should be final. |
153
|
|
Parameter script should be final. |
153
|
|
Parameter e should be final. |
153
|
|
Line is longer than 80 characters. |
159
|
|
Missing a Javadoc comment. |
159
|
|
'sCtx' hides a field. |
159
|
|
Parameter message should be final. |
159
|
|
'errorLog' hides a field. |
159
|
|
Parameter e should be final. |
159
|
|
Avoid inline conditionals. |
160
|
|
Line has trailing spaces. |
177
|
|
Expected an @return tag. |
182
|
|
Parameter sCtx should be final. |
182
|
|
'sCtx' hides a field. |
182
|
|
Expected @param tag for 'sCtx'. |
182
|
|
'errorLog' hides a field. |
183
|
|
Line is longer than 80 characters. |
186
|
|
Line is longer than 80 characters. |
189
|
|
First sentence should end with a period. |
200
|
|
Parameter event should be final. |
203
|
|
Expected @param tag for 'event'. |
203
|
|
Missing a Javadoc comment. |
207
|
|
Utility classes should not have a public or default constructor. |
207
|
|
Missing a Javadoc comment. |
208
|
|
Parameter format should be final. |
208
|
|
Parameter properties should be final. |
208
|
|
Line is longer than 80 characters. |
214
|
|
Line is longer than 80 characters. |
217
|
|
Avoid inline conditionals. |
217
|
|
Missing a Javadoc comment. |
225
|
|
Parameter variable should be final. |
225
|
|
Parameter properties should be final. |
225
|
net/sourceforge/addam/ddlrun/UpgradeTask.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/ddlrun/UpgradeTask.java
Error |
Line |
|
Line is longer than 80 characters. |
40
|
|
Missing a Javadoc comment. |
44
|
|
Method 'setScript' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Missing a Javadoc comment. |
47
|
|
Parameter script should be final. |
47
|
|
'script' hides a field. |
47
|
|
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
Parameter version should be final. |
51
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
55
|
|
Missing a Javadoc comment. |
55
|
|
Redundant throws: 'BuildException' is unchecked exception. |
55
|
|
Line is longer than 80 characters. |
57
|
|
Line is longer than 80 characters. |
58
|
|
Line is longer than 80 characters. |
60
|
|
Line is longer than 80 characters. |
63
|
|
Method 'logRunScript' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
Parameter script should be final. |
76
|
|
'script' hides a field. |
76
|
|
Parameter time should be final. |
76
|
|
Method 'logRunComplete' is not designed for extension - needs to be abstract, final or empty. |
80
|
|
Missing a Javadoc comment. |
80
|
|
Parameter group should be final. |
80
|
|
Parameter time should be final. |
80
|
|
Line is longer than 80 characters. |
81
|
|
Line is longer than 80 characters. |
84
|
|
Method 'logRunFailure' is not designed for extension - needs to be abstract, final or empty. |
84
|
|
Missing a Javadoc comment. |
84
|
|
Parameter group should be final. |
84
|
|
Parameter script should be final. |
84
|
|
'script' hides a field. |
84
|
|
Parameter e should be final. |
84
|
|
Missing a Javadoc comment. |
88
|
|
Missing a Javadoc comment. |
89
|
net/sourceforge/addam/ddlrun/custom/IDSCompletedScriptRetriever.java
Error |
Line |
|
First sentence should end with a period. |
32
|
|
Line is longer than 80 characters. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Missing a Javadoc comment. |
42
|
|
Parameter conn should be final. |
42
|
|
Method 'getCompletedScripts' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
Line is longer than 80 characters. |
49
|
|
Line is longer than 80 characters. |
55
|
|
Missing a Javadoc comment. |
60
|
net/sourceforge/addam/ddlrun/custom/IDSRunLogger.java
Error |
Line |
|
Line is longer than 80 characters. |
33
|
|
Line is longer than 80 characters. |
41
|
|
Missing a Javadoc comment. |
41
|
|
Line is longer than 80 characters. |
42
|
|
Missing a Javadoc comment. |
42
|
|
Line is longer than 80 characters. |
43
|
|
Missing a Javadoc comment. |
43
|
|
Missing a Javadoc comment. |
44
|
|
Missing a Javadoc comment. |
45
|
|
Missing a Javadoc comment. |
46
|
|
Missing a Javadoc comment. |
47
|
|
Missing a Javadoc comment. |
48
|
|
First sentence should end with a period. |
50
|
|
Parameter connection should be final. |
53
|
|
'connection' hides a field. |
53
|
|
Expected @param tag for 'connection'. |
53
|
|
Parameter version should be final. |
53
|
|
Expected @param tag for 'version'. |
53
|
|
Avoid inline conditionals. |
55
|
|
Method 'logRunScript' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Missing a Javadoc comment. |
58
|
|
Parameter script should be final. |
58
|
|
Parameter time should be final. |
58
|
|
Line is longer than 80 characters. |
60
|
|
Line is longer than 80 characters. |
63
|
|
Line is longer than 80 characters. |
66
|
|
Line is longer than 80 characters. |
68
|
|
Line is longer than 80 characters. |
69
|
|
Method 'logRunComplete' is not designed for extension - needs to be abstract, final or empty. |
75
|
|
Missing a Javadoc comment. |
75
|
|
Parameter group should be final. |
75
|
|
Parameter time should be final. |
75
|
|
Line is longer than 80 characters. |
77
|
|
Line is longer than 80 characters. |
81
|
|
'3' is a magic number. |
81
|
|
Method 'logRunFailure' is not designed for extension - needs to be abstract, final or empty. |
86
|
|
Missing a Javadoc comment. |
86
|
|
Parameter group should be final. |
86
|
|
Parameter script should be final. |
86
|
|
Parameter e should be final. |
86
|
net/sourceforge/addam/ddlrun/custom/IDSStartFolderRetriever.java
Error |
Line |
|
First sentence should end with a period. |
29
|
|
Line is longer than 80 characters. |
39
|
|
Missing a Javadoc comment. |
39
|
|
Missing a Javadoc comment. |
41
|
|
Parameter conn should be final. |
41
|
|
Method 'getStartFolder' is not designed for extension - needs to be abstract, final or empty. |
45
|
|
Missing a Javadoc comment. |
45
|
|
Line is longer than 80 characters. |
49
|
|
Line is longer than 80 characters. |
54
|
|
Missing a Javadoc comment. |
62
|
net/sourceforge/addam/ddlrun/custom/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/filters/DifferenceFilter.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.util.*. |
24
|
|
Line is longer than 80 characters. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Parameter itemsToIgnore should be final. |
35
|
|
'itemsToIgnore' hides a field. |
35
|
|
Parameter ignoreDuplicates should be final. |
35
|
|
'ignoreDuplicates' hides a field. |
35
|
|
Method 'getIterator' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Parameter collection should be final. |
40
|
|
Missing a Javadoc comment. |
44
|
|
Missing a Javadoc comment. |
45
|
|
Missing a Javadoc comment. |
46
|
|
Missing a Javadoc comment. |
48
|
|
Parameter collection should be final. |
48
|
|
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Method 'next' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Missing a Javadoc comment. |
66
|
|
'if' construct must use '{}'s. |
67
|
|
Line has trailing spaces. |
71
|
|
Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
Method 'shouldInclude' is not designed for extension - needs to be abstract, final or empty. |
81
|
|
Missing a Javadoc comment. |
81
|
|
Parameter item should be final. |
81
|
|
Line is longer than 80 characters. |
83
|
|
Missing a Javadoc comment. |
86
|
|
Missing a Javadoc comment. |
87
|
net/sourceforge/addam/ddlrun/filters/Filter.java
Error |
Line |
|
Line is longer than 80 characters. |
28
|
|
Missing a Javadoc comment. |
35
|
|
Redundant 'public' modifier. |
35
|
|
First sentence should end with a period. |
37
|
|
Redundant 'public' modifier. |
40
|
net/sourceforge/addam/ddlrun/filters/SelectAllFilter.java
Error |
Line |
|
Line is longer than 80 characters. |
29
|
|
Method 'getIterator' is not designed for extension - needs to be abstract, final or empty. |
36
|
|
Missing a Javadoc comment. |
36
|
|
Parameter collection should be final. |
36
|
net/sourceforge/addam/ddlrun/filters/StartPointFilter.java
Error |
Line |
|
Line is longer than 80 characters. |
29
|
|
Missing a Javadoc comment. |
36
|
|
Parameter startPoint should be final. |
36
|
|
'startPoint' hides a field. |
36
|
|
Method 'getIterator' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Parameter collection should be final. |
40
|
|
Line is longer than 80 characters. |
43
|
|
Missing a Javadoc comment. |
53
|
net/sourceforge/addam/ddlrun/filters/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/grammars/OracleGrammar.java
Error |
Line |
|
First sentence should end with a period. |
24
|
|
Missing a Javadoc comment. |
31
|
|
Missing a Javadoc comment. |
32
|
|
Missing a Javadoc comment. |
33
|
|
Method 'shouldIgnore' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Parameter line should be final. |
35
|
|
'if' construct must use '{}'s. |
37
|
|
'if' construct must use '{}'s. |
38
|
|
'if' construct must use '{}'s. |
39
|
|
'if' construct must use '{}'s. |
40
|
|
'if' construct must use '{}'s. |
41
|
|
Method 'hasSimpleStatementTerminator' is not designed for extension - needs to be abstract, final or empty. |
45
|
|
Missing a Javadoc comment. |
45
|
|
Parameter line should be final. |
45
|
|
'if' construct must use '{}'s. |
47
|
|
'if' construct must use '{}'s. |
48
|
|
Method 'removeSimpleStatementTerminator' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Parameter line should be final. |
52
|
|
Method 'beginsComplexStatement' is not designed for extension - needs to be abstract, final or empty. |
61
|
|
Missing a Javadoc comment. |
61
|
|
Parameter line should be final. |
61
|
|
'if' construct must use '{}'s. |
63
|
|
'if' construct must use '{}'s. |
64
|
|
Method 'hasComplexStatementTerminator' is not designed for extension - needs to be abstract, final or empty. |
73
|
|
Missing a Javadoc comment. |
73
|
|
Parameter line should be final. |
73
|
|
'if' construct must use '{}'s. |
75
|
|
Method 'removeComplexStatementTerminator' is not designed for extension - needs to be abstract, final or empty. |
79
|
|
Missing a Javadoc comment. |
79
|
|
Parameter line should be final. |
79
|
|
Method 'name' is not designed for extension - needs to be abstract, final or empty. |
87
|
|
Missing a Javadoc comment. |
87
|
net/sourceforge/addam/ddlrun/grammars/ScriptGrammar.java
Error |
Line |
|
Unused import - java.util.Map. |
24
|
|
Unused import - java.util.Set. |
25
|
|
First sentence should end with a period. |
27
|
|
Line is longer than 80 characters. |
28
|
|
Missing a Javadoc comment. |
35
|
|
Redundant 'public' modifier. |
35
|
|
Missing a Javadoc comment. |
37
|
|
Redundant 'public' modifier. |
37
|
|
Missing a Javadoc comment. |
38
|
|
Redundant 'public' modifier. |
38
|
|
Missing a Javadoc comment. |
40
|
|
Redundant 'public' modifier. |
40
|
|
Missing a Javadoc comment. |
41
|
|
Redundant 'public' modifier. |
41
|
|
Missing a Javadoc comment. |
42
|
|
Redundant 'public' modifier. |
42
|
|
Line is longer than 80 characters. |
44
|
|
Missing a Javadoc comment. |
44
|
|
Redundant 'public' modifier. |
44
|
net/sourceforge/addam/ddlrun/grammars/ScriptGrammarManager.java
Error |
Line |
|
First sentence should end with a period. |
29
|
|
Line contains a tab character. |
37
|
|
Line contains a tab character. |
38
|
|
Line contains a tab character. |
39
|
|
Line contains a tab character. |
40
|
|
Line contains a tab character. |
41
|
|
Line contains a tab character. |
43
|
|
Missing a Javadoc comment. |
47
|
|
Parameter resourceName should be final. |
47
|
|
Line is longer than 80 characters. |
50
|
|
Line is longer than 80 characters. |
52
|
|
Line is longer than 80 characters. |
66
|
|
Line is longer than 80 characters. |
74
|
|
Missing a Javadoc comment. |
80
|
|
Parameter registry should be final. |
80
|
|
'registry' hides a field. |
80
|
|
Method 'getGrammar' is not designed for extension - needs to be abstract, final or empty. |
84
|
|
Missing a Javadoc comment. |
84
|
|
Parameter connection should be final. |
84
|
|
Line is longer than 80 characters. |
90
|
|
Line is longer than 80 characters. |
99
|
|
Line is longer than 80 characters. |
101
|
|
Line is longer than 80 characters. |
103
|
|
Line is longer than 80 characters. |
105
|
|
Method 'getGrammarRegistry' is not designed for extension - needs to be abstract, final or empty. |
114
|
|
Missing a Javadoc comment. |
114
|
|
Missing a Javadoc comment. |
119
|
net/sourceforge/addam/ddlrun/grammars/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/runners/DeploymentRunner.java
Error |
Line |
|
Unused import - java.io.IOException. |
25
|
|
Line is longer than 80 characters. |
49
|
|
Line is longer than 80 characters. |
50
|
|
Parameter readerFactory should be final. |
54
|
|
'readerFactory' hides a field. |
54
|
|
Parameter groupFilter should be final. |
55
|
|
'groupFilter' hides a field. |
55
|
|
Parameter scriptFilter should be final. |
56
|
|
'scriptFilter' hides a field. |
56
|
|
Parameter scriptRunnerMap should be final. |
57
|
|
'scriptRunnerMap' hides a field. |
57
|
|
Parameter version should be final. |
58
|
|
Expected @param tag for 'version'. |
58
|
|
First sentence should end with a period. |
66
|
|
Line is longer than 80 characters. |
67
|
|
Method 'addRunLogger' is not designed for extension - needs to be abstract, final or empty. |
71
|
|
Parameter logger should be final. |
71
|
|
Expected @param tag for 'logger'. |
71
|
|
Method 'run' is not designed for extension - needs to be abstract, final or empty. |
79
|
|
Parameter resource should be final. |
79
|
|
Expected @throws tag for 'Exception'. |
79
|
|
Line is longer than 80 characters. |
84
|
|
Missing a Javadoc comment. |
92
|
|
Missing a Javadoc comment. |
93
|
|
Missing a Javadoc comment. |
94
|
|
Missing a Javadoc comment. |
95
|
|
Missing a Javadoc comment. |
96
|
net/sourceforge/addam/ddlrun/runners/DeploymentRunnerFactory.java
Error |
Line |
|
Missing a Javadoc comment. |
45
|
|
'public' modifier out of order with the JLS suggestions. |
45
|
|
Line is longer than 80 characters. |
49
|
|
Method 'getInstallRunner' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Missing a Javadoc comment. |
49
|
|
Parameter readerFactory should be final. |
49
|
|
Parameter connection should be final. |
50
|
|
Parameter grammar should be final. |
51
|
|
Line is longer than 80 characters. |
54
|
|
Line is longer than 80 characters. |
73
|
|
Expected an @return tag. |
75
|
|
Line is longer than 80 characters. |
75
|
|
Method 'getUpgradeRunner' is not designed for extension - needs to be abstract, final or empty. |
75
|
|
Parameter readerFactory should be final. |
75
|
|
Expected @param tag for 'readerFactory'. |
75
|
|
Parameter connection should be final. |
76
|
|
Expected @param tag for 'connection'. |
76
|
|
Parameter grammar should be final. |
77
|
|
Expected @param tag for 'grammar'. |
77
|
|
Line is longer than 80 characters. |
78
|
|
Parameter startFolderRetriever should be final. |
78
|
|
Expected @param tag for 'startFolderRetriever'. |
78
|
|
Line is longer than 80 characters. |
79
|
|
Parameter completedScriptRetriever should be final. |
79
|
|
Expected @param tag for 'completedScriptRetriever'. |
79
|
|
Line is longer than 80 characters. |
83
|
|
Line is longer than 80 characters. |
88
|
net/sourceforge/addam/ddlrun/runners/JDBCScriptRunner.java
Error |
Line |
|
Line is longer than 80 characters. |
43
|
|
Parameter readerFactory should be final. |
43
|
|
'readerFactory' hides a field. |
43
|
|
Parameter grammar should be final. |
43
|
|
'grammar' hides a field. |
43
|
|
Parameter statementRunner should be final. |
44
|
|
'statementRunner' hides a field. |
44
|
|
Method 'run' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
Parameter resource should be final. |
51
|
|
Line is longer than 80 characters. |
56
|
|
Line is longer than 80 characters. |
58
|
|
Line is longer than 80 characters. |
65
|
|
Line is longer than 80 characters. |
72
|
|
Line is longer than 80 characters. |
78
|
|
Line is longer than 80 characters. |
92
|
|
Missing a Javadoc comment. |
113
|
|
Parameter statement should be final. |
113
|
|
Missing a Javadoc comment. |
124
|
|
Missing a Javadoc comment. |
125
|
|
Missing a Javadoc comment. |
126
|
net/sourceforge/addam/ddlrun/runners/JDBCStatementRunner.java
Error |
Line |
|
Unused import - java.util.regex.Pattern. |
27
|
|
Unused import - java.util.regex.Matcher. |
28
|
|
Unused import - java.util.ArrayList. |
29
|
|
Unused import - java.util.Date. |
30
|
|
Unused import - java.text.MessageFormat. |
31
|
|
First sentence should end with a period. |
33
|
|
Line is longer than 80 characters. |
34
|
|
Missing a Javadoc comment. |
42
|
|
Parameter connection should be final. |
42
|
|
'connection' hides a field. |
42
|
|
Method 'run' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Missing a Javadoc comment. |
47
|
|
Parameter resource should be final. |
47
|
|
Missing a Javadoc comment. |
58
|
net/sourceforge/addam/ddlrun/runners/Runner.java
Error |
Line |
|
Missing a Javadoc comment. |
32
|
|
Redundant 'public' modifier. |
32
|
net/sourceforge/addam/ddlrun/runners/ScriptGroupRunner.java
Error |
Line |
|
Unused import - java.io.IOException. |
25
|
|
Using the '.*' form of import should be avoided - java.util.*. |
27
|
|
Missing a Javadoc comment. |
41
|
|
Missing a Javadoc comment. |
42
|
|
First sentence should end with a period. |
44
|
|
Parameter readerFactory should be final. |
51
|
|
'readerFactory' hides a field. |
51
|
|
Parameter scriptFilter should be final. |
52
|
|
'scriptFilter' hides a field. |
52
|
|
Parameter scriptRunnerMap should be final. |
52
|
|
'scriptRunnerMap' hides a field. |
52
|
|
Method 'addRunLogger' is not designed for extension - needs to be abstract, final or empty. |
59
|
|
Missing a Javadoc comment. |
59
|
|
Parameter logger should be final. |
59
|
|
Missing a Javadoc comment. |
63
|
|
Parameter group should be final. |
63
|
|
Parameter time should be final. |
63
|
|
Missing a Javadoc comment. |
70
|
|
Parameter script should be final. |
70
|
|
Parameter time should be final. |
70
|
|
Line is longer than 80 characters. |
77
|
|
Missing a Javadoc comment. |
77
|
|
Parameter group should be final. |
77
|
|
Parameter script should be final. |
77
|
|
Parameter e should be final. |
77
|
|
Method 'run' is not designed for extension - needs to be abstract, final or empty. |
88
|
|
Parameter group should be final. |
88
|
|
Expected @throws tag for 'Exception'. |
88
|
|
Line is longer than 80 characters. |
89
|
|
Line is longer than 80 characters. |
91
|
|
Line is longer than 80 characters. |
95
|
|
Line is longer than 80 characters. |
102
|
|
Line is longer than 80 characters. |
107
|
|
Line is longer than 80 characters. |
111
|
|
Line is longer than 80 characters. |
121
|
|
Missing a Javadoc comment. |
131
|
|
Parameter resource should be final. |
131
|
|
Avoid inline conditionals. |
133
|
|
Missing a Javadoc comment. |
136
|
|
Missing a Javadoc comment. |
137
|
|
Missing a Javadoc comment. |
138
|
|
Missing a Javadoc comment. |
139
|
net/sourceforge/addam/ddlrun/runners/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/utils/ClassLoaderReader.java
Error |
Line |
|
Line is longer than 80 characters. |
39
|
|
Parameter resourcePath should be final. |
44
|
|
'resourcePath' hides a field. |
44
|
|
Parameter resourceName should be final. |
44
|
|
'resourceName' hides a field. |
44
|
|
Method 'readLine' is not designed for extension - needs to be abstract, final or empty. |
53
|
|
Missing a Javadoc comment. |
53
|
|
Missing a Javadoc comment. |
57
|
|
Line is longer than 80 characters. |
59
|
|
Line is longer than 80 characters. |
61
|
|
Missing a Javadoc comment. |
69
|
|
Missing a Javadoc comment. |
70
|
|
Variable 'resourcePath' must be private and have accessor methods. |
70
|
|
Missing a Javadoc comment. |
71
|
|
Variable 'resourceName' must be private and have accessor methods. |
71
|
|
Missing a Javadoc comment. |
72
|
|
Variable 'completeName' must be private and have accessor methods. |
72
|
|
Missing a Javadoc comment. |
73
|
net/sourceforge/addam/ddlrun/utils/ClassLoaderReaderFactory.java
Error |
Line |
|
First sentence should end with a period. |
35
|
|
Line is longer than 80 characters. |
44
|
|
Parameter basePath should be final. |
48
|
|
'basePath' hides a field. |
48
|
|
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Missing a Javadoc comment. |
56
|
|
Parameter resource should be final. |
56
|
|
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Missing a Javadoc comment. |
60
|
|
Parameter path should be final. |
60
|
|
Parameter resource should be final. |
60
|
|
Missing a Javadoc comment. |
75
|
|
Missing a Javadoc comment. |
76
|
net/sourceforge/addam/ddlrun/utils/CompletedScriptRetriever.java
Error |
Line |
|
Missing a Javadoc comment. |
31
|
net/sourceforge/addam/ddlrun/utils/DRVParser.java
Error |
Line |
|
Missing a Javadoc comment. |
25
|
|
Missing a Javadoc comment. |
27
|
|
Missing a Javadoc comment. |
28
|
|
Missing a Javadoc comment. |
30
|
|
Parameter resourceFile should be final. |
30
|
|
'resourceFile' hides a field. |
30
|
|
Parameter readerFactory should be final. |
30
|
|
'readerFactory' hides a field. |
30
|
|
Method 'parseFilesToExecute' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Line is longer than 80 characters. |
38
|
net/sourceforge/addam/ddlrun/utils/FileSystemReader.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
21
|
|
Parameter resourceFile should be final. |
37
|
|
'resourceFile' hides a field. |
37
|
|
Method 'readLine' is not designed for extension - needs to be abstract, final or empty. |
41
|
|
Missing a Javadoc comment. |
41
|
|
Missing a Javadoc comment. |
45
|
|
Line is longer than 80 characters. |
50
|
|
Line is longer than 80 characters. |
51
|
|
Missing a Javadoc comment. |
57
|
|
Missing a Javadoc comment. |
58
|
|
Variable 'resourceFile' must be private and have accessor methods. |
58
|
net/sourceforge/addam/ddlrun/utils/FileSystemReaderFactory.java
Error |
Line |
|
First sentence should end with a period. |
32
|
|
First sentence should end with a period. |
39
|
|
Parameter basePath should be final. |
44
|
|
'basePath' hides a field. |
44
|
|
First sentence should end with a period. |
48
|
|
Parameter basePath should be final. |
53
|
|
'basePath' hides a field. |
53
|
|
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
57
|
|
Missing a Javadoc comment. |
57
|
|
Parameter resource should be final. |
57
|
|
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
61
|
|
Missing a Javadoc comment. |
61
|
|
Parameter path should be final. |
61
|
|
Parameter resource should be final. |
61
|
|
Avoid inline conditionals. |
62
|
|
Missing a Javadoc comment. |
67
|
|
Line is longer than 80 characters. |
68
|
|
Missing a Javadoc comment. |
68
|
|
'private' modifier out of order with the JLS suggestions. |
68
|
net/sourceforge/addam/ddlrun/utils/ResourceReader.java
Error |
Line |
|
Line is longer than 80 characters. |
27
|
|
Missing a Javadoc comment. |
33
|
|
Redundant 'public' modifier. |
33
|
net/sourceforge/addam/ddlrun/utils/ResourceReaderFactory.java
Error |
Line |
|
Line is longer than 80 characters. |
27
|
|
Missing a Javadoc comment. |
33
|
|
Redundant 'public' modifier. |
33
|
|
Missing a Javadoc comment. |
35
|
|
Redundant 'public' modifier. |
35
|
net/sourceforge/addam/ddlrun/utils/RunLogger.java
Error |
Line |
|
Missing a Javadoc comment. |
31
|
|
Redundant 'public' modifier. |
31
|
|
Missing a Javadoc comment. |
33
|
|
Redundant 'public' modifier. |
33
|
|
Line is longer than 80 characters. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Redundant 'public' modifier. |
35
|
net/sourceforge/addam/ddlrun/utils/StartFolderRetriever.java
Error |
Line |
|
First sentence should end with a period. |
23
|
|
Missing a Javadoc comment. |
31
|
net/sourceforge/addam/ddlrun/utils/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/impexp/DataCodec.java
Error |
Line |
|
Unused import - java.sql.SQLException. |
29
|
|
Missing a Javadoc comment. |
41
|
|
'public' modifier out of order with the JLS suggestions. |
41
|
|
Missing a Javadoc comment. |
43
|
|
'public' modifier out of order with the JLS suggestions. |
43
|
|
Missing a Javadoc comment. |
45
|
|
Name 'decoders' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
45
|
|
Missing a Javadoc comment. |
47
|
|
Parameter className should be final. |
47
|
|
Name 'STRINGPARAM' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
|
Array brackets at illegal position. |
49
|
|
Must have at least one statement. |
74
|
|
Line is longer than 80 characters. |
80
|
|
Missing a Javadoc comment. |
94
|
|
Missing a Javadoc comment. |
96
|
|
Parameter o should be final. |
96
|
|
'cast' is not followed by whitespace. |
97
|
|
'1024' is a magic number. |
100
|
|
'*' is not preceded with whitespace. |
100
|
|
'*' is not followed by whitespace. |
100
|
|
'1024' is a magic number. |
100
|
|
Array brackets at illegal position. |
103
|
|
'cast' is not followed by whitespace. |
103
|
|
Missing a Javadoc comment. |
114
|
|
Parameter s should be final. |
114
|
|
Missing a Javadoc comment. |
121
|
|
Missing a Javadoc comment. |
123
|
|
Parameter o should be final. |
123
|
|
Missing a Javadoc comment. |
128
|
|
Parameter s should be final. |
128
|
|
Missing a Javadoc comment. |
135
|
|
Missing a Javadoc comment. |
137
|
|
Variable 'constructor' must be private and have accessor methods. |
137
|
|
Missing a Javadoc comment. |
138
|
|
Variable 'valueOfMethod' must be private and have accessor methods. |
138
|
|
Missing a Javadoc comment. |
140
|
|
Parameter constructor should be final. |
140
|
|
'constructor' hides a field. |
140
|
|
Missing a Javadoc comment. |
145
|
|
Parameter valueOfMethod should be final. |
145
|
|
'valueOfMethod' hides a field. |
145
|
|
Missing a Javadoc comment. |
150
|
|
Parameter o should be final. |
150
|
|
Avoid inline conditionals. |
151
|
|
Missing a Javadoc comment. |
154
|
|
Parameter s should be final. |
154
|
|
Array brackets at illegal position. |
159
|
|
Line is longer than 80 characters. |
168
|
|
Missing a Javadoc comment. |
183
|
|
Missing a Javadoc comment. |
184
|
|
Parameter className should be final. |
184
|
net/sourceforge/addam/impexp/ExportDataTask.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.sql.*. |
36
|
|
Unused import - java.util.Iterator. |
38
|
|
Missing a Javadoc comment. |
41
|
|
Missing a Javadoc comment. |
42
|
|
'<' is not preceded with whitespace. |
42
|
|
'<' is not followed by whitespace. |
42
|
|
'>' is not preceded with whitespace. |
42
|
|
'<' is not preceded with whitespace. |
42
|
|
'<' is not followed by whitespace. |
42
|
|
'>' is not preceded with whitespace. |
42
|
|
'>' is not followed by whitespace. |
42
|
|
Missing a Javadoc comment. |
43
|
|
'<' is not preceded with whitespace. |
43
|
|
'<' is not followed by whitespace. |
43
|
|
'>' is not preceded with whitespace. |
43
|
|
'<' is not preceded with whitespace. |
43
|
|
'<' is not followed by whitespace. |
43
|
|
'>' is not preceded with whitespace. |
43
|
|
'>' is not followed by whitespace. |
43
|
|
Missing a Javadoc comment. |
44
|
|
Variable 'dir' must be private and have accessor methods. |
44
|
|
Missing a Javadoc comment. |
45
|
|
Missing a Javadoc comment. |
46
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
54
|
|
Redundant throws: 'BuildException' is unchecked exception. |
54
|
|
'if' construct must use '{}'s. |
62
|
|
Must have at least one statement. |
65
|
|
Line is longer than 80 characters. |
78
|
|
Method 'exportTable' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
Parameter tableName should be final. |
78
|
|
Expected @param tag for 'tableName'. |
78
|
|
Parameter connection should be final. |
78
|
|
Expected @param tag for 'connection'. |
78
|
|
Redundant throws: 'BuildException' is unchecked exception. |
78
|
|
Line is longer than 80 characters. |
88
|
|
Array brackets at illegal position. |
91
|
|
Avoid inline conditionals. |
114
|
|
First sentence should end with a period. |
136
|
|
Line is longer than 80 characters. |
137
|
|
Unclosed HTML tag found: <includeTables> subelement by simply providing a filename as |
137
|
|
Method 'setIncludeFile' is not designed for extension - needs to be abstract, final or empty. |
141
|
|
Parameter tableFile should be final. |
141
|
|
First sentence should end with a period. |
147
|
|
Line is longer than 80 characters. |
148
|
|
Unclosed HTML tag found: <excludeTables> subelement by simply providing a filename as |
148
|
|
Method 'setExcludeFile' is not designed for extension - needs to be abstract, final or empty. |
152
|
|
Parameter tableFile should be final. |
152
|
|
Method 'setIncludesPattern' is not designed for extension - needs to be abstract, final or empty. |
161
|
|
Parameter pattern should be final. |
161
|
|
Method 'setExcludesPattern' is not designed for extension - needs to be abstract, final or empty. |
170
|
|
Parameter pattern should be final. |
170
|
|
Method 'setIncludes' is not designed for extension - needs to be abstract, final or empty. |
179
|
|
Parameter names should be final. |
179
|
|
Method 'setExcludes' is not designed for extension - needs to be abstract, final or empty. |
188
|
|
Parameter names should be final. |
188
|
|
Method 'addIncludeTables' is not designed for extension - needs to be abstract, final or empty. |
197
|
|
Parameter tables should be final. |
197
|
|
Method 'addExcludeTables' is not designed for extension - needs to be abstract, final or empty. |
204
|
|
Parameter tables should be final. |
204
|
|
Method 'setDir' is not designed for extension - needs to be abstract, final or empty. |
211
|
|
Parameter tableDir should be final. |
211
|
|
Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. |
215
|
|
Missing a Javadoc comment. |
215
|
|
Parameter schema should be final. |
215
|
|
'schema' hides a field. |
215
|
|
Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. |
219
|
|
Missing a Javadoc comment. |
219
|
|
Parameter catalog should be final. |
219
|
|
'catalog' hides a field. |
219
|
|
First sentence should end with a period. |
223
|
|
Method 'getTableNames' is not designed for extension - needs to be abstract, final or empty. |
228
|
|
'<' is not preceded with whitespace. |
228
|
|
'<' is not followed by whitespace. |
228
|
|
'>' is not preceded with whitespace. |
228
|
|
'<' is not preceded with whitespace. |
229
|
|
'<' is not followed by whitespace. |
229
|
|
'>' is not preceded with whitespace. |
229
|
|
Line is longer than 80 characters. |
234
|
|
',' is not followed by whitespace. |
234
|
|
',' is not followed by whitespace. |
234
|
|
'if' construct must use '{}'s. |
238
|
|
Must have at least one statement. |
241
|
|
',' is not followed by whitespace. |
246
|
|
',' is not followed by whitespace. |
246
|
net/sourceforge/addam/impexp/ImportDataTask.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/impexp/ImportDataTask.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
27
|
|
Using the '.*' form of import should be avoided - java.sql.*. |
28
|
|
Missing a Javadoc comment. |
33
|
|
Missing a Javadoc comment. |
34
|
|
Missing a Javadoc comment. |
35
|
|
Missing a Javadoc comment. |
36
|
|
Missing a Javadoc comment. |
37
|
|
Missing a Javadoc comment. |
38
|
|
Missing a Javadoc comment. |
39
|
|
'<' is not preceded with whitespace. |
39
|
|
'<' is not followed by whitespace. |
39
|
|
'>' is not preceded with whitespace. |
39
|
|
'<' is not preceded with whitespace. |
39
|
|
'<' is not followed by whitespace. |
39
|
|
'>' is not preceded with whitespace. |
39
|
|
'>' is not followed by whitespace. |
39
|
|
Missing a Javadoc comment. |
40
|
|
'<' is not preceded with whitespace. |
40
|
|
'<' is not followed by whitespace. |
40
|
|
'>' is not preceded with whitespace. |
40
|
|
'<' is not preceded with whitespace. |
40
|
|
'<' is not followed by whitespace. |
40
|
|
'>' is not preceded with whitespace. |
40
|
|
'>' is not followed by whitespace. |
40
|
|
Missing a Javadoc comment. |
41
|
|
Variable 'dir' must be private and have accessor methods. |
41
|
|
Method 'setDir' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Parameter tableDir should be final. |
46
|
|
Line is longer than 80 characters. |
51
|
|
Unclosed HTML tag found: <table>' will be executed before |
51
|
|
Line is longer than 80 characters. |
52
|
|
Method 'setTruncateFirst' is not designed for extension - needs to be abstract, final or empty. |
54
|
|
Parameter truncateFirst should be final. |
54
|
|
'truncateFirst' hides a field. |
54
|
|
Unclosed HTML tag found: <table>' will be executed before |
59
|
|
Line is longer than 80 characters. |
60
|
|
Method 'setDeleteFirst' is not designed for extension - needs to be abstract, final or empty. |
62
|
|
Parameter deleteFirst should be final. |
62
|
|
'deleteFirst' hides a field. |
62
|
|
First sentence should end with a period. |
66
|
|
Method 'addPre' is not designed for extension - needs to be abstract, final or empty. |
69
|
|
Parameter script should be final. |
69
|
|
Expected @param tag for 'script'. |
69
|
|
'if' construct must use '{}'s. |
70
|
|
Line is longer than 80 characters. |
70
|
|
First sentence should end with a period. |
74
|
|
Method 'addPost' is not designed for extension - needs to be abstract, final or empty. |
77
|
|
Parameter script should be final. |
77
|
|
Expected @param tag for 'script'. |
77
|
|
'if' construct must use '{}'s. |
78
|
|
Line is longer than 80 characters. |
78
|
|
Method 'setBatchSize' is not designed for extension - needs to be abstract, final or empty. |
82
|
|
Missing a Javadoc comment. |
82
|
|
Parameter batchSize should be final. |
82
|
|
'batchSize' hides a field. |
82
|
|
'if' construct must use '{}'s. |
83
|
|
Line is longer than 80 characters. |
83
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
94
|
|
Redundant throws: 'BuildException' is unchecked exception. |
94
|
|
'<' is not preceded with whitespace. |
101
|
|
'<' is not followed by whitespace. |
101
|
|
'>' is not preceded with whitespace. |
101
|
|
'if' construct must use '{}'s. |
104
|
|
Must have at least one statement. |
116
|
|
Missing a Javadoc comment. |
126
|
|
Parameter script should be final. |
126
|
|
'if' construct must use '{}'s. |
143
|
|
Missing a Javadoc comment. |
153
|
|
Parameter tableName should be final. |
153
|
|
'if' construct must use '{}'s. |
161
|
|
Line is longer than 80 characters. |
161
|
|
'if' construct must use '{}'s. |
162
|
|
Line is longer than 80 characters. |
162
|
|
'if' construct must use '{}'s. |
165
|
|
Line is longer than 80 characters. |
180
|
|
Method 'importTable' is not designed for extension - needs to be abstract, final or empty. |
180
|
|
Parameter tableName should be final. |
180
|
|
Expected @param tag for 'tableName'. |
180
|
|
Parameter connection should be final. |
180
|
|
Expected @param tag for 'connection'. |
180
|
|
Redundant throws: 'BuildException' is unchecked exception. |
180
|
|
Array brackets at illegal position. |
198
|
|
Array brackets at illegal position. |
199
|
|
Array brackets at illegal position. |
200
|
|
Array brackets at illegal position. |
201
|
|
'+' should be on a new line. |
222
|
|
'+' should be on a new line. |
223
|
|
'+' should be on a new line. |
234
|
|
Line is longer than 80 characters. |
239
|
|
Line is longer than 80 characters. |
249
|
|
Array brackets at illegal position. |
256
|
|
Line is longer than 80 characters. |
257
|
|
First sentence should end with a period. |
317
|
|
Line is longer than 80 characters. |
318
|
|
Unclosed HTML tag found: <includeTables> subelement by simply providing a filename as |
318
|
|
Method 'setIncludeFile' is not designed for extension - needs to be abstract, final or empty. |
322
|
|
Parameter tableFile should be final. |
322
|
|
First sentence should end with a period. |
328
|
|
Line is longer than 80 characters. |
329
|
|
Unclosed HTML tag found: <excludeTables> subelement by simply providing a filename as |
329
|
|
Method 'setExcludeFile' is not designed for extension - needs to be abstract, final or empty. |
333
|
|
Parameter tableFile should be final. |
333
|
|
Method 'setIncludesPattern' is not designed for extension - needs to be abstract, final or empty. |
342
|
|
Parameter pattern should be final. |
342
|
|
Method 'setExcludesPattern' is not designed for extension - needs to be abstract, final or empty. |
351
|
|
Parameter pattern should be final. |
351
|
|
Method 'setIncludes' is not designed for extension - needs to be abstract, final or empty. |
360
|
|
Parameter names should be final. |
360
|
|
Method 'setExcludes' is not designed for extension - needs to be abstract, final or empty. |
369
|
|
Parameter names should be final. |
369
|
|
First sentence should end with a period. |
375
|
|
Method 'getTableNames' is not designed for extension - needs to be abstract, final or empty. |
380
|
|
'<' is not preceded with whitespace. |
380
|
|
'<' is not followed by whitespace. |
380
|
|
'>' is not preceded with whitespace. |
380
|
|
'<' is not preceded with whitespace. |
381
|
|
'<' is not followed by whitespace. |
381
|
|
'>' is not preceded with whitespace. |
381
|
|
'<' is not preceded with whitespace. |
381
|
|
'<' is not followed by whitespace. |
381
|
|
'>' is not preceded with whitespace. |
381
|
|
'>' is not followed by whitespace. |
381
|
net/sourceforge/addam/impexp/Script.java
Error |
Line |
|
Missing a Javadoc comment. |
42
|
|
Missing a Javadoc comment. |
43
|
|
Missing a Javadoc comment. |
44
|
|
First sentence should end with a period. |
46
|
|
Method 'setStatementSeparator' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Parameter separator should be final. |
52
|
|
'separator' hides a field. |
52
|
|
Expected @param tag for 'separator'. |
52
|
|
First sentence should end with a period. |
56
|
|
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
61
|
|
Parameter aFile should be final. |
61
|
|
Expected @param tag for 'aFile'. |
61
|
|
First sentence should end with a period. |
65
|
|
Method 'addText' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Parameter text should be final. |
70
|
|
'text' hides a field. |
70
|
|
Expected @param tag for 'text'. |
70
|
|
Line is longer than 80 characters. |
72
|
|
First sentence should end with a period. |
77
|
|
Expected an @return tag. |
82
|
|
Method 'getStatements' is not designed for extension - needs to be abstract, final or empty. |
82
|
|
Missing a Javadoc comment. |
91
|
|
Redundant throws: 'BuildException' is unchecked exception. |
91
|
|
Line is longer than 80 characters. |
95
|
net/sourceforge/addam/impexp/Tables.java
Error |
Line |
|
Unused import - net.sourceforge.addam.util.TableUtil. |
24
|
|
Missing a Javadoc comment. |
46
|
|
'<' is not preceded with whitespace. |
46
|
|
'<' is not followed by whitespace. |
46
|
|
'>' is not preceded with whitespace. |
46
|
|
'<' is not preceded with whitespace. |
46
|
|
'<' is not followed by whitespace. |
46
|
|
'>' is not preceded with whitespace. |
46
|
|
'>' is not followed by whitespace. |
46
|
|
Missing a Javadoc comment. |
47
|
|
Method 'contains' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Missing a Javadoc comment. |
49
|
|
Parameter name should be final. |
49
|
|
First sentence should end with a period. |
57
|
|
Method 'setNames' is not designed for extension - needs to be abstract, final or empty. |
63
|
|
Parameter tableNames should be final. |
63
|
|
Line is longer than 80 characters. |
71
|
|
Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. |
77
|
|
Parameter pattern should be final. |
77
|
|
'pattern' hides a field. |
77
|
|
Line is longer than 80 characters. |
83
|
|
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
89
|
|
Parameter file should be final. |
89
|
|
Line is longer than 80 characters. |
93
|
|
Missing a Javadoc comment. |
104
|
|
Line is longer than 80 characters. |
106
|
|
Line is longer than 80 characters. |
110
|
|
Missing a Javadoc comment. |
110
|
|
'<' is not preceded with whitespace. |
110
|
|
'<' is not followed by whitespace. |
110
|
|
'>' is not preceded with whitespace. |
110
|
|
Parameter allTableNames should be final. |
110
|
|
'<' is not preceded with whitespace. |
110
|
|
'<' is not followed by whitespace. |
110
|
|
'>' is not preceded with whitespace. |
110
|
|
Parameter includes should be final. |
110
|
|
'<' is not preceded with whitespace. |
110
|
|
'<' is not followed by whitespace. |
110
|
|
'>' is not preceded with whitespace. |
110
|
|
Parameter excludes should be final. |
110
|
|
'<' is not preceded with whitespace. |
110
|
|
'<' is not followed by whitespace. |
110
|
|
'>' is not preceded with whitespace. |
110
|
|
'<' is not preceded with whitespace. |
111
|
|
'<' is not followed by whitespace. |
111
|
|
'>' is not preceded with whitespace. |
111
|
|
'<' is not preceded with whitespace. |
111
|
|
'<' is not followed by whitespace. |
111
|
|
'>' is not preceded with whitespace. |
111
|
|
'>' is not followed by whitespace. |
111
|
|
'if' construct must use '{}'s. |
117
|
|
'<' is not preceded with whitespace. |
123
|
|
'<' is not followed by whitespace. |
123
|
|
'>' is not preceded with whitespace. |
123
|
net/sourceforge/addam/impexp/csv/CSVFormatException.java
Error |
Line |
|
Line is longer than 80 characters. |
23
|
|
Missing a Javadoc comment. |
31
|
|
Parameter msg should be final. |
31
|
|
Parameter lineNumber should be final. |
31
|
|
'lineNumber' hides a field. |
31
|
|
Parameter charNumber should be final. |
31
|
|
'charNumber' hides a field. |
31
|
|
Method 'lineNumber' is not designed for extension - needs to be abstract, final or empty. |
37
|
|
Missing a Javadoc comment. |
37
|
|
Method 'charNumber' is not designed for extension - needs to be abstract, final or empty. |
41
|
|
Missing a Javadoc comment. |
41
|
|
Missing a Javadoc comment. |
45
|
|
Missing a Javadoc comment. |
46
|
net/sourceforge/addam/impexp/csv/CSVParser.java
Error |
Line |
|
First sentence should end with a period. |
29
|
|
Line is longer than 80 characters. |
31
|
|
Missing a Javadoc comment. |
38
|
|
Missing a Javadoc comment. |
39
|
|
Missing a Javadoc comment. |
40
|
|
Missing a Javadoc comment. |
41
|
|
Missing a Javadoc comment. |
42
|
|
Missing a Javadoc comment. |
43
|
|
First sentence should end with a period. |
45
|
|
Line is longer than 80 characters. |
46
|
|
Parameter in should be final. |
50
|
|
'in' hides a field. |
50
|
|
Expected @param tag for 'in'. |
50
|
|
Method 'readLine' is not designed for extension - needs to be abstract, final or empty. |
57
|
|
Missing a Javadoc comment. |
57
|
|
Line is longer than 80 characters. |
61
|
|
Method 'nextLine' is not designed for extension - needs to be abstract, final or empty. |
69
|
|
Missing a Javadoc comment. |
69
|
|
First sentence should end with a period. |
81
|
|
Expected an @return tag. |
86
|
|
Method 'readField' is not designed for extension - needs to be abstract, final or empty. |
86
|
|
Expected @throws tag for 'IOException'. |
86
|
|
Expected @throws tag for 'CSVFormatException'. |
86
|
|
Line is longer than 80 characters. |
100
|
|
Avoid inline conditionals. |
100
|
|
Line is longer than 80 characters. |
103
|
|
Expression can be simplified. |
106
|
|
Line is longer than 80 characters. |
107
|
|
Line is longer than 80 characters. |
132
|
|
Line is longer than 80 characters. |
134
|
|
Line is longer than 80 characters. |
138
|
|
Line is longer than 80 characters. |
146
|
|
Line is longer than 80 characters. |
160
|
|
Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. |
170
|
|
Missing a Javadoc comment. |
170
|
|
Method 'getCharNumber' is not designed for extension - needs to be abstract, final or empty. |
174
|
|
Missing a Javadoc comment. |
174
|
|
Method 'getRow' is not designed for extension - needs to be abstract, final or empty. |
178
|
|
Missing a Javadoc comment. |
178
|
|
Method 'getCol' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Missing a Javadoc comment. |
182
|
|
Method 'getExcelCell' is not designed for extension - needs to be abstract, final or empty. |
189
|
|
Method 'getExcelCell' is not designed for extension - needs to be abstract, final or empty. |
193
|
|
Missing a Javadoc comment. |
193
|
|
Parameter row should be final. |
193
|
|
'row' hides a field. |
193
|
|
Parameter col should be final. |
193
|
|
'col' hides a field. |
193
|
|
'26' is a magic number. |
198
|
|
'26' is a magic number. |
199
|
|
'26' is a magic number. |
200
|
net/sourceforge/addam/impexp/csv/CSVPrinter.java
Error |
Line |
|
First sentence should end with a period. |
24
|
|
Line is longer than 80 characters. |
26
|
|
Missing a Javadoc comment. |
32
|
|
Missing a Javadoc comment. |
33
|
|
Missing a Javadoc comment. |
35
|
|
Parameter out should be final. |
35
|
|
'out' hides a field. |
35
|
|
Missing a Javadoc comment. |
39
|
|
Parameter out should be final. |
39
|
|
'out' hides a field. |
39
|
|
Parameter alwaysQuote should be final. |
39
|
|
'alwaysQuote' hides a field. |
39
|
|
First sentence should end with a period. |
44
|
|
Method 'writeRecord' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Parameter strings should be final. |
49
|
|
Expected @param tag for 'strings'. |
49
|
|
Expected @throws tag for 'IOException'. |
49
|
|
'||' should be on a new line. |
54
|
|
'||' should be on a new line. |
55
|
|
'||' should be on a new line. |
56
|
|
'||' should be on a new line. |
57
|
|
'if' construct must use '{}'s. |
59
|
|
'if' construct must use '{}'s. |
60
|
|
'if' construct must use '{}'s. |
62
|
net/sourceforge/addam/impexp/csv/MapCSVParser.java
Error |
Line |
|
Line is longer than 80 characters. |
29
|
|
Missing a Javadoc comment. |
38
|
|
Missing a Javadoc comment. |
40
|
|
Parameter in should be final. |
40
|
|
Missing a Javadoc comment. |
44
|
|
Method 'readMap' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
'keys' hides a field. |
52
|
|
Line is longer than 80 characters. |
57
|
|
'+' should be on a new line. |
57
|
net/sourceforge/addam/impexp/csv/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/impexp/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/selectexec/SelectExecTask.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.sql.*. |
24
|
|
Missing a Javadoc comment. |
39
|
|
Missing a Javadoc comment. |
40
|
|
First sentence should end with a period. |
42
|
|
Method 'setBatchSize' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Parameter size should be final. |
47
|
|
Expected @param tag for 'size'. |
47
|
|
First sentence should end with a period. |
51
|
|
Method 'addText' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Parameter text should be final. |
56
|
|
'text' hides a field. |
56
|
|
Expected @param tag for 'text'. |
56
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Missing a Javadoc comment. |
60
|
|
Redundant throws: 'BuildException' is unchecked exception. |
60
|
net/sourceforge/addam/selectexec/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/util/DatabaseMetaDataUtil.java
Error |
Line |
|
Unused import - net.sourceforge.addam.ddlgen.GeneratorSpec. |
11
|
|
Utility classes should not have a public or default constructor. |
20
|
|
Line is longer than 80 characters. |
22
|
|
Missing a Javadoc comment. |
22
|
|
'<' is not preceded with whitespace. |
22
|
|
'<' is not followed by whitespace. |
22
|
|
'>' is not preceded with whitespace. |
22
|
|
Parameter catalog should be final. |
22
|
|
Parameter schema should be final. |
22
|
|
Parameter connection should be final. |
22
|
|
Avoid inline conditionals. |
26
|
|
Avoid inline conditionals. |
27
|
|
Avoid inline conditionals. |
29
|
|
Avoid inline conditionals. |
30
|
|
Line is longer than 80 characters. |
32
|
|
'<' is not preceded with whitespace. |
33
|
|
'<' is not followed by whitespace. |
33
|
|
'>' is not preceded with whitespace. |
33
|
|
'<' is not preceded with whitespace. |
33
|
|
'<' is not followed by whitespace. |
33
|
|
'>' is not preceded with whitespace. |
33
|
|
'>' is not followed by whitespace. |
33
|
|
'3' is a magic number. |
35
|
net/sourceforge/addam/util/TableUtil.java
Error |
Line |
|
Utility classes should not have a public or default constructor. |
12
|
|
Missing a Javadoc comment. |
13
|
|
Parameter file should be final. |
13
|
|
',' is not followed by whitespace. |
16
|
|
Missing a Javadoc comment. |
22
|
|
Parameter tableName should be final. |
22
|
net/sourceforge/addam/util/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlgen/DDLGenTaskUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.GenerateTask. |
26
|
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.GeneratorSpec. |
27
|
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.Table. |
28
|
|
First sentence should end with a period. |
40
|
|
Missing a Javadoc comment. |
45
|
|
Missing a Javadoc comment. |
46
|
|
Missing a Javadoc comment. |
47
|
|
Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Missing a Javadoc comment. |
49
|
|
Method 'testGenerationOfSQLDoesntThrowException' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Missing a Javadoc comment. |
67
|
|
'task' hides a field. |
68
|
|
Method 'testGenerationOfSQLDoesntThrowExceptionInSqlServer' is not designed for extension - needs to be abstract, final or empty. |
103
|
|
Missing a Javadoc comment. |
103
|
|
'task' hides a field. |
104
|
|
Missing a Javadoc comment. |
142
|
|
Parameter data should be final. |
142
|
|
Line is longer than 80 characters. |
257
|
|
Method 'testGenerateCallsTableAndForeignKeyGenerator' is not designed for extension - needs to be abstract, final or empty. |
257
|
|
Missing a Javadoc comment. |
257
|
|
Missing a Javadoc comment. |
283
|
|
Missing a Javadoc comment. |
284
|
|
Missing a Javadoc comment. |
285
|
|
Missing a Javadoc comment. |
286
|
|
Missing a Javadoc comment. |
287
|
|
Missing a Javadoc comment. |
289
|
|
Missing a Javadoc comment. |
293
|
|
Line is longer than 80 characters. |
297
|
|
Missing a Javadoc comment. |
297
|
|
Parameter dbmd should be final. |
297
|
|
Parameter tablesResultSet should be final. |
297
|
|
Line is longer than 80 characters. |
301
|
|
Missing a Javadoc comment. |
301
|
|
Parameter generatorSpec should be final. |
301
|
|
Parameter connection should be final. |
301
|
|
'connection' hides a field. |
301
|
net/sourceforge/addam/ddlgen/GeneratorSpecUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.GeneratorSpec. |
21
|
|
Method 'testGetFile' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
Method 'testNPE' is not designed for extension - needs to be abstract, final or empty. |
38
|
|
Missing a Javadoc comment. |
38
|
net/sourceforge/addam/ddlgen/generic/ForeignKeyGeneratorUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.ForeignKey. |
25
|
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.ForeignKeyGenerator. |
26
|
|
First sentence should end with a period. |
32
|
|
Line is longer than 80 characters. |
39
|
|
Method 'testForeignKeyDDLGeneratorConstructsForeignKeyObjectsProperly' is not designed for extension - needs to be abstract, final or empty. |
39
|
|
Missing a Javadoc comment. |
39
|
|
Line is longer than 80 characters. |
41
|
|
Line is longer than 80 characters. |
42
|
|
Line is longer than 80 characters. |
43
|
|
Line is longer than 80 characters. |
44
|
|
Line is longer than 80 characters. |
45
|
|
Line is longer than 80 characters. |
46
|
|
Line is longer than 80 characters. |
47
|
|
Line is longer than 80 characters. |
48
|
|
Line is longer than 80 characters. |
49
|
|
Line is longer than 80 characters. |
56
|
|
Line is longer than 80 characters. |
57
|
|
Line is longer than 80 characters. |
58
|
|
'<' is not preceded with whitespace. |
58
|
|
'<' is not followed by whitespace. |
58
|
|
'>' is not preceded with whitespace. |
58
|
|
'<' is not preceded with whitespace. |
58
|
|
'<' is not followed by whitespace. |
58
|
|
'>' is not preceded with whitespace. |
58
|
|
'>' is not followed by whitespace. |
58
|
|
'cast' is not followed by whitespace. |
58
|
|
Line is longer than 80 characters. |
61
|
|
Line is longer than 80 characters. |
62
|
|
Line is longer than 80 characters. |
70
|
|
'<' is not preceded with whitespace. |
71
|
|
'<' is not followed by whitespace. |
71
|
|
'>' is not preceded with whitespace. |
71
|
|
'>' is not followed by whitespace. |
71
|
|
'cast' is not followed by whitespace. |
71
|
|
'3' is a magic number. |
72
|
|
Line is longer than 80 characters. |
73
|
|
Line is longer than 80 characters. |
76
|
|
Method 'testForeignKeyDDLGeneratorConstructsForeignKeyObjectsProperlyForCompositeKeys' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
Line is longer than 80 characters. |
78
|
|
Line is longer than 80 characters. |
79
|
|
Line is longer than 80 characters. |
80
|
|
Line is longer than 80 characters. |
81
|
|
Line is longer than 80 characters. |
82
|
|
Line is longer than 80 characters. |
83
|
|
Line is longer than 80 characters. |
89
|
|
Line is longer than 80 characters. |
90
|
|
Line is longer than 80 characters. |
91
|
|
'<' is not preceded with whitespace. |
91
|
|
'<' is not followed by whitespace. |
91
|
|
'>' is not preceded with whitespace. |
91
|
|
'>' is not followed by whitespace. |
91
|
|
'cast' is not followed by whitespace. |
91
|
|
Line is longer than 80 characters. |
99
|
|
Line is longer than 80 characters. |
100
|
|
Line is longer than 80 characters. |
102
|
|
Line is longer than 80 characters. |
103
|
|
Line is longer than 80 characters. |
107
|
|
Missing a Javadoc comment. |
107
|
|
Parameter foreignKeys should be final. |
107
|
|
'<' is not preceded with whitespace. |
107
|
|
'<' is not followed by whitespace. |
107
|
|
'>' is not preceded with whitespace. |
107
|
|
Parameter fkColName should be final. |
107
|
|
Parameter fkName should be final. |
107
|
|
Parameter fkTabName should be final. |
107
|
|
Parameter pkColName should be final. |
107
|
|
Parameter pkTabName should be final. |
107
|
|
Line is longer than 80 characters. |
110
|
|
Line is longer than 80 characters. |
118
|
|
Missing a Javadoc comment. |
118
|
|
Parameter fkColName should be final. |
118
|
|
Parameter fkName should be final. |
118
|
|
Parameter fkTabName should be final. |
118
|
|
Parameter pkColName should be final. |
118
|
|
Parameter pkTabName should be final. |
118
|
|
Parameter foreignKey should be final. |
118
|
|
'&&' should be on a new line. |
119
|
|
'&&' should be on a new line. |
120
|
|
'&&' should be on a new line. |
121
|
|
'&&' should be on a new line. |
122
|
net/sourceforge/addam/ddlgen/generic/InsertGeneratorUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.InsertGenerator. |
27
|
|
First sentence should end with a period. |
36
|
|
Line is longer than 80 characters. |
42
|
|
Method 'testInsertSQLGeneratorCreatesObjectsProperly' is not designed for extension - needs to be abstract, final or empty. |
42
|
|
Missing a Javadoc comment. |
42
|
|
Line is longer than 80 characters. |
44
|
|
Line is longer than 80 characters. |
45
|
|
'<' is not preceded with whitespace. |
46
|
|
'<' is not followed by whitespace. |
46
|
|
'>' is not preceded with whitespace. |
46
|
|
'<' is not preceded with whitespace. |
46
|
|
'<' is not followed by whitespace. |
46
|
|
'>' is not preceded with whitespace. |
46
|
|
'>' is not followed by whitespace. |
46
|
|
'cast' is not followed by whitespace. |
46
|
|
Method 'testGetFormattedString' is not designed for extension - needs to be abstract, final or empty. |
55
|
|
Missing a Javadoc comment. |
55
|
|
Line is longer than 80 characters. |
57
|
|
Line is longer than 80 characters. |
60
|
|
Line is longer than 80 characters. |
63
|
|
Line is longer than 80 characters. |
64
|
|
Missing a Javadoc comment. |
67
|
|
Line is longer than 80 characters. |
70
|
|
'234234' is a magic number. |
74
|
net/sourceforge/addam/ddlgen/generic/TableColumnUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.TableColumn. |
3
|
|
First sentence should end with a period. |
6
|
|
Missing a Javadoc comment. |
11
|
|
Method 'testGetTab' is not designed for extension - needs to be abstract, final or empty. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Line is longer than 80 characters. |
14
|
|
'46' is a magic number. |
15
|
|
Method 'testGetDescription' is not designed for extension - needs to be abstract, final or empty. |
18
|
|
Missing a Javadoc comment. |
18
|
|
Line is longer than 80 characters. |
19
|
|
Line is longer than 80 characters. |
22
|
|
Line is longer than 80 characters. |
25
|
|
Line is longer than 80 characters. |
28
|
|
Line is longer than 80 characters. |
31
|
|
Line is longer than 80 characters. |
34
|
|
Line is longer than 80 characters. |
37
|
|
Line is longer than 80 characters. |
40
|
|
Line is longer than 80 characters. |
43
|
|
Line is longer than 80 characters. |
46
|
net/sourceforge/addam/ddlgen/generic/TableGeneratorUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.TableColumn. |
7
|
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.TableGenerator. |
8
|
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.TableIndex. |
9
|
|
First sentence should end with a period. |
16
|
|
Line is longer than 80 characters. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Line is longer than 80 characters. |
22
|
|
Missing a Javadoc comment. |
22
|
|
Line is longer than 80 characters. |
24
|
|
Method 'testTableDDLGeneratorConstructsColumnObjectsProperly' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
Line is longer than 80 characters. |
33
|
|
Line is longer than 80 characters. |
34
|
|
'cast' is not followed by whitespace. |
35
|
|
'cast' is not followed by whitespace. |
36
|
|
'cast' is not followed by whitespace. |
37
|
|
Line is longer than 80 characters. |
42
|
|
'cast' is not followed by whitespace. |
42
|
|
Line is longer than 80 characters. |
43
|
|
'cast' is not followed by whitespace. |
43
|
|
Line is longer than 80 characters. |
44
|
|
'cast' is not followed by whitespace. |
44
|
|
Line is longer than 80 characters. |
50
|
|
Method 'testTableDDLGeneratorConstructsIndexInfoProperly' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Missing a Javadoc comment. |
50
|
|
Line is longer than 80 characters. |
56
|
|
Line is longer than 80 characters. |
57
|
|
Line is longer than 80 characters. |
58
|
|
Line is longer than 80 characters. |
59
|
|
Line is longer than 80 characters. |
60
|
|
Line is longer than 80 characters. |
61
|
|
Line is longer than 80 characters. |
69
|
|
Line is longer than 80 characters. |
70
|
|
Line is longer than 80 characters. |
71
|
|
Line is longer than 80 characters. |
78
|
|
Line is longer than 80 characters. |
79
|
|
'cast' is not followed by whitespace. |
80
|
|
Line is longer than 80 characters. |
83
|
|
Line is longer than 80 characters. |
84
|
|
Line is longer than 80 characters. |
90
|
|
Method 'testTableDDLGeneratorConstructsPrimaryKeyInfoProperly' is not designed for extension - needs to be abstract, final or empty. |
90
|
|
Missing a Javadoc comment. |
90
|
|
Line is longer than 80 characters. |
96
|
|
Line is longer than 80 characters. |
97
|
|
Line is longer than 80 characters. |
98
|
|
Line is longer than 80 characters. |
99
|
|
Line is longer than 80 characters. |
107
|
|
Line is longer than 80 characters. |
108
|
|
'cast' is not followed by whitespace. |
109
|
|
Line is longer than 80 characters. |
112
|
|
Line is longer than 80 characters. |
113
|
|
Line is longer than 80 characters. |
120
|
|
Missing a Javadoc comment. |
120
|
|
Parameter indexName should be final. |
120
|
|
Parameter columnName should be final. |
120
|
|
Parameter columnList should be final. |
120
|
|
Parameter extraColumn should be final. |
120
|
|
Line is longer than 80 characters. |
124
|
|
Line is longer than 80 characters. |
135
|
|
Missing a Javadoc comment. |
135
|
|
Parameter primaryKeyName should be final. |
135
|
|
Parameter columnName should be final. |
135
|
|
Parameter columnList should be final. |
135
|
|
Parameter extraColumn should be final. |
135
|
|
Line is longer than 80 characters. |
138
|
|
Line is longer than 80 characters. |
139
|
net/sourceforge/addam/ddlgen/generic/TableIndexUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlgen.generic.TableIndex. |
3
|
|
First sentence should end with a period. |
6
|
|
Method 'testUniqueFieldProperlyPopulated' is not designed for extension - needs to be abstract, final or empty. |
11
|
|
Missing a Javadoc comment. |
11
|
|
Line is longer than 80 characters. |
12
|
|
Line is longer than 80 characters. |
13
|
net/sourceforge/addam/ddlgen/generic/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlgen/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/ServletContainerUpgraderUTEST.java
Error |
Line |
|
Line contains a tab character. |
35
|
|
Method 'testGetLogFileViaMessageFormat' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Line contains a tab character. |
36
|
|
Line is longer than 80 characters. |
37
|
|
Line contains a tab character. |
37
|
|
Line contains a tab character. |
38
|
|
Line contains a tab character. |
39
|
|
Line contains a tab character. |
40
|
|
Line is longer than 80 characters. |
41
|
|
Line contains a tab character. |
41
|
|
Line contains a tab character. |
42
|
|
Line contains a tab character. |
43
|
|
Line is longer than 80 characters. |
44
|
|
Line contains a tab character. |
44
|
|
Avoid inline conditionals. |
44
|
|
Line contains a tab character. |
45
|
|
Line contains a tab character. |
46
|
|
Line contains a tab character. |
47
|
|
Line contains a tab character. |
48
|
|
Line is longer than 80 characters. |
49
|
|
Line contains a tab character. |
49
|
|
',' is not followed by whitespace. |
49
|
|
Line contains a tab character. |
50
|
|
Line contains a tab character. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Parameter variable should be final. |
52
|
|
Line contains a tab character. |
53
|
|
Line contains a tab character. |
54
|
|
Line contains a tab character. |
55
|
|
Line contains a tab character. |
56
|
|
Line contains a tab character. |
57
|
|
Line contains a tab character. |
58
|
|
Line contains a tab character. |
59
|
|
Line contains a tab character. |
60
|
|
Line contains a tab character. |
61
|
|
Line contains a tab character. |
62
|
net/sourceforge/addam/ddlrun/filters/DifferenceFilterUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.filters.DifferenceFilter. |
15
|
|
Missing a Javadoc comment. |
17
|
|
Missing a Javadoc comment. |
19
|
|
Method 'testEmptyLines' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
Method 'testComments' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Method 'testExpectedUsage' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
Method 'testNoIgnoreDupes' is not designed for extension - needs to be abstract, final or empty. |
72
|
|
Missing a Javadoc comment. |
72
|
net/sourceforge/addam/ddlrun/filters/SelectAllFilterUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.filters.SelectAllFilter. |
15
|
|
Missing a Javadoc comment. |
17
|
|
Method 'testEmptyLines' is not designed for extension - needs to be abstract, final or empty. |
19
|
|
Missing a Javadoc comment. |
19
|
|
Method 'testComments' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
Method 'testExpectedUsage' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
net/sourceforge/addam/ddlrun/filters/StartPointFilterUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.filters.StartPointFilter. |
15
|
|
Missing a Javadoc comment. |
17
|
|
Method 'testEmptyLines' is not designed for extension - needs to be abstract, final or empty. |
19
|
|
Missing a Javadoc comment. |
19
|
|
Method 'testComments' is not designed for extension - needs to be abstract, final or empty. |
30
|
|
Missing a Javadoc comment. |
30
|
|
Method 'testExpectedUsage' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
net/sourceforge/addam/ddlrun/filters/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/grammars/ScriptGrammarManagerUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.grammars.ScriptGrammarManager. |
25
|
|
Missing a Javadoc comment. |
27
|
|
Method 'testDefaultConstructor' is not designed for extension - needs to be abstract, final or empty. |
29
|
|
Missing a Javadoc comment. |
29
|
|
Line is longer than 80 characters. |
32
|
|
Method 'testResourceNameConstructor' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Line is longer than 80 characters. |
36
|
|
Method 'testPropertiesConstructor' is not designed for extension - needs to be abstract, final or empty. |
41
|
|
Missing a Javadoc comment. |
41
|
net/sourceforge/addam/ddlrun/grammars/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/runners/DeploymentRunnerUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.runners.DeploymentRunner. |
20
|
|
Missing a Javadoc comment. |
24
|
|
Method 'testInstallHappyPath' is not designed for extension - needs to be abstract, final or empty. |
26
|
|
Missing a Javadoc comment. |
26
|
|
Line is longer than 80 characters. |
28
|
|
Line is longer than 80 characters. |
29
|
|
Line is longer than 80 characters. |
34
|
|
Line is longer than 80 characters. |
39
|
|
'6' is a magic number. |
43
|
|
'3' is a magic number. |
47
|
|
'4' is a magic number. |
48
|
|
'5' is a magic number. |
49
|
|
Method 'testUpgradeHappyPath' is not designed for extension - needs to be abstract, final or empty. |
52
|
|
Missing a Javadoc comment. |
52
|
|
Line is longer than 80 characters. |
55
|
|
Line is longer than 80 characters. |
68
|
|
'3' is a magic number. |
72
|
net/sourceforge/addam/ddlrun/runners/JDBCScriptRunnerUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.runners.JDBCScriptRunner. |
16
|
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.runners.Runner. |
17
|
|
Missing a Javadoc comment. |
20
|
|
Method 'testComments' is not designed for extension - needs to be abstract, final or empty. |
22
|
|
Missing a Javadoc comment. |
22
|
|
'<' is not preceded with whitespace. |
23
|
|
'<' is not followed by whitespace. |
23
|
|
',' is not followed by whitespace. |
23
|
|
'>' is not preceded with whitespace. |
23
|
|
'<' is not preceded with whitespace. |
23
|
|
'<' is not followed by whitespace. |
23
|
|
',' is not followed by whitespace. |
23
|
|
'>' is not preceded with whitespace. |
23
|
|
'>' is not followed by whitespace. |
23
|
|
'+' should be on a new line. |
24
|
|
'+' should be on a new line. |
25
|
|
'+' should be on a new line. |
26
|
|
'+' should be on a new line. |
27
|
|
'+' should be on a new line. |
28
|
|
'+' should be on a new line. |
29
|
|
'+' should be on a new line. |
30
|
|
Line is longer than 80 characters. |
34
|
|
Line is longer than 80 characters. |
36
|
|
Method 'testSimpleStatements' is not designed for extension - needs to be abstract, final or empty. |
39
|
|
Missing a Javadoc comment. |
39
|
|
'<' is not preceded with whitespace. |
40
|
|
'<' is not followed by whitespace. |
40
|
|
',' is not followed by whitespace. |
40
|
|
'>' is not preceded with whitespace. |
40
|
|
'<' is not preceded with whitespace. |
40
|
|
'<' is not followed by whitespace. |
40
|
|
',' is not followed by whitespace. |
40
|
|
'>' is not preceded with whitespace. |
40
|
|
'>' is not followed by whitespace. |
40
|
|
'+' should be on a new line. |
41
|
|
'+' should be on a new line. |
42
|
|
'+' should be on a new line. |
43
|
|
'+' should be on a new line. |
44
|
|
'+' should be on a new line. |
45
|
|
'+' should be on a new line. |
46
|
|
Line is longer than 80 characters. |
50
|
|
'4' is a magic number. |
52
|
|
Line is longer than 80 characters. |
53
|
|
Line is longer than 80 characters. |
54
|
|
Line is longer than 80 characters. |
55
|
|
Line is longer than 80 characters. |
56
|
|
'3' is a magic number. |
56
|
|
Method 'testComplexStatementWithBeginAndEnd' is not designed for extension - needs to be abstract, final or empty. |
59
|
|
Missing a Javadoc comment. |
59
|
|
'<' is not preceded with whitespace. |
60
|
|
'<' is not followed by whitespace. |
60
|
|
',' is not followed by whitespace. |
60
|
|
'>' is not preceded with whitespace. |
60
|
|
'<' is not preceded with whitespace. |
60
|
|
'<' is not followed by whitespace. |
60
|
|
',' is not followed by whitespace. |
60
|
|
'>' is not preceded with whitespace. |
60
|
|
'>' is not followed by whitespace. |
60
|
|
'+' should be on a new line. |
61
|
|
'+' should be on a new line. |
62
|
|
'+' should be on a new line. |
63
|
|
'+' should be on a new line. |
64
|
|
'+' should be on a new line. |
65
|
|
Line is longer than 80 characters. |
69
|
|
Line is longer than 80 characters. |
72
|
|
Method 'testComplexStatementWithDeclareBeginAndEnd' is not designed for extension - needs to be abstract, final or empty. |
75
|
|
Missing a Javadoc comment. |
75
|
|
'<' is not preceded with whitespace. |
76
|
|
'<' is not followed by whitespace. |
76
|
|
',' is not followed by whitespace. |
76
|
|
'>' is not preceded with whitespace. |
76
|
|
'<' is not preceded with whitespace. |
76
|
|
'<' is not followed by whitespace. |
76
|
|
',' is not followed by whitespace. |
76
|
|
'>' is not preceded with whitespace. |
76
|
|
'>' is not followed by whitespace. |
76
|
|
'+' should be on a new line. |
77
|
|
'+' should be on a new line. |
78
|
|
'+' should be on a new line. |
79
|
|
'+' should be on a new line. |
80
|
|
'+' should be on a new line. |
81
|
|
'+' should be on a new line. |
82
|
|
'+' should be on a new line. |
83
|
|
Line is longer than 80 characters. |
87
|
|
Line is longer than 80 characters. |
90
|
|
Method 'testComplexStatementWithCreateOrReplace' is not designed for extension - needs to be abstract, final or empty. |
93
|
|
Missing a Javadoc comment. |
93
|
|
'<' is not preceded with whitespace. |
94
|
|
'<' is not followed by whitespace. |
94
|
|
',' is not followed by whitespace. |
94
|
|
'>' is not preceded with whitespace. |
94
|
|
'<' is not preceded with whitespace. |
94
|
|
'<' is not followed by whitespace. |
94
|
|
',' is not followed by whitespace. |
94
|
|
'>' is not preceded with whitespace. |
94
|
|
'>' is not followed by whitespace. |
94
|
|
'+' should be on a new line. |
95
|
|
'+' should be on a new line. |
96
|
|
'+' should be on a new line. |
97
|
|
'+' should be on a new line. |
98
|
|
'+' should be on a new line. |
99
|
|
'+' should be on a new line. |
100
|
|
'+' should be on a new line. |
101
|
|
'+' should be on a new line. |
102
|
|
'+' should be on a new line. |
103
|
|
Line is longer than 80 characters. |
107
|
|
Line is longer than 80 characters. |
110
|
|
Method 'testCreateOrReplaceView' is not designed for extension - needs to be abstract, final or empty. |
113
|
|
Missing a Javadoc comment. |
113
|
|
'<' is not preceded with whitespace. |
114
|
|
'<' is not followed by whitespace. |
114
|
|
',' is not followed by whitespace. |
114
|
|
'>' is not preceded with whitespace. |
114
|
|
'<' is not preceded with whitespace. |
114
|
|
'<' is not followed by whitespace. |
114
|
|
',' is not followed by whitespace. |
114
|
|
'>' is not preceded with whitespace. |
114
|
|
'>' is not followed by whitespace. |
114
|
|
'+' should be on a new line. |
115
|
|
'+' should be on a new line. |
116
|
|
'+' should be on a new line. |
117
|
|
'+' should be on a new line. |
118
|
|
'+' should be on a new line. |
119
|
|
'+' should be on a new line. |
120
|
|
Line is longer than 80 characters. |
121
|
|
'+' should be on a new line. |
121
|
|
'+' should be on a new line. |
122
|
|
'+' should be on a new line. |
123
|
|
Line is longer than 80 characters. |
127
|
|
Line is longer than 80 characters. |
130
|
|
',' is not followed by whitespace. |
130
|
|
Line is longer than 80 characters. |
131
|
|
',' is not followed by whitespace. |
131
|
|
Method 'testComplexStatementsWithCreateOrReplace' is not designed for extension - needs to be abstract, final or empty. |
134
|
|
Missing a Javadoc comment. |
134
|
|
'<' is not preceded with whitespace. |
135
|
|
'<' is not followed by whitespace. |
135
|
|
',' is not followed by whitespace. |
135
|
|
'>' is not preceded with whitespace. |
135
|
|
'<' is not preceded with whitespace. |
135
|
|
'<' is not followed by whitespace. |
135
|
|
',' is not followed by whitespace. |
135
|
|
'>' is not preceded with whitespace. |
135
|
|
'>' is not followed by whitespace. |
135
|
|
'+' should be on a new line. |
136
|
|
'+' should be on a new line. |
137
|
|
'+' should be on a new line. |
138
|
|
'+' should be on a new line. |
139
|
|
'+' should be on a new line. |
140
|
|
'+' should be on a new line. |
141
|
|
'+' should be on a new line. |
142
|
|
'+' should be on a new line. |
143
|
|
'+' should be on a new line. |
144
|
|
'+' should be on a new line. |
145
|
|
'+' should be on a new line. |
146
|
|
'+' should be on a new line. |
147
|
|
'+' should be on a new line. |
148
|
|
'+' should be on a new line. |
149
|
|
'+' should be on a new line. |
150
|
|
'+' should be on a new line. |
151
|
|
'+' should be on a new line. |
152
|
|
'+' should be on a new line. |
153
|
|
Line is longer than 80 characters. |
157
|
|
Line is longer than 80 characters. |
160
|
|
Line is longer than 80 characters. |
161
|
|
Method 'testMixOfComplexAndSimpleStatements' is not designed for extension - needs to be abstract, final or empty. |
164
|
|
Missing a Javadoc comment. |
164
|
|
'<' is not preceded with whitespace. |
165
|
|
'<' is not followed by whitespace. |
165
|
|
',' is not followed by whitespace. |
165
|
|
'>' is not preceded with whitespace. |
165
|
|
'<' is not preceded with whitespace. |
165
|
|
'<' is not followed by whitespace. |
165
|
|
',' is not followed by whitespace. |
165
|
|
'>' is not preceded with whitespace. |
165
|
|
'>' is not followed by whitespace. |
165
|
|
'+' should be on a new line. |
166
|
|
'+' should be on a new line. |
167
|
|
'+' should be on a new line. |
168
|
|
'+' should be on a new line. |
169
|
|
'+' should be on a new line. |
170
|
|
'+' should be on a new line. |
171
|
|
'+' should be on a new line. |
172
|
|
'+' should be on a new line. |
173
|
|
'+' should be on a new line. |
174
|
|
'+' should be on a new line. |
175
|
|
'+' should be on a new line. |
176
|
|
'+' should be on a new line. |
177
|
|
'+' should be on a new line. |
178
|
|
'+' should be on a new line. |
179
|
|
'+' should be on a new line. |
180
|
|
'+' should be on a new line. |
181
|
|
'+' should be on a new line. |
182
|
|
'+' should be on a new line. |
183
|
|
'+' should be on a new line. |
184
|
|
'+' should be on a new line. |
185
|
|
'+' should be on a new line. |
186
|
|
'+' should be on a new line. |
187
|
|
'+' should be on a new line. |
188
|
|
'+' should be on a new line. |
189
|
|
'+' should be on a new line. |
190
|
|
'+' should be on a new line. |
191
|
|
Line is longer than 80 characters. |
196
|
|
Line is longer than 80 characters. |
200
|
|
Line is longer than 80 characters. |
203
|
|
Line is longer than 80 characters. |
204
|
|
Method 'testComplexStatementsWithSetServerOutput' is not designed for extension - needs to be abstract, final or empty. |
209
|
|
Missing a Javadoc comment. |
209
|
|
'<' is not preceded with whitespace. |
210
|
|
'<' is not followed by whitespace. |
210
|
|
',' is not followed by whitespace. |
210
|
|
'>' is not preceded with whitespace. |
210
|
|
'<' is not preceded with whitespace. |
210
|
|
'<' is not followed by whitespace. |
210
|
|
',' is not followed by whitespace. |
210
|
|
'>' is not preceded with whitespace. |
210
|
|
'>' is not followed by whitespace. |
210
|
|
'+' should be on a new line. |
211
|
|
'+' should be on a new line. |
212
|
|
'+' should be on a new line. |
213
|
|
'+' should be on a new line. |
214
|
|
'+' should be on a new line. |
215
|
|
'+' should be on a new line. |
216
|
|
'+' should be on a new line. |
217
|
|
'+' should be on a new line. |
218
|
|
'+' should be on a new line. |
219
|
|
'+' should be on a new line. |
220
|
|
Line is longer than 80 characters. |
224
|
|
Line is longer than 80 characters. |
227
|
net/sourceforge/addam/ddlrun/runners/MockRunner.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.runners.Runner. |
13
|
|
First sentence should end with a period. |
15
|
|
Method 'run' is not designed for extension - needs to be abstract, final or empty. |
20
|
|
Missing a Javadoc comment. |
20
|
|
Parameter resource should be final. |
20
|
|
Method 'getResourcesRun' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
Missing a Javadoc comment. |
28
|
net/sourceforge/addam/ddlrun/runners/ScriptGroupRunnerUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.runners.ScriptGroupRunner. |
17
|
|
Missing a Javadoc comment. |
21
|
|
Missing a Javadoc comment. |
22
|
|
Method 'testGetExtension' is not designed for extension - needs to be abstract, final or empty. |
24
|
|
Missing a Javadoc comment. |
24
|
|
Method 'testUnknownType' is not designed for extension - needs to be abstract, final or empty. |
28
|
|
Missing a Javadoc comment. |
28
|
|
Line is longer than 80 characters. |
34
|
|
Line is longer than 80 characters. |
38
|
|
Method 'testExpectedUsage' is not designed for extension - needs to be abstract, final or empty. |
42
|
|
Missing a Javadoc comment. |
42
|
|
Line is longer than 80 characters. |
44
|
|
Line is longer than 80 characters. |
53
|
net/sourceforge/addam/ddlrun/runners/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/ddlrun/utils/ClassLoaderReaderFactoryUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ClassLoaderReader. |
13
|
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ClassLoaderReaderFactory. |
14
|
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ResourceReader. |
15
|
|
Missing a Javadoc comment. |
17
|
|
Method 'testFactoryMethod' is not designed for extension - needs to be abstract, final or empty. |
19
|
|
Missing a Javadoc comment. |
19
|
|
Method 'testExpectedUsage' is not designed for extension - needs to be abstract, final or empty. |
27
|
|
Missing a Javadoc comment. |
27
|
|
Line is longer than 80 characters. |
28
|
net/sourceforge/addam/ddlrun/utils/ClassLoaderReaderUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ClassLoaderReader. |
14
|
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ClassLoaderReaderFactory. |
15
|
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ResourceReader. |
16
|
|
Missing a Javadoc comment. |
18
|
|
Method 'testCompletePath' is not designed for extension - needs to be abstract, final or empty. |
20
|
|
Missing a Javadoc comment. |
20
|
|
Method 'testExpectedUsage' is not designed for extension - needs to be abstract, final or empty. |
27
|
|
Missing a Javadoc comment. |
27
|
|
Line is longer than 80 characters. |
28
|
|
Method 'testExpectedUsageWithSubdir' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Line is longer than 80 characters. |
36
|
|
Method 'testCanReadResourceFromTopFolder' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
|
Method 'testMissingResource' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Missing a Javadoc comment. |
50
|
net/sourceforge/addam/ddlrun/utils/MockReader.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ResourceReader. |
11
|
|
Missing a Javadoc comment. |
20
|
|
Parameter text should be final. |
20
|
|
Method 'readLine' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Avoid inline conditionals. |
26
|
|
Missing a Javadoc comment. |
29
|
|
Array brackets at illegal position. |
29
|
|
Missing a Javadoc comment. |
30
|
net/sourceforge/addam/ddlrun/utils/MockReaderFactory.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ResourceReader. |
11
|
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.ResourceReaderFactory. |
12
|
|
Missing a Javadoc comment. |
21
|
|
Parameter contentMap should be final. |
21
|
|
'contentMap' hides a field. |
21
|
|
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Parameter resource should be final. |
25
|
|
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
29
|
|
Missing a Javadoc comment. |
29
|
|
Parameter path should be final. |
29
|
|
Parameter resource should be final. |
29
|
|
Missing a Javadoc comment. |
33
|
net/sourceforge/addam/ddlrun/utils/MockRunLogger.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.ddlrun.utils.RunLogger. |
10
|
|
Missing a Javadoc comment. |
12
|
|
Method 'logRunScript' is not designed for extension - needs to be abstract, final or empty. |
13
|
|
Missing a Javadoc comment. |
13
|
|
Parameter script should be final. |
13
|
|
Parameter time should be final. |
13
|
|
Method 'logRunComplete' is not designed for extension - needs to be abstract, final or empty. |
17
|
|
Missing a Javadoc comment. |
17
|
|
Parameter group should be final. |
17
|
|
Parameter time should be final. |
17
|
|
Method 'logRunFailure' is not designed for extension - needs to be abstract, final or empty. |
21
|
|
Missing a Javadoc comment. |
21
|
|
Parameter group should be final. |
21
|
|
Parameter script should be final. |
21
|
|
Parameter e should be final. |
21
|
|
Method 'getSuccessLogs' is not designed for extension - needs to be abstract, final or empty. |
25
|
|
Missing a Javadoc comment. |
25
|
|
Method 'getFailureLogs' is not designed for extension - needs to be abstract, final or empty. |
29
|
|
Missing a Javadoc comment. |
29
|
|
Missing a Javadoc comment. |
33
|
|
Missing a Javadoc comment. |
34
|
|
Missing a Javadoc comment. |
35
|
net/sourceforge/addam/ddlrun/utils/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/impexp/DataCodecUTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.impexp.DataCodec. |
25
|
|
Method 'testExpectedUsage' is not designed for extension - needs to be abstract, final or empty. |
33
|
|
Missing a Javadoc comment. |
33
|
|
Method 'testNullValue' is not designed for extension - needs to be abstract, final or empty. |
41
|
|
Missing a Javadoc comment. |
41
|
|
Method 'testDateOnly' is not designed for extension - needs to be abstract, final or empty. |
49
|
|
Missing a Javadoc comment. |
49
|
net/sourceforge/addam/impexp/csv/CSVParserTEST.java
Error |
Line |
|
File does not end with a newline. |
0
|
net/sourceforge/addam/impexp/csv/CSVParserTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.impexp.csv.CSVFormatException. |
23
|
|
Redundant import from the same package - net.sourceforge.addam.impexp.csv.CSVParser. |
24
|
|
Method 'testEmptyField' is not designed for extension - needs to be abstract, final or empty. |
34
|
|
Missing a Javadoc comment. |
34
|
|
Method 'testFieldGet' is not designed for extension - needs to be abstract, final or empty. |
41
|
|
Missing a Javadoc comment. |
41
|
|
Method 'testEmpty' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Missing a Javadoc comment. |
51
|
|
Method 'testSingle' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Missing a Javadoc comment. |
60
|
|
Method 'testSingleWithLF' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Missing a Javadoc comment. |
67
|
|
Method 'testSimple' is not designed for extension - needs to be abstract, final or empty. |
74
|
|
Missing a Javadoc comment. |
74
|
|
Method 'testSimpleWithLF' is not designed for extension - needs to be abstract, final or empty. |
82
|
|
Missing a Javadoc comment. |
82
|
|
Method 'testSpaceComma' is not designed for extension - needs to be abstract, final or empty. |
90
|
|
Missing a Javadoc comment. |
90
|
|
Method 'testCommaSpace' is not designed for extension - needs to be abstract, final or empty. |
98
|
|
Missing a Javadoc comment. |
98
|
|
Method 'testMultipleComma' is not designed for extension - needs to be abstract, final or empty. |
106
|
|
Missing a Javadoc comment. |
106
|
|
Method 'testEmbeddedQuotes' is not designed for extension - needs to be abstract, final or empty. |
115
|
|
Missing a Javadoc comment. |
115
|
|
Method 'testEmbeddedQuotesAndText' is not designed for extension - needs to be abstract, final or empty. |
123
|
|
Missing a Javadoc comment. |
123
|
|
Method 'testEmbeddedComma' is not designed for extension - needs to be abstract, final or empty. |
131
|
|
Missing a Javadoc comment. |
131
|
|
Method 'testEmbeddedCommaAndQuotes' is not designed for extension - needs to be abstract, final or empty. |
139
|
|
Missing a Javadoc comment. |
139
|
|
Method 'testEmbeddedMultipleQuotes' is not designed for extension - needs to be abstract, final or empty. |
148
|
|
Missing a Javadoc comment. |
148
|
|
Method 'testEmbeddedQuotesAtBeginningOfValue' is not designed for extension - needs to be abstract, final or empty. |
156
|
|
Missing a Javadoc comment. |
156
|
|
Method 'testEmbeddedQuotesAtEndOfValue' is not designed for extension - needs to be abstract, final or empty. |
165
|
|
Missing a Javadoc comment. |
165
|
|
Method 'testQuoteComma' is not designed for extension - needs to be abstract, final or empty. |
174
|
|
Missing a Javadoc comment. |
174
|
|
Method 'testQuoteCommaSpace' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Missing a Javadoc comment. |
182
|
|
Method 'testLeadingSpace' is not designed for extension - needs to be abstract, final or empty. |
190
|
|
Missing a Javadoc comment. |
190
|
|
Method 'testTrailingSpace' is not designed for extension - needs to be abstract, final or empty. |
198
|
|
Missing a Javadoc comment. |
198
|
|
Method 'testMultiLine' is not designed for extension - needs to be abstract, final or empty. |
206
|
|
Missing a Javadoc comment. |
206
|
|
Method 'testSimpleTwoRecords' is not designed for extension - needs to be abstract, final or empty. |
214
|
|
Missing a Javadoc comment. |
214
|
|
Method 'testMultiLineException' is not designed for extension - needs to be abstract, final or empty. |
225
|
|
Missing a Javadoc comment. |
225
|
|
Line is longer than 80 characters. |
232
|
|
Method 'testTextBeforeQuotesException' is not designed for extension - needs to be abstract, final or empty. |
238
|
|
Missing a Javadoc comment. |
238
|
|
'4' is a magic number. |
247
|
|
Method 'testTextAfterQuotesException' is not designed for extension - needs to be abstract, final or empty. |
251
|
|
Missing a Javadoc comment. |
251
|
|
'6' is a magic number. |
260
|
|
Method 'testExcelExcerpt' is not designed for extension - needs to be abstract, final or empty. |
264
|
|
Missing a Javadoc comment. |
264
|
|
Line is longer than 80 characters. |
265
|
|
'3' is a magic number. |
271
|
|
'4' is a magic number. |
272
|
|
'5' is a magic number. |
273
|
|
'6' is a magic number. |
274
|
|
'7' is a magic number. |
275
|
|
'8' is a magic number. |
276
|
|
'9' is a magic number. |
277
|
|
'10' is a magic number. |
278
|
|
'11' is a magic number. |
279
|
|
Method 'testGetLineNumberAndRow' is not designed for extension - needs to be abstract, final or empty. |
282
|
|
Missing a Javadoc comment. |
282
|
|
Line is longer than 80 characters. |
283
|
|
'3' is a magic number. |
292
|
|
'3' is a magic number. |
295
|
|
'4' is a magic number. |
296
|
|
Method 'testExcelColumnString' is not designed for extension - needs to be abstract, final or empty. |
299
|
|
Missing a Javadoc comment. |
299
|
|
'101' is a magic number. |
302
|
|
'123' is a magic number. |
303
|
|
'13' is a magic number. |
303
|
|
'445' is a magic number. |
304
|
|
'26' is a magic number. |
304
|
|
'54' is a magic number. |
305
|
|
'27' is a magic number. |
305
|
|
'10' is a magic number. |
306
|
|
'52' is a magic number. |
306
|
|
Must have at least one statement. |
310
|
net/sourceforge/addam/impexp/csv/CSVPrinterTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.impexp.csv.CSVPrinter. |
22
|
|
Method 'testEmpty' is not designed for extension - needs to be abstract, final or empty. |
32
|
|
Missing a Javadoc comment. |
32
|
|
Array brackets at illegal position. |
35
|
|
Method 'testSimple' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Array brackets at illegal position. |
43
|
|
Method 'testMultipleComma' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
Missing a Javadoc comment. |
48
|
|
Array brackets at illegal position. |
51
|
|
Method 'testEmbeddedQuotes' is not designed for extension - needs to be abstract, final or empty. |
56
|
|
Missing a Javadoc comment. |
56
|
|
Array brackets at illegal position. |
59
|
|
Method 'testEmbeddedComma' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Missing a Javadoc comment. |
64
|
|
Array brackets at illegal position. |
67
|
|
Method 'testEmbeddedCommaAndQuotes' is not designed for extension - needs to be abstract, final or empty. |
72
|
|
Missing a Javadoc comment. |
72
|
|
Array brackets at illegal position. |
75
|
|
Method 'testLeadingSpace' is not designed for extension - needs to be abstract, final or empty. |
80
|
|
Missing a Javadoc comment. |
80
|
|
Array brackets at illegal position. |
83
|
|
Method 'testTrailingSpace' is not designed for extension - needs to be abstract, final or empty. |
88
|
|
Missing a Javadoc comment. |
88
|
|
Array brackets at illegal position. |
91
|
|
Method 'testMultiLine' is not designed for extension - needs to be abstract, final or empty. |
96
|
|
Missing a Javadoc comment. |
96
|
|
Array brackets at illegal position. |
99
|
net/sourceforge/addam/impexp/csv/MapCSVParserTEST.java
Error |
Line |
|
Redundant import from the same package - net.sourceforge.addam.impexp.csv.MapCSVParser. |
23
|
|
Method 'testEmpty' is not designed for extension - needs to be abstract, final or empty. |
33
|
|
Missing a Javadoc comment. |
33
|
|
Method 'testOneFieldNoRows' is not designed for extension - needs to be abstract, final or empty. |
40
|
|
Missing a Javadoc comment. |
40
|
|
Method 'testOneFieldOneRow' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Missing a Javadoc comment. |
47
|
|
Method 'testTwoFieldsOneRow' is not designed for extension - needs to be abstract, final or empty. |
55
|
|
Missing a Javadoc comment. |
55
|
|
Method 'testTwoFieldsTwoRows' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Missing a Javadoc comment. |
64
|
|
Line is longer than 80 characters. |
65
|
|
Method 'testTwoFieldsWithQuotes' is not designed for extension - needs to be abstract, final or empty. |
76
|
|
Missing a Javadoc comment. |
76
|
|
Line is longer than 80 characters. |
77
|
|
Method 'testShortRow' is not designed for extension - needs to be abstract, final or empty. |
85
|
|
Missing a Javadoc comment. |
85
|
|
Must have at least one statement. |
91
|
|
Method 'testLongRow' is not designed for extension - needs to be abstract, final or empty. |
96
|
|
Missing a Javadoc comment. |
96
|
|
Must have at least one statement. |
102
|
net/sourceforge/addam/impexp/csv/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
net/sourceforge/addam/impexp/package.html
Error |
Line |
|
Missing package documentation file. |
0 |