Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 28 | 0 | 0 | 230 |
Files
net/sf/chainedoptions/AbstractBeanConverter.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
14
|
| Line has trailing spaces. |
17
|
| Line has trailing spaces. |
19
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
24
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
37
|
| Method 'convert' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter beans should be final. |
43
|
| Line has trailing spaces. |
56
|
| Parameter object should be final. |
61
|
net/sf/chainedoptions/AbstractChainedOption.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
46
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
61
|
| Parameter command should be final. |
61
|
| Parameter context should be final. |
61
|
| Line has trailing spaces. |
73
|
| Method 'updateValue' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter command should be final. |
85
|
| Parameter options should be final. |
85
|
| Parameter context should be final. |
85
|
| Line is longer than 80 characters. |
99
|
| Line has trailing spaces. |
112
|
| Method 'matches' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter bean should be final. |
119
|
| Parameter value should be final. |
119
|
| Line has trailing spaces. |
127
|
| Unused @throws tag for 'IllegalArgumentException'. |
128
|
| Expected @throws tag for 'Exception'. |
131
|
| Line has trailing spaces. |
156
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Parameter bean should be final. |
164
|
| Parameter propertyName should be final. |
164
|
| Parameter value should be final. |
164
|
| Line has trailing spaces. |
171
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter bean should be final. |
178
|
| Parameter property should be final. |
178
|
| Method 'getCommandProperty' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Line has trailing spaces. |
193
|
| Method 'setCommandProperty' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Parameter commandProperty should be final. |
197
|
| 'commandProperty' hides a field. |
197
|
| Method 'getOptionsKey' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Line has trailing spaces. |
211
|
| Method 'setOptionsKey' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Parameter optionsKey should be final. |
215
|
| 'optionsKey' hides a field. |
215
|
| Method 'getConverter' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Line has trailing spaces. |
229
|
| Method 'setConverter' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Parameter converter should be final. |
233
|
| 'converter' hides a field. |
233
|
| Line has trailing spaces. |
239
|
| Method 'getStrategy' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Parameter command should be final. |
242
|
| Expected @param tag for 'command'. |
242
|
| Line has trailing spaces. |
248
|
| Method 'setDefaultStrategy' is not designed for extension - needs to be abstract, final or empty. |
252
|
| Parameter defaultStrategy should be final. |
252
|
| 'defaultStrategy' hides a field. |
252
|
net/sf/chainedoptions/BeanConverter.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
17
|
net/sf/chainedoptions/ChainedOption.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
38
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
56
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
74
|
| Line has trailing spaces. |
91
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
102
|
net/sf/chainedoptions/ChainedOptionManager.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
16
|
net/sf/chainedoptions/ChainedOptionManagerImpl.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
15
|
| Missing a Javadoc comment. |
20
|
| Line has trailing spaces. |
27
|
| Method 'referenceData' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter model should be final. |
35
|
| Parameter command should be final. |
35
|
| Parameter context should be final. |
35
|
| Method 'getChainedOptions' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setChainedOptions' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter chainedOptions should be final. |
55
|
| 'chainedOptions' hides a field. |
55
|
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
net/sf/chainedoptions/ChainedOptionStrategy.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
11
|
| Line has trailing spaces. |
19
|
| Line has trailing spaces. |
27
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
42
|
net/sf/chainedoptions/LabelValueBean.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
16
|
| Missing a Javadoc comment. |
18
|
| Parameter label should be final. |
18
|
| 'label' hides a field. |
18
|
| Parameter value should be final. |
18
|
| 'value' hides a field. |
18
|
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Parameter label should be final. |
34
|
| 'label' hides a field. |
34
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter value should be final. |
49
|
| 'value' hides a field. |
49
|
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter o should be final. |
53
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter obj should be final. |
61
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
net/sf/chainedoptions/support/ExtraItemsStrategy.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
17
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
26
|
| Line is longer than 80 characters. |
29
|
| Method 'adjustAndSort' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter options should be final. |
31
|
| Parameter context should be final. |
31
|
| Line is longer than 80 characters. |
39
|
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter options should be final. |
41
|
| Parameter context should be final. |
41
|
| Line has trailing spaces. |
48
|
| Method 'setExtraItems' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter extraItems should be final. |
52
|
| 'extraItems' hides a field. |
52
|
| Line has trailing spaces. |
59
|
| Method 'getDefaultItem' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Line has trailing spaces. |
69
|
| Method 'setDefaultItem' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter defaultItem should be final. |
73
|
| 'defaultItem' hides a field. |
73
|
| Line is longer than 80 characters. |
78
|
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
net/sf/chainedoptions/support/FirstItemStrategy.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
14
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
26
|
| Method 'adjustAndSort' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Parameter options should be final. |
29
|
| Parameter context should be final. |
29
|
| Line has trailing spaces. |
39
|
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter options should be final. |
47
|
| Parameter context should be final. |
47
|
net/sf/chainedoptions/support/NoSortStrategy.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
19
|
| Method 'adjustAndSort' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Parameter options should be final. |
26
|
| Parameter context should be final. |
26
|
| Line has trailing spaces. |
32
|
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter options should be final. |
40
|
| Parameter context should be final. |
40
|
net/sf/chainedoptions/support/OptionalRefreshChainedOption.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - net.sf.chainedoptions.LabelValueBean. |
8
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
53
|
| Line is longer than 80 characters. |
54
|
| Line has trailing spaces. |
56
|
| Line is longer than 80 characters. |
57
|
| Method 'retrieveOptions' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter command should be final. |
59
|
| Parameter context should be final. |
59
|
| Line is longer than 80 characters. |
69
|
| Extra HTML tag found: </code> property on the target command is true. |
69
|
| Line has trailing spaces. |
80
|
| Line is longer than 80 characters. |
81
|
| Method 'updateValue' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter command should be final. |
83
|
| Parameter options should be final. |
83
|
| Parameter context should be final. |
83
|
| Missing a Javadoc comment. |
89
|
| Parameter command should be final. |
89
|
| First sentence should end with a period. |
96
|
| Line has trailing spaces. |
98
|
| Method 'getOptionsKey' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Line has trailing spaces. |
107
|
| Method 'setChainedOption' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter chainedOption should be final. |
111
|
| 'chainedOption' hides a field. |
111
|
| Line has trailing spaces. |
120
|
| Method 'setRefreshProperty' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter refreshProperty should be final. |
124
|
| 'refreshProperty' hides a field. |
124
|
| Line is longer than 80 characters. |
129
|
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| Line has trailing spaces. |
145
|
| Method 'getStrategy' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter command should be final. |
150
|
net/sf/chainedoptions/support/StringBeanConverter.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
17
|
| Unused @throws tag for 'ClassCastException'. |
21
|
| Method 'convertBean' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Parameter object should be final. |
25
|