Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
50 | 0 | 0 | 712 |
Files
com/enspire/gemini/BidirectionalProperty.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
27
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
31
|
| Line has trailing spaces. |
47
|
| Line is longer than 80 characters. |
51
|
| Line has trailing spaces. |
54
|
| Line is longer than 80 characters. |
58
|
| Line has trailing spaces. |
61
|
| Line has trailing spaces. |
68
|
| Unused @param tag for 'name'. |
72
|
| Expected @param tag for 'propertyName'. |
74
|
| Line has trailing spaces. |
75
|
| Line has trailing spaces. |
82
|
| Expected @param tag for 'propertyValue'. |
88
|
com/enspire/gemini/RelationshipUpdater.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
29
|
| Line has trailing spaces. |
33
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
45
|
| Line has trailing spaces. |
47
|
| Line has trailing spaces. |
48
|
| Line has trailing spaces. |
50
|
| Line has trailing spaces. |
52
|
| Expected @param tag for 'propertyName'. |
57
|
| Line has trailing spaces. |
58
|
com/enspire/gemini/annotation/BidirectionalMany.java
Error | Line |
| Got an exception - unexpected char: '@' |
0
|
com/enspire/gemini/annotation/BidirectionalOne.java
Error | Line |
| Got an exception - unexpected char: '@' |
0
|
com/enspire/gemini/annotation/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/enspire/gemini/bidirectional/BidirectionalCollection.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
48
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
57
|
| Line has trailing spaces. |
58
|
| Method 'getRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
69
|
| Method 'setRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter relationshipUpdater should be final. |
69
|
| 'relationshipUpdater' hides a field. |
69
|
| Method 'getOppositeName' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Line has trailing spaces. |
79
|
| Line is longer than 80 characters. |
81
|
| Method 'setOppositeName' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter oppositeName should be final. |
84
|
| 'oppositeName' hides a field. |
84
|
| Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter owner should be final. |
98
|
| 'owner' hides a field. |
98
|
| Line has trailing spaces. |
101
|
| Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Line is longer than 80 characters. |
110
|
| Line has trailing spaces. |
112
|
| Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter propertyValue should be final. |
112
|
| Line has trailing spaces. |
113
|
| 'cast' is not followed by whitespace. |
114
|
| Line is longer than 80 characters. |
118
|
| Line has trailing spaces. |
120
|
| Method 'getDecoratedCollection' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Line has trailing spaces. |
124
|
| Line has trailing spaces. |
128
|
| Line has trailing spaces. |
131
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter object should be final. |
132
|
| 'catch' is not followed by whitespace. |
138
|
| Line has trailing spaces. |
145
|
| Line has trailing spaces. |
149
|
| Line has trailing spaces. |
152
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter object should be final. |
153
|
| 'catch' is not preceded with whitespace. |
159
|
| '}' is not followed by whitespace. |
159
|
| 'catch' is not followed by whitespace. |
159
|
| Line has trailing spaces. |
166
|
| Line has trailing spaces. |
170
|
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Parameter coll should be final. |
171
|
| 'catch' is not preceded with whitespace. |
182
|
| '}' is not followed by whitespace. |
182
|
| 'catch' is not followed by whitespace. |
182
|
| Line has trailing spaces. |
191
|
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter coll should be final. |
192
|
| 'catch' is not preceded with whitespace. |
203
|
| '}' is not followed by whitespace. |
203
|
| 'catch' is not followed by whitespace. |
203
|
| Line has trailing spaces. |
211
|
| Line has trailing spaces. |
214
|
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Parameter coll should be final. |
215
|
| Line has trailing spaces. |
221
|
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. |
224
|
| Line has trailing spaces. |
231
|
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. |
232
|
com/enspire/gemini/bidirectional/BidirectionalIterator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
34
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
35
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Line has trailing spaces. |
46
|
| Unused @throws tag for 'IllegalArgumentException'. |
49
|
| Parameter bidirectionalProperty should be final. |
51
|
| 'bidirectionalProperty' hides a field. |
51
|
| Parameter iterator should be final. |
52
|
| Line has trailing spaces. |
59
|
| Method 'getDecorated' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Line has trailing spaces. |
66
|
| Method 'getBidirectionalProperty' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Line has trailing spaces. |
73
|
| Method 'getLast' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Line has trailing spaces. |
80
|
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'next' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Line has trailing spaces. |
103
|
| Line has trailing spaces. |
106
|
com/enspire/gemini/bidirectional/BidirectionalList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
51
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
60
|
| Line has trailing spaces. |
61
|
| Method 'getRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Line is longer than 80 characters. |
70
|
| Line is longer than 80 characters. |
72
|
| Method 'setRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter relationshipUpdater should be final. |
72
|
| 'relationshipUpdater' hides a field. |
72
|
| Method 'getOppositeName' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Line has trailing spaces. |
82
|
| Line is longer than 80 characters. |
84
|
| Method 'setOppositeName' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter oppositeName should be final. |
86
|
| 'oppositeName' hides a field. |
86
|
| Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter owner should be final. |
100
|
| 'owner' hides a field. |
100
|
| Line has trailing spaces. |
103
|
| Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Line is longer than 80 characters. |
112
|
| Line has trailing spaces. |
114
|
| Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Parameter propertyValue should be final. |
114
|
| Line has trailing spaces. |
115
|
| 'cast' is not followed by whitespace. |
116
|
| Line has trailing spaces. |
122
|
| Method 'getDecoratedList' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Line has trailing spaces. |
126
|
| Line has trailing spaces. |
130
|
| Line has trailing spaces. |
133
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter object should be final. |
134
|
| Line has trailing spaces. |
139
|
| Line is longer than 80 characters. |
141
|
| Line has trailing spaces. |
143
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter index should be final. |
144
|
| Parameter object should be final. |
144
|
| 'catch' is not followed by whitespace. |
151
|
| Line has trailing spaces. |
157
|
| Line has trailing spaces. |
161
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Parameter object should be final. |
164
|
| Line has trailing spaces. |
171
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Parameter index should be final. |
175
|
| 'catch' is not preceded with whitespace. |
181
|
| '}' is not followed by whitespace. |
181
|
| 'catch' is not followed by whitespace. |
181
|
| Line has trailing spaces. |
188
|
| Line is longer than 80 characters. |
190
|
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter coll should be final. |
192
|
| Line has trailing spaces. |
197
|
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Parameter index should be final. |
201
|
| Parameter coll should be final. |
201
|
| 'catch' is not preceded with whitespace. |
212
|
| '}' is not followed by whitespace. |
212
|
| 'catch' is not followed by whitespace. |
212
|
| Line has trailing spaces. |
217
|
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Parameter coll should be final. |
221
|
| 'catch' is not preceded with whitespace. |
232
|
| '}' is not followed by whitespace. |
232
|
| 'catch' is not followed by whitespace. |
232
|
| Line has trailing spaces. |
237
|
| Line has trailing spaces. |
241
|
| Method 'set' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Parameter index should be final. |
241
|
| Parameter object should be final. |
241
|
| 'catch' is not preceded with whitespace. |
246
|
| '}' is not followed by whitespace. |
246
|
| 'catch' is not followed by whitespace. |
246
|
| Line has trailing spaces. |
253
|
| Method 'subList' is not designed for extension - needs to be abstract, final or empty. |
257
|
| Parameter fromIndex should be final. |
257
|
| Parameter toIndex should be final. |
257
|
| Line has trailing spaces. |
268
|
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Parameter coll should be final. |
271
|
| Line has trailing spaces. |
277
|
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. |
280
|
| Line has trailing spaces. |
287
|
| Method 'listIterator' is not designed for extension - needs to be abstract, final or empty. |
288
|
| Line has trailing spaces. |
295
|
| Method 'listIterator' is not designed for extension - needs to be abstract, final or empty. |
296
|
| Parameter index should be final. |
296
|
| Line has trailing spaces. |
303
|
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. |
304
|
| Line has trailing spaces. |
307
|
| Line has trailing spaces. |
308
|
com/enspire/gemini/bidirectional/BidirectionalListIterator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
34
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
35
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
48
|
| Parameter listIterator should be final. |
48
|
| Parameter bidirectionalProperty should be final. |
49
|
| 'bidirectionalProperty' hides a field. |
49
|
| Line has trailing spaces. |
53
|
| Method 'getBidirectionalProperty' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Line has trailing spaces. |
60
|
| Method 'getCurrent' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Line has trailing spaces. |
67
|
| Method 'next' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Line has trailing spaces. |
75
|
| Method 'previous' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Line has trailing spaces. |
91
|
| 'catch' is not preceded with whitespace. |
93
|
| '}' is not followed by whitespace. |
93
|
| 'catch' is not followed by whitespace. |
93
|
| Line has trailing spaces. |
97
|
| Line is longer than 80 characters. |
99
|
| Method 'set' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter obj should be final. |
101
|
| Line has trailing spaces. |
106
|
| 'catch' is not preceded with whitespace. |
111
|
| '}' is not followed by whitespace. |
111
|
| 'catch' is not followed by whitespace. |
111
|
| Line is longer than 80 characters. |
123
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter obj should be final. |
125
|
| 'catch' is not preceded with whitespace. |
131
|
| '}' is not followed by whitespace. |
131
|
| 'catch' is not followed by whitespace. |
131
|
| Line has trailing spaces. |
135
|
| Line has trailing spaces. |
136
|
com/enspire/gemini/bidirectional/BidirectionalSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
47
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
48
|
| Line has trailing spaces. |
51
|
| '{' is not preceded with whitespace. |
52
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
57
|
| Line has trailing spaces. |
58
|
| Method 'getRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
69
|
| Method 'setRelationshipUpdater' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter relationshipUpdater should be final. |
69
|
| 'relationshipUpdater' hides a field. |
69
|
| Method 'getOppositeName' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Line has trailing spaces. |
79
|
| Line is longer than 80 characters. |
81
|
| Method 'setOppositeName' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter oppositeName should be final. |
84
|
| 'oppositeName' hides a field. |
84
|
| Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter owner should be final. |
98
|
| 'owner' hides a field. |
98
|
| Line has trailing spaces. |
101
|
| Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Line is longer than 80 characters. |
110
|
| Line has trailing spaces. |
112
|
| Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter propertyValue should be final. |
112
|
| 'cast' is not followed by whitespace. |
113
|
| Method 'getDecoratedSet' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Line has trailing spaces. |
122
|
| Line has trailing spaces. |
126
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter object should be final. |
129
|
| 'catch' is not followed by whitespace. |
135
|
| Line has trailing spaces. |
142
|
| Line has trailing spaces. |
146
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Parameter object should be final. |
149
|
| 'catch' is not preceded with whitespace. |
155
|
| '}' is not followed by whitespace. |
155
|
| 'catch' is not followed by whitespace. |
155
|
| Line has trailing spaces. |
162
|
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Parameter coll should be final. |
166
|
| 'catch' is not preceded with whitespace. |
177
|
| '}' is not followed by whitespace. |
177
|
| 'catch' is not followed by whitespace. |
177
|
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter coll should be final. |
186
|
| 'catch' is not preceded with whitespace. |
197
|
| '}' is not followed by whitespace. |
197
|
| 'catch' is not followed by whitespace. |
197
|
| Line has trailing spaces. |
205
|
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Parameter coll should be final. |
208
|
| Line has trailing spaces. |
214
|
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. |
217
|
| Line has trailing spaces. |
220
|
| Line has trailing spaces. |
224
|
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. |
225
|
com/enspire/gemini/bidirectional/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/enspire/gemini/commands/BidirectionalCollectionAdd.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
31
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
32
|
| Missing a Javadoc comment. |
38
|
| Variable 'oldOwner' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Variable 'addValue' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
40
|
| Variable 'hasChanged' must be private and have accessor methods. |
40
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Parameter bidirectional should be final. |
48
|
| Parameter collection should be final. |
49
|
| Parameter addValue should be final. |
49
|
| 'addValue' hides a field. |
49
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Line has trailing spaces. |
62
|
| Line has trailing spaces. |
63
|
| 'catch' is not followed by whitespace. |
65
|
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
81
|
| 'if' is not followed by whitespace. |
83
|
| Line has trailing spaces. |
84
|
com/enspire/gemini/commands/BidirectionalCollectionCommand.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
32
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
42
|
| Parameter bidirectionalProperty should be final. |
46
|
| Parameter collection should be final. |
46
|
| 'collection' hides a field. |
46
|
| Expected @param tag for 'collection'. |
46
|
| '{' is not preceded with whitespace. |
46
|
| Line has trailing spaces. |
52
|
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line has trailing spaces. |
61
|
| Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter collection should be final. |
65
|
| 'collection' hides a field. |
65
|
com/enspire/gemini/commands/BidirectionalCollectionRemove.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
31
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
32
|
| Missing a Javadoc comment. |
38
|
| Variable 'removeValue' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Variable 'hasChanged' must be private and have accessor methods. |
39
|
| Line has trailing spaces. |
40
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
44
|
| Parameter bidirectional should be final. |
47
|
| Parameter collection should be final. |
48
|
| Parameter removeValue should be final. |
48
|
| 'removeValue' hides a field. |
48
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line has trailing spaces. |
61
|
| Line has trailing spaces. |
62
|
| 'catch' is not followed by whitespace. |
64
|
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
80
|
com/enspire/gemini/commands/BidirectionalListAddByIndex.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
31
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
32
|
| Missing a Javadoc comment. |
37
|
| Variable 'oldOwner' must be private and have accessor methods. |
37
|
| Missing a Javadoc comment. |
38
|
| Variable 'addValue' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Variable 'addIndex' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
40
|
| Variable 'hasChanged' must be private and have accessor methods. |
40
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
46
|
| Parameter bidirectional should be final. |
49
|
| Parameter list should be final. |
50
|
| Parameter addIndex should be final. |
50
|
| 'addIndex' hides a field. |
50
|
| Parameter addValue should be final. |
50
|
| 'addValue' hides a field. |
50
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
67
|
| 'catch' is not followed by whitespace. |
69
|
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Line has trailing spaces. |
84
|
| Line has trailing spaces. |
85
|
| 'if' is not followed by whitespace. |
87
|
| Line has trailing spaces. |
88
|
com/enspire/gemini/commands/BidirectionalListCommand.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
32
|
| Missing a Javadoc comment. |
38
|
| Parameter bidirectionalProperty should be final. |
46
|
| Expected @param tag for 'bidirectionalProperty'. |
46
|
| Parameter list should be final. |
46
|
| 'list' hides a field. |
46
|
| Expected @param tag for 'list'. |
46
|
| '{' is not preceded with whitespace. |
46
|
| Line has trailing spaces. |
52
|
| Method 'getList' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line has trailing spaces. |
61
|
| Method 'setList' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter list should be final. |
65
|
| 'list' hides a field. |
65
|
com/enspire/gemini/commands/BidirectionalListRemoveByIndex.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
31
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
32
|
| Missing a Javadoc comment. |
38
|
| Variable 'removeValue' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Variable 'removeIndex' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
40
|
| Variable 'hasChanged' must be private and have accessor methods. |
40
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
46
|
| Parameter bidirectional should be final. |
49
|
| Parameter list should be final. |
50
|
| Parameter removeIndex should be final. |
50
|
| 'removeIndex' hides a field. |
50
|
| Parameter removeValue should be final. |
50
|
| 'removeValue' hides a field. |
50
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Line has trailing spaces. |
64
|
| Line has trailing spaces. |
65
|
| 'catch' is not followed by whitespace. |
67
|
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
83
|
com/enspire/gemini/commands/BidirectionalPropertyCommand.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
31
|
| Missing a Javadoc comment. |
36
|
| Parameter bidirectionalProperty should be final. |
42
|
| 'bidirectionalProperty' hides a field. |
42
|
| Expected @param tag for 'bidirectionalProperty'. |
42
|
| Line has trailing spaces. |
46
|
| Method 'getBidirectionalProperty' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line has trailing spaces. |
54
|
com/enspire/gemini/commands/Command.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
28
|
| Line has trailing spaces. |
37
|
com/enspire/gemini/commands/CommandExecutor.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
28
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
40
|
com/enspire/gemini/commands/CommandExecutorImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
30
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
32
|
| Missing a Javadoc comment. |
37
|
| Line has trailing spaces. |
38
|
| Line is longer than 80 characters. |
40
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter command should be final. |
42
|
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. |
50
|
| 'cast' is not followed by whitespace. |
52
|
com/enspire/gemini/commands/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/enspire/gemini/context/GeminiFactory.java
Error | Line |
| File does not end with a newline. |
0
|
com/enspire/gemini/context/GeminiFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
42
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
43
|
| Missing a Javadoc comment. |
48
|
| Line has trailing spaces. |
49
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter type should be final. |
61
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter name should be final. |
68
|
| Line has trailing spaces. |
71
|
| '3' is a magic number. |
77
|
| Line has trailing spaces. |
78
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
86
|
| Line has trailing spaces. |
88
|
| Line has trailing spaces. |
90
|
| Line has trailing spaces. |
92
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
104
|
| Line has trailing spaces. |
105
|
| Line has trailing spaces. |
107
|
| '3' is a magic number. |
109
|
| Line has trailing spaces. |
110
|
| Line has trailing spaces. |
112
|
com/enspire/gemini/context/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/enspire/gemini/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/enspire/gemini/updaters/CollectionPropertyRelationshipUpdater.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
32
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
35
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
53
|
| Parameter reflection should be final. |
53
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
61
|
| Method 'getPropertyReflection' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Line has trailing spaces. |
67
|
| Line has trailing spaces. |
69
|
| Method 'setPropertyReflection' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter propertyReflection should be final. |
73
|
| 'propertyReflection' hides a field. |
73
|
| Line has trailing spaces. |
76
|
| Line has trailing spaces. |
79
|
| Line is longer than 80 characters. |
80
|
| Method 'set' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter owner should be final. |
82
|
| Parameter propertyName should be final. |
82
|
| Parameter value should be final. |
82
|
| 'cast' is not followed by whitespace. |
86
|
| Line has trailing spaces. |
96
|
| Line is longer than 80 characters. |
97
|
| Method 'unset' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter owner should be final. |
99
|
| Parameter propertyName should be final. |
99
|
| Parameter value should be final. |
99
|
| 'cast' is not followed by whitespace. |
103
|
com/enspire/gemini/updaters/SimplePropertyRelationshipUpdater.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
20
|
| Line has trailing spaces. |
21
|
| Unclosed HTML tag found: <dragand@dev.java.net> |
34
|
| Missing a Javadoc comment. |
39
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
47
|
| Line is longer than 80 characters. |
50
|
| Parameter reflection should be final. |
52
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
60
|
| Method 'getPropertyReflection' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
68
|
| Method 'setPropertyReflection' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter propertyReflection should be final. |
72
|
| 'propertyReflection' hides a field. |
72
|
| Line has trailing spaces. |
75
|
| Line has trailing spaces. |
78
|
| Line is longer than 80 characters. |
79
|
| Method 'set' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter owner should be final. |
81
|
| Parameter propertyName should be final. |
81
|
| Parameter value should be final. |
81
|
| Line is longer than 80 characters. |
88
|
| Line has trailing spaces. |
95
|
| Line is longer than 80 characters. |
96
|
| Method 'unset' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter owner should be final. |
98
|
| Parameter propertyName should be final. |
98
|
| Parameter value should be final. |
98
|
| Line has trailing spaces. |
101
|
com/enspire/gemini/updaters/package.html
Error | Line |
| Missing package documentation file. | 0 |