Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
11 | 0 | 0 | 550 |
Files
myx/myxCollection.java
Error | Line |
| File does not end with a newline. |
0
|
myx/myxCollection.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - java.sql.Clob. |
18
|
| Unused import - java.sql.Types. |
19
|
| Unused import - java.sql.Connection. |
20
|
| Name 'myxCollection' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
31
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Variable 'collectionName' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
37
|
| 'db' hides a field. |
40
|
| Line is longer than 80 characters. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter cachedDB should be final. |
44
|
| Parameter name should be final. |
44
|
| 'if' is not followed by whitespace. |
47
|
| '!=' is not preceded with whitespace. |
47
|
| '!=' is not followed by whitespace. |
47
|
| 'while' construct must use '{}'s. |
48
|
| Line contains a tab character. |
48
|
| 'while' is not followed by whitespace. |
48
|
| Line contains a tab character. |
49
|
| '=' is not preceded with whitespace. |
49
|
| '=' is not followed by whitespace. |
49
|
| 'if' construct must use '{}'s. |
51
|
| '==' is not preceded with whitespace. |
51
|
| '==' is not followed by whitespace. |
51
|
| Line is longer than 80 characters. |
58
|
| Line has trailing spaces. |
62
|
| '}' should be on the same line. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| ',' is not followed by whitespace. |
64
|
| '+' is not preceded with whitespace. |
64
|
| '+' is not followed by whitespace. |
64
|
| ',' is not followed by whitespace. |
64
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
66
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. |
81
|
| '10' is a magic number. |
82
|
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter name should be final. |
93
|
| Parameter version should be final. |
93
|
| 'if' construct must use '{}'s. |
99
|
| Method 'getParentCollection' is not designed for extension - needs to be abstract, final or empty. |
108
|
| 'if' construct must use '{}'s. |
109
|
| 'else' construct must use '{}'s. |
111
|
| Method 'getChildCollectionCount' is not designed for extension - needs to be abstract, final or empty. |
118
|
| 'if' construct must use '{}'s. |
120
|
| 'else' construct must use '{}'s. |
122
|
| Method 'listChildCollections' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Array brackets at illegal position. |
131
|
| 'if' construct must use '{}'s. |
132
|
| Line has trailing spaces. |
143
|
| Line is longer than 80 characters. |
143
|
| ',' is not followed by whitespace. |
143
|
| Method 'getChildCollection' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Parameter name should be final. |
159
|
| 'if' construct must use '{}'s. |
160
|
| Line has trailing spaces. |
161
|
| Line has trailing spaces. |
163
|
| '}' should be on the same line. |
163
|
| Line contains a tab character. |
164
|
| 'catch' is not followed by whitespace. |
164
|
| Line has trailing spaces. |
165
|
| Line is longer than 80 characters. |
165
|
| ',' is not followed by whitespace. |
165
|
| 'else' construct must use '{}'s. |
168
|
| Method 'getResourceCount' is not designed for extension - needs to be abstract, final or empty. |
177
|
| 'if' construct must use '{}'s. |
178
|
| 'else' construct must use '{}'s. |
180
|
| Method 'listResources' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Array brackets at illegal position. |
189
|
| 'if' construct must use '{}'s. |
190
|
| Line has trailing spaces. |
202
|
| ',' is not followed by whitespace. |
202
|
| Method 'createResource' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Parameter id should be final. |
220
|
| Parameter type should be final. |
220
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line is longer than 80 characters. |
228
|
| Line contains a tab character. |
228
|
| Line is longer than 80 characters. |
232
|
| Method 'removeResource' is not designed for extension - needs to be abstract, final or empty. |
234
|
| Parameter res should be final. |
234
|
| 'if' construct must use '{}'s. |
235
|
| Line is longer than 80 characters. |
240
|
| Line has trailing spaces. |
245
|
| ',' is not followed by whitespace. |
245
|
| Line is longer than 80 characters. |
254
|
| Method 'storeResource' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Parameter res should be final. |
256
|
| '=' is not preceded with whitespace. |
257
|
| '=' is not followed by whitespace. |
257
|
| 'if' construct must use '{}'s. |
258
|
| Line is longer than 80 characters. |
262
|
| Line has trailing spaces. |
271
|
| ',' is not followed by whitespace. |
271
|
| Method 'getResource' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Parameter id should be final. |
282
|
| 'if' construct must use '{}'s. |
284
|
| Line is longer than 80 characters. |
287
|
| 'if' construct must use '{}'s. |
292
|
| Should use uppercase 'L'. |
296
|
| Line has trailing spaces. |
298
|
| Line contains a tab character. |
298
|
| ',' is not followed by whitespace. |
298
|
| Method 'createId' is not designed for extension - needs to be abstract, final or empty. |
309
|
| First sentence should end with a period. |
314
|
| Line has trailing spaces. |
316
|
| Method 'importFile' is not designed for extension - needs to be abstract, final or empty. |
321
|
| Parameter file should be final. |
321
|
| Expected @throws tag for 'XMLDBException'. |
321
|
| First sentence should end with a period. |
340
|
| Line has trailing spaces. |
342
|
| Method 'importDirectoryContents' is not designed for extension - needs to be abstract, final or empty. |
348
|
| Parameter directoryPath should be final. |
348
|
| Expected @param tag for 'directoryPath'. |
348
|
| Line is longer than 80 characters. |
355
|
| Array brackets at illegal position. |
357
|
| 'for' construct must use '{}'s. |
359
|
| Method 'isOpen' is not designed for extension - needs to be abstract, final or empty. |
367
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
374
|
| Line has trailing spaces. |
375
|
| Line contains a tab character. |
375
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
382
|
| Parameter name should be final. |
382
|
| Parameter name should be final. |
391
|
| Parameter value should be final. |
391
|
myx/myxCollectionManagementService.java
Error | Line |
| File does not end with a newline. |
0
|
myx/myxCollectionManagementService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - java.util.logging.Level. |
8
|
| Unused import - java.sql.Connection. |
16
|
| Name 'myxCollectionManagementService' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
21
|
| Line is longer than 80 characters. |
24
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
26
|
| Variable 'db' must be private and have accessor methods. |
26
|
| Missing a Javadoc comment. |
28
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line is longer than 80 characters. |
41
|
| Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter name should be final. |
43
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
51
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| '+' is not preceded with whitespace. |
52
|
| '+' is not followed by whitespace. |
52
|
| '+' is not preceded with whitespace. |
52
|
| '+' is not followed by whitespace. |
52
|
| '+' is not preceded with whitespace. |
52
|
| '+' is not followed by whitespace. |
52
|
| '+' is not preceded with whitespace. |
52
|
| '+' is not followed by whitespace. |
52
|
| Line is longer than 80 characters. |
58
|
| Method 'removeCollection' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter name should be final. |
60
|
| Line contains a tab character. |
63
|
| '+' is not preceded with whitespace. |
64
|
| '+' is not followed by whitespace. |
64
|
| Line contains a tab character. |
66
|
| Line is longer than 80 characters. |
69
|
| Line contains a tab character. |
69
|
| '+' is not preceded with whitespace. |
69
|
| '+' is not followed by whitespace. |
69
|
| '+' is not preceded with whitespace. |
69
|
| '+' is not followed by whitespace. |
69
|
| '+' is not preceded with whitespace. |
69
|
| '+' is not followed by whitespace. |
69
|
| '+' is not preceded with whitespace. |
69
|
| '+' is not followed by whitespace. |
69
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Line is longer than 80 characters. |
91
|
| Parameter col should be final. |
93
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter name should be final. |
101
|
| Parameter name should be final. |
110
|
| Parameter value should be final. |
110
|
myx/myxDatabase.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - java.util.logging.Level. |
9
|
| Line has trailing spaces. |
18
|
| Name 'myxDatabase' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
20
|
| Line is longer than 80 characters. |
21
|
| Missing a Javadoc comment. |
21
|
| Missing a Javadoc comment. |
22
|
| First sentence should end with a period. |
24
|
| Name 'MySqlDriverName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
27
|
| '=' is not preceded with whitespace. |
27
|
| '=' is not followed by whitespace. |
27
|
| Line has trailing spaces. |
28
|
| Missing a Javadoc comment. |
28
|
| Name 'MySqlDbURL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
28
|
| '=' is not preceded with whitespace. |
28
|
| '=' is not followed by whitespace. |
28
|
| Missing a Javadoc comment. |
29
|
| Variable 'beforeUsername' must be private and have accessor methods. |
29
|
| '=' is not preceded with whitespace. |
29
|
| '=' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Variable 'username' must be private and have accessor methods. |
30
|
| '=' is not preceded with whitespace. |
30
|
| '=' is not followed by whitespace. |
30
|
| Missing a Javadoc comment. |
31
|
| Variable 'beforePass' must be private and have accessor methods. |
31
|
| '=' is not preceded with whitespace. |
31
|
| '=' is not followed by whitespace. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
32
|
| Variable 'password' must be private and have accessor methods. |
32
|
| '=' is not preceded with whitespace. |
32
|
| '=' is not followed by whitespace. |
32
|
| Missing a Javadoc comment. |
33
|
| Variable 'serverName' must be private and have accessor methods. |
33
|
| Variable 'serverPort' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
36
|
| Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter newConnection should be final. |
41
|
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| '}' should be on the same line. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Line contains a tab character. |
55
|
| '==' is not preceded with whitespace. |
55
|
| '==' is not followed by whitespace. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| 'if' is not followed by whitespace. |
62
|
| '==' is not preceded with whitespace. |
62
|
| '==' is not followed by whitespace. |
62
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| Line contains a tab character. |
67
|
| '+' is not preceded with whitespace. |
67
|
| '+' is not followed by whitespace. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line has trailing spaces. |
70
|
| '}' should be on the same line. |
70
|
| Line contains a tab character. |
71
|
| 'catch' is not followed by whitespace. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line is longer than 80 characters. |
74
|
| Line contains a tab character. |
74
|
| '+' is not preceded with whitespace. |
74
|
| '+' is not followed by whitespace. |
74
|
| '+' is not preceded with whitespace. |
74
|
| '+' is not followed by whitespace. |
74
|
| Line contains a tab character. |
77
|
| Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Line contains a tab character. |
81
|
| 'if' is not followed by whitespace. |
82
|
| '!=' is not preceded with whitespace. |
82
|
| '!=' is not followed by whitespace. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| '}' should be on the same line. |
86
|
| Line contains a tab character. |
87
|
| Line is longer than 80 characters. |
88
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| '}' should be on the same line. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Method 'getNames' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Line is longer than 80 characters. |
114
|
| Line is longer than 80 characters. |
116
|
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Parameter uri should be final. |
116
|
| Parameter username should be final. |
116
|
| 'username' hides a field. |
116
|
| Parameter password should be final. |
116
|
| 'password' hides a field. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| '=' is not preceded with whitespace. |
121
|
| '=' is not followed by whitespace. |
121
|
| '=' is not preceded with whitespace. |
122
|
| '=' is not followed by whitespace. |
122
|
| Line has trailing spaces. |
123
|
| Line contains a tab character. |
123
|
| '=' is not preceded with whitespace. |
124
|
| '=' is not followed by whitespace. |
124
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| '=' is not preceded with whitespace. |
125
|
| '=' is not followed by whitespace. |
125
|
| ',' is not followed by whitespace. |
125
|
| 'if' is not followed by whitespace. |
126
|
| '+' is not preceded with whitespace. |
126
|
| '+' is not followed by whitespace. |
126
|
| Line contains a tab character. |
127
|
| '=' is not preceded with whitespace. |
127
|
| '=' is not followed by whitespace. |
127
|
| '6' is a magic number. |
127
|
| Line contains a tab character. |
128
|
| 'if' is not followed by whitespace. |
129
|
| Line contains a tab character. |
130
|
| '=' is not preceded with whitespace. |
130
|
| '=' is not followed by whitespace. |
130
|
| ',' is not followed by whitespace. |
130
|
| '-' is not preceded with whitespace. |
130
|
| '-' is not followed by whitespace. |
130
|
| Line contains a tab character. |
131
|
| 'if' is not followed by whitespace. |
132
|
| '<' is not preceded with whitespace. |
132
|
| '<' is not followed by whitespace. |
132
|
| Line contains a tab character. |
133
|
| '=' is not preceded with whitespace. |
133
|
| '=' is not followed by whitespace. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line has trailing spaces. |
136
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line is longer than 80 characters. |
138
|
| Line contains a tab character. |
138
|
| '+' is not preceded with whitespace. |
138
|
| '+' is not followed by whitespace. |
138
|
| ',' is not followed by whitespace. |
138
|
| Line contains a tab character. |
139
|
| ',' is not followed by whitespace. |
139
|
| Line contains a tab character. |
140
|
| '}' should be on the same line. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
146
|
| '+' is not followed by whitespace. |
146
|
| '+' is not preceded with whitespace. |
147
|
| '+' is not followed by whitespace. |
147
|
| '+' is not preceded with whitespace. |
148
|
| '+' is not followed by whitespace. |
148
|
| '+' is not preceded with whitespace. |
149
|
| '+' is not followed by whitespace. |
149
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| '=' is not preceded with whitespace. |
153
|
| '=' is not followed by whitespace. |
153
|
| ',' is not followed by whitespace. |
153
|
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Parameter colName should be final. |
161
|
| Expected @throws tag for 'XMLDBException'. |
161
|
| '{' is not preceded with whitespace. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| '=' is not preceded with whitespace. |
163
|
| '=' is not followed by whitespace. |
163
|
| ',' is not followed by whitespace. |
163
|
| Method 'acceptsURI' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Parameter uri should be final. |
169
|
| Method 'getConformanceLevel' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Parameter name should be final. |
183
|
| Line is longer than 80 characters. |
188
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Parameter name should be final. |
190
|
| Parameter value should be final. |
190
|
myx/myxSaxonQueryService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - java.util.logging.Level. |
9
|
| Using the '.*' form of import should be avoided - org.xmldb.api.base.*. |
21
|
| First sentence should end with a period. |
27
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
29
|
| Name 'myxSaxonQueryService' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
31
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Variable 'col' must be private and have accessor methods. |
33
|
| Line has trailing spaces. |
36
|
| Parameter col should be final. |
45
|
| 'col' hides a field. |
45
|
| Expected @param tag for 'col'. |
45
|
| '=' is not preceded with whitespace. |
47
|
| '=' is not followed by whitespace. |
47
|
| Line has trailing spaces. |
49
|
| Line is longer than 80 characters. |
51
|
| Parameter prefix should be final. |
53
|
| Parameter uri should be final. |
53
|
| Line is longer than 80 characters. |
59
|
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter prefix should be final. |
61
|
| Line is longer than 80 characters. |
67
|
| Parameter prefix should be final. |
69
|
| Line has trailing spaces. |
84
|
| Method 'query' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter query should be final. |
88
|
| '+' is not preceded with whitespace. |
89
|
| '+' is not followed by whitespace. |
89
|
| Array brackets at illegal position. |
90
|
| '=' is not preceded with whitespace. |
90
|
| '=' is not followed by whitespace. |
90
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
94
|
| '+' is not followed by whitespace. |
94
|
| '=' is not preceded with whitespace. |
96
|
| '=' is not followed by whitespace. |
96
|
| ',' is not followed by whitespace. |
96
|
| 'for' is not followed by whitespace. |
97
|
| '=' is not preceded with whitespace. |
97
|
| '=' is not followed by whitespace. |
97
|
| ';' is not followed by whitespace. |
97
|
| '<' is not preceded with whitespace. |
97
|
| '<' is not followed by whitespace. |
97
|
| ';' is not followed by whitespace. |
97
|
| '+' is not preceded with whitespace. |
98
|
| '+' is not followed by whitespace. |
98
|
| '+' is not preceded with whitespace. |
98
|
| '+' is not followed by whitespace. |
98
|
| '=' is not preceded with whitespace. |
99
|
| '=' is not followed by whitespace. |
99
|
| ',' is not followed by whitespace. |
99
|
| 'for' is not followed by whitespace. |
101
|
| '=' is not preceded with whitespace. |
101
|
| '=' is not followed by whitespace. |
101
|
| ';' is not followed by whitespace. |
101
|
| '<' is not preceded with whitespace. |
101
|
| '<' is not followed by whitespace. |
101
|
| ';' is not followed by whitespace. |
101
|
| '=' is not preceded with whitespace. |
102
|
| '=' is not followed by whitespace. |
102
|
| Line is longer than 80 characters. |
110
|
| Method 'queryResource' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter id should be final. |
112
|
| Parameter query should be final. |
112
|
| '=' is not preceded with whitespace. |
115
|
| '=' is not followed by whitespace. |
115
|
| Line is longer than 80 characters. |
123
|
| 'catch' is not followed by whitespace. |
124
|
| '=' is not preceded with whitespace. |
129
|
| '=' is not followed by whitespace. |
129
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Line is longer than 80 characters. |
162
|
| Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Parameter col should be final. |
164
|
| 'col' hides a field. |
164
|
| '=' is not preceded with whitespace. |
165
|
| '=' is not followed by whitespace. |
165
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Parameter name should be final. |
171
|
| Line is longer than 80 characters. |
177
|
| Parameter name should be final. |
179
|
| Parameter value should be final. |
179
|
myx/myxXQuerySaxonService.java
Error | Line |
| File does not end with a newline. |
0
|
myx/myxXQuerySaxonService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - java.io.File. |
6
|
| Unused import - java.util.Iterator. |
8
|
| Unused import - java.util.List. |
9
|
| Unused import - java.util.logging.Level. |
10
|
| Unused import - javax.xml.transform.sax.SAXSource. |
14
|
| Unused import - net.sf.saxon.xpath.XPathEvaluator. |
24
|
| Unused import - net.sf.saxon.sxpath.XPathExpression. |
26
|
| Unused import - org.xml.sax.InputSource. |
28
|
| Name 'myxXQuerySaxonService' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
41
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Variable 'col' must be private and have accessor methods. |
44
|
| Line has trailing spaces. |
47
|
| Parameter col should be final. |
56
|
| 'col' hides a field. |
56
|
| Expected @param tag for 'col'. |
56
|
| Line is longer than 80 characters. |
62
|
| Parameter prefix should be final. |
65
|
| Parameter uri should be final. |
65
|
| Line is longer than 80 characters. |
71
|
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter prefix should be final. |
73
|
| Line is longer than 80 characters. |
79
|
| Parameter prefix should be final. |
81
|
| Line has trailing spaces. |
96
|
| Method 'query' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter query should be final. |
100
|
| Array brackets at illegal position. |
102
|
| Line is longer than 80 characters. |
122
|
| Method 'queryResource' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter id should be final. |
125
|
| Parameter query should be final. |
125
|
| Line is longer than 80 characters. |
136
|
| Line has trailing spaces. |
137
|
| Line has trailing spaces. |
139
|
| Line has trailing spaces. |
142
|
| Line is longer than 80 characters. |
159
|
| Line is longer than 80 characters. |
161
|
| 'if' construct must use '{}'s. |
176
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Line is longer than 80 characters. |
210
|
| Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Parameter col should be final. |
212
|
| 'col' hides a field. |
212
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Parameter name should be final. |
219
|
| Parameter name should be final. |
228
|
| Parameter value should be final. |
228
|
myx/package.html
Error | Line |
| Missing package documentation file. | 0 |