Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
39 | 0 | 0 | 799 |
Files
org/reactive/beans/factory/config/AbstractPlaceholder.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
| Missing a Javadoc comment. |
28
|
| Variable 'type' must be private and have accessor methods. |
28
|
| Missing a Javadoc comment. |
29
|
| Variable 'key' must be private and have accessor methods. |
29
|
| Line is longer than 80 characters. |
32
|
| Parameter value should be final. |
36
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter value should be final. |
54
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
59
|
| Parameter value should be final. |
61
|
org/reactive/beans/factory/config/AbstractPlaceholderEvaluator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
37
|
| Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Parameter placeholder should be final. |
46
|
| '}' should be on the same line. |
49
|
| '}' should be on the same line. |
52
|
| '}' should be on the same line. |
55
|
| '}' should be on the same line. |
58
|
| '}' should be on the same line. |
61
|
| '}' should be on the same line. |
64
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
75
|
| 'protected' modifier out of order with the JLS suggestions. |
77
|
| Parameter placeholder should be final. |
77
|
| Line is longer than 80 characters. |
81
|
| 'protected' modifier out of order with the JLS suggestions. |
83
|
| Parameter placeholder should be final. |
83
|
| Line is longer than 80 characters. |
87
|
| 'protected' modifier out of order with the JLS suggestions. |
89
|
| Parameter placeholder should be final. |
89
|
| Line is longer than 80 characters. |
93
|
| 'protected' modifier out of order with the JLS suggestions. |
95
|
| Parameter placeholder should be final. |
95
|
| Line is longer than 80 characters. |
99
|
| 'protected' modifier out of order with the JLS suggestions. |
101
|
| Parameter placeholder should be final. |
101
|
| Line is longer than 80 characters. |
105
|
| 'protected' modifier out of order with the JLS suggestions. |
107
|
| Parameter placeholder should be final. |
107
|
| Line is longer than 80 characters. |
111
|
| 'protected' modifier out of order with the JLS suggestions. |
113
|
| Parameter placeholder should be final. |
113
|
org/reactive/beans/factory/config/ConfigurationPlaceholderProcessor.java
Error | Line |
| Line does not match expected header line of ' Apache License'. |
1
|
| Using the '.*' form of import should be avoided - org.springframework.beans.factory.config.*. |
19
|
| Using the '.*' form of import should be avoided - java.util.*. |
30
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
43
|
| First sentence should end with a period. |
44
|
| Line is longer than 80 characters. |
44
|
| First sentence should end with a period. |
46
|
| First sentence should end with a period. |
48
|
| First sentence should end with a period. |
50
|
| Variable 'placeholderEvaluator' must be private and have accessor methods. |
51
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
53
|
| Variable 'placeholderMatcher' must be private and have accessor methods. |
53
|
| Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter order should be final. |
59
|
| 'order' hides a field. |
59
|
| Method 'getBeanName' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Method 'setBeanName' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter beanName should be final. |
67
|
| 'beanName' hides a field. |
67
|
| Method 'getBeanFactory' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Method 'setBeanFactory' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter beanFactory should be final. |
75
|
| 'beanFactory' hides a field. |
75
|
| Redundant throws: 'BeansException' is unchecked exception. |
76
|
| Line is longer than 80 characters. |
81
|
| Method 'getPlaceholderEvaluator' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
92
|
| Method 'setPlaceholderEvaluator' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter placeholderEvaluator should be final. |
92
|
| 'placeholderEvaluator' hides a field. |
92
|
| Line is longer than 80 characters. |
97
|
| Method 'getPlaceholderMatcher' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Line is longer than 80 characters. |
105
|
| Unused @param tag for 'placeholderEvaluator'. |
106
|
| Method 'setPlaceholderMatcher' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter placeholderMatcher should be final. |
108
|
| 'placeholderMatcher' hides a field. |
108
|
| Expected @param tag for 'placeholderMatcher'. |
108
|
| Line is longer than 80 characters. |
113
|
| Line is longer than 80 characters. |
114
|
| Line is longer than 80 characters. |
116
|
| Line is longer than 80 characters. |
118
|
| Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter configurableListableBeanFactory should be final. |
118
|
| Redundant throws: 'BeansException' is unchecked exception. |
119
|
| Line is longer than 80 characters. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line is longer than 80 characters. |
125
|
| Line contains a tab character. |
125
|
| Line is longer than 80 characters. |
126
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| '}' should be on the same line. |
130
|
| Line contains a tab character. |
131
|
| Line is longer than 80 characters. |
132
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line is longer than 80 characters. |
139
|
| Method 'processBeanDefinition' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter beanDefinition should be final. |
142
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
150
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line is longer than 80 characters. |
152
|
| Line contains a tab character. |
152
|
| Line is longer than 80 characters. |
153
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line is longer than 80 characters. |
161
|
| Method 'processPropertyValues' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Parameter mutablePropertyValues should be final. |
161
|
| Line is longer than 80 characters. |
162
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line is longer than 80 characters. |
168
|
| Line contains a tab character. |
168
|
| Line is longer than 80 characters. |
171
|
| Line contains a tab character. |
171
|
| Line is longer than 80 characters. |
172
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line is longer than 80 characters. |
181
|
| Method 'processConstructorArgumentValues' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Parameter genericArgumentValues should be final. |
181
|
| Line is longer than 80 characters. |
184
|
| Line contains a tab character. |
184
|
| Line is longer than 80 characters. |
186
|
| Line contains a tab character. |
186
|
| Line is longer than 80 characters. |
189
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Method 'processValue' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Parameter value should be final. |
200
|
| '}' should be on the same line. |
203
|
| Line is longer than 80 characters. |
205
|
| Line is longer than 80 characters. |
207
|
| Line is longer than 80 characters. |
209
|
| 'if' construct must use '{}'s. |
210
|
| Line is longer than 80 characters. |
211
|
| '}' should be on the same line. |
216
|
| '}' should be on the same line. |
219
|
| '}' should be on the same line. |
222
|
| '}' should be on the same line. |
225
|
| '}' should be on the same line. |
228
|
| Line is longer than 80 characters. |
230
|
| Line is longer than 80 characters. |
237
|
| Line is longer than 80 characters. |
238
|
| Line is longer than 80 characters. |
239
|
| Line is longer than 80 characters. |
241
|
| Method 'processString' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Parameter value should be final. |
243
|
| 'placeholderMatcher' hides a field. |
245
|
| 'if' construct must use '{}'s. |
249
|
| Line is longer than 80 characters. |
252
|
| Line is longer than 80 characters. |
253
|
| 'if' construct must use '{}'s. |
260
|
| Line is longer than 80 characters. |
266
|
| 'if' construct must use '{}'s. |
267
|
| Line is longer than 80 characters. |
268
|
| Line is longer than 80 characters. |
270
|
| 'if' construct must use '{}'s. |
276
|
| '}' should be on the same line. |
280
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
293
|
| Line contains a tab character. |
294
|
| Method 'processList' is not designed for extension - needs to be abstract, final or empty. |
294
|
| Parameter listValue should be final. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| Line contains a tab character. |
298
|
| Line is longer than 80 characters. |
300
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Line contains a tab character. |
305
|
| Line contains a tab character. |
311
|
| Method 'processSet' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Parameter setValue should be final. |
311
|
| Line is longer than 80 characters. |
312
|
| Line contains a tab character. |
312
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
315
|
| Line is longer than 80 characters. |
317
|
| Line contains a tab character. |
318
|
| Line contains a tab character. |
319
|
| Line contains a tab character. |
320
|
| Line contains a tab character. |
321
|
| Line contains a tab character. |
322
|
| Line contains a tab character. |
323
|
| Line contains a tab character. |
325
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
328
|
| Line contains a tab character. |
329
|
| Method 'processMap' is not designed for extension - needs to be abstract, final or empty. |
329
|
| Parameter mapValue should be final. |
329
|
| Line is longer than 80 characters. |
330
|
| Line contains a tab character. |
330
|
| Line contains a tab character. |
333
|
| Line is longer than 80 characters. |
335
|
| Line contains a tab character. |
335
|
| Line contains a tab character. |
337
|
| Line contains a tab character. |
340
|
| Line contains a tab character. |
341
|
| Line contains a tab character. |
342
|
| Line is longer than 80 characters. |
345
|
| Line contains a tab character. |
345
|
| Line contains a tab character. |
346
|
| Line contains a tab character. |
347
|
| Line contains a tab character. |
348
|
| Line contains a tab character. |
349
|
org/reactive/beans/factory/config/DefaultPlaceholder.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - java.util.List. |
23
|
| Unused import - java.util.Set. |
24
|
| Unused import - java.util.Map. |
25
|
| Unused import - java.util.Properties. |
26
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
55
|
| Variable 'typeSeperator' must be private and have accessor methods. |
55
|
| Missing a Javadoc comment. |
57
|
| Parameter value should be final. |
57
|
| Method 'getTypeSeperator' is not designed for extension - needs to be abstract, final or empty. |
65
|
| 'if' construct must use '{}'s. |
66
|
| Method 'setTypeSeperator' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter typeSeperator should be final. |
76
|
| 'typeSeperator' hides a field. |
76
|
| Method 'determineType' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter value should be final. |
80
|
| Line is longer than 80 characters. |
83
|
| 'if' construct must use '{}'s. |
84
|
| Line is longer than 80 characters. |
89
|
| '}' should be on the same line. |
93
|
| Line is longer than 80 characters. |
95
|
| Method 'determineKey' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter value should be final. |
102
|
| Line is longer than 80 characters. |
105
|
| 'if' construct must use '{}'s. |
106
|
| Line is longer than 80 characters. |
109
|
org/reactive/beans/factory/config/DefaultPlaceholderMatcher.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
34
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| Variable 'placeholderRegex' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Variable 'value' must be private and have accessor methods. |
42
|
| Missing a Javadoc comment. |
43
|
| Variable 'pattern' must be private and have accessor methods. |
43
|
| Missing a Javadoc comment. |
44
|
| Variable 'matcher' must be private and have accessor methods. |
44
|
| Missing a Javadoc comment. |
45
|
| Variable 'placeholderPresent' must be private and have accessor methods. |
45
|
| First sentence should end with a period. |
46
|
| Line is longer than 80 characters. |
46
|
| Variable 'multiplePlaceholdersPresent' must be private and have accessor methods. |
47
|
| Missing a Javadoc comment. |
48
|
| Variable 'placeholder' must be private and have accessor methods. |
48
|
| Missing a Javadoc comment. |
49
|
| Variable 'proceedingTextBeginIndex' must be private and have accessor methods. |
49
|
| Missing a Javadoc comment. |
50
|
| Variable 'proceedingText' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
51
|
| Variable 'trailingText' must be private and have accessor methods. |
51
|
| Method 'getPlaceholderRegex' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Method 'setPlaceholderRegex' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter placeholderRegex should be final. |
65
|
| 'placeholderRegex' hides a field. |
65
|
| Method 'getPlaceholderPrefix' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Method 'setPlaceholderPrefix' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter placeholderPrefix should be final. |
73
|
| 'placeholderPrefix' hides a field. |
73
|
| Method 'getPlaceholderSuffix' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Method 'setPlaceholderSuffix' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter placeholderSuffix should be final. |
81
|
| 'placeholderSuffix' hides a field. |
81
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter value should be final. |
89
|
| 'value' hides a field. |
89
|
| Method 'isPlaceholderPresent' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Method 'isMultiplePlaceholdersPresent' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Missing a Javadoc comment. |
114
|
| Method 'next' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Line is longer than 80 characters. |
125
|
| 'if' construct must use '{}'s. |
129
|
| Line is longer than 80 characters. |
130
|
| 'if' construct must use '{}'s. |
135
|
| Line is longer than 80 characters. |
136
|
| Line is longer than 80 characters. |
138
|
| '}' should be on the same line. |
140
|
| Line is longer than 80 characters. |
150
|
| Method 'stripPlaceholderWrappers' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Parameter placeholderText should be final. |
154
|
| Line is longer than 80 characters. |
155
|
| Method 'getProceedingText' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Missing a Javadoc comment. |
158
|
| Method 'getTrailingText' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
org/reactive/beans/factory/config/InvalidPlaceholderException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
25
|
| Missing a Javadoc comment. |
30
|
| Parameter s should be final. |
30
|
| Missing a Javadoc comment. |
34
|
| Parameter s should be final. |
34
|
| Parameter throwable should be final. |
34
|
org/reactive/beans/factory/config/Placeholder.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
35
|
org/reactive/beans/factory/config/PlaceholderEvaluator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
org/reactive/beans/factory/config/PlaceholderMatcher.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
48
|
| First sentence should end with a period. |
54
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
70
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
73
|
org/reactive/beans/factory/config/commons/CommonsPlaceholderEvaluator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - org.reactive.beans.factory.config.PlaceholderEvaluator. |
19
|
| Using the '.*' form of import should be avoided - java.util.*. |
26
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
37
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
37
|
| Missing a Javadoc comment. |
39
|
| Variable 'configuration' must be private and have accessor methods. |
39
|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter configuration should be final. |
45
|
| 'configuration' hides a field. |
45
|
| Method 'evaluateString' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter placeholder should be final. |
49
|
| Method 'evaluateArray' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter placeholder should be final. |
53
|
| Method 'evaluateList' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter placeholder should be final. |
57
|
| Method 'evaluateSet' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter placeholder should be final. |
61
|
| 'if' construct must use '{}'s. |
68
|
| Line is longer than 80 characters. |
69
|
| Method 'evaluateMap' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter placeholder should be final. |
75
|
| Method 'evaluateProperties' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter placeholder should be final. |
80
|
| Method 'evaluateObject' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter placeholder should be final. |
84
|
org/reactive/beans/factory/config/commons/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/reactive/beans/factory/config/jfig/JFigPlaceholderEvaluator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - org.reactive.beans.factory.config.PlaceholderEvaluator. |
19
|
| Unused import - org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator. |
23
|
| Unused import - org.apache.commons.configuration.Configuration. |
24
|
| Using the '.*' form of import should be avoided - java.util.*. |
29
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
41
|
| Missing a Javadoc comment. |
41
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
41
|
| Missing a Javadoc comment. |
43
|
| Variable 'configuration' must be private and have accessor methods. |
43
|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter configuration should be final. |
49
|
| 'configuration' hides a field. |
49
|
| Method 'evaluateString' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter placeholder should be final. |
53
|
| Line is longer than 80 characters. |
56
|
| Method 'evaluateArray' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter placeholder should be final. |
59
|
| Line is longer than 80 characters. |
62
|
| Method 'evaluateList' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter placeholder should be final. |
65
|
| Method 'evaluateSet' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter placeholder should be final. |
80
|
| Method 'evaluateMap' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter placeholder should be final. |
95
|
| Line is longer than 80 characters. |
96
|
| Method 'evaluateProperties' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Parameter placeholder should be final. |
99
|
| Line is longer than 80 characters. |
100
|
| Method 'evaluateObject' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Parameter placeholder should be final. |
103
|
| Line is longer than 80 characters. |
108
|
| Missing a Javadoc comment. |
113
|
| Missing a Javadoc comment. |
115
|
| Variable 'section' must be private and have accessor methods. |
115
|
| Missing a Javadoc comment. |
116
|
| Variable 'key' must be private and have accessor methods. |
116
|
| Line is longer than 80 characters. |
120
|
| Parameter originalKey should be final. |
122
|
| 'if' construct must use '{}'s. |
126
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
130
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Line is longer than 80 characters. |
142
|
| Expected an @return tag. |
145
|
| Method 'getSection' is not designed for extension - needs to be abstract, final or empty. |
145
|
org/reactive/beans/factory/config/jfig/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/reactive/beans/factory/config/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/reactive/beans/factory/config/properties/PropertiesPlaceholderEvaluator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - org.reactive.beans.factory.config.*. |
21
|
| Unused import - org.springframework.beans.factory.BeanInitializationException. |
22
|
| Unused import - org.springframework.beans.factory.InitializingBean. |
23
|
| Unused import - org.springframework.core.io.Resource. |
24
|
| Unused import - org.springframework.util.DefaultPropertiesPersister. |
25
|
| Unused import - org.springframework.util.PropertiesPersister. |
26
|
| Unused import - java.io.IOException. |
28
|
| Unused import - java.io.InputStream. |
29
|
| Unused import - java.io.InputStreamReader. |
30
|
| Unused import - java.util.Enumeration. |
31
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
50
|
| Variable 'logger' must be private and have accessor methods. |
50
|
| Line contains a tab character. |
52
|
| Missing a Javadoc comment. |
52
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter properties should be final. |
58
|
| 'properties' hides a field. |
58
|
| Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter placeholder should be final. |
62
|
| '}' should be on the same line. |
65
|
| Line is longer than 80 characters. |
67
|
org/reactive/beans/factory/config/properties/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/reactive/configuration/CommonsConfigurationFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
64
|
| Method 'setConfigurationResource' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter resource should be final. |
66
|
org/reactive/configuration/CommonsConfigurationFactoryBean.java
Error | Line |
| Line does not match expected header line of ' Apache License'. |
1
|
| Using the '.*' form of import should be avoided - org.apache.commons.configuration.*. |
5
|
| Unused import - java.util.List. |
9
|
| Line is longer than 80 characters. |
15
|
| Line is longer than 80 characters. |
16
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
48
|
| Line is longer than 80 characters. |
67
|
| Method 'setJndiPrefix' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter jndiPrefix should be final. |
75
|
| 'jndiPrefix' hides a field. |
75
|
| First sentence should end with a period. |
79
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
81
|
| Method 'setJNDIConfigurationEnabled' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter JNDIConfigurationEnabled should be final. |
83
|
| Name 'JNDIConfigurationEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
83
|
| Line is longer than 80 characters. |
89
|
| Method 'setPropertiesResources' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter propertiesResources should be final. |
91
|
| 'propertiesResources' hides a field. |
91
|
| Line is longer than 80 characters. |
97
|
| Method 'setXmlResources' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter xmlResources should be final. |
99
|
| 'xmlResources' hides a field. |
99
|
| Line is longer than 80 characters. |
105
|
| Method 'setXmlPropertiesResources' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter xmlPropertiesResources should be final. |
107
|
| 'xmlPropertiesResources' hides a field. |
107
|
| Line is longer than 80 characters. |
112
|
| Line is longer than 80 characters. |
113
|
| Line is longer than 80 characters. |
116
|
| Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Line is longer than 80 characters. |
148
|
| Line is longer than 80 characters. |
150
|
| Parameter compositeConfiguration should be final. |
150
|
| '{' should be on the previous line. |
152
|
| 'if' construct must use '{}'s. |
153
|
| Line has trailing spaces. |
155
|
| 'if' construct must use '{}'s. |
160
|
| Line is longer than 80 characters. |
161
|
| Line is longer than 80 characters. |
168
|
| Line is longer than 80 characters. |
172
|
| Line is longer than 80 characters. |
180
|
| Line is longer than 80 characters. |
182
|
| Line is longer than 80 characters. |
184
|
| Parameter compositeConfiguration should be final. |
184
|
| '{' should be on the previous line. |
186
|
| 'if' construct must use '{}'s. |
187
|
| Line is longer than 80 characters. |
190
|
| 'if' construct must use '{}'s. |
194
|
| Line is longer than 80 characters. |
195
|
| Line is longer than 80 characters. |
198
|
| Line is longer than 80 characters. |
202
|
| Line is longer than 80 characters. |
206
|
| Line is longer than 80 characters. |
215
|
| Line is longer than 80 characters. |
217
|
| Line is longer than 80 characters. |
219
|
| Parameter compositeConfiguration should be final. |
219
|
| '{' should be on the previous line. |
221
|
| 'if' construct must use '{}'s. |
222
|
| Line is longer than 80 characters. |
225
|
| 'if' construct must use '{}'s. |
229
|
| Line is longer than 80 characters. |
230
|
| Line is longer than 80 characters. |
233
|
| Line is longer than 80 characters. |
237
|
| Line is longer than 80 characters. |
241
|
org/reactive/configuration/ConfigurationFactoryException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
25
|
| Missing a Javadoc comment. |
30
|
| Parameter s should be final. |
30
|
| Missing a Javadoc comment. |
34
|
| Parameter s should be final. |
34
|
| Parameter throwable should be final. |
34
|
org/reactive/configuration/JFigConfigurationFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
27
|
| Comment matches to-do format 'TODO:'. |
29
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Method 'getConfigLocation' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Method 'setConfigLocation' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter configLocation should be final. |
45
|
| 'configLocation' hides a field. |
45
|
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
55
|
| Method 'getFixedFileName' is not designed for extension - needs to be abstract, final or empty. |
57
|
| 'if' construct must use '{}'s. |
58
|
| 'else' construct must use '{}'s. |
60
|
| Method 'setFileName' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter fileName should be final. |
64
|
| 'fileName' hides a field. |
64
|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
96
|
| Line is longer than 80 characters. |
98
|
org/reactive/configuration/PropertiesConfigurationFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - org.springframework.core.io.ClassPathResource. |
20
|
| Unused import - org.springframework.core.io.FileSystemResource. |
21
|
| Using the '.*' form of import should be avoided - org.igfay.jfig.*. |
26
|
| Unused import - org.reactive.beans.factory.config.PlaceholderEvaluator. |
27
|
| Unused import - org.reactive.beans.factory.config.Placeholder. |
28
|
| Unused import - org.reactive.beans.factory.config.InvalidPlaceholderException. |
29
|
| Unused import - org.reactive.beans.factory.config.DefaultPlaceholder. |
30
|
| Line is longer than 80 characters. |
31
|
| Unused import - org.reactive.beans.factory.config.properties.PropertiesPlaceholderEvaluator. |
31
|
| Line is longer than 80 characters. |
44
|
| Comment matches to-do format 'TODO:'. |
46
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
60
|
| Missing a Javadoc comment. |
60
|
| Variable 'logger' must be private and have accessor methods. |
60
|
| Line contains a tab character. |
62
|
| Missing a Javadoc comment. |
62
|
| Line contains a tab character. |
64
|
| Missing a Javadoc comment. |
64
|
| Line contains a tab character. |
66
|
| Missing a Javadoc comment. |
66
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
68
|
| Missing a Javadoc comment. |
68
|
| Line contains a tab character. |
70
|
| Missing a Javadoc comment. |
70
|
| Missing a Javadoc comment. |
72
|
| Line contains a tab character. |
74
|
| Line is longer than 80 characters. |
75
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter properties should be final. |
81
|
| 'properties' hides a field. |
81
|
| Expected @param tag for 'properties'. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter location should be final. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Method 'setLocations' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter locations should be final. |
97
|
| 'locations' hides a field. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Method 'setFileEncoding' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter encoding should be final. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| 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 is longer than 80 characters. |
115
|
| Line contains a tab character. |
115
|
| Method 'setPropertiesPersister' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter propertiesPersister should be final. |
115
|
| 'propertiesPersister' hides a field. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Method 'setIgnoreResourceNotFound' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter ignoreResourceNotFound should be final. |
124
|
| 'ignoreResourceNotFound' hides a field. |
124
|
| Expected @param tag for 'ignoreResourceNotFound'. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
130
|
| Line is longer than 80 characters. |
131
|
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Redundant throws: 'Exception' is unchecked exception. |
134
|
| Line contains a tab character. |
137
|
| Line is longer than 80 characters. |
138
|
| Line contains a tab character. |
138
|
| Line is longer than 80 characters. |
139
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line is longer than 80 characters. |
141
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line is longer than 80 characters. |
152
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line is longer than 80 characters. |
155
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| '}' should be on the same line. |
156
|
| Line contains a tab character. |
157
|
| Line is longer than 80 characters. |
158
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| '}' should be on the same line. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| '}' should be on the same line. |
164
|
| Line contains a tab character. |
165
|
| Line is longer than 80 characters. |
166
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line is longer than 80 characters. |
169
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| '}' should be on the same line. |
171
|
| Line contains a tab character. |
172
|
| Line is longer than 80 characters. |
173
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line is longer than 80 characters. |
181
|
| Line is longer than 80 characters. |
182
|
| Method 'getMergedProperties' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. |
193
|
org/reactive/configuration/package.html
Error | Line |
| Missing package documentation file. | 0 |