Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
57 | 0 | 0 | 1681 |
Files
com/germinus/easyconf/AggregatedProperties.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
31
|
| Line is longer than 80 characters. |
34
|
| Line has trailing spaces. |
42
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
46
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
46
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
51
|
| Line contains a tab character. |
52
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Parameter companyId should be final. |
58
|
| 'companyId' hides a field. |
58
|
| Parameter componentName should be final. |
58
|
| 'componentName' hides a field. |
58
|
| First sentence should end with a period. |
63
|
| Expected an @return tag. |
69
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter key should be final. |
69
|
| Expected @param tag for 'key'. |
69
|
| Line is longer than 80 characters. |
94
|
| Missing a Javadoc comment. |
100
|
| Method 'addBaseFileName' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter fileName should be final. |
105
|
| Method 'addGlobalFileName' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter fileName should be final. |
112
|
| Expected an @return tag. |
122
|
| Line has trailing spaces. |
122
|
| Parameter sourceName should be final. |
122
|
| Expected @param tag for 'sourceName'. |
122
|
| Line is longer than 80 characters. |
123
|
| Parameter loadedConf should be final. |
123
|
| Expected @param tag for 'loadedConf'. |
123
|
| Line contains a tab character. |
131
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Line has trailing spaces. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter fileName should be final. |
152
|
| Line has trailing spaces. |
153
|
| Parameter loadedConf should be final. |
153
|
| Line contains a tab character. |
154
|
| Redundant throws: 'ConfigurationException' is unchecked exception. |
154
|
| Line is longer than 80 characters. |
156
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
163
|
| Line has trailing spaces. |
165
|
| '1000' is a magic number. |
168
|
| Line has trailing spaces. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line is longer than 80 characters. |
183
|
| Missing a Javadoc comment. |
183
|
| Parameter loadedConf should be final. |
183
|
| Parameter newConf should be final. |
183
|
| Line has trailing spaces. |
186
|
| Line is longer than 80 characters. |
186
|
| Line contains a tab character. |
186
|
| Missing a Javadoc comment. |
191
|
| Parameter datasourcePath should be final. |
191
|
| Line is longer than 80 characters. |
192
|
| Line has trailing spaces. |
196
|
| Missing a Javadoc comment. |
197
|
| Parameter sourcePath should be final. |
197
|
| Line has trailing spaces. |
203
|
| Missing a Javadoc comment. |
203
|
| Parameter newConf should be final. |
203
|
| Line is longer than 80 characters. |
204
|
| Parameter loadedConf should be final. |
204
|
| Line is longer than 80 characters. |
210
|
| Line is longer than 80 characters. |
211
|
| Method 'loadedSources' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Missing a Javadoc comment. |
218
|
| Method 'hasBaseConfiguration' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Missing a Javadoc comment. |
222
|
| Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Missing a Javadoc comment. |
226
|
com/germinus/easyconf/ClassParameter.java
Error | Line |
| File does not end with a newline. |
0
|
com/germinus/easyconf/ClassParameter.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
24
|
| Line is longer than 80 characters. |
25
|
| Unclosed HTML tag found: <jesusjaimez@germinus.com> |
28
|
| Utility classes should not have a public or default constructor. |
30
|
| Missing a Javadoc comment. |
32
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Parameter conf should be final. |
34
|
| Parameter propertyName should be final. |
34
|
| Missing a Javadoc comment. |
42
|
| Parameter props should be final. |
42
|
| Parameter propertyName should be final. |
42
|
com/germinus/easyconf/ClasspathUtil.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
24
|
| Line has trailing spaces. |
26
|
| Utility classes should not have a public or default constructor. |
29
|
| Missing a Javadoc comment. |
30
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
30
|
| Parameter name should be final. |
40
|
| Expected @throws tag for 'ClassNotFoundException'. |
40
|
| Line is longer than 80 characters. |
46
|
| Must have at least one statement. |
47
|
| Line is longer than 80 characters. |
54
|
| Must have at least one statement. |
55
|
| Line is longer than 80 characters. |
59
|
| '+' should be on a new line. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
75
|
| Parameter classNames should be final. |
75
|
| Expected @throws tag for 'ClassNotFoundException'. |
75
|
| Parameter base should be final. |
93
|
| Parameter name should be final. |
93
|
| Parameter name should be final. |
106
|
com/germinus/easyconf/ComponentConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
22
|
| 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. |
37
|
| Parameter componentName should be final. |
37
|
| 'componentName' hides a field. |
37
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
41
|
| Parameter companyId should be final. |
41
|
| 'companyId' hides a field. |
41
|
| Parameter componentName should be final. |
41
|
| 'componentName' hides a field. |
41
|
| First sentence should end with a period. |
46
|
| Expected an @return tag. |
49
|
| Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Line has trailing spaces. |
52
|
| First sentence should end with a period. |
53
|
| Line has trailing spaces. |
55
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
58
|
| Unused @throws tag for 'ConfigurationException'. |
60
|
| Expected an @return tag. |
62
|
| Method 'getConfigurationObject' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Line has trailing spaces. |
69
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
74
|
| Missing a Javadoc comment. |
79
|
| First sentence should end with a period. |
83
|
| Expected an @return tag. |
86
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
86
|
| 'properties' hides a field. |
87
|
| '{' is not preceded with whitespace. |
88
|
| Missing a Javadoc comment. |
95
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
104
|
| Line contains a tab character. |
105
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter obj should be final. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line has trailing spaces. |
115
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
com/germinus/easyconf/ComponentProperties.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
20
|
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
49
|
| Line has trailing spaces. |
52
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
61
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
61
|
| Missing a Javadoc comment. |
63
|
| Variable 'properties' must be private and have accessor methods. |
63
|
| Missing a Javadoc comment. |
65
|
| Parameter conf should be final. |
65
|
| Line has trailing spaces. |
76
|
| Method 'toMap' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Line has trailing spaces. |
87
|
| Method 'toDynaBean' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Line has trailing spaces. |
99
|
| Method 'toConfiguration' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Line has trailing spaces. |
111
|
| Line has trailing spaces. |
114
|
| Method 'toDataConfiguration' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Line has trailing spaces. |
127
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Missing a Javadoc comment. |
134
|
| Parameter key should be final. |
134
|
| Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Parameter key should be final. |
140
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Missing a Javadoc comment. |
144
|
| Parameter obj should be final. |
144
|
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Missing a Javadoc comment. |
148
|
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter prefix should be final. |
152
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Missing a Javadoc comment. |
160
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Missing a Javadoc comment. |
164
|
| Parameter key should be final. |
164
|
| Parameter value should be final. |
164
|
| Method 'subset' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Missing a Javadoc comment. |
168
|
| Parameter prefix should be final. |
168
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Missing a Javadoc comment. |
178
|
| Parameter key should be final. |
178
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Missing a Javadoc comment. |
182
|
| Parameter key should be final. |
182
|
| Parameter defaultValue should be final. |
182
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Missing a Javadoc comment. |
186
|
| Parameter key should be final. |
186
|
| Parameter filter should be final. |
186
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter key should be final. |
192
|
| Parameter filter should be final. |
192
|
| Parameter defaultValue should be final. |
193
|
| Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Missing a Javadoc comment. |
200
|
| Parameter key should be final. |
200
|
| Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Missing a Javadoc comment. |
204
|
| Parameter key should be final. |
204
|
| Parameter defaultValue should be final. |
204
|
| Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Missing a Javadoc comment. |
208
|
| Parameter key should be final. |
208
|
| Parameter filter should be final. |
208
|
| Method 'getBigInteger' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Missing a Javadoc comment. |
214
|
| Parameter key should be final. |
214
|
| Parameter filter should be final. |
214
|
| Parameter defaultValue should be final. |
215
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Missing a Javadoc comment. |
222
|
| Parameter key should be final. |
222
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Missing a Javadoc comment. |
226
|
| Parameter key should be final. |
226
|
| Parameter defaultValue should be final. |
226
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Missing a Javadoc comment. |
230
|
| Parameter key should be final. |
230
|
| Parameter defaultValue should be final. |
230
|
| Redundant throws: 'NoClassDefFoundError' is unchecked exception. |
231
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
235
|
| Missing a Javadoc comment. |
235
|
| Parameter key should be final. |
235
|
| Parameter filter should be final. |
235
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Missing a Javadoc comment. |
241
|
| Parameter key should be final. |
241
|
| Parameter filter should be final. |
241
|
| Parameter defaultValue should be final. |
241
|
| Redundant throws: 'NoClassDefFoundError' is unchecked exception. |
242
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
247
|
| Missing a Javadoc comment. |
247
|
| Parameter key should be final. |
247
|
| Parameter filter should be final. |
247
|
| Parameter defaultValue should be final. |
247
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Missing a Javadoc comment. |
254
|
| Parameter key should be final. |
254
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
258
|
| Missing a Javadoc comment. |
258
|
| Parameter key should be final. |
258
|
| Parameter defaultValue should be final. |
258
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
262
|
| Missing a Javadoc comment. |
262
|
| Parameter key should be final. |
262
|
| Parameter defaultValue should be final. |
262
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
266
|
| Missing a Javadoc comment. |
266
|
| Parameter key should be final. |
266
|
| Parameter filter should be final. |
266
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
272
|
| Missing a Javadoc comment. |
272
|
| Parameter key should be final. |
272
|
| Parameter filter should be final. |
272
|
| Parameter defaultValue should be final. |
272
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Missing a Javadoc comment. |
277
|
| Parameter key should be final. |
277
|
| Parameter filter should be final. |
277
|
| Parameter defaultValue should be final. |
277
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Missing a Javadoc comment. |
283
|
| Parameter key should be final. |
283
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
287
|
| Missing a Javadoc comment. |
287
|
| Parameter key should be final. |
287
|
| Parameter defaultValue should be final. |
287
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
291
|
| Missing a Javadoc comment. |
291
|
| Parameter key should be final. |
291
|
| Parameter defaultValue should be final. |
291
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Missing a Javadoc comment. |
295
|
| Parameter key should be final. |
295
|
| Parameter filter should be final. |
295
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
301
|
| Missing a Javadoc comment. |
301
|
| Parameter key should be final. |
301
|
| Parameter filter should be final. |
301
|
| Parameter defaultValue should be final. |
301
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Missing a Javadoc comment. |
306
|
| Parameter key should be final. |
306
|
| Parameter filter should be final. |
306
|
| Parameter defaultValue should be final. |
306
|
| First sentence should end with a period. |
312
|
| Line has trailing spaces. |
315
|
| Expected an @return tag. |
319
|
| Method 'getClass' is not designed for extension - needs to be abstract, final or empty. |
319
|
| Parameter key should be final. |
319
|
| Expected @param tag for 'key'. |
319
|
| Line has trailing spaces. |
328
|
| Expected an @return tag. |
332
|
| Method 'getClass' is not designed for extension - needs to be abstract, final or empty. |
332
|
| Parameter key should be final. |
332
|
| Expected @param tag for 'key'. |
332
|
| Parameter defaultValue should be final. |
332
|
| Expected @param tag for 'defaultValue'. |
332
|
| First sentence should end with a period. |
342
|
| Expected an @return tag. |
346
|
| Method 'getClass' is not designed for extension - needs to be abstract, final or empty. |
346
|
| Parameter key should be final. |
346
|
| Expected @param tag for 'key'. |
346
|
| Parameter filter should be final. |
346
|
| Expected @param tag for 'filter'. |
346
|
| Expected @throws tag for 'ClassNotFoundException'. |
347
|
| First sentence should end with a period. |
352
|
| Expected an @return tag. |
356
|
| Method 'getClass' is not designed for extension - needs to be abstract, final or empty. |
356
|
| Parameter key should be final. |
356
|
| Expected @param tag for 'key'. |
356
|
| Parameter filter should be final. |
356
|
| Expected @param tag for 'filter'. |
356
|
| Parameter defaultValue should be final. |
356
|
| Expected @param tag for 'defaultValue'. |
356
|
| Expected @throws tag for 'ClassNotFoundException'. |
357
|
| First sentence should end with a period. |
368
|
| Line has trailing spaces. |
371
|
| Expected an @return tag. |
375
|
| Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. |
375
|
| Parameter key should be final. |
375
|
| Expected @param tag for 'key'. |
375
|
| Line has trailing spaces. |
384
|
| Expected an @return tag. |
388
|
| Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. |
388
|
| Parameter key should be final. |
388
|
| Expected @param tag for 'key'. |
388
|
| Parameter defaultValue should be final. |
388
|
| Expected @param tag for 'defaultValue'. |
388
|
| First sentence should end with a period. |
398
|
| Expected an @return tag. |
402
|
| Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. |
402
|
| Parameter key should be final. |
402
|
| Expected @param tag for 'key'. |
402
|
| Parameter filter should be final. |
402
|
| Expected @param tag for 'filter'. |
402
|
| Expected @throws tag for 'ClassNotFoundException'. |
403
|
| First sentence should end with a period. |
408
|
| Expected an @return tag. |
412
|
| Line is longer than 80 characters. |
412
|
| Method 'getClassArray' is not designed for extension - needs to be abstract, final or empty. |
412
|
| Parameter key should be final. |
412
|
| Expected @param tag for 'key'. |
412
|
| Parameter filter should be final. |
412
|
| Expected @param tag for 'filter'. |
412
|
| Parameter defaultValue should be final. |
412
|
| Expected @param tag for 'defaultValue'. |
412
|
| Expected @throws tag for 'ClassNotFoundException'. |
413
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
425
|
| Missing a Javadoc comment. |
425
|
| Parameter key should be final. |
425
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
429
|
| Missing a Javadoc comment. |
429
|
| Parameter key should be final. |
429
|
| Parameter defaultValue should be final. |
429
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
433
|
| Missing a Javadoc comment. |
433
|
| Parameter key should be final. |
433
|
| Parameter defaultValue should be final. |
433
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
437
|
| Missing a Javadoc comment. |
437
|
| Parameter key should be final. |
437
|
| Parameter filter should be final. |
437
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
443
|
| Missing a Javadoc comment. |
443
|
| Parameter key should be final. |
443
|
| Parameter filter should be final. |
443
|
| Parameter defaultValue should be final. |
443
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
448
|
| Missing a Javadoc comment. |
448
|
| Parameter key should be final. |
448
|
| Parameter filter should be final. |
448
|
| Parameter defaultValue should be final. |
448
|
| Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
454
|
| Missing a Javadoc comment. |
454
|
| Parameter key should be final. |
454
|
| Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
458
|
| Missing a Javadoc comment. |
458
|
| Parameter key should be final. |
458
|
| Parameter defaultValue should be final. |
458
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
462
|
| Missing a Javadoc comment. |
462
|
| Parameter key should be final. |
462
|
| Parameter defaultValue should be final. |
462
|
| Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
466
|
| Missing a Javadoc comment. |
466
|
| Parameter key should be final. |
466
|
| Parameter filter should be final. |
466
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
472
|
| Missing a Javadoc comment. |
472
|
| Parameter key should be final. |
472
|
| Parameter filter should be final. |
472
|
| Parameter defaultValue should be final. |
472
|
| Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
477
|
| Missing a Javadoc comment. |
477
|
| Parameter key should be final. |
477
|
| Parameter filter should be final. |
477
|
| Parameter defaultValue should be final. |
477
|
| Method 'getList' is not designed for extension - needs to be abstract, final or empty. |
483
|
| Missing a Javadoc comment. |
483
|
| Parameter key should be final. |
483
|
| Method 'getList' is not designed for extension - needs to be abstract, final or empty. |
487
|
| Missing a Javadoc comment. |
487
|
| Parameter key should be final. |
487
|
| Parameter defaultValue should be final. |
487
|
| Method 'getList' is not designed for extension - needs to be abstract, final or empty. |
491
|
| Missing a Javadoc comment. |
491
|
| Parameter key should be final. |
491
|
| Parameter filter should be final. |
491
|
| Line is longer than 80 characters. |
492
|
| Method 'getList' is not designed for extension - needs to be abstract, final or empty. |
500
|
| Missing a Javadoc comment. |
500
|
| Parameter key should be final. |
500
|
| Parameter filter should be final. |
500
|
| Parameter defaultValue should be final. |
500
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
507
|
| Missing a Javadoc comment. |
507
|
| Parameter key should be final. |
507
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
511
|
| Missing a Javadoc comment. |
511
|
| Parameter key should be final. |
511
|
| Parameter defaultValue should be final. |
511
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
515
|
| Missing a Javadoc comment. |
515
|
| Parameter key should be final. |
515
|
| Parameter defaultValue should be final. |
515
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
519
|
| Missing a Javadoc comment. |
519
|
| Parameter key should be final. |
519
|
| Parameter filter should be final. |
519
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
525
|
| Missing a Javadoc comment. |
525
|
| Parameter key should be final. |
525
|
| Parameter filter should be final. |
525
|
| Parameter defaultValue should be final. |
525
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
530
|
| Missing a Javadoc comment. |
530
|
| Parameter key should be final. |
530
|
| Parameter filter should be final. |
530
|
| Parameter defaultValue should be final. |
530
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
536
|
| Missing a Javadoc comment. |
536
|
| Parameter key should be final. |
536
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
540
|
| Missing a Javadoc comment. |
540
|
| Parameter key should be final. |
540
|
| Parameter defaultValue should be final. |
540
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
544
|
| Missing a Javadoc comment. |
544
|
| Parameter key should be final. |
544
|
| Parameter defaultValue should be final. |
544
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
548
|
| Missing a Javadoc comment. |
548
|
| Parameter key should be final. |
548
|
| Parameter filter should be final. |
548
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
554
|
| Missing a Javadoc comment. |
554
|
| Parameter key should be final. |
554
|
| Parameter filter should be final. |
554
|
| Parameter defaultValue should be final. |
554
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
559
|
| Missing a Javadoc comment. |
559
|
| Parameter key should be final. |
559
|
| Parameter filter should be final. |
559
|
| Parameter defaultValue should be final. |
559
|
| Expected an @return tag. |
570
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
570
|
| Parameter key should be final. |
570
|
| Expected @param tag for 'key'. |
570
|
| Line contains a tab character. |
579
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
582
|
| Missing a Javadoc comment. |
582
|
| Parameter key should be final. |
582
|
| Parameter defaultValue should be final. |
582
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
586
|
| Missing a Javadoc comment. |
586
|
| Parameter key should be final. |
586
|
| Parameter filter should be final. |
586
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
592
|
| Missing a Javadoc comment. |
592
|
| Parameter key should be final. |
592
|
| Parameter filter should be final. |
592
|
| Parameter defaultValue should be final. |
592
|
| Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. |
599
|
| Missing a Javadoc comment. |
599
|
| Parameter key should be final. |
599
|
| Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. |
603
|
| Missing a Javadoc comment. |
603
|
| Parameter key should be final. |
603
|
| Parameter filter should be final. |
603
|
| Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. |
608
|
| Missing a Javadoc comment. |
608
|
| Parameter key should be final. |
608
|
| Parameter filter should be final. |
608
|
| Parameter defaultValue should be final. |
609
|
| Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. |
622
|
| Missing a Javadoc comment. |
622
|
| Parameter key should be final. |
622
|
| Parameter defaultValue should be final. |
622
|
| Method 'hasBaseConfiguration' is not designed for extension - needs to be abstract, final or empty. |
637
|
| Missing a Javadoc comment. |
637
|
| First sentence should end with a period. |
641
|
| Expected an @return tag. |
644
|
| Method 'getLoadedSources' is not designed for extension - needs to be abstract, final or empty. |
644
|
| Method 'setThrowExceptionOnMissing' is not designed for extension - needs to be abstract, final or empty. |
652
|
| Parameter throwExceptionOnMissing should be final. |
652
|
| Expected @param tag for 'throwExceptionOnMissing'. |
652
|
| Method 'isThrowExceptionOnMissing' is not designed for extension - needs to be abstract, final or empty. |
656
|
| Missing a Javadoc comment. |
656
|
| First sentence should end with a period. |
660
|
| Expected an @return tag. |
664
|
| Method 'getDelayPeriod' is not designed for extension - needs to be abstract, final or empty. |
664
|
| Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. |
669
|
| Missing a Javadoc comment. |
669
|
| Method 'getPropertyWithFilter' is not designed for extension - needs to be abstract, final or empty. |
675
|
| Missing a Javadoc comment. |
675
|
| Parameter key should be final. |
675
|
| Parameter filter should be final. |
675
|
| Line is longer than 80 characters. |
676
|
| Parameter theClass should be final. |
676
|
| Parameter defaultValue should be final. |
676
|
| Line is longer than 80 characters. |
679
|
| Line contains a tab character. |
696
|
| Line contains a tab character. |
697
|
| Line contains a tab character. |
698
|
| Missing a Javadoc comment. |
702
|
| Parameter key should be final. |
703
|
| Parameter theClass should be final. |
704
|
| Line is longer than 80 characters. |
705
|
| Parameter properties should be final. |
705
|
| Parameter defaultValue should be final. |
706
|
| Method 'validateValue' is not designed for extension - needs to be abstract, final or empty. |
744
|
| Missing a Javadoc comment. |
744
|
| Parameter key should be final. |
744
|
| Parameter value should be final. |
744
|
| Method 'listToString' is not designed for extension - needs to be abstract, final or empty. |
751
|
| Missing a Javadoc comment. |
751
|
| Parameter list should be final. |
751
|
com/germinus/easyconf/ConfUtil.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
22
|
| Line has trailing spaces. |
24
|
| Utility classes should not have a public or default constructor. |
27
|
| Missing a Javadoc comment. |
28
|
| Parameter configuration should be final. |
28
|
com/germinus/easyconf/ConfigurationException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
21
|
| Line is longer than 80 characters. |
22
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
32
|
| Line has trailing spaces. |
35
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter componentName should be final. |
36
|
| 'componentName' hides a field. |
36
|
| Parameter msg should be final. |
36
|
| Parameter thr should be final. |
36
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
41
|
| Parameter componentName should be final. |
41
|
| 'componentName' hides a field. |
41
|
| Line has trailing spaces. |
45
|
| Missing a Javadoc comment. |
46
|
| Parameter componentName should be final. |
46
|
| 'componentName' hides a field. |
46
|
| Parameter e should be final. |
46
|
| Missing a Javadoc comment. |
51
|
| Parameter componentName should be final. |
51
|
| 'componentName' hides a field. |
51
|
| Parameter msg should be final. |
51
|
| Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
60
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| '+' should be on a new line. |
62
|
| Line contains a tab character. |
63
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
66
|
com/germinus/easyconf/ConfigurationLoader.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
31
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
37
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
37
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter companyId should be final. |
40
|
| Parameter componentName should be final. |
40
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
43
|
| Line has trailing spaces. |
46
|
| '+' should be on a new line. |
46
|
| Line has trailing spaces. |
49
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
54
|
| Missing a Javadoc comment. |
58
|
| Parameter companyId should be final. |
58
|
| Line has trailing spaces. |
59
|
| Parameter componentName should be final. |
59
|
| Parameter properties should be final. |
59
|
| Line contains a tab character. |
60
|
| Line is longer than 80 characters. |
66
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
82
|
| First sentence should end with a period. |
88
|
| Line has trailing spaces. |
90
|
| Line contains a tab character. |
90
|
| Expected an @return tag. |
91
|
| Line has trailing spaces. |
91
|
| Parameter confFileUrl should be final. |
91
|
| Expected @param tag for 'confFileUrl'. |
91
|
| Parameter properties should be final. |
91
|
| Expected @param tag for 'properties'. |
91
|
| Line contains a tab character. |
92
|
| Expected @throws tag for 'IOException'. |
92
|
| Expected @throws tag for 'SAXException'. |
92
|
| Line is longer than 80 characters. |
95
|
| Line has trailing spaces. |
104
|
| Line has trailing spaces. |
109
|
| Line is longer than 80 characters. |
116
|
com/germinus/easyconf/ConfigurationNotFoundException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
18
|
| Missing a Javadoc comment. |
25
|
| Parameter componentName should be final. |
25
|
| Parameter msg should be final. |
26
|
| Parameter thr should be final. |
27
|
| Missing a Javadoc comment. |
31
|
| Parameter componentName should be final. |
31
|
| Missing a Javadoc comment. |
35
|
| Parameter componentName should be final. |
35
|
| Parameter e should be final. |
36
|
| Missing a Javadoc comment. |
40
|
| Parameter componentName should be final. |
40
|
| Parameter msg should be final. |
40
|
com/germinus/easyconf/ConfigurationObjectCache.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
25
|
| Missing a Javadoc comment. |
34
|
| Variable 'configurationObject' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Variable 'reloadingStrategy' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
36
|
| Variable 'reloadLock' must be private and have accessor methods. |
36
|
| Missing a Javadoc comment. |
37
|
| Variable 'loader' must be private and have accessor methods. |
37
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter confObj should be final. |
42
|
| Parameter confFileUrl should be final. |
42
|
| 'confFileUrl' hides a field. |
42
|
| Parameter properties should be final. |
42
|
| 'properties' hides a field. |
42
|
| Line has trailing spaces. |
47
|
| Method 'getConfigurationObject' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
57
|
| '}' should be on the same line. |
59
|
| Missing a Javadoc comment. |
67
|
| Method 'setReloadingStrategy' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter strategy should be final. |
71
|
| Line has trailing spaces. |
72
|
com/germinus/easyconf/Conventions.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
18
|
| interfaces should describe a type and hence have methods. |
24
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Redundant 'public' modifier. |
42
|
| Line is longer than 80 characters. |
43
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Missing a Javadoc comment. |
44
|
| Redundant 'public' modifier. |
44
|
com/germinus/easyconf/DatasourceURL.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
24
|
| Comment matches to-do format 'TODO:'. |
26
|
| Line is longer than 80 characters. |
34
|
| 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
|
| Line is longer than 80 characters. |
45
|
| Parameter datasourcePath should be final. |
45
|
| Expected @param tag for 'datasourcePath'. |
45
|
| Parameter companyId should be final. |
45
|
| 'companyId' hides a field. |
45
|
| Expected @param tag for 'companyId'. |
45
|
| Parameter componentName should be final. |
45
|
| 'componentName' hides a field. |
45
|
| Expected @param tag for 'componentName'. |
45
|
| Line is longer than 80 characters. |
46
|
| Line has trailing spaces. |
51
|
| Method 'getDatasource' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| 'cast' is not followed by whitespace. |
53
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
59
|
| Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Method 'getComponentColumnName' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Method 'getKeyColumnName' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Method 'getValueColumnName' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Missing a Javadoc comment. |
82
|
| Parameter fileName should be final. |
82
|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
com/germinus/easyconf/DigesterRulesNotFoundException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
19
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter componentName should be final. |
31
|
| Parameter digesterRulesFileName should be final. |
31
|
| 'digesterRulesFileName' hides a field. |
31
|
| Method 'getDigesterRulesFileName' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
39
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
41
|
| '+' should be on a new line. |
41
|
| Line is longer than 80 characters. |
42
|
| Line contains a tab character. |
42
|
| '+' should be on a new line. |
42
|
| Line contains a tab character. |
43
|
com/germinus/easyconf/EasyConf.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - java.util.Hashtable. |
21
|
| Class EasyConf should be declared as final. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
41
|
| Line has trailing spaces. |
46
|
| Line is longer than 80 characters. |
48
|
| Parameter componentName should be final. |
48
|
| Line has trailing spaces. |
60
|
| Line has trailing spaces. |
61
|
| Line has trailing spaces. |
62
|
| Line has trailing spaces. |
70
|
| Line has trailing spaces. |
71
|
| Line has trailing spaces. |
74
|
| Line has trailing spaces. |
78
|
| Line has trailing spaces. |
80
|
| Parameter companyId should be final. |
80
|
| Line is longer than 80 characters. |
81
|
| Parameter componentName should be final. |
81
|
| Line is longer than 80 characters. |
87
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
95
|
| Line has trailing spaces. |
101
|
| Line is longer than 80 characters. |
102
|
| Line has trailing spaces. |
103
|
| Line is longer than 80 characters. |
103
|
| Line has trailing spaces. |
104
|
| Parameter componentName should be final. |
106
|
| Expected @param tag for 'componentName'. |
106
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
110
|
| Line has trailing spaces. |
115
|
| Line is longer than 80 characters. |
116
|
| Line has trailing spaces. |
117
|
| Line is longer than 80 characters. |
117
|
| Line has trailing spaces. |
118
|
com/germinus/easyconf/FileConfigurationChangedReloadingStrategy.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
27
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
35
|
| Line has trailing spaces. |
36
|
| Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter configuration should be final. |
37
|
| Line has trailing spaces. |
41
|
| Method 'setSourceURL' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter url should be final. |
42
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
45
|
| Method 'getSourceURL' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Method 'updateLastModified' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Expected an @return tag. |
60
|
| Method 'hasChanged' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line has trailing spaces. |
74
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Line is longer than 80 characters. |
79
|
| Line contains a tab character. |
84
|
| Line is longer than 80 characters. |
85
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| '+' should be on a new line. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
com/germinus/easyconf/FileURLChangedReloadingStrategy.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
20
|
| Missing a Javadoc comment. |
28
|
| Parameter url should be final. |
28
|
| Missing a Javadoc comment. |
32
|
| Parameter url should be final. |
32
|
| Parameter refreshDelay should be final. |
32
|
| Line has trailing spaces. |
36
|
| Method 'reloadingRequired' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
com/germinus/easyconf/Filter.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
21
|
| Line has trailing spaces. |
23
|
| Class Filter should be declared as final. |
26
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Parameter selectors should be final. |
33
|
| 'selectors' hides a field. |
33
|
| Missing a Javadoc comment. |
36
|
| Parameter variables should be final. |
36
|
| 'variables' hides a field. |
36
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
42
|
| Missing a Javadoc comment. |
43
|
| Parameter first should be final. |
43
|
| Missing a Javadoc comment. |
47
|
| Parameter first should be final. |
47
|
| Parameter second should be final. |
47
|
| Missing a Javadoc comment. |
51
|
| Parameter first should be final. |
51
|
| Parameter second should be final. |
51
|
| Parameter third should be final. |
51
|
| Line has trailing spaces. |
54
|
| Missing a Javadoc comment. |
55
|
| Parameter selectors should be final. |
55
|
| Missing a Javadoc comment. |
59
|
| Parameter var1 should be final. |
59
|
| Parameter value1 should be final. |
59
|
| Line has trailing spaces. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter var1 should be final. |
64
|
| Parameter value1 should be final. |
64
|
| Parameter var2 should be final. |
65
|
| Parameter value2 should be final. |
65
|
| Line has trailing spaces. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter var1 should be final. |
71
|
| Parameter value1 should be final. |
71
|
| Parameter var2 should be final. |
72
|
| Parameter value2 should be final. |
72
|
| Parameter var3 should be final. |
73
|
| Parameter value3 should be final. |
73
|
| Missing a Javadoc comment. |
80
|
| Parameter vars should be final. |
80
|
| Line has trailing spaces. |
85
|
| Missing a Javadoc comment. |
86
|
| Missing a Javadoc comment. |
90
|
| Parameter newVars should be final. |
90
|
| Missing a Javadoc comment. |
94
|
| Missing a Javadoc comment. |
98
|
| Line has trailing spaces. |
101
|
| Missing a Javadoc comment. |
102
|
| Parameter newSelectors should be final. |
102
|
| Line has trailing spaces. |
106
|
| Missing a Javadoc comment. |
107
|
| Unused @throws tag for 'IllegalArgumentException'. |
128
|
| Expected an @return tag. |
130
|
| Parameter n should be final. |
130
|
| Expected @param tag for 'n'. |
130
|
| '<' is not preceded with whitespace. |
131
|
| '<' is not followed by whitespace. |
131
|
| Line is longer than 80 characters. |
132
|
| '+' is not preceded with whitespace. |
132
|
| '+' is not followed by whitespace. |
132
|
| '==' is not preceded with whitespace. |
134
|
| '==' is not followed by whitespace. |
134
|
| Missing a Javadoc comment. |
146
|
com/germinus/easyconf/InvalidPropertyException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
19
|
| Missing a Javadoc comment. |
30
|
| Parameter componentName should be final. |
30
|
| Parameter e should be final. |
30
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| '+' should be on a new line. |
35
|
| Line contains a tab character. |
36
|
| '+' should be on a new line. |
36
|
| Line is longer than 80 characters. |
37
|
| Line contains a tab character. |
37
|
| '+' should be on a new line. |
37
|
| Line contains a tab character. |
38
|
com/germinus/easyconf/JndiURL.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
24
|
| Comment matches to-do format 'TODO:'. |
26
|
| 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
|
| Missing a Javadoc comment. |
38
|
| Parameter jndiPath should be final. |
38
|
| Parameter companyId should be final. |
38
|
| 'companyId' hides a field. |
38
|
| Parameter componentName should be final. |
38
|
| 'componentName' hides a field. |
38
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
51
|
| Parameter sourcePath should be final. |
51
|
| Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Line has trailing spaces. |
63
|
| Line is longer than 80 characters. |
63
|
com/germinus/easyconf/jmx/ComponentConfigurationDynamicMBean.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
77
|
| '{' is followed by whitespace. |
77
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
84
|
| Line has trailing spaces. |
86
|
| Missing a Javadoc comment. |
86
|
| Line contains a tab character. |
87
|
| '+' should be on a new line. |
87
|
| Line contains a tab character. |
88
|
| '+' should be on a new line. |
88
|
| Line contains a tab character. |
89
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Missing a Javadoc comment. |
91
|
| Line contains a tab character. |
92
|
| '+' should be on a new line. |
92
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
95
|
| Line contains a tab character. |
95
|
| Missing a Javadoc comment. |
95
|
| Line contains a tab character. |
96
|
| Line has trailing spaces. |
98
|
| Line contains a tab character. |
98
|
| Missing a Javadoc comment. |
98
|
| Line is longer than 80 characters. |
99
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
101
|
| Missing a Javadoc comment. |
101
|
| Line contains a tab character. |
103
|
| Missing a Javadoc comment. |
103
|
| Line contains a tab character. |
105
|
| Missing a Javadoc comment. |
105
|
| Line contains a tab character. |
107
|
| Missing a Javadoc comment. |
107
|
| Line contains a tab character. |
109
|
| Missing a Javadoc comment. |
109
|
| Line contains a tab character. |
111
|
| Missing a Javadoc comment. |
111
|
| Line contains a tab character. |
113
|
| Missing a Javadoc comment. |
113
|
| First sentence should end with a period. |
115
|
| Line contains a tab character. |
115
|
| Line has trailing spaces. |
116
|
| Line contains a tab character. |
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
|
| Parameter component should be final. |
120
|
| Expected @param tag for 'component'. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| '=' is not preceded with whitespace. |
122
|
| '=' is not followed by whitespace. |
122
|
| Line contains a tab character. |
123
|
| '=' is not preceded with whitespace. |
123
|
| '=' is not followed by whitespace. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| First sentence should end with a period. |
127
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Parameter componentName should be final. |
131
|
| 'componentName' hides a field. |
131
|
| Expected @param tag for 'componentName'. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line is longer than 80 characters. |
134
|
| Line contains a tab character. |
134
|
| Line has trailing spaces. |
135
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| First sentence should end with a period. |
138
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| '{' is not preceded with whitespace. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| First sentence should end with a period. |
146
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line has trailing spaces. |
148
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter attributeName should be final. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line is longer than 80 characters. |
154
|
| Line contains a tab character. |
154
|
| 'if' construct must use '{}'s. |
155
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| 'if' construct must use '{}'s. |
157
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| 'if' construct must use '{}'s. |
159
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| 'else' construct must use '{}'s. |
161
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| First sentence should end with a period. |
165
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line has trailing spaces. |
167
|
| Line contains a tab character. |
167
|
| Line is longer than 80 characters. |
168
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter attribute should be final. |
170
|
| Line is longer than 80 characters. |
171
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| 'if' construct must use '{}'s. |
173
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line is longer than 80 characters. |
175
|
| Line contains a tab character. |
175
|
| 'if' construct must use '{}'s. |
176
|
| Line contains a tab character. |
176
|
| Line is longer than 80 characters. |
177
|
| Line contains a tab character. |
177
|
| 'else' construct must use '{}'s. |
178
|
| Line contains a tab character. |
178
|
| Line is longer than 80 characters. |
179
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| First sentence should end with a period. |
182
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
183
|
| Line has trailing spaces. |
184
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Parameter attributesNames should be final. |
187
|
| Line contains a tab character. |
188
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line is longer than 80 characters. |
195
|
| Line contains a tab character. |
195
|
| Line is longer than 80 characters. |
196
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Must have at least one statement. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Must have at least one statement. |
200
|
| Line contains a tab character. |
201
|
| Must have at least one statement. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
206
|
| First sentence should end with a period. |
208
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| Line has trailing spaces. |
210
|
| Line contains a tab character. |
210
|
| Line is longer than 80 characters. |
211
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Parameter attributes should be final. |
213
|
| Line contains a tab character. |
214
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Must have at least one statement. |
221
|
| Line contains a tab character. |
222
|
| Must have at least one statement. |
222
|
| Line contains a tab character. |
223
|
| Must have at least one statement. |
223
|
| Line contains a tab character. |
224
|
| Must have at least one statement. |
224
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
230
|
| Line has trailing spaces. |
231
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line has trailing spaces. |
241
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line contains a tab character. |
243
|
| Line contains a tab character. |
244
|
| Line contains a tab character. |
245
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Parameter operationName should be final. |
245
|
| Parameter params should be final. |
245
|
| Line is longer than 80 characters. |
246
|
| Line contains a tab character. |
246
|
| Parameter signature should be final. |
246
|
| Line contains a tab character. |
247
|
| Line contains a tab character. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| 'if' construct must use '{}'s. |
252
|
| Line contains a tab character. |
252
|
| Line contains a tab character. |
253
|
| 'if' construct must use '{}'s. |
254
|
| Line contains a tab character. |
254
|
| Line contains a tab character. |
255
|
| 'else' construct must use '{}'s. |
256
|
| Line contains a tab character. |
256
|
| Line is longer than 80 characters. |
257
|
| Line contains a tab character. |
257
|
| Line is longer than 80 characters. |
258
|
| Line contains a tab character. |
258
|
| Line is longer than 80 characters. |
259
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
260
|
| Line contains a tab character. |
261
|
| Line contains a tab character. |
262
|
| Line is longer than 80 characters. |
263
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
269
|
| Missing a Javadoc comment. |
269
|
| Line is longer than 80 characters. |
270
|
| Line contains a tab character. |
270
|
| Line contains a tab character. |
271
|
| Line is longer than 80 characters. |
272
|
| Line contains a tab character. |
272
|
| Line is longer than 80 characters. |
273
|
| Line contains a tab character. |
273
|
| Line contains a tab character. |
274
|
| Line contains a tab character. |
276
|
| Missing a Javadoc comment. |
276
|
| Parameter propertyName should be final. |
276
|
| Line contains a tab character. |
277
|
| Line contains a tab character. |
278
|
| Line contains a tab character. |
280
|
| Missing a Javadoc comment. |
280
|
| Parameter propertyName should be final. |
280
|
| Parameter value should be final. |
280
|
| Line contains a tab character. |
281
|
| Line is longer than 80 characters. |
282
|
| Line contains a tab character. |
282
|
| 'if' construct must use '{}'s. |
283
|
| Line contains a tab character. |
283
|
| Line contains a tab character. |
284
|
| Line contains a tab character. |
285
|
| Line is longer than 80 characters. |
286
|
| Line contains a tab character. |
286
|
| Line is longer than 80 characters. |
287
|
| Line contains a tab character. |
287
|
| Line contains a tab character. |
288
|
| Line contains a tab character. |
289
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Line has trailing spaces. |
294
|
| Line contains a tab character. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| Line contains a tab character. |
297
|
| Method 'getMBeanInfo' is not designed for extension - needs to be abstract, final or empty. |
297
|
| Line is longer than 80 characters. |
298
|
| Line contains a tab character. |
298
|
| Line contains a tab character. |
299
|
| Line is longer than 80 characters. |
300
|
| Line contains a tab character. |
300
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Line has trailing spaces. |
305
|
| Line contains a tab character. |
305
|
| Line contains a tab character. |
306
|
| Line contains a tab character. |
307
|
| Line contains a tab character. |
308
|
| Method 'getAttributeInfo' is not designed for extension - needs to be abstract, final or empty. |
308
|
| Line contains a tab character. |
309
|
| Line contains a tab character. |
310
|
| Line contains a tab character. |
311
|
| Line contains a tab character. |
312
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Line contains a tab character. |
315
|
| Line is longer than 80 characters. |
316
|
| Line contains a tab character. |
316
|
| Line contains a tab character. |
317
|
| Line is longer than 80 characters. |
318
|
| Line contains a tab character. |
318
|
| Line is longer than 80 characters. |
319
|
| Line contains a tab character. |
319
|
| Line is longer than 80 characters. |
320
|
| Line contains a tab character. |
320
|
| Line is longer than 80 characters. |
321
|
| Line contains a tab character. |
321
|
| Line contains a tab character. |
322
|
| Line contains a tab character. |
323
|
| Line is longer than 80 characters. |
324
|
| Line contains a tab character. |
324
|
| Line is longer than 80 characters. |
325
|
| Line contains a tab character. |
325
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
327
|
| Line contains a tab character. |
328
|
| Line contains a tab character. |
329
|
| Line contains a tab character. |
331
|
| Line contains a tab character. |
332
|
| Line has trailing spaces. |
333
|
| Line contains a tab character. |
333
|
| Line contains a tab character. |
334
|
| Line contains a tab character. |
335
|
| Line contains a tab character. |
336
|
| Method 'getOperationInfo' is not designed for extension - needs to be abstract, final or empty. |
336
|
| Line contains a tab character. |
337
|
| Line contains a tab character. |
338
|
| Line is longer than 80 characters. |
339
|
| Line contains a tab character. |
339
|
| Line is longer than 80 characters. |
340
|
| Line contains a tab character. |
340
|
| Line contains a tab character. |
341
|
| Line is longer than 80 characters. |
342
|
| Line contains a tab character. |
342
|
| '{' is followed by whitespace. |
342
|
| Line is longer than 80 characters. |
343
|
| Line contains a tab character. |
343
|
| Line is longer than 80 characters. |
344
|
| Line contains a tab character. |
344
|
| Line is longer than 80 characters. |
345
|
| Line contains a tab character. |
345
|
| Line contains a tab character. |
346
|
| Line is longer than 80 characters. |
347
|
| Line contains a tab character. |
347
|
| Line is longer than 80 characters. |
348
|
| Line contains a tab character. |
348
|
| Line contains a tab character. |
349
|
| Line is longer than 80 characters. |
350
|
| Line contains a tab character. |
350
|
| Line is longer than 80 characters. |
351
|
| Line contains a tab character. |
351
|
| Line is longer than 80 characters. |
352
|
| Line contains a tab character. |
352
|
| Line is longer than 80 characters. |
353
|
| Line contains a tab character. |
353
|
| Line is longer than 80 characters. |
354
|
| Line contains a tab character. |
354
|
| Line is longer than 80 characters. |
355
|
| Line contains a tab character. |
355
|
| Line is longer than 80 characters. |
356
|
| Line contains a tab character. |
356
|
| Line is longer than 80 characters. |
357
|
| Line contains a tab character. |
357
|
| Line is longer than 80 characters. |
358
|
| Line contains a tab character. |
358
|
| Line is longer than 80 characters. |
359
|
| Line contains a tab character. |
359
|
| Line contains a tab character. |
360
|
| Line is longer than 80 characters. |
361
|
| Line contains a tab character. |
361
|
| Line is longer than 80 characters. |
362
|
| Line contains a tab character. |
362
|
| Line contains a tab character. |
364
|
| Line contains a tab character. |
365
|
| Line contains a tab character. |
366
|
| Line contains a tab character. |
368
|
| Line contains a tab character. |
369
|
| Line has trailing spaces. |
370
|
| Line contains a tab character. |
370
|
| Line contains a tab character. |
371
|
| Line contains a tab character. |
372
|
| Line contains a tab character. |
373
|
| Method 'getConsturctorsInfo' is not designed for extension - needs to be abstract, final or empty. |
373
|
| Line contains a tab character. |
374
|
| Line contains a tab character. |
375
|
| Line contains a tab character. |
376
|
| Line contains a tab character. |
377
|
| Line contains a tab character. |
378
|
| '{' is followed by whitespace. |
378
|
| Line contains a tab character. |
379
|
| Must have at least one statement. |
379
|
| Line contains a tab character. |
380
|
| Line is longer than 80 characters. |
381
|
| Line contains a tab character. |
381
|
| '{' is followed by whitespace. |
381
|
| Line is longer than 80 characters. |
382
|
| Line contains a tab character. |
382
|
| Line contains a tab character. |
383
|
| Line contains a tab character. |
384
|
| Line contains a tab character. |
385
|
| Line contains a tab character. |
387
|
| Line contains a tab character. |
388
|
| Line has trailing spaces. |
389
|
| Line contains a tab character. |
389
|
| Line contains a tab character. |
390
|
| Line contains a tab character. |
391
|
| Line contains a tab character. |
392
|
| Method 'getComponentConfiguration' is not designed for extension - needs to be abstract, final or empty. |
392
|
| Line contains a tab character. |
393
|
| Line contains a tab character. |
394
|
| Line contains a tab character. |
396
|
| Line contains a tab character. |
397
|
| Line contains a tab character. |
398
|
| Line contains a tab character. |
399
|
| Line contains a tab character. |
400
|
| Method 'setComponentConfiguration' is not designed for extension - needs to be abstract, final or empty. |
400
|
| Line contains a tab character. |
401
|
| Parameter componentConfiguration should be final. |
401
|
| 'componentConfiguration' hides a field. |
401
|
| Line contains a tab character. |
402
|
| Line contains a tab character. |
403
|
| Line contains a tab character. |
405
|
| Missing a Javadoc comment. |
405
|
| Parameter property should be final. |
405
|
| 'if' construct must use '{}'s. |
406
|
| Line is longer than 80 characters. |
406
|
| Line contains a tab character. |
406
|
| Line contains a tab character. |
407
|
| 'if' construct must use '{}'s. |
408
|
| Line contains a tab character. |
408
|
| Line contains a tab character. |
409
|
| Line contains a tab character. |
410
|
| Line contains a tab character. |
411
|
com/germinus/easyconf/jmx/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/germinus/easyconf/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/germinus/easyconf/servlet/RefreshConfigurationServlet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
35
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
48
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter request should be final. |
48
|
| Parameter response should be final. |
48
|
| Line has trailing spaces. |
59
|
| Line is longer than 80 characters. |
59
|
| Method 'writeSuccessResponse' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter response should be final. |
59
|
| Parameter componentName should be final. |
59
|
| Line contains a tab character. |
60
|
| Line is longer than 80 characters. |
63
|
| Line has trailing spaces. |
74
|
com/germinus/easyconf/servlet/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/germinus/easyconf/struts/RefreshConfigurationAction.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - org.apache.struts.action.*. |
18
|
| Missing a Javadoc comment. |
32
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter mapping should be final. |
34
|
| Parameter form should be final. |
35
|
| Parameter req should be final. |
36
|
| Line is longer than 80 characters. |
37
|
| Parameter response should be final. |
37
|
com/germinus/easyconf/struts/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/germinus/easyconf/taglib/ConfigurationObjectTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
25
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
41
|
| Variable 'id' must be private and have accessor methods. |
41
|
| Missing a Javadoc comment. |
42
|
| Variable 'component' must be private and have accessor methods. |
42
|
| Missing a Javadoc comment. |
43
|
| Variable 'type' must be private and have accessor methods. |
43
|
| Expected an @return tag. |
48
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter id should be final. |
52
|
| 'id' hides a field. |
52
|
| Expected an @return tag. |
59
|
| Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter component should be final. |
63
|
| 'component' hides a field. |
63
|
| Expected an @return tag. |
70
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter type should be final. |
74
|
| 'type' hides a field. |
74
|
| First sentence should end with a period. |
78
|
| Expected an @return tag. |
83
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Expected an @return tag. |
95
|
| Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Expected an @return tag. |
106
|
| Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Line contains a tab character. |
108
|
| Line has trailing spaces. |
109
|
| Line is longer than 80 characters. |
111
|
| '+' should be on a new line. |
111
|
| Line contains a tab character. |
112
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
com/germinus/easyconf/taglib/ConfigurationObjectTei.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
22
|
| Line has trailing spaces. |
24
|
| Expected an @return tag. |
32
|
| Method 'getVariableInfo' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Parameter data should be final. |
32
|
| Expected @param tag for 'data'. |
32
|
| 'cast' is not followed by whitespace. |
34
|
| ')' is preceded with whitespace. |
40
|
com/germinus/easyconf/taglib/PropertyTag.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| First sentence should end with a period. |
31
|
| Line has trailing spaces. |
51
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
55
|
| Missing a Javadoc comment. |
55
|
| Line contains a tab character. |
57
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
59
|
| Variable 'id' must be private and have accessor methods. |
59
|
| Missing a Javadoc comment. |
60
|
| Variable 'component' must be private and have accessor methods. |
60
|
| Missing a Javadoc comment. |
61
|
| Variable 'property' must be private and have accessor methods. |
61
|
| Missing a Javadoc comment. |
62
|
| Variable 'type' must be private and have accessor methods. |
62
|
| Missing a Javadoc comment. |
63
|
| Variable 'selector1' must be private and have accessor methods. |
63
|
| Missing a Javadoc comment. |
64
|
| Variable 'selector2' must be private and have accessor methods. |
64
|
| Missing a Javadoc comment. |
65
|
| Variable 'selector3' must be private and have accessor methods. |
65
|
| Missing a Javadoc comment. |
66
|
| Variable 'selector4' must be private and have accessor methods. |
66
|
| Line has trailing spaces. |
67
|
| Missing a Javadoc comment. |
67
|
| Variable 'selector5' must be private and have accessor methods. |
67
|
| Missing a Javadoc comment. |
68
|
| Variable 'defaultValue' must be private and have accessor methods. |
68
|
| Missing a Javadoc comment. |
69
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Missing a Javadoc comment. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
77
|
| Expected an @return tag. |
80
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter id should be final. |
84
|
| 'id' hides a field. |
84
|
| Expected an @return tag. |
91
|
| Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter component should be final. |
95
|
| 'component' hides a field. |
95
|
| Expected an @return tag. |
102
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| Parameter property should be final. |
106
|
| 'property' hides a field. |
106
|
| Expected an @return tag. |
113
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter type should be final. |
123
|
| 'type' hides a field. |
123
|
| Expected @param tag for 'type'. |
123
|
| Expected an @return tag. |
133
|
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. |
133
|
| First sentence should end with a period. |
137
|
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Parameter defaultValue should be final. |
141
|
| 'defaultValue' hides a field. |
141
|
| Expected @param tag for 'defaultValue'. |
141
|
| Line has trailing spaces. |
145
|
| Expected an @return tag. |
149
|
| Method 'getSelector1' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Method 'setSelector1' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter selector1 should be final. |
152
|
| 'selector1' hides a field. |
152
|
| Line has trailing spaces. |
155
|
| Expected an @return tag. |
159
|
| Method 'getSelector2' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Method 'setSelector2' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| Parameter selector2 should be final. |
162
|
| 'selector2' hides a field. |
162
|
| Expected an @return tag. |
169
|
| Method 'getSelector3' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Method 'setSelector3' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Parameter selector3 should be final. |
172
|
| 'selector3' hides a field. |
172
|
| Expected an @return tag. |
179
|
| Method 'getSelector4' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Method 'setSelector4' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Missing a Javadoc comment. |
182
|
| Parameter selector4 should be final. |
182
|
| 'selector4' hides a field. |
182
|
| Expected an @return tag. |
189
|
| Method 'getSelector5' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Method 'setSelector5' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter selector5 should be final. |
192
|
| 'selector5' hides a field. |
192
|
| Line has trailing spaces. |
195
|
| Missing a Javadoc comment. |
196
|
| Line has trailing spaces. |
216
|
| First sentence should end with a period. |
217
|
| Expected an @return tag. |
222
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Expected an @return tag. |
234
|
| Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. |
234
|
| Expected an @return tag. |
245
|
| Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Line has trailing spaces. |
247
|
| Line contains a tab character. |
249
|
| Line has trailing spaces. |
252
|
| Line is longer than 80 characters. |
254
|
| Missing a Javadoc comment. |
263
|
| Parameter conf should be final. |
263
|
| Line is longer than 80 characters. |
268
|
| Line is longer than 80 characters. |
270
|
| Line is longer than 80 characters. |
273
|
| '+' is not followed by whitespace. |
294
|
| Missing a Javadoc comment. |
301
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
305
|
| Missing a Javadoc comment. |
305
|
com/germinus/easyconf/taglib/PropertyTei.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
24
|
| Line has trailing spaces. |
26
|
| Expected an @return tag. |
34
|
| Method 'getVariableInfo' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Parameter data should be final. |
34
|
| Expected @param tag for 'data'. |
34
|
| 'cast' is not followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
45
|
com/germinus/easyconf/taglib/package.html
Error | Line |
| Missing package documentation file. | 0 |