Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
242 | 0 | 0 | 7705 |
Files
com/sun/syndication/feed/CopyFrom.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
27
|
| Redundant 'public' modifier. |
32
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
40
|
| Redundant 'public' modifier. |
45
|
com/sun/syndication/feed/WireFeed.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
42
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name '_feedType' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name '_foreignMarkup' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| ',' is not followed by whitespace. |
54
|
| Parameter type should be final. |
63
|
| Line is longer than 80 characters. |
72
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Line is longer than 80 characters. |
80
|
| Line has trailing spaces. |
86
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter other should be final. |
86
|
| Line has trailing spaces. |
89
|
| 'cast' is not followed by whitespace. |
89
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Line is longer than 80 characters. |
123
|
| Method 'setFeedType' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter feedType should be final. |
128
|
| Method 'getFeedType' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Line is longer than 80 characters. |
144
|
| Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Line is longer than 80 characters. |
157
|
| Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Parameter encoding should be final. |
163
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
175
|
| '==' is not preceded with whitespace. |
176
|
| '==' is not followed by whitespace. |
176
|
| Avoid inline conditionals. |
176
|
| '=' is not preceded with whitespace. |
176
|
| '=' is not followed by whitespace. |
176
|
| Line is longer than 80 characters. |
182
|
| Method 'setModules' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter modules should be final. |
186
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Parameter uri should be final. |
196
|
| ',' is not followed by whitespace. |
197
|
| Method 'getForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Line is longer than 80 characters. |
207
|
| '==' is not preceded with whitespace. |
207
|
| '==' is not followed by whitespace. |
207
|
| Avoid inline conditionals. |
207
|
| '=' is not preceded with whitespace. |
207
|
| '=' is not followed by whitespace. |
207
|
| Method 'setForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
216
|
| Parameter foreignMarkup should be final. |
216
|
| 'cast' is not followed by whitespace. |
217
|
com/sun/syndication/feed/atom/Category.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_term' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
33
|
| Name '_scheme' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| ',' is not followed by whitespace. |
42
|
| Line is longer than 80 characters. |
49
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Line is longer than 80 characters. |
57
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter other should be final. |
63
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Line has trailing spaces. |
88
|
| Line has trailing spaces. |
89
|
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Line has trailing spaces. |
97
|
| Unused @param tag for 'Label'. |
101
|
| Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter label should be final. |
103
|
| Expected @param tag for 'label'. |
103
|
| Line has trailing spaces. |
106
|
| Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Line has trailing spaces. |
115
|
| Unused @param tag for 'Scheme'. |
119
|
| Method 'setScheme' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Parameter scheme should be final. |
121
|
| Expected @param tag for 'scheme'. |
121
|
| Line has trailing spaces. |
124
|
| Method 'getTerm' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Line has trailing spaces. |
133
|
| Unused @param tag for 'Term'. |
137
|
| Method 'setTerm' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter term should be final. |
139
|
| Expected @param tag for 'term'. |
139
|
com/sun/syndication/feed/atom/Content.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Line has trailing spaces. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
37
|
| Name '_src' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
41
|
| Line has trailing spaces. |
44
|
| First sentence should end with a period. |
48
|
| Line has trailing spaces. |
49
|
| Line has trailing spaces. |
50
|
| First sentence should end with a period. |
51
|
| Line has trailing spaces. |
51
|
| Line has trailing spaces. |
52
|
| Line has trailing spaces. |
53
|
| First sentence should end with a period. |
54
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
57
|
| Missing a Javadoc comment. |
57
|
| Name '_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| Line has trailing spaces. |
58
|
| Missing a Javadoc comment. |
58
|
| ',' is not followed by whitespace. |
72
|
| Line is longer than 80 characters. |
79
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Line is longer than 80 characters. |
87
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter other should be final. |
93
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Expected an @return tag. |
126
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Parameter type should be final. |
137
|
| Expected @param tag for 'type'. |
137
|
| Method 'getMode' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Method 'setMode' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Parameter mode should be final. |
159
|
| '!=' is not preceded with whitespace. |
160
|
| '!=' is not followed by whitespace. |
160
|
| Avoid inline conditionals. |
160
|
| '==' is not preceded with whitespace. |
161
|
| '==' is not followed by whitespace. |
161
|
| '+' is not preceded with whitespace. |
162
|
| '+' is not followed by whitespace. |
162
|
| '+' is not preceded with whitespace. |
162
|
| '+' is not followed by whitespace. |
162
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Parameter value should be final. |
187
|
| First sentence should end with a period. |
191
|
| Method 'getSrc' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Line has trailing spaces. |
200
|
| First sentence should end with a period. |
201
|
| Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Parameter src should be final. |
207
|
com/sun/syndication/feed/atom/Entry.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
39
|
| Name '_xmlBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name '_authors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name '_contributors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Line has trailing spaces. |
42
|
| Missing a Javadoc comment. |
42
|
| Name '_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Line has trailing spaces. |
43
|
| Missing a Javadoc comment. |
43
|
| Name '_contents' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Line has trailing spaces. |
45
|
| Missing a Javadoc comment. |
45
|
| Name '_published' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Line has trailing spaces. |
46
|
| Missing a Javadoc comment. |
46
|
| Name '_rights' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Line has trailing spaces. |
47
|
| Missing a Javadoc comment. |
47
|
| Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name '_summary' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
49
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
50
|
| Name '_updated' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Line has trailing spaces. |
51
|
| Missing a Javadoc comment. |
51
|
| Name '_alternateLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Line has trailing spaces. |
52
|
| Missing a Javadoc comment. |
52
|
| Name '_otherLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
53
|
| Name '_foreignMarkup' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Line has trailing spaces. |
54
|
| Missing a Javadoc comment. |
55
|
| Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Line has trailing spaces. |
56
|
| Missing a Javadoc comment. |
57
|
| Name '_created' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| ',' is not followed by whitespace. |
66
|
| Line is longer than 80 characters. |
73
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Line is longer than 80 characters. |
81
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter other should be final. |
87
|
| Line has trailing spaces. |
90
|
| 'cast' is not followed by whitespace. |
90
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
125
|
| 'if' construct must use '{}'s. |
126
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Parameter title should be final. |
136
|
| 'if' construct must use '{}'s. |
137
|
| Method 'getTitleEx' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Method 'setTitleEx' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter title should be final. |
157
|
| Line is longer than 80 characters. |
164
|
| Method 'getAlternateLinks' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Line is longer than 80 characters. |
167
|
| '==' is not preceded with whitespace. |
167
|
| '==' is not followed by whitespace. |
167
|
| Avoid inline conditionals. |
167
|
| '=' is not preceded with whitespace. |
167
|
| '=' is not followed by whitespace. |
167
|
| Line is longer than 80 characters. |
173
|
| Method 'setAlternateLinks' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Parameter alternateLinks should be final. |
176
|
| Line is longer than 80 characters. |
183
|
| Method 'getOtherLinks' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Line is longer than 80 characters. |
187
|
| '==' is not preceded with whitespace. |
187
|
| '==' is not followed by whitespace. |
187
|
| Avoid inline conditionals. |
187
|
| '=' is not preceded with whitespace. |
187
|
| '=' is not followed by whitespace. |
187
|
| Line is longer than 80 characters. |
193
|
| Method 'setOtherLinks' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Parameter otherLinks should be final. |
196
|
| Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Unused @param tag for 'author'. |
213
|
| Method 'setAuthors' is not designed for extension - needs to be abstract, final or empty. |
216
|
| Parameter authors should be final. |
216
|
| Expected @param tag for 'authors'. |
216
|
| Method 'getContributors' is not designed for extension - needs to be abstract, final or empty. |
227
|
| Line is longer than 80 characters. |
228
|
| '==' is not preceded with whitespace. |
228
|
| '==' is not followed by whitespace. |
228
|
| Avoid inline conditionals. |
228
|
| '=' is not preceded with whitespace. |
228
|
| '=' is not followed by whitespace. |
228
|
| Line is longer than 80 characters. |
234
|
| Method 'setContributors' is not designed for extension - needs to be abstract, final or empty. |
238
|
| Parameter contributors should be final. |
238
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
258
|
| Parameter id should be final. |
258
|
| Method 'getModified' is not designed for extension - needs to be abstract, final or empty. |
267
|
| Method 'setModified' is not designed for extension - needs to be abstract, final or empty. |
276
|
| Parameter modified should be final. |
276
|
| Method 'getIssued' is not designed for extension - needs to be abstract, final or empty. |
285
|
| Method 'setIssued' is not designed for extension - needs to be abstract, final or empty. |
294
|
| Parameter issued should be final. |
294
|
| First sentence should end with a period. |
298
|
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. |
303
|
| First sentence should end with a period. |
307
|
| Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. |
312
|
| Parameter created should be final. |
312
|
| Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. |
322
|
| Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. |
332
|
| Parameter summary should be final. |
332
|
| Method 'getContents' is not designed for extension - needs to be abstract, final or empty. |
342
|
| '==' is not preceded with whitespace. |
343
|
| '==' is not followed by whitespace. |
343
|
| Avoid inline conditionals. |
343
|
| '=' is not preceded with whitespace. |
343
|
| '=' is not followed by whitespace. |
343
|
| Line is longer than 80 characters. |
349
|
| Method 'setContents' is not designed for extension - needs to be abstract, final or empty. |
352
|
| Parameter contents should be final. |
352
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
363
|
| '==' is not preceded with whitespace. |
364
|
| '==' is not followed by whitespace. |
364
|
| Avoid inline conditionals. |
364
|
| '=' is not preceded with whitespace. |
364
|
| '=' is not followed by whitespace. |
364
|
| Line is longer than 80 characters. |
370
|
| Method 'setModules' is not designed for extension - needs to be abstract, final or empty. |
374
|
| Parameter modules should be final. |
374
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
384
|
| Parameter uri should be final. |
384
|
| ',' is not followed by whitespace. |
385
|
| Line has trailing spaces. |
387
|
| First sentence should end with a period. |
388
|
| Method 'getPublished' is not designed for extension - needs to be abstract, final or empty. |
394
|
| Line has trailing spaces. |
397
|
| First sentence should end with a period. |
398
|
| Method 'setPublished' is not designed for extension - needs to be abstract, final or empty. |
404
|
| Parameter published should be final. |
404
|
| Line has trailing spaces. |
407
|
| First sentence should end with a period. |
408
|
| Method 'getRights' is not designed for extension - needs to be abstract, final or empty. |
414
|
| Line has trailing spaces. |
417
|
| First sentence should end with a period. |
418
|
| Method 'setRights' is not designed for extension - needs to be abstract, final or empty. |
424
|
| Parameter rights should be final. |
424
|
| Line has trailing spaces. |
427
|
| First sentence should end with a period. |
428
|
| Method 'getSource' is not designed for extension - needs to be abstract, final or empty. |
433
|
| Line has trailing spaces. |
436
|
| First sentence should end with a period. |
437
|
| Method 'setSource' is not designed for extension - needs to be abstract, final or empty. |
442
|
| Parameter source should be final. |
442
|
| Line has trailing spaces. |
445
|
| First sentence should end with a period. |
446
|
| Method 'getUpdated' is not designed for extension - needs to be abstract, final or empty. |
452
|
| Line has trailing spaces. |
455
|
| First sentence should end with a period. |
456
|
| Method 'setUpdated' is not designed for extension - needs to be abstract, final or empty. |
462
|
| Parameter updated should be final. |
462
|
| Line has trailing spaces. |
465
|
| First sentence should end with a period. |
466
|
| Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. |
472
|
| Line has trailing spaces. |
475
|
| First sentence should end with a period. |
476
|
| Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. |
482
|
| Parameter categories should be final. |
482
|
| First sentence should end with a period. |
486
|
| Method 'getXmlBase' is not designed for extension - needs to be abstract, final or empty. |
492
|
| Line has trailing spaces. |
495
|
| First sentence should end with a period. |
496
|
| Method 'setXmlBase' is not designed for extension - needs to be abstract, final or empty. |
502
|
| Parameter xmlBase should be final. |
502
|
| Line has trailing spaces. |
505
|
| Line has trailing spaces. |
506
|
| Method 'getForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
513
|
| Line is longer than 80 characters. |
514
|
| '==' is not preceded with whitespace. |
514
|
| '==' is not followed by whitespace. |
514
|
| Avoid inline conditionals. |
514
|
| '=' is not preceded with whitespace. |
514
|
| '=' is not followed by whitespace. |
514
|
| Method 'setForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
523
|
| Parameter foreignMarkup should be final. |
523
|
| 'cast' is not followed by whitespace. |
524
|
com/sun/syndication/feed/atom/Feed.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_xmlBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
38
|
| Name '_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Line has trailing spaces. |
39
|
| Missing a Javadoc comment. |
39
|
| Name '_authors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name '_contributors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name '_generator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Line has trailing spaces. |
42
|
| Missing a Javadoc comment. |
42
|
| Name '_icon' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_logo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name '_rights' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Line has trailing spaces. |
46
|
| Missing a Javadoc comment. |
46
|
| Name '_subtitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name '_updated' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Line has trailing spaces. |
49
|
| Missing a Javadoc comment. |
49
|
| Name '_alternateLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Line has trailing spaces. |
50
|
| Missing a Javadoc comment. |
50
|
| Name '_otherLinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
51
|
| Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Line has trailing spaces. |
52
|
| Missing a Javadoc comment. |
53
|
| Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Line has trailing spaces. |
54
|
| Missing a Javadoc comment. |
55
|
| Name '_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Missing a Javadoc comment. |
56
|
| Name '_language' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Line is longer than 80 characters. |
66
|
| Parameter type should be final. |
71
|
| First sentence should end with a period. |
75
|
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. |
81
|
| First sentence should end with a period. |
85
|
| Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter language should be final. |
91
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
101
|
| 'if' construct must use '{}'s. |
102
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter title should be final. |
112
|
| 'if' construct must use '{}'s. |
113
|
| Line has trailing spaces. |
116
|
| Method 'getTitleEx' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Method 'setTitleEx' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Parameter title should be final. |
133
|
| Method 'getAlternateLinks' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Line is longer than 80 characters. |
144
|
| '==' is not preceded with whitespace. |
144
|
| '==' is not followed by whitespace. |
144
|
| Avoid inline conditionals. |
144
|
| '=' is not preceded with whitespace. |
144
|
| '=' is not followed by whitespace. |
144
|
| Line is longer than 80 characters. |
150
|
| Method 'setAlternateLinks' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter alternateLinks should be final. |
153
|
| Line is longer than 80 characters. |
160
|
| Method 'getOtherLinks' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Line is longer than 80 characters. |
164
|
| '==' is not preceded with whitespace. |
164
|
| '==' is not followed by whitespace. |
164
|
| Avoid inline conditionals. |
164
|
| '=' is not preceded with whitespace. |
164
|
| '=' is not followed by whitespace. |
164
|
| Line is longer than 80 characters. |
170
|
| Method 'setOtherLinks' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Parameter otherLinks should be final. |
173
|
| Line has trailing spaces. |
181
|
| Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. |
183
|
| '==' is not preceded with whitespace. |
184
|
| '==' is not followed by whitespace. |
184
|
| Avoid inline conditionals. |
184
|
| '=' is not preceded with whitespace. |
184
|
| '=' is not followed by whitespace. |
184
|
| Unused @param tag for 'author'. |
190
|
| Line has trailing spaces. |
191
|
| Method 'setAuthors' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Parameter authors should be final. |
193
|
| Expected @param tag for 'authors'. |
193
|
| Method 'getContributors' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Line is longer than 80 characters. |
205
|
| '==' is not preceded with whitespace. |
205
|
| '==' is not followed by whitespace. |
205
|
| Avoid inline conditionals. |
205
|
| '=' is not preceded with whitespace. |
205
|
| '=' is not followed by whitespace. |
205
|
| Line is longer than 80 characters. |
211
|
| Method 'setContributors' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Parameter contributors should be final. |
215
|
| Method 'getTagline' is not designed for extension - needs to be abstract, final or empty. |
224
|
| Method 'setTagline' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Parameter tagline should be final. |
233
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Parameter id should be final. |
253
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
263
|
| Method 'setGenerator' is not designed for extension - needs to be abstract, final or empty. |
273
|
| Parameter generator should be final. |
273
|
| Method 'getCopyright' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Method 'setCopyright' is not designed for extension - needs to be abstract, final or empty. |
291
|
| Parameter copyright should be final. |
291
|
| First sentence should end with a period. |
295
|
| Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. |
300
|
| First sentence should end with a period. |
304
|
| Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. |
309
|
| Parameter info should be final. |
309
|
| Method 'getModified' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Method 'setModified' is not designed for extension - needs to be abstract, final or empty. |
327
|
| Parameter modified should be final. |
327
|
| Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. |
338
|
| '==' is not preceded with whitespace. |
339
|
| '==' is not followed by whitespace. |
339
|
| Avoid inline conditionals. |
339
|
| '=' is not preceded with whitespace. |
339
|
| '=' is not followed by whitespace. |
339
|
| Method 'setEntries' is not designed for extension - needs to be abstract, final or empty. |
349
|
| Parameter entries should be final. |
349
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
360
|
| '==' is not preceded with whitespace. |
361
|
| '==' is not followed by whitespace. |
361
|
| Avoid inline conditionals. |
361
|
| '=' is not preceded with whitespace. |
361
|
| '=' is not followed by whitespace. |
361
|
| Line is longer than 80 characters. |
367
|
| Method 'setModules' is not designed for extension - needs to be abstract, final or empty. |
371
|
| Parameter modules should be final. |
371
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
381
|
| Parameter uri should be final. |
381
|
| ',' is not followed by whitespace. |
382
|
| First sentence should end with a period. |
385
|
| Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. |
391
|
| Line has trailing spaces. |
394
|
| First sentence should end with a period. |
395
|
| Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. |
401
|
| Parameter categories should be final. |
401
|
| Line has trailing spaces. |
404
|
| First sentence should end with a period. |
405
|
| Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. |
411
|
| Line has trailing spaces. |
414
|
| First sentence should end with a period. |
415
|
| Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. |
421
|
| Parameter icon should be final. |
421
|
| Line has trailing spaces. |
424
|
| First sentence should end with a period. |
425
|
| Method 'getLogo' is not designed for extension - needs to be abstract, final or empty. |
431
|
| Line has trailing spaces. |
434
|
| First sentence should end with a period. |
435
|
| Method 'setLogo' is not designed for extension - needs to be abstract, final or empty. |
441
|
| Parameter logo should be final. |
441
|
| Line has trailing spaces. |
444
|
| First sentence should end with a period. |
445
|
| Method 'getRights' is not designed for extension - needs to be abstract, final or empty. |
451
|
| Line has trailing spaces. |
454
|
| First sentence should end with a period. |
455
|
| Method 'setRights' is not designed for extension - needs to be abstract, final or empty. |
461
|
| Parameter rights should be final. |
461
|
| Line has trailing spaces. |
464
|
| First sentence should end with a period. |
465
|
| Line has trailing spaces. |
470
|
| Method 'getSubtitle' is not designed for extension - needs to be abstract, final or empty. |
471
|
| Line has trailing spaces. |
474
|
| First sentence should end with a period. |
475
|
| Method 'setSubtitle' is not designed for extension - needs to be abstract, final or empty. |
481
|
| Parameter subtitle should be final. |
481
|
| Line has trailing spaces. |
484
|
| First sentence should end with a period. |
485
|
| Method 'getUpdated' is not designed for extension - needs to be abstract, final or empty. |
491
|
| Line has trailing spaces. |
494
|
| First sentence should end with a period. |
495
|
| Method 'setUpdated' is not designed for extension - needs to be abstract, final or empty. |
501
|
| Parameter updated should be final. |
501
|
| First sentence should end with a period. |
505
|
| Method 'getXmlBase' is not designed for extension - needs to be abstract, final or empty. |
511
|
| Line has trailing spaces. |
514
|
| First sentence should end with a period. |
515
|
| Method 'setXmlBase' is not designed for extension - needs to be abstract, final or empty. |
521
|
| Parameter xmlBase should be final. |
521
|
com/sun/syndication/feed/atom/Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Duplicate import to line 19 - com.sun.syndication.feed.impl.ObjectBean. |
20
|
| ',' is not followed by whitespace. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| ',' is not followed by whitespace. |
42
|
| Line is longer than 80 characters. |
49
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Line is longer than 80 characters. |
57
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter other should be final. |
63
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter url should be final. |
105
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter version should be final. |
125
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter value should be final. |
145
|
com/sun/syndication/feed/atom/Link.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_href' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_rel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_hreflang' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| ',' is not followed by whitespace. |
46
|
| Line is longer than 80 characters. |
53
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line is longer than 80 characters. |
61
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter other should be final. |
67
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Method 'getRel' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setRel' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter rel should be final. |
109
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter type should be final. |
130
|
| Method 'getHref' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Method 'setHref' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter href should be final. |
150
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter title should be final. |
170
|
| First sentence should end with a period. |
174
|
| Method 'getHreflang' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Line has trailing spaces. |
183
|
| First sentence should end with a period. |
184
|
| Method 'setHreflang' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Parameter hreflang should be final. |
190
|
| Line has trailing spaces. |
193
|
| First sentence should end with a period. |
194
|
| Method 'getLength' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Line has trailing spaces. |
202
|
| First sentence should end with a period. |
203
|
| Method 'setLength' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Parameter length should be final. |
208
|
com/sun/syndication/feed/atom/Person.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_email' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| ',' is not followed by whitespace. |
43
|
| Line is longer than 80 characters. |
50
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Line is longer than 80 characters. |
58
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter other should be final. |
64
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter name should be final. |
106
|
| First sentence should end with a period. |
110
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
115
|
| First sentence should end with a period. |
119
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter url should be final. |
124
|
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter email should be final. |
144
|
| First sentence should end with a period. |
148
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Line has trailing spaces. |
157
|
| First sentence should end with a period. |
158
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Parameter uri should be final. |
164
|
com/sun/syndication/feed/atom/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/feed/impl/BeanIntrospector.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
24
|
| Line is longer than 80 characters. |
29
|
| Utility classes should not have a public or default constructor. |
34
|
| Missing a Javadoc comment. |
36
|
| Name '_introspected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
36
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter klass should be final. |
38
|
| Line is longer than 80 characters. |
39
|
| '==' is not preceded with whitespace. |
40
|
| '==' is not followed by whitespace. |
40
|
| ',' is not followed by whitespace. |
42
|
| Line is longer than 80 characters. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter klass should be final. |
47
|
| ',' is not followed by whitespace. |
49
|
| ',' is not followed by whitespace. |
50
|
| ',' is not followed by whitespace. |
51
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
59
|
| Line is longer than 80 characters. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter methods should be final. |
61
|
| ',' is not followed by whitespace. |
61
|
| Parameter setters should be final. |
61
|
| '=' is not preceded with whitespace. |
63
|
| '=' is not followed by whitespace. |
63
|
| ';' is not followed by whitespace. |
63
|
| '<' is not preceded with whitespace. |
63
|
| '<' is not followed by whitespace. |
63
|
| ';' is not followed by whitespace. |
63
|
| '&' is not preceded with whitespace. |
66
|
| '&' is not followed by whitespace. |
66
|
| '!=' is not preceded with whitespace. |
66
|
| '!=' is not followed by whitespace. |
66
|
| '&&' should be on a new line. |
68
|
| Line is longer than 80 characters. |
69
|
| '==' is not preceded with whitespace. |
69
|
| '==' is not followed by whitespace. |
69
|
| '==' is not preceded with whitespace. |
69
|
| '==' is not followed by whitespace. |
69
|
| Line is longer than 80 characters. |
70
|
| '3' is a magic number. |
70
|
| Line is longer than 80 characters. |
71
|
| ',' is not followed by whitespace. |
71
|
| ',' is not followed by whitespace. |
71
|
| '}' should be on the same line. |
73
|
| '&&' should be on a new line. |
75
|
| Line is longer than 80 characters. |
76
|
| '!=' is not preceded with whitespace. |
76
|
| '!=' is not followed by whitespace. |
76
|
| '==' is not preceded with whitespace. |
76
|
| '==' is not followed by whitespace. |
76
|
| Line is longer than 80 characters. |
77
|
| '3' is a magic number. |
77
|
| Line is longer than 80 characters. |
78
|
| ',' is not followed by whitespace. |
78
|
| ',' is not followed by whitespace. |
78
|
| '}' should be on the same line. |
79
|
| '&&' should be on a new line. |
81
|
| Line is longer than 80 characters. |
82
|
| '==' is not preceded with whitespace. |
82
|
| '==' is not followed by whitespace. |
82
|
| '==' is not preceded with whitespace. |
82
|
| '==' is not followed by whitespace. |
82
|
| Line is longer than 80 characters. |
83
|
| Line is longer than 80 characters. |
84
|
| ',' is not followed by whitespace. |
84
|
| ',' is not followed by whitespace. |
84
|
| '!=' is not preceded with whitespace. |
88
|
| '!=' is not followed by whitespace. |
88
|
| ',' is not followed by whitespace. |
89
|
| Line is longer than 80 characters. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter getters should be final. |
95
|
| ',' is not followed by whitespace. |
95
|
| Parameter setters should be final. |
95
|
| '!=' is not preceded with whitespace. |
103
|
| '!=' is not followed by whitespace. |
103
|
| Line is longer than 80 characters. |
105
|
| ',' is not followed by whitespace. |
105
|
| ',' is not followed by whitespace. |
105
|
| '}' should be on the same line. |
107
|
com/sun/syndication/feed/impl/CloneableBean.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
24
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Name '_obj' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name '_ignoreProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Parameter obj should be final. |
77
|
| ',' is not followed by whitespace. |
78
|
| Line is longer than 80 characters. |
85
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
88
|
| Parameter obj should be final. |
95
|
| ',' is not followed by whitespace. |
95
|
| Parameter ignoreProperties should be final. |
95
|
| Line is longer than 80 characters. |
97
|
| '!=' is not preceded with whitespace. |
97
|
| '!=' is not followed by whitespace. |
97
|
| Avoid inline conditionals. |
97
|
| Line is longer than 80 characters. |
103
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
108
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Line is longer than 80 characters. |
122
|
| Method 'beanClone' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Line is longer than 80 characters. |
129
|
| '!=' is not preceded with whitespace. |
130
|
| '!=' is not followed by whitespace. |
130
|
| '=' is not preceded with whitespace. |
131
|
| '=' is not followed by whitespace. |
131
|
| ';' is not followed by whitespace. |
131
|
| '<' is not preceded with whitespace. |
131
|
| '<' is not followed by whitespace. |
131
|
| ';' is not followed by whitespace. |
131
|
| Line is longer than 80 characters. |
134
|
| '!=' is not preceded with whitespace. |
134
|
| '!=' is not followed by whitespace. |
134
|
| '!=' is not preceded with whitespace. |
134
|
| '!=' is not followed by whitespace. |
134
|
| Line is longer than 80 characters. |
135
|
| Line is longer than 80 characters. |
136
|
| '!=' is not preceded with whitespace. |
136
|
| '!=' is not followed by whitespace. |
136
|
| Line is longer than 80 characters. |
137
|
| '==' is not preceded with whitespace. |
137
|
| '==' is not followed by whitespace. |
137
|
| ',' is not followed by whitespace. |
138
|
| '!=' is not preceded with whitespace. |
139
|
| '!=' is not followed by whitespace. |
139
|
| ',' is not followed by whitespace. |
141
|
| '}' should be on the same line. |
146
|
| '}' should be on the same line. |
149
|
| Line is longer than 80 characters. |
153
|
| '+' is not preceded with whitespace. |
153
|
| '+' is not followed by whitespace. |
153
|
| '+' is not preceded with whitespace. |
153
|
| '+' is not followed by whitespace. |
153
|
| Missing a Javadoc comment. |
158
|
| Parameter value should be final. |
158
|
| '!=' is not preceded with whitespace. |
159
|
| '!=' is not followed by whitespace. |
159
|
| '}' should be on the same line. |
163
|
| 'cast' is not followed by whitespace. |
166
|
| '}' should be on the same line. |
167
|
| 'cast' is not followed by whitespace. |
170
|
| '}' should be on the same line. |
171
|
| Must have at least one statement. |
173
|
| '}' should be on the same line. |
175
|
| ',' is not followed by whitespace. |
178
|
| ',' is not followed by whitespace. |
180
|
| '}' should be on the same line. |
181
|
| Line is longer than 80 characters. |
183
|
| '+' is not preceded with whitespace. |
183
|
| '+' is not followed by whitespace. |
183
|
| '+' is not preceded with whitespace. |
183
|
| '+' is not followed by whitespace. |
183
|
| '}' should be on the same line. |
185
|
| Line is longer than 80 characters. |
187
|
| '+' is not preceded with whitespace. |
187
|
| '+' is not followed by whitespace. |
187
|
| '+' is not preceded with whitespace. |
187
|
| '+' is not followed by whitespace. |
187
|
| Missing a Javadoc comment. |
193
|
| Parameter array should be final. |
193
|
| ',' is not followed by whitespace. |
196
|
| '=' is not preceded with whitespace. |
197
|
| '=' is not followed by whitespace. |
197
|
| ';' is not followed by whitespace. |
197
|
| '<' is not preceded with whitespace. |
197
|
| '<' is not followed by whitespace. |
197
|
| ';' is not followed by whitespace. |
197
|
| ',' is not followed by whitespace. |
198
|
| ',' is not followed by whitespace. |
199
|
| ',' is not followed by whitespace. |
199
|
| Missing a Javadoc comment. |
204
|
| Parameter collection should be final. |
204
|
| Missing a Javadoc comment. |
215
|
| Parameter map should be final. |
215
|
| ',' is not followed by whitespace. |
223
|
| Missing a Javadoc comment. |
228
|
| Missing a Javadoc comment. |
242
|
| ',' is not followed by whitespace. |
245
|
| ',' is not followed by whitespace. |
246
|
| Line is longer than 80 characters. |
247
|
| ',' is not followed by whitespace. |
247
|
| ',' is not followed by whitespace. |
248
|
| ',' is not followed by whitespace. |
249
|
| ',' is not followed by whitespace. |
250
|
| ',' is not followed by whitespace. |
251
|
| ',' is not followed by whitespace. |
252
|
| ',' is not followed by whitespace. |
253
|
| Missing a Javadoc comment. |
256
|
| Parameter vClass should be final. |
256
|
com/sun/syndication/feed/impl/CopyFromHelper.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Redundant import from the same package - com.sun.syndication.feed.impl.BeanIntrospector. |
20
|
| Using the '.*' form of import should be avoided - java.util.*. |
25
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| Name '_beanInterfaceClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_baseInterfaceMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Name '_baseImplMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter beanInterfaceClass should be final. |
37
|
| ',' is not followed by whitespace. |
37
|
| Parameter basePropInterfaceMap should be final. |
37
|
| ',' is not followed by whitespace. |
37
|
| Parameter basePropClassImplMap should be final. |
37
|
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter target should be final. |
43
|
| ',' is not followed by whitespace. |
43
|
| Parameter source should be final. |
43
|
| Line is longer than 80 characters. |
45
|
| '!=' is not preceded with whitespace. |
46
|
| '!=' is not followed by whitespace. |
46
|
| '=' is not preceded with whitespace. |
47
|
| '=' is not followed by whitespace. |
47
|
| ';' is not followed by whitespace. |
47
|
| '<' is not preceded with whitespace. |
47
|
| '<' is not followed by whitespace. |
47
|
| ';' is not followed by whitespace. |
47
|
| Line is longer than 80 characters. |
51
|
| '!=' is not preceded with whitespace. |
51
|
| '!=' is not followed by whitespace. |
51
|
| '!=' is not preceded with whitespace. |
51
|
| '!=' is not followed by whitespace. |
51
|
| Line is longer than 80 characters. |
52
|
| '!=' is not preceded with whitespace. |
52
|
| '!=' is not followed by whitespace. |
52
|
| Line is longer than 80 characters. |
53
|
| '==' is not preceded with whitespace. |
53
|
| '==' is not followed by whitespace. |
53
|
| Line is longer than 80 characters. |
54
|
| ',' is not followed by whitespace. |
55
|
| '!=' is not preceded with whitespace. |
56
|
| '!=' is not followed by whitespace. |
56
|
| Line is longer than 80 characters. |
57
|
| ',' is not followed by whitespace. |
58
|
| ',' is not followed by whitespace. |
59
|
| '}' should be on the same line. |
64
|
| '+' is not preceded with whitespace. |
66
|
| '+' is not followed by whitespace. |
66
|
| Missing a Javadoc comment. |
70
|
| Parameter interfaceClass should be final. |
70
|
| 'if' is not followed by whitespace. |
71
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '{' is not preceded with whitespace. |
71
|
| '}' should be on the same line. |
73
|
| Line is longer than 80 characters. |
75
|
| 'cast' is not followed by whitespace. |
75
|
| Missing a Javadoc comment. |
79
|
| Parameter value should be final. |
79
|
| ',' is not followed by whitespace. |
79
|
| Parameter baseInterface should be final. |
79
|
| '!=' is not preceded with whitespace. |
80
|
| '!=' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
83
|
| '}' should be on the same line. |
84
|
| 'cast' is not followed by whitespace. |
87
|
| ',' is not followed by whitespace. |
87
|
| '}' should be on the same line. |
88
|
| 'cast' is not followed by whitespace. |
91
|
| ',' is not followed by whitespace. |
91
|
| '}' should be on the same line. |
92
|
| 'cast' is not followed by whitespace. |
97
|
| '}' should be on the same line. |
99
|
| Line is longer than 80 characters. |
104
|
| Avoid inline conditionals. |
104
|
| '}' should be on the same line. |
107
|
| Line is longer than 80 characters. |
109
|
| '+' is not preceded with whitespace. |
109
|
| '+' is not followed by whitespace. |
109
|
| Line is longer than 80 characters. |
116
|
| Missing a Javadoc comment. |
116
|
| Parameter array should be final. |
116
|
| ',' is not followed by whitespace. |
116
|
| Parameter baseInterface should be final. |
116
|
| ',' is not followed by whitespace. |
119
|
| '=' is not preceded with whitespace. |
120
|
| '=' is not followed by whitespace. |
120
|
| ';' is not followed by whitespace. |
120
|
| '<' is not preceded with whitespace. |
120
|
| '<' is not followed by whitespace. |
120
|
| ';' is not followed by whitespace. |
120
|
| ',' is not followed by whitespace. |
121
|
| ',' is not followed by whitespace. |
121
|
| ',' is not followed by whitespace. |
122
|
| ',' is not followed by whitespace. |
122
|
| Line is longer than 80 characters. |
127
|
| Missing a Javadoc comment. |
127
|
| Parameter collection should be final. |
127
|
| ',' is not followed by whitespace. |
127
|
| Parameter baseInterface should be final. |
127
|
| Line is longer than 80 characters. |
129
|
| Avoid inline conditionals. |
129
|
| 'cast' is not followed by whitespace. |
129
|
| 'cast' is not followed by whitespace. |
129
|
| ',' is not followed by whitespace. |
132
|
| Missing a Javadoc comment. |
138
|
| Parameter map should be final. |
138
|
| ',' is not followed by whitespace. |
138
|
| Parameter baseInterface should be final. |
138
|
| ',' is not followed by whitespace. |
144
|
| ',' is not followed by whitespace. |
145
|
| Missing a Javadoc comment. |
150
|
| Missing a Javadoc comment. |
165
|
| Parameter vClass should be final. |
165
|
com/sun/syndication/feed/impl/EqualsBean.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
39
|
| Name '_beanClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name '_obj' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Parameter beanClass should be final. |
50
|
| Parameter beanClass should be final. |
83
|
| ',' is not followed by whitespace. |
83
|
| Parameter obj should be final. |
83
|
| Line is longer than 80 characters. |
85
|
| '+' is not preceded with whitespace. |
85
|
| '+' is not followed by whitespace. |
85
|
| '+' is not preceded with whitespace. |
85
|
| '+' is not followed by whitespace. |
85
|
| Line is longer than 80 characters. |
92
|
| Line is longer than 80 characters. |
94
|
| Line is longer than 80 characters. |
95
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter obj should be final. |
102
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
114
|
| Method 'beanEquals' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Parameter obj should be final. |
117
|
| '==' is not preceded with whitespace. |
121
|
| '==' is not followed by whitespace. |
121
|
| '==' is not preceded with whitespace. |
121
|
| '==' is not followed by whitespace. |
121
|
| '}' should be on the same line. |
123
|
| '==' is not preceded with whitespace. |
125
|
| '==' is not followed by whitespace. |
125
|
| '==' is not preceded with whitespace. |
125
|
| '==' is not followed by whitespace. |
125
|
| '}' should be on the same line. |
127
|
| '}' should be on the same line. |
131
|
| Line is longer than 80 characters. |
135
|
| '!=' is not preceded with whitespace. |
136
|
| '!=' is not followed by whitespace. |
136
|
| '<' is not preceded with whitespace. |
137
|
| '<' is not followed by whitespace. |
137
|
| Line is longer than 80 characters. |
139
|
| '!=' is not preceded with whitespace. |
139
|
| '!=' is not followed by whitespace. |
139
|
| Line is longer than 80 characters. |
140
|
| '!=' is not preceded with whitespace. |
140
|
| '!=' is not followed by whitespace. |
140
|
| Line is longer than 80 characters. |
141
|
| '==' is not preceded with whitespace. |
141
|
| '==' is not followed by whitespace. |
141
|
| Line is longer than 80 characters. |
142
|
| Line is longer than 80 characters. |
143
|
| '}' should be on the same line. |
148
|
| Line is longer than 80 characters. |
150
|
| Line is longer than 80 characters. |
162
|
| Line is longer than 80 characters. |
164
|
| Line is longer than 80 characters. |
165
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Line is longer than 80 characters. |
180
|
| Method 'beanHashCode' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Missing a Javadoc comment. |
193
|
| Parameter obj1 should be final. |
193
|
| Parameter obj2 should be final. |
193
|
| '==' is not preceded with whitespace. |
194
|
| '==' is not followed by whitespace. |
194
|
| '!=' is not preceded with whitespace. |
195
|
| '!=' is not followed by whitespace. |
195
|
| '!=' is not preceded with whitespace. |
195
|
| '!=' is not followed by whitespace. |
195
|
| '}' should be on the same line. |
200
|
| Missing a Javadoc comment. |
208
|
| Parameter array1 should be final. |
208
|
| Parameter array2 should be final. |
208
|
| '==' is not preceded with whitespace. |
212
|
| '==' is not followed by whitespace. |
212
|
| '<' is not preceded with whitespace. |
214
|
| '<' is not followed by whitespace. |
214
|
| '}' should be on the same line. |
219
|
com/sun/syndication/feed/impl/ObjectBean.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Redundant import from the same package - com.sun.syndication.feed.impl.CloneableBean. |
19
|
| Redundant import from the same package - com.sun.syndication.feed.impl.EqualsBean. |
20
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
45
|
| Name '_equalsBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name '_toStringBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name '_cloneableBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Parameter beanClass should be final. |
55
|
| ',' is not followed by whitespace. |
55
|
| Parameter obj should be final. |
55
|
| Expected @param tag for 'obj'. |
55
|
| ',' is not followed by whitespace. |
56
|
| ',' is not followed by whitespace. |
56
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
66
|
| Parameter beanClass should be final. |
73
|
| ',' is not followed by whitespace. |
73
|
| Parameter obj should be final. |
73
|
| Expected @param tag for 'obj'. |
73
|
| ',' is not followed by whitespace. |
73
|
| Parameter ignoreProperties should be final. |
73
|
| ',' is not followed by whitespace. |
74
|
| ',' is not followed by whitespace. |
75
|
| ',' is not followed by whitespace. |
76
|
| Line is longer than 80 characters. |
83
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Line is longer than 80 characters. |
91
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter other should be final. |
97
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
119
|
com/sun/syndication/feed/impl/ToStringBean.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
38
|
| '==' is not preceded with whitespace. |
41
|
| '==' is not followed by whitespace. |
41
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
51
|
| Name '_beanClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
52
|
| Name '_obj' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| Line is longer than 80 characters. |
59
|
| Parameter beanClass should be final. |
62
|
| Line is longer than 80 characters. |
87
|
| Parameter beanClass should be final. |
91
|
| ',' is not followed by whitespace. |
91
|
| Parameter obj should be final. |
91
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Avoid inline conditionals. |
106
|
| '==' is not preceded with whitespace. |
108
|
| '==' is not followed by whitespace. |
108
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| '}' should be on the same line. |
111
|
| Parameter prefix should be final. |
126
|
| '128' is a magic number. |
127
|
| Line is longer than 80 characters. |
129
|
| '!=' is not preceded with whitespace. |
130
|
| '!=' is not followed by whitespace. |
130
|
| '=' is not preceded with whitespace. |
131
|
| '=' is not followed by whitespace. |
131
|
| ';' is not followed by whitespace. |
131
|
| '<' is not preceded with whitespace. |
131
|
| '<' is not followed by whitespace. |
131
|
| ';' is not followed by whitespace. |
131
|
| Line is longer than 80 characters. |
134
|
| '!=' is not preceded with whitespace. |
134
|
| '!=' is not followed by whitespace. |
134
|
| Line is longer than 80 characters. |
135
|
| '!=' is not preceded with whitespace. |
135
|
| '!=' is not followed by whitespace. |
135
|
| Line is longer than 80 characters. |
136
|
| '==' is not preceded with whitespace. |
136
|
| '==' is not followed by whitespace. |
136
|
| ',' is not followed by whitespace. |
137
|
| ',' is not followed by whitespace. |
138
|
| '+' is not preceded with whitespace. |
138
|
| '+' is not followed by whitespace. |
138
|
| '+' is not preceded with whitespace. |
138
|
| '+' is not followed by whitespace. |
138
|
| ',' is not followed by whitespace. |
138
|
| '}' should be on the same line. |
142
|
| Line is longer than 80 characters. |
144
|
| '+' is not preceded with whitespace. |
144
|
| '+' is not followed by whitespace. |
144
|
| '+' is not preceded with whitespace. |
144
|
| '+' is not followed by whitespace. |
144
|
| '+' is not preceded with whitespace. |
144
|
| '+' is not followed by whitespace. |
144
|
| '+' is not preceded with whitespace. |
144
|
| '+' is not followed by whitespace. |
144
|
| Missing a Javadoc comment. |
149
|
| Parameter sb should be final. |
149
|
| ',' is not followed by whitespace. |
149
|
| Parameter prefix should be final. |
149
|
| ',' is not followed by whitespace. |
149
|
| Parameter value should be final. |
149
|
| '==' is not preceded with whitespace. |
150
|
| '==' is not followed by whitespace. |
150
|
| '}' should be on the same line. |
152
|
| ',' is not followed by whitespace. |
155
|
| ',' is not followed by whitespace. |
155
|
| '}' should be on the same line. |
156
|
| '+' is not preceded with whitespace. |
164
|
| '+' is not followed by whitespace. |
164
|
| '+' is not preceded with whitespace. |
164
|
| '+' is not followed by whitespace. |
164
|
| '+' is not preceded with whitespace. |
164
|
| '+' is not followed by whitespace. |
164
|
| '!=' is not preceded with whitespace. |
172
|
| '!=' is not followed by whitespace. |
172
|
| Avoid inline conditionals. |
172
|
| '==' is not preceded with whitespace. |
174
|
| '==' is not followed by whitespace. |
174
|
| '}' should be on the same line. |
176
|
| '}' should be on the same line. |
181
|
| '}' should be on the same line. |
185
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '!=' is not preceded with whitespace. |
201
|
| '!=' is not followed by whitespace. |
201
|
| Avoid inline conditionals. |
201
|
| '==' is not preceded with whitespace. |
203
|
| '==' is not followed by whitespace. |
203
|
| '}' should be on the same line. |
205
|
| '}' should be on the same line. |
210
|
| '}' should be on the same line. |
214
|
| '==' is not preceded with whitespace. |
222
|
| '==' is not followed by whitespace. |
222
|
| '}' should be on the same line. |
224
|
| Line is longer than 80 characters. |
231
|
| Missing a Javadoc comment. |
231
|
| Parameter sb should be final. |
231
|
| Parameter prefix should be final. |
231
|
| ',' is not followed by whitespace. |
231
|
| Parameter array should be final. |
231
|
| '=' is not preceded with whitespace. |
233
|
| '=' is not followed by whitespace. |
233
|
| ';' is not followed by whitespace. |
233
|
| '<' is not preceded with whitespace. |
233
|
| '<' is not followed by whitespace. |
233
|
| ';' is not followed by whitespace. |
233
|
| ',' is not followed by whitespace. |
234
|
| ',' is not followed by whitespace. |
235
|
| '+' is not preceded with whitespace. |
235
|
| '+' is not followed by whitespace. |
235
|
| '+' is not preceded with whitespace. |
235
|
| '+' is not followed by whitespace. |
235
|
| '+' is not preceded with whitespace. |
235
|
| '+' is not followed by whitespace. |
235
|
| ',' is not followed by whitespace. |
235
|
com/sun/syndication/feed/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/feed/module/DCModule.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
27
|
| ',' is not followed by whitespace. |
31
|
| Line is longer than 80 characters. |
51
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
157
|
| Line is longer than 80 characters. |
174
|
| Line contains a tab character. |
192
|
| Line is longer than 80 characters. |
206
|
| Line is longer than 80 characters. |
209
|
| Line contains a tab character. |
227
|
| Line is longer than 80 characters. |
244
|
| Line is longer than 80 characters. |
261
|
| Line is longer than 80 characters. |
296
|
| Line contains a tab character. |
332
|
| Line contains a tab character. |
367
|
| Line is longer than 80 characters. |
384
|
| Line contains a tab character. |
402
|
| Line contains a tab character. |
437
|
| Line is longer than 80 characters. |
454
|
| Line contains a tab character. |
472
|
| Line is longer than 80 characters. |
489
|
| Line contains a tab character. |
507
|
| Line is longer than 80 characters. |
524
|
| Line contains a tab character. |
542
|
com/sun/syndication/feed/module/DCModuleImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
22
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
33
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_creator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_subject' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name '_publisher' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name '_contributors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name '_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
42
|
| Name '_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name '_identifier' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name '_language' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name '_relation' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name '_coverage' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name '_rights' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Line is longer than 80 characters. |
62
|
| Method 'getTitles' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Avoid inline conditionals. |
100
|
| Line contains a tab character. |
107
|
| Method 'setTitles' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter titles should be final. |
110
|
| Line contains a tab character. |
111
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Line is longer than 80 characters. |
121
|
| Avoid inline conditionals. |
121
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter title should be final. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Method 'getCreators' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Avoid inline conditionals. |
144
|
| Line contains a tab character. |
151
|
| Method 'setCreators' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Parameter creators should be final. |
154
|
| Line has trailing spaces. |
157
|
| Method 'getCreator' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Line is longer than 80 characters. |
165
|
| Avoid inline conditionals. |
165
|
| Line has trailing spaces. |
167
|
| Method 'setCreator' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Parameter creator should be final. |
175
|
| Method 'getSubjects' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Avoid inline conditionals. |
188
|
| Line contains a tab character. |
195
|
| Method 'setSubjects' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Parameter subjects should be final. |
198
|
| Line has trailing spaces. |
206
|
| Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. |
208
|
| '?' should be on a new line. |
209
|
| Avoid inline conditionals. |
209
|
| Line has trailing spaces. |
212
|
| Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Parameter subject should be final. |
220
|
| Line contains a tab character. |
229
|
| Method 'getDescriptions' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Line is longer than 80 characters. |
233
|
| Avoid inline conditionals. |
233
|
| Line is longer than 80 characters. |
240
|
| Line contains a tab character. |
240
|
| Method 'setDescriptions' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Parameter descriptions should be final. |
243
|
| Line has trailing spaces. |
246
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
253
|
| '?' should be on a new line. |
254
|
| Avoid inline conditionals. |
254
|
| Line has trailing spaces. |
257
|
| Line is longer than 80 characters. |
262
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
265
|
| Parameter description should be final. |
265
|
| Method 'getPublishers' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Line is longer than 80 characters. |
278
|
| Avoid inline conditionals. |
278
|
| Line contains a tab character. |
285
|
| Method 'setPublishers' is not designed for extension - needs to be abstract, final or empty. |
288
|
| Parameter publishers should be final. |
288
|
| Method 'getPublisher' is not designed for extension - needs to be abstract, final or empty. |
298
|
| '?' should be on a new line. |
299
|
| Avoid inline conditionals. |
299
|
| Line is longer than 80 characters. |
307
|
| Method 'setPublisher' is not designed for extension - needs to be abstract, final or empty. |
310
|
| Parameter publisher should be final. |
310
|
| Method 'getContributors' is not designed for extension - needs to be abstract, final or empty. |
322
|
| Line is longer than 80 characters. |
323
|
| Avoid inline conditionals. |
323
|
| Line is longer than 80 characters. |
330
|
| Line contains a tab character. |
330
|
| Method 'setContributors' is not designed for extension - needs to be abstract, final or empty. |
333
|
| Parameter contributors should be final. |
333
|
| Method 'getContributor' is not designed for extension - needs to be abstract, final or empty. |
343
|
| '?' should be on a new line. |
344
|
| Avoid inline conditionals. |
344
|
| Line has trailing spaces. |
347
|
| Line is longer than 80 characters. |
352
|
| Method 'setContributor' is not designed for extension - needs to be abstract, final or empty. |
355
|
| Parameter contributor should be final. |
355
|
| Method 'getDates' is not designed for extension - needs to be abstract, final or empty. |
367
|
| Avoid inline conditionals. |
368
|
| Line contains a tab character. |
375
|
| Method 'setDates' is not designed for extension - needs to be abstract, final or empty. |
378
|
| Parameter dates should be final. |
378
|
| Line has trailing spaces. |
381
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
388
|
| '?' should be on a new line. |
389
|
| Avoid inline conditionals. |
389
|
| Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
399
|
| Parameter date should be final. |
399
|
| Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. |
411
|
| Avoid inline conditionals. |
412
|
| Line contains a tab character. |
419
|
| Method 'setTypes' is not designed for extension - needs to be abstract, final or empty. |
422
|
| Parameter types should be final. |
422
|
| Line has trailing spaces. |
425
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
432
|
| '?' should be on a new line. |
433
|
| Avoid inline conditionals. |
433
|
| Line has trailing spaces. |
436
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
444
|
| Parameter type should be final. |
444
|
| Method 'getFormats' is not designed for extension - needs to be abstract, final or empty. |
456
|
| Avoid inline conditionals. |
457
|
| Line contains a tab character. |
464
|
| Method 'setFormats' is not designed for extension - needs to be abstract, final or empty. |
467
|
| Parameter formats should be final. |
467
|
| Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. |
477
|
| '?' should be on a new line. |
478
|
| Avoid inline conditionals. |
478
|
| Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. |
489
|
| Parameter format should be final. |
489
|
| Method 'getIdentifiers' is not designed for extension - needs to be abstract, final or empty. |
501
|
| Line is longer than 80 characters. |
502
|
| Avoid inline conditionals. |
502
|
| Line contains a tab character. |
509
|
| Method 'setIdentifiers' is not designed for extension - needs to be abstract, final or empty. |
512
|
| Parameter identifiers should be final. |
512
|
| Line has trailing spaces. |
515
|
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. |
522
|
| '?' should be on a new line. |
523
|
| Avoid inline conditionals. |
523
|
| Line is longer than 80 characters. |
531
|
| Method 'setIdentifier' is not designed for extension - needs to be abstract, final or empty. |
534
|
| Parameter identifier should be final. |
534
|
| Method 'getSources' is not designed for extension - needs to be abstract, final or empty. |
546
|
| Avoid inline conditionals. |
547
|
| Line contains a tab character. |
554
|
| Method 'setSources' is not designed for extension - needs to be abstract, final or empty. |
557
|
| Parameter sources should be final. |
557
|
| Line has trailing spaces. |
560
|
| Method 'getSource' is not designed for extension - needs to be abstract, final or empty. |
567
|
| '?' should be on a new line. |
568
|
| Avoid inline conditionals. |
568
|
| Method 'setSource' is not designed for extension - needs to be abstract, final or empty. |
579
|
| Parameter source should be final. |
579
|
| Method 'getLanguages' is not designed for extension - needs to be abstract, final or empty. |
591
|
| Avoid inline conditionals. |
592
|
| Line contains a tab character. |
599
|
| Method 'setLanguages' is not designed for extension - needs to be abstract, final or empty. |
602
|
| Parameter languages should be final. |
602
|
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. |
612
|
| '?' should be on a new line. |
613
|
| Avoid inline conditionals. |
613
|
| Line is longer than 80 characters. |
620
|
| Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. |
623
|
| Parameter language should be final. |
623
|
| Method 'getRelations' is not designed for extension - needs to be abstract, final or empty. |
635
|
| Avoid inline conditionals. |
636
|
| Line contains a tab character. |
643
|
| Method 'setRelations' is not designed for extension - needs to be abstract, final or empty. |
646
|
| Parameter relations should be final. |
646
|
| Method 'getRelation' is not designed for extension - needs to be abstract, final or empty. |
656
|
| '?' should be on a new line. |
657
|
| Avoid inline conditionals. |
657
|
| Line is longer than 80 characters. |
665
|
| Method 'setRelation' is not designed for extension - needs to be abstract, final or empty. |
668
|
| Parameter relation should be final. |
668
|
| Method 'getCoverages' is not designed for extension - needs to be abstract, final or empty. |
680
|
| Avoid inline conditionals. |
681
|
| Line contains a tab character. |
688
|
| Method 'setCoverages' is not designed for extension - needs to be abstract, final or empty. |
691
|
| Parameter coverages should be final. |
691
|
| Method 'getCoverage' is not designed for extension - needs to be abstract, final or empty. |
701
|
| '?' should be on a new line. |
702
|
| Avoid inline conditionals. |
702
|
| Line is longer than 80 characters. |
710
|
| Method 'setCoverage' is not designed for extension - needs to be abstract, final or empty. |
713
|
| Parameter coverage should be final. |
713
|
| Method 'getRightsList' is not designed for extension - needs to be abstract, final or empty. |
725
|
| Avoid inline conditionals. |
726
|
| Line contains a tab character. |
733
|
| Method 'setRightsList' is not designed for extension - needs to be abstract, final or empty. |
736
|
| Parameter rights should be final. |
736
|
| Line has trailing spaces. |
739
|
| Method 'getRights' is not designed for extension - needs to be abstract, final or empty. |
746
|
| '?' should be on a new line. |
747
|
| Avoid inline conditionals. |
747
|
| Line has trailing spaces. |
750
|
| Method 'setRights' is not designed for extension - needs to be abstract, final or empty. |
758
|
| Parameter rights should be final. |
758
|
| Line is longer than 80 characters. |
767
|
| Line is longer than 80 characters. |
775
|
| Parameter other should be final. |
781
|
| Line has trailing spaces. |
806
|
| Missing a Javadoc comment. |
807
|
| Missing a Javadoc comment. |
811
|
| Parameter obj should be final. |
811
|
| ',' is not followed by whitespace. |
812
|
| Missing a Javadoc comment. |
815
|
| Line has trailing spaces. |
816
|
| ',' is not followed by whitespace. |
836
|
| Line is longer than 80 characters. |
838
|
| ',' is not followed by whitespace. |
838
|
| ',' is not followed by whitespace. |
838
|
com/sun/syndication/feed/module/DCSubject.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
24
|
| ',' is not followed by whitespace. |
28
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
65
|
| Redundant 'public' modifier. |
68
|
com/sun/syndication/feed/module/DCSubjectImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
30
|
| ',' is not followed by whitespace. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_taxonomyUri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| ',' is not followed by whitespace. |
45
|
| Line is longer than 80 characters. |
52
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Line is longer than 80 characters. |
60
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter other should be final. |
66
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'getTaxonomyUri' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Line is longer than 80 characters. |
105
|
| Method 'setTaxonomyUri' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter taxonomyUri should be final. |
108
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter value should be final. |
128
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter obj should be final. |
136
|
| ',' is not followed by whitespace. |
137
|
| Missing a Javadoc comment. |
140
|
| ',' is not followed by whitespace. |
144
|
| ',' is not followed by whitespace. |
145
|
| Line is longer than 80 characters. |
149
|
| ',' is not followed by whitespace. |
149
|
| ',' is not followed by whitespace. |
149
|
com/sun/syndication/feed/module/Extendable.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line has trailing spaces. |
27
|
| Redundant 'public' modifier. |
34
|
| Line is longer than 80 characters. |
48
|
com/sun/syndication/feed/module/Module.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
23
|
| ',' is not followed by whitespace. |
29
|
| ',' is not followed by whitespace. |
29
|
| '{' is not preceded with whitespace. |
29
|
| Line is longer than 80 characters. |
43
|
| Redundant 'public' modifier. |
46
|
com/sun/syndication/feed/module/ModuleImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
30
|
| ',' is not followed by whitespace. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Parameter beanClass should be final. |
40
|
| Expected @param tag for 'beanClass'. |
40
|
| ',' is not followed by whitespace. |
40
|
| Parameter uri should be final. |
40
|
| ',' is not followed by whitespace. |
41
|
| Line is longer than 80 characters. |
49
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Line is longer than 80 characters. |
57
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter other should be final. |
63
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
95
|
com/sun/syndication/feed/module/SyModule.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
85
|
com/sun/syndication/feed/module/SyModuleImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
21
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
31
|
| ')' is preceded with whitespace. |
34
|
| ')' is preceded with whitespace. |
35
|
| ')' is preceded with whitespace. |
36
|
| ')' is preceded with whitespace. |
38
|
| Missing a Javadoc comment. |
42
|
| Name '_updatePeriod' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name '_updateFrequency' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_updateBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| ',' is not followed by whitespace. |
52
|
| Method 'getUpdatePeriod' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Line is longer than 80 characters. |
68
|
| Method 'setUpdatePeriod' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter updatePeriod should be final. |
71
|
| Line is longer than 80 characters. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| Method 'getUpdateFrequency' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Line is longer than 80 characters. |
91
|
| Method 'setUpdateFrequency' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter updateFrequency should be final. |
94
|
| Method 'getUpdateBase' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Line is longer than 80 characters. |
111
|
| Method 'setUpdateBase' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Parameter updateBase should be final. |
114
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Parameter obj should be final. |
122
|
| ',' is not followed by whitespace. |
123
|
| Missing a Javadoc comment. |
126
|
| ',' is not followed by whitespace. |
130
|
| ',' is not followed by whitespace. |
131
|
| ',' is not followed by whitespace. |
132
|
| Line is longer than 80 characters. |
136
|
| ',' is not followed by whitespace. |
136
|
| ',' is not followed by whitespace. |
136
|
com/sun/syndication/feed/module/impl/ModuleUtils.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Utility classes should not have a public or default constructor. |
26
|
| Missing a Javadoc comment. |
28
|
| Parameter modules should be final. |
28
|
| '!=' is not preceded with whitespace. |
30
|
| '!=' is not followed by whitespace. |
30
|
| '=' is not preceded with whitespace. |
32
|
| '=' is not followed by whitespace. |
32
|
| ';' is not followed by whitespace. |
32
|
| '<' is not preceded with whitespace. |
32
|
| '<' is not followed by whitespace. |
32
|
| ';' is not followed by whitespace. |
32
|
| '}' should be on the same line. |
37
|
| ',' is not followed by whitespace. |
39
|
| Missing a Javadoc comment. |
46
|
| Parameter modules should be final. |
46
|
| ',' is not followed by whitespace. |
46
|
| Parameter uri should be final. |
46
|
| '=' is not preceded with whitespace. |
48
|
| '=' is not followed by whitespace. |
48
|
| ';' is not followed by whitespace. |
48
|
| '==' is not preceded with whitespace. |
48
|
| '==' is not followed by whitespace. |
48
|
| '!=' is not preceded with whitespace. |
48
|
| '!=' is not followed by whitespace. |
48
|
| '<' is not preceded with whitespace. |
48
|
| '<' is not followed by whitespace. |
48
|
| ';' is not followed by whitespace. |
48
|
com/sun/syndication/feed/module/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/feed/module/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/feed/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/feed/rss/Category.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_domain' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| ',' is not followed by whitespace. |
40
|
| Line is longer than 80 characters. |
47
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line is longer than 80 characters. |
55
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter other should be final. |
61
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter domain should be final. |
103
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter value should be final. |
123
|
com/sun/syndication/feed/rss/Channel.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
23
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| ')' is preceded with whitespace. |
46
|
| ')' is preceded with whitespace. |
47
|
| ')' is preceded with whitespace. |
48
|
| ')' is preceded with whitespace. |
50
|
| ')' is preceded with whitespace. |
51
|
| ')' is preceded with whitespace. |
52
|
| Missing a Javadoc comment. |
55
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Missing a Javadoc comment. |
56
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Missing a Javadoc comment. |
57
|
| Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| Missing a Javadoc comment. |
58
|
| Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
58
|
| Missing a Javadoc comment. |
59
|
| Name '_image' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59
|
| Missing a Javadoc comment. |
60
|
| Name '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
61
|
| Name '_textInput' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
61
|
| Missing a Javadoc comment. |
62
|
| Name '_language' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
62
|
| Missing a Javadoc comment. |
63
|
| Name '_rating' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
63
|
| Missing a Javadoc comment. |
64
|
| Name '_copyright' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
64
|
| Missing a Javadoc comment. |
65
|
| Name '_pubDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
65
|
| Missing a Javadoc comment. |
66
|
| Name '_lastBuildDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
66
|
| Missing a Javadoc comment. |
67
|
| Name '_docs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
67
|
| Missing a Javadoc comment. |
68
|
| Name '_managingEditor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
68
|
| Missing a Javadoc comment. |
69
|
| Name '_webMaster' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
69
|
| Missing a Javadoc comment. |
70
|
| Name '_skipHours' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
70
|
| Missing a Javadoc comment. |
71
|
| Name '_skipDays' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
71
|
| Missing a Javadoc comment. |
72
|
| Name '_cloud' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| Missing a Javadoc comment. |
73
|
| Name '_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
73
|
| Missing a Javadoc comment. |
74
|
| Name '_generator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
74
|
| Missing a Javadoc comment. |
75
|
| Name '_ttl' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
75
|
| Missing a Javadoc comment. |
76
|
| Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
76
|
| Line is longer than 80 characters. |
86
|
| Parameter type should be final. |
91
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter title should be final. |
111
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter description should be final. |
131
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter link should be final. |
151
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Parameter uri should be final. |
169
|
| Method 'getImage' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Method 'setImage' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Parameter image should be final. |
189
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
200
|
| '==' is not preceded with whitespace. |
201
|
| '==' is not followed by whitespace. |
201
|
| Avoid inline conditionals. |
201
|
| '=' is not preceded with whitespace. |
201
|
| '=' is not followed by whitespace. |
201
|
| Method 'setItems' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Parameter items should be final. |
211
|
| Method 'getTextInput' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Method 'setTextInput' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Parameter textInput should be final. |
231
|
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. |
251
|
| Parameter language should be final. |
251
|
| Method 'getRating' is not designed for extension - needs to be abstract, final or empty. |
261
|
| Method 'setRating' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Parameter rating should be final. |
271
|
| Method 'getCopyright' is not designed for extension - needs to be abstract, final or empty. |
281
|
| Method 'setCopyright' is not designed for extension - needs to be abstract, final or empty. |
291
|
| Parameter copyright should be final. |
291
|
| Method 'getPubDate' is not designed for extension - needs to be abstract, final or empty. |
301
|
| Method 'setPubDate' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Parameter pubDate should be final. |
311
|
| Method 'getLastBuildDate' is not designed for extension - needs to be abstract, final or empty. |
321
|
| Line is longer than 80 characters. |
328
|
| Method 'setLastBuildDate' is not designed for extension - needs to be abstract, final or empty. |
331
|
| Parameter lastBuildDate should be final. |
331
|
| Method 'getDocs' is not designed for extension - needs to be abstract, final or empty. |
341
|
| Method 'setDocs' is not designed for extension - needs to be abstract, final or empty. |
351
|
| Parameter docs should be final. |
351
|
| Method 'getManagingEditor' is not designed for extension - needs to be abstract, final or empty. |
361
|
| Line is longer than 80 characters. |
368
|
| Method 'setManagingEditor' is not designed for extension - needs to be abstract, final or empty. |
371
|
| Parameter managingEditor should be final. |
371
|
| Method 'getWebMaster' is not designed for extension - needs to be abstract, final or empty. |
381
|
| Method 'setWebMaster' is not designed for extension - needs to be abstract, final or empty. |
391
|
| Parameter webMaster should be final. |
391
|
| Method 'getSkipHours' is not designed for extension - needs to be abstract, final or empty. |
402
|
| '!=' is not preceded with whitespace. |
403
|
| '!=' is not followed by whitespace. |
403
|
| Avoid inline conditionals. |
403
|
| Line is longer than 80 characters. |
409
|
| Method 'setSkipHours' is not designed for extension - needs to be abstract, final or empty. |
413
|
| Parameter skipHours should be final. |
413
|
| '!=' is not preceded with whitespace. |
414
|
| '!=' is not followed by whitespace. |
414
|
| '=' is not preceded with whitespace. |
415
|
| '=' is not followed by whitespace. |
415
|
| ';' is not followed by whitespace. |
415
|
| '<' is not preceded with whitespace. |
415
|
| '<' is not followed by whitespace. |
415
|
| ';' is not followed by whitespace. |
415
|
| '!=' is not preceded with whitespace. |
417
|
| '!=' is not followed by whitespace. |
417
|
| '<' is not preceded with whitespace. |
419
|
| '<' is not followed by whitespace. |
419
|
| '>' is not preceded with whitespace. |
419
|
| '24' is a magic number. |
419
|
| '>' is not followed by whitespace. |
419
|
| Line is longer than 80 characters. |
420
|
| '+' is not preceded with whitespace. |
420
|
| '+' is not followed by whitespace. |
420
|
| '+' is not preceded with whitespace. |
420
|
| '+' is not followed by whitespace. |
420
|
| '}' should be on the same line. |
422
|
| Method 'getSkipDays' is not designed for extension - needs to be abstract, final or empty. |
438
|
| '!=' is not preceded with whitespace. |
439
|
| '!=' is not followed by whitespace. |
439
|
| Avoid inline conditionals. |
439
|
| Line is longer than 80 characters. |
445
|
| Method 'setSkipDays' is not designed for extension - needs to be abstract, final or empty. |
449
|
| Parameter skipDays should be final. |
449
|
| '!=' is not preceded with whitespace. |
450
|
| '!=' is not followed by whitespace. |
450
|
| '=' is not preceded with whitespace. |
451
|
| '=' is not followed by whitespace. |
451
|
| ';' is not followed by whitespace. |
451
|
| '<' is not preceded with whitespace. |
451
|
| '<' is not followed by whitespace. |
451
|
| ';' is not followed by whitespace. |
451
|
| '!=' is not preceded with whitespace. |
453
|
| '!=' is not followed by whitespace. |
453
|
| Line is longer than 80 characters. |
456
|
| '+' is not preceded with whitespace. |
456
|
| '+' is not followed by whitespace. |
456
|
| '+' is not preceded with whitespace. |
456
|
| '+' is not followed by whitespace. |
456
|
| ',' is not followed by whitespace. |
458
|
| '}' should be on the same line. |
459
|
| Method 'getCloud' is not designed for extension - needs to be abstract, final or empty. |
474
|
| Method 'setCloud' is not designed for extension - needs to be abstract, final or empty. |
484
|
| Parameter cloud should be final. |
484
|
| Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. |
495
|
| Line is longer than 80 characters. |
496
|
| '==' is not preceded with whitespace. |
496
|
| '==' is not followed by whitespace. |
496
|
| Avoid inline conditionals. |
496
|
| '=' is not preceded with whitespace. |
496
|
| '=' is not followed by whitespace. |
496
|
| Line is longer than 80 characters. |
502
|
| Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. |
506
|
| Parameter categories should be final. |
506
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
516
|
| Method 'setGenerator' is not designed for extension - needs to be abstract, final or empty. |
526
|
| Parameter generator should be final. |
526
|
| Method 'getTtl' is not designed for extension - needs to be abstract, final or empty. |
536
|
| Method 'setTtl' is not designed for extension - needs to be abstract, final or empty. |
546
|
| Parameter ttl should be final. |
546
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
557
|
| '==' is not preceded with whitespace. |
558
|
| '==' is not followed by whitespace. |
558
|
| Avoid inline conditionals. |
558
|
| '=' is not preceded with whitespace. |
558
|
| '=' is not followed by whitespace. |
558
|
| Line is longer than 80 characters. |
564
|
| Method 'setModules' is not designed for extension - needs to be abstract, final or empty. |
568
|
| Parameter modules should be final. |
568
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
578
|
| Parameter uri should be final. |
578
|
| ',' is not followed by whitespace. |
579
|
com/sun/syndication/feed/rss/Cloud.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_domain' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_registerProcedure' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| ',' is not followed by whitespace. |
43
|
| Line is longer than 80 characters. |
50
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Line is longer than 80 characters. |
58
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter other should be final. |
64
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter domain should be final. |
106
|
| Method 'getPort' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Method 'setPort' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter port should be final. |
126
|
| Method 'getPath' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Method 'setPath' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter path should be final. |
146
|
| Method 'getRegisterProcedure' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Line is longer than 80 characters. |
163
|
| Method 'setRegisterProcedure' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Parameter registerProcedure should be final. |
166
|
| Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Method 'setProtocol' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter protocol should be final. |
186
|
com/sun/syndication/feed/rss/Content.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| ',' is not followed by whitespace. |
43
|
| Line is longer than 80 characters. |
50
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Line is longer than 80 characters. |
58
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter other should be final. |
64
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter type should be final. |
106
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter value should be final. |
126
|
com/sun/syndication/feed/rss/Description.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| ',' is not followed by whitespace. |
40
|
| Line is longer than 80 characters. |
47
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line is longer than 80 characters. |
55
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter other should be final. |
61
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter type should be final. |
103
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter value should be final. |
123
|
com/sun/syndication/feed/rss/Enclosure.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| ',' is not followed by whitespace. |
41
|
| Line is longer than 80 characters. |
48
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Line is longer than 80 characters. |
56
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter other should be final. |
62
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter url should be final. |
104
|
| Method 'getLength' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Method 'setLength' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter length should be final. |
124
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter type should be final. |
144
|
com/sun/syndication/feed/rss/Guid.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_permaLink' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| ',' is not followed by whitespace. |
40
|
| Line is longer than 80 characters. |
47
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line is longer than 80 characters. |
55
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter other should be final. |
61
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'isPermaLink' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setPermaLink' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter permaLink should be final. |
103
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter value should be final. |
123
|
com/sun/syndication/feed/rss/Image.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_width' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_height' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| ',' is not followed by whitespace. |
44
|
| Line is longer than 80 characters. |
51
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Line is longer than 80 characters. |
59
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter other should be final. |
65
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter title should be final. |
107
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Parameter url should be final. |
127
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Parameter link should be final. |
147
|
| Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Parameter width should be final. |
167
|
| Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Parameter height should be final. |
187
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Parameter description should be final. |
207
|
com/sun/syndication/feed/rss/Item.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
41
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
42
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name '_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name '_enclosures' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
49
|
| Name '_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
50
|
| Name '_guid' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
51
|
| Name '_comments' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
52
|
| Name '_author' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
53
|
| Name '_pubDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
54
|
| Name '_expirationDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
55
|
| Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Missing a Javadoc comment. |
56
|
| Name '_foreignMarkup' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| ',' is not followed by whitespace. |
64
|
| Line is longer than 80 characters. |
71
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Line is longer than 80 characters. |
79
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter other should be final. |
85
|
| Line has trailing spaces. |
88
|
| 'cast' is not followed by whitespace. |
88
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Parameter title should be final. |
133
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter link should be final. |
153
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Parameter uri should be final. |
171
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
191
|
| Parameter description should be final. |
191
|
| Method 'getContent' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Method 'setContent' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Parameter content should be final. |
211
|
| Method 'getSource' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Method 'setSource' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Parameter source should be final. |
231
|
| Method 'getEnclosures' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Line is longer than 80 characters. |
243
|
| '==' is not preceded with whitespace. |
243
|
| '==' is not followed by whitespace. |
243
|
| Avoid inline conditionals. |
243
|
| '=' is not preceded with whitespace. |
243
|
| '=' is not followed by whitespace. |
243
|
| Line is longer than 80 characters. |
249
|
| Method 'setEnclosures' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Parameter enclosures should be final. |
253
|
| Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. |
264
|
| Line is longer than 80 characters. |
265
|
| '==' is not preceded with whitespace. |
265
|
| '==' is not followed by whitespace. |
265
|
| Avoid inline conditionals. |
265
|
| '=' is not preceded with whitespace. |
265
|
| '=' is not followed by whitespace. |
265
|
| Line is longer than 80 characters. |
271
|
| Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. |
275
|
| Parameter categories should be final. |
275
|
| Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. |
285
|
| Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Parameter guid should be final. |
295
|
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. |
305
|
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. |
315
|
| Parameter comments should be final. |
315
|
| Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. |
325
|
| Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. |
335
|
| Parameter author should be final. |
335
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
346
|
| '==' is not preceded with whitespace. |
347
|
| '==' is not followed by whitespace. |
347
|
| Avoid inline conditionals. |
347
|
| '=' is not preceded with whitespace. |
347
|
| '=' is not followed by whitespace. |
347
|
| Line is longer than 80 characters. |
353
|
| Method 'setModules' is not designed for extension - needs to be abstract, final or empty. |
357
|
| Parameter modules should be final. |
357
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
367
|
| Parameter uri should be final. |
367
|
| ',' is not followed by whitespace. |
368
|
| Method 'getPubDate' is not designed for extension - needs to be abstract, final or empty. |
378
|
| Method 'setPubDate' is not designed for extension - needs to be abstract, final or empty. |
388
|
| Parameter pubDate should be final. |
388
|
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. |
398
|
| Line is longer than 80 characters. |
405
|
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. |
408
|
| Parameter expirationDate should be final. |
408
|
| Method 'getForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
418
|
| Line is longer than 80 characters. |
419
|
| '==' is not preceded with whitespace. |
419
|
| '==' is not followed by whitespace. |
419
|
| Avoid inline conditionals. |
419
|
| '=' is not preceded with whitespace. |
419
|
| '=' is not followed by whitespace. |
419
|
| Method 'setForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
428
|
| Parameter foreignMarkup should be final. |
428
|
| 'cast' is not followed by whitespace. |
429
|
com/sun/syndication/feed/rss/Source.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| ',' is not followed by whitespace. |
40
|
| Line is longer than 80 characters. |
47
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line is longer than 80 characters. |
55
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter other should be final. |
61
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter url should be final. |
103
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter value should be final. |
123
|
com/sun/syndication/feed/rss/TextInput.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| ',' is not followed by whitespace. |
42
|
| Line is longer than 80 characters. |
49
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Line is longer than 80 characters. |
57
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter other should be final. |
63
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter title should be final. |
105
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Line is longer than 80 characters. |
122
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter description should be final. |
125
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter name should be final. |
145
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Parameter link should be final. |
165
|
com/sun/syndication/feed/rss/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/feed/synd/Converter.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Redundant import from the same package - com.sun.syndication.feed.synd.SyndFeed. |
20
|
| Comment matches to-do format 'TODO:'. |
31
|
| Redundant 'public' modifier. |
46
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
54
|
| Redundant 'public' modifier. |
57
|
| ',' is not followed by whitespace. |
57
|
| Line is longer than 80 characters. |
60
|
| Redundant 'public' modifier. |
66
|
com/sun/syndication/feed/synd/SyndCategory.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
65
|
| Redundant 'public' modifier. |
68
|
com/sun/syndication/feed/synd/SyndCategoryImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_subject' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Line is longer than 80 characters. |
39
|
| Parameter subject should be final. |
44
|
| ',' is not followed by whitespace. |
45
|
| Line is longer than 80 characters. |
53
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line is longer than 80 characters. |
61
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter other should be final. |
67
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter name should be final. |
128
|
| Method 'getTaxonomyUri' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Method 'setTaxonomyUri' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter taxonomyUri should be final. |
148
|
| Line is longer than 80 characters. |
156
|
| Line is longer than 80 characters. |
159
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
163
|
| Line is longer than 80 characters. |
166
|
| Missing a Javadoc comment. |
172
|
| Name '_subjects' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
172
|
| Parameter subjects should be final. |
187
|
| Parameter index should be final. |
198
|
| Line is longer than 80 characters. |
217
|
| Parameter index should be final. |
220
|
| ',' is not followed by whitespace. |
220
|
| Parameter obj should be final. |
220
|
| '!=' is not preceded with whitespace. |
222
|
| '!=' is not followed by whitespace. |
222
|
| Avoid inline conditionals. |
222
|
| ',' is not followed by whitespace. |
223
|
| '!=' is not preceded with whitespace. |
224
|
| '!=' is not followed by whitespace. |
224
|
| Avoid inline conditionals. |
224
|
| Parameter index should be final. |
234
|
| ',' is not followed by whitespace. |
234
|
| Parameter obj should be final. |
234
|
| '!=' is not preceded with whitespace. |
236
|
| '!=' is not followed by whitespace. |
236
|
| Avoid inline conditionals. |
236
|
| ',' is not followed by whitespace. |
237
|
| Line is longer than 80 characters. |
244
|
| Parameter index should be final. |
247
|
| '!=' is not preceded with whitespace. |
249
|
| '!=' is not followed by whitespace. |
249
|
| Avoid inline conditionals. |
249
|
| Line is longer than 80 characters. |
253
|
| Line is longer than 80 characters. |
256
|
| Line is longer than 80 characters. |
257
|
| Parameter cList should be final. |
260
|
| '!=' is not preceded with whitespace. |
262
|
| '!=' is not followed by whitespace. |
262
|
| '=' is not preceded with whitespace. |
264
|
| '=' is not followed by whitespace. |
264
|
| ';' is not followed by whitespace. |
264
|
| '<' is not preceded with whitespace. |
264
|
| '<' is not followed by whitespace. |
264
|
| ';' is not followed by whitespace. |
264
|
| '!=' is not preceded with whitespace. |
267
|
| '!=' is not followed by whitespace. |
267
|
com/sun/syndication/feed/synd/SyndContent.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
28
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
42
|
| Line has trailing spaces. |
48
|
| Unused @param tag for 'type'. |
51
|
| Expected an @return tag. |
54
|
| Unused @param tag for 'type'. |
58
|
| Expected @param tag for 'mode'. |
61
|
| Line is longer than 80 characters. |
83
|
| Redundant 'public' modifier. |
86
|
com/sun/syndication/feed/synd/SyndContentImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| ',' is not followed by whitespace. |
46
|
| Line is longer than 80 characters. |
53
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line is longer than 80 characters. |
61
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter other should be final. |
67
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Line is longer than 80 characters. |
96
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Line is longer than 80 characters. |
108
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter type should be final. |
113
|
| Method 'getMode' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Unused @param tag for 'type'. |
128
|
| Method 'setMode' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter mode should be final. |
131
|
| Expected @param tag for 'mode'. |
131
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter value should be final. |
151
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Missing a Javadoc comment. |
160
|
| Parameter obj should be final. |
160
|
| ',' is not followed by whitespace. |
161
|
| Missing a Javadoc comment. |
164
|
| ',' is not followed by whitespace. |
168
|
| ',' is not followed by whitespace. |
169
|
| Line is longer than 80 characters. |
173
|
| ',' is not followed by whitespace. |
173
|
| ',' is not followed by whitespace. |
173
|
com/sun/syndication/feed/synd/SyndEnclosure.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Redundant 'public' modifier. |
15
|
| Redundant 'public' modifier. |
23
|
| Redundant 'public' modifier. |
31
|
| Redundant 'public' modifier. |
39
|
| Redundant 'public' modifier. |
47
|
| Redundant 'public' modifier. |
55
|
com/sun/syndication/feed/synd/SyndEnclosureImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
14
|
| Missing a Javadoc comment. |
15
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
15
|
| Missing a Javadoc comment. |
16
|
| Name '_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
16
|
| Missing a Javadoc comment. |
17
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
17
|
| Missing a Javadoc comment. |
18
|
| Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
18
|
| ',' is not followed by whitespace. |
26
|
| Line is longer than 80 characters. |
33
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Line is longer than 80 characters. |
41
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter other should be final. |
47
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter url should be final. |
89
|
| Method 'getLength' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setLength' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter length should be final. |
109
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter type should be final. |
129
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Missing a Javadoc comment. |
133
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Parameter obj should be final. |
137
|
| ',' is not followed by whitespace. |
138
|
| Missing a Javadoc comment. |
141
|
| ',' is not followed by whitespace. |
145
|
| ',' is not followed by whitespace. |
146
|
| ',' is not followed by whitespace. |
147
|
| Line is longer than 80 characters. |
151
|
| ',' is not followed by whitespace. |
151
|
| ',' is not followed by whitespace. |
151
|
com/sun/syndication/feed/synd/SyndEntry.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
53
|
| First sentence should end with a period. |
108
|
| Line is longer than 80 characters. |
152
|
| Redundant 'public' modifier. |
165
|
| Line is longer than 80 characters. |
170
|
| Redundant 'public' modifier. |
174
|
| Line is longer than 80 characters. |
179
|
| Line is longer than 80 characters. |
189
|
| Line is longer than 80 characters. |
191
|
| Unused @param tag for 'publishedDate'. |
207
|
| Expected @param tag for 'updatedDate'. |
210
|
| Line has trailing spaces. |
215
|
| Line is longer than 80 characters. |
215
|
| Line has trailing spaces. |
216
|
| Line has trailing spaces. |
227
|
| Line has trailing spaces. |
228
|
| Unused @param tag for 'author'. |
231
|
| Expected @param tag for 'authors'. |
234
|
| Line has trailing spaces. |
235
|
| Line has trailing spaces. |
239
|
| Line is longer than 80 characters. |
239
|
| Line has trailing spaces. |
240
|
| Line has trailing spaces. |
251
|
| Line has trailing spaces. |
252
|
| Line has trailing spaces. |
258
|
| Line has trailing spaces. |
262
|
| Unused @param tag for 'author'. |
275
|
| Expected @param tag for 'contributors'. |
278
|
| Line is longer than 80 characters. |
283
|
| Line is longer than 80 characters. |
294
|
| Line is longer than 80 characters. |
296
|
| Redundant 'public' modifier. |
308
|
| Line is longer than 80 characters. |
322
|
| Redundant 'public' modifier. |
334
|
| Redundant 'public' modifier. |
342
|
| Line has trailing spaces. |
343
|
| Line is longer than 80 characters. |
348
|
| Redundant 'public' modifier. |
351
|
com/sun/syndication/feed/synd/SyndEntryImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.module.*. |
20
|
| Using the '.*' form of import should be avoided - java.util.*. |
25
|
| Line has trailing spaces. |
26
|
| ',' is not followed by whitespace. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name '_updatedDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Line has trailing spaces. |
39
|
| Missing a Javadoc comment. |
39
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name '_links' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
42
|
| Name '_contents' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_enclosures' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name '_authors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name '_contributors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name '_foreignMarkup' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Line has trailing spaces. |
48
|
| Line has trailing spaces. |
50
|
| Missing a Javadoc comment. |
50
|
| Name '_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
52
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
72
|
| Parameter beanClass should be final. |
76
|
| Expected @param tag for 'beanClass'. |
76
|
| ',' is not followed by whitespace. |
76
|
| Parameter convenienceProperties should be final. |
76
|
| ',' is not followed by whitespace. |
77
|
| ',' is not followed by whitespace. |
77
|
| ',' is not followed by whitespace. |
86
|
| Line is longer than 80 characters. |
93
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Line is longer than 80 characters. |
101
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter other should be final. |
107
|
| Line has trailing spaces. |
110
|
| Line is longer than 80 characters. |
110
|
| 'cast' is not followed by whitespace. |
110
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
145
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
161
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Parameter uri should be final. |
166
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
176
|
| 'if' construct must use '{}'s. |
177
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Parameter title should be final. |
187
|
| 'if' construct must use '{}'s. |
188
|
| Method 'getTitleEx' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Method 'setTitleEx' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Parameter title should be final. |
208
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Parameter link should be final. |
228
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
238
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Parameter description should be final. |
248
|
| Method 'getContents' is not designed for extension - needs to be abstract, final or empty. |
259
|
| '==' is not preceded with whitespace. |
260
|
| '==' is not followed by whitespace. |
260
|
| Avoid inline conditionals. |
260
|
| '=' is not preceded with whitespace. |
260
|
| '=' is not followed by whitespace. |
260
|
| Line is longer than 80 characters. |
266
|
| Method 'setContents' is not designed for extension - needs to be abstract, final or empty. |
270
|
| Parameter contents should be final. |
270
|
| Method 'getEnclosures' is not designed for extension - needs to be abstract, final or empty. |
281
|
| Line is longer than 80 characters. |
282
|
| '==' is not preceded with whitespace. |
282
|
| '==' is not followed by whitespace. |
282
|
| Avoid inline conditionals. |
282
|
| '=' is not preceded with whitespace. |
282
|
| '=' is not followed by whitespace. |
282
|
| Line is longer than 80 characters. |
288
|
| Method 'setEnclosures' is not designed for extension - needs to be abstract, final or empty. |
292
|
| Parameter enclosures should be final. |
292
|
| Line is longer than 80 characters. |
300
|
| Method 'getPublishedDate' is not designed for extension - needs to be abstract, final or empty. |
305
|
| Line is longer than 80 characters. |
312
|
| Line is longer than 80 characters. |
314
|
| Method 'setPublishedDate' is not designed for extension - needs to be abstract, final or empty. |
317
|
| Parameter publishedDate should be final. |
317
|
| Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. |
328
|
| Line is longer than 80 characters. |
335
|
| Line is longer than 80 characters. |
337
|
| Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. |
341
|
| Parameter categories should be final. |
341
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
352
|
| '==' is not preceded with whitespace. |
353
|
| '==' is not followed by whitespace. |
353
|
| '=' is not preceded with whitespace. |
354
|
| '=' is not followed by whitespace. |
354
|
| ',' is not followed by whitespace. |
356
|
| '==' is not preceded with whitespace. |
356
|
| '==' is not followed by whitespace. |
356
|
| Line is longer than 80 characters. |
365
|
| Method 'setModules' is not designed for extension - needs to be abstract, final or empty. |
369
|
| Parameter modules should be final. |
369
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
379
|
| Parameter uri should be final. |
379
|
| ',' is not followed by whitespace. |
380
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
392
|
| Missing a Javadoc comment. |
392
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
396
|
| Missing a Javadoc comment. |
396
|
| Parameter obj should be final. |
396
|
| ',' is not followed by whitespace. |
397
|
| Missing a Javadoc comment. |
400
|
| ',' is not followed by whitespace. |
404
|
| ',' is not followed by whitespace. |
405
|
| ',' is not followed by whitespace. |
406
|
| ',' is not followed by whitespace. |
407
|
| ',' is not followed by whitespace. |
408
|
| ',' is not followed by whitespace. |
409
|
| ',' is not followed by whitespace. |
410
|
| ',' is not followed by whitespace. |
411
|
| ',' is not followed by whitespace. |
414
|
| ',' is not followed by whitespace. |
415
|
| ',' is not followed by whitespace. |
416
|
| ',' is not followed by whitespace. |
417
|
| Line is longer than 80 characters. |
419
|
| ',' is not followed by whitespace. |
419
|
| ',' is not followed by whitespace. |
419
|
| First sentence should end with a period. |
422
|
| Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. |
427
|
| '==' is not preceded with whitespace. |
428
|
| '==' is not followed by whitespace. |
428
|
| Avoid inline conditionals. |
428
|
| '=' is not preceded with whitespace. |
428
|
| '=' is not followed by whitespace. |
428
|
| Line has trailing spaces. |
430
|
| First sentence should end with a period. |
431
|
| Method 'setLinks' is not designed for extension - needs to be abstract, final or empty. |
436
|
| Parameter links should be final. |
436
|
| Line has trailing spaces. |
438
|
| Line has trailing spaces. |
439
|
| First sentence should end with a period. |
440
|
| Method 'getUpdatedDate' is not designed for extension - needs to be abstract, final or empty. |
445
|
| Line has trailing spaces. |
448
|
| First sentence should end with a period. |
449
|
| Method 'setUpdatedDate' is not designed for extension - needs to be abstract, final or empty. |
454
|
| Parameter updatedDate should be final. |
454
|
| Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. |
458
|
| Missing a Javadoc comment. |
458
|
| Method 'setAuthors' is not designed for extension - needs to be abstract, final or empty. |
465
|
| Missing a Javadoc comment. |
465
|
| Parameter authors should be final. |
465
|
| Line is longer than 80 characters. |
472
|
| Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. |
477
|
| Line has trailing spaces. |
479
|
| 'cast' is not followed by whitespace. |
483
|
| Line has trailing spaces. |
490
|
| Line is longer than 80 characters. |
497
|
| Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. |
502
|
| Parameter author should be final. |
502
|
| Line has trailing spaces. |
507
|
| Line has trailing spaces. |
512
|
| Method 'getContributors' is not designed for extension - needs to be abstract, final or empty. |
513
|
| Missing a Javadoc comment. |
513
|
| Line is longer than 80 characters. |
518
|
| Method 'setContributors' is not designed for extension - needs to be abstract, final or empty. |
520
|
| Missing a Javadoc comment. |
520
|
| Parameter contributors should be final. |
520
|
| Line has trailing spaces. |
523
|
| Method 'getForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
531
|
| Line is longer than 80 characters. |
532
|
| '==' is not preceded with whitespace. |
532
|
| '==' is not followed by whitespace. |
532
|
| Avoid inline conditionals. |
532
|
| '=' is not preceded with whitespace. |
532
|
| '=' is not followed by whitespace. |
532
|
| Line is longer than 80 characters. |
538
|
| Method 'setForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
542
|
| Parameter foreignMarkup should be final. |
542
|
| 'cast' is not followed by whitespace. |
543
|
| Line has trailing spaces. |
544
|
com/sun/syndication/feed/synd/SyndFeed.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
81
|
| Redundant 'public' modifier. |
86
|
| Redundant 'public' modifier. |
94
|
| Line is longer than 80 characters. |
100
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
127
|
| First sentence should end with a period. |
218
|
| Line has trailing spaces. |
249
|
| Line is longer than 80 characters. |
269
|
| Line is longer than 80 characters. |
279
|
| Unused @param tag for 'author'. |
305
|
| Expected @param tag for 'authors'. |
308
|
| Redundant 'public' modifier. |
343
|
| Unused @param tag for 'author'. |
350
|
| Expected @param tag for 'contributors'. |
353
|
| Line is longer than 80 characters. |
358
|
| Line is longer than 80 characters. |
368
|
| Line is longer than 80 characters. |
394
|
| Line is longer than 80 characters. |
405
|
| Line is longer than 80 characters. |
407
|
| Line is longer than 80 characters. |
425
|
| Line is longer than 80 characters. |
434
|
| Line is longer than 80 characters. |
444
|
| Redundant 'public' modifier. |
457
|
| Line is longer than 80 characters. |
471
|
| Redundant 'public' modifier. |
483
|
| Redundant 'public' modifier. |
491
|
| Line has trailing spaces. |
492
|
| Line is longer than 80 characters. |
497
|
| Redundant 'public' modifier. |
500
|
com/sun/syndication/feed/synd/SyndFeedImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.module.*. |
22
|
| Using the '.*' form of import should be avoided - java.util.*. |
27
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
39
|
| Missing a Javadoc comment. |
40
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Line has trailing spaces. |
41
|
| Missing a Javadoc comment. |
42
|
| Name '_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name '_feedType' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name '_links' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
49
|
| Name '_image' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
50
|
| Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
51
|
| Name '_modules' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
52
|
| Name '_authors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
53
|
| Name '_contributors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
54
|
| Name '_foreignMarkup' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
78
|
| Method 'getSupportedFeedTypes' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
91
|
| Parameter beanClass should be final. |
95
|
| Expected @param tag for 'beanClass'. |
95
|
| ',' is not followed by whitespace. |
95
|
| Parameter convenienceProperties should be final. |
95
|
| ',' is not followed by whitespace. |
96
|
| ',' is not followed by whitespace. |
96
|
| Line is longer than 80 characters. |
112
|
| Parameter feed should be final. |
115
|
| ',' is not followed by whitespace. |
116
|
| '!=' is not preceded with whitespace. |
117
|
| '!=' is not followed by whitespace. |
117
|
| '==' is not preceded with whitespace. |
120
|
| '==' is not followed by whitespace. |
120
|
| Line is longer than 80 characters. |
121
|
| '+' is not preceded with whitespace. |
121
|
| '+' is not followed by whitespace. |
121
|
| '+' is not preceded with whitespace. |
121
|
| '+' is not followed by whitespace. |
121
|
| ',' is not followed by whitespace. |
123
|
| Line is longer than 80 characters. |
131
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Line is longer than 80 characters. |
139
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter other should be final. |
145
|
| Line has trailing spaces. |
148
|
| 'cast' is not followed by whitespace. |
148
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Line is longer than 80 characters. |
180
|
| Method 'createWireFeed' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Method 'createWireFeed' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Parameter feedType should be final. |
196
|
| '==' is not preceded with whitespace. |
197
|
| '==' is not followed by whitespace. |
197
|
| '==' is not preceded with whitespace. |
201
|
| '==' is not followed by whitespace. |
201
|
| Line is longer than 80 characters. |
202
|
| '+' is not preceded with whitespace. |
202
|
| '+' is not followed by whitespace. |
202
|
| '+' is not preceded with whitespace. |
202
|
| '+' is not followed by whitespace. |
202
|
| Line is longer than 80 characters. |
208
|
| Method 'getFeedType' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Method 'setFeedType' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Parameter feedType should be final. |
223
|
| Line is longer than 80 characters. |
228
|
| Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Parameter encoding should be final. |
243
|
| Line is longer than 80 characters. |
251
|
| Line is longer than 80 characters. |
252
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Line is longer than 80 characters. |
279
|
| Line is longer than 80 characters. |
280
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
297
|
| Parameter uri should be final. |
297
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
307
|
| 'if' construct must use '{}'s. |
308
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Parameter title should be final. |
318
|
| 'if' construct must use '{}'s. |
319
|
| Method 'getTitleEx' is not designed for extension - needs to be abstract, final or empty. |
329
|
| Method 'setTitleEx' is not designed for extension - needs to be abstract, final or empty. |
339
|
| Parameter title should be final. |
339
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
361
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
383
|
| Parameter link should be final. |
383
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
393
|
| 'if' construct must use '{}'s. |
394
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
404
|
| Parameter description should be final. |
404
|
| 'if' construct must use '{}'s. |
405
|
| Line has trailing spaces. |
408
|
| Method 'getDescriptionEx' is not designed for extension - needs to be abstract, final or empty. |
415
|
| Method 'setDescriptionEx' is not designed for extension - needs to be abstract, final or empty. |
425
|
| Parameter description should be final. |
425
|
| Line is longer than 80 characters. |
432
|
| Method 'getPublishedDate' is not designed for extension - needs to be abstract, final or empty. |
437
|
| Line is longer than 80 characters. |
444
|
| Method 'setPublishedDate' is not designed for extension - needs to be abstract, final or empty. |
449
|
| Parameter publishedDate should be final. |
449
|
| Line is longer than 80 characters. |
456
|
| Method 'getCopyright' is not designed for extension - needs to be abstract, final or empty. |
461
|
| Line is longer than 80 characters. |
468
|
| Method 'setCopyright' is not designed for extension - needs to be abstract, final or empty. |
473
|
| Parameter copyright should be final. |
473
|
| Method 'getImage' is not designed for extension - needs to be abstract, final or empty. |
483
|
| Method 'setImage' is not designed for extension - needs to be abstract, final or empty. |
493
|
| Parameter image should be final. |
493
|
| Line is longer than 80 characters. |
500
|
| Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. |
506
|
| Line is longer than 80 characters. |
513
|
| Line is longer than 80 characters. |
515
|
| Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. |
519
|
| Parameter categories should be final. |
519
|
| Line is longer than 80 characters. |
520
|
| Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. |
530
|
| '==' is not preceded with whitespace. |
531
|
| '==' is not followed by whitespace. |
531
|
| Avoid inline conditionals. |
531
|
| '=' is not preceded with whitespace. |
531
|
| '=' is not followed by whitespace. |
531
|
| Line is longer than 80 characters. |
537
|
| Method 'setEntries' is not designed for extension - needs to be abstract, final or empty. |
541
|
| Parameter entries should be final. |
541
|
| Line is longer than 80 characters. |
548
|
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. |
553
|
| Line is longer than 80 characters. |
560
|
| Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. |
565
|
| Parameter language should be final. |
565
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
576
|
| '==' is not preceded with whitespace. |
577
|
| '==' is not followed by whitespace. |
577
|
| '=' is not preceded with whitespace. |
578
|
| '=' is not followed by whitespace. |
578
|
| ',' is not followed by whitespace. |
580
|
| '==' is not preceded with whitespace. |
580
|
| '==' is not followed by whitespace. |
580
|
| Line is longer than 80 characters. |
590
|
| Method 'setModules' is not designed for extension - needs to be abstract, final or empty. |
594
|
| Parameter modules should be final. |
594
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
604
|
| Parameter uri should be final. |
604
|
| ',' is not followed by whitespace. |
605
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
617
|
| Missing a Javadoc comment. |
617
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
621
|
| Missing a Javadoc comment. |
621
|
| Parameter obj should be final. |
621
|
| ',' is not followed by whitespace. |
622
|
| Missing a Javadoc comment. |
628
|
| ',' is not followed by whitespace. |
632
|
| ',' is not followed by whitespace. |
633
|
| ',' is not followed by whitespace. |
634
|
| ',' is not followed by whitespace. |
635
|
| ',' is not followed by whitespace. |
636
|
| ',' is not followed by whitespace. |
637
|
| ',' is not followed by whitespace. |
638
|
| ',' is not followed by whitespace. |
639
|
| ',' is not followed by whitespace. |
640
|
| ',' is not followed by whitespace. |
643
|
| ',' is not followed by whitespace. |
644
|
| ',' is not followed by whitespace. |
645
|
| ',' is not followed by whitespace. |
646
|
| Line is longer than 80 characters. |
648
|
| ',' is not followed by whitespace. |
648
|
| ',' is not followed by whitespace. |
648
|
| First sentence should end with a period. |
651
|
| Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. |
656
|
| Line has trailing spaces. |
659
|
| First sentence should end with a period. |
660
|
| Method 'setLinks' is not designed for extension - needs to be abstract, final or empty. |
665
|
| Parameter links should be final. |
665
|
| Method 'getAuthors' is not designed for extension - needs to be abstract, final or empty. |
669
|
| Missing a Javadoc comment. |
669
|
| Method 'setAuthors' is not designed for extension - needs to be abstract, final or empty. |
673
|
| Missing a Javadoc comment. |
673
|
| Parameter authors should be final. |
673
|
| Line is longer than 80 characters. |
680
|
| Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. |
685
|
| Line is longer than 80 characters. |
692
|
| Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. |
697
|
| Parameter author should be final. |
697
|
| Line has trailing spaces. |
699
|
| Line has trailing spaces. |
700
|
| Method 'getContributors' is not designed for extension - needs to be abstract, final or empty. |
701
|
| Missing a Javadoc comment. |
701
|
| Method 'setContributors' is not designed for extension - needs to be abstract, final or empty. |
705
|
| Missing a Javadoc comment. |
705
|
| Parameter contributors should be final. |
705
|
| Method 'getForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
715
|
| Line is longer than 80 characters. |
716
|
| '==' is not preceded with whitespace. |
716
|
| '==' is not followed by whitespace. |
716
|
| Avoid inline conditionals. |
716
|
| '=' is not preceded with whitespace. |
716
|
| '=' is not followed by whitespace. |
716
|
| Method 'setForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
725
|
| Parameter foreignMarkup should be final. |
725
|
| 'cast' is not followed by whitespace. |
726
|
com/sun/syndication/feed/synd/SyndImage.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
27
|
| Line is longer than 80 characters. |
96
|
| Redundant 'public' modifier. |
99
|
com/sun/syndication/feed/synd/SyndImageImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_link' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| ',' is not followed by whitespace. |
46
|
| Line is longer than 80 characters. |
53
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line is longer than 80 characters. |
61
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter other should be final. |
67
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter title should be final. |
109
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter url should be final. |
129
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Parameter link should be final. |
149
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Parameter description should be final. |
169
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Missing a Javadoc comment. |
173
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Missing a Javadoc comment. |
177
|
| Parameter syndImage should be final. |
177
|
| ',' is not followed by whitespace. |
178
|
| Missing a Javadoc comment. |
181
|
| ',' is not followed by whitespace. |
185
|
| ',' is not followed by whitespace. |
186
|
| ',' is not followed by whitespace. |
187
|
| ',' is not followed by whitespace. |
188
|
| Line is longer than 80 characters. |
192
|
| ',' is not followed by whitespace. |
192
|
| ',' is not followed by whitespace. |
192
|
com/sun/syndication/feed/synd/SyndLink.java
Error | Line |
| File does not end with a newline. |
0
|
com/sun/syndication/feed/synd/SyndLink.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
28
|
| Redundant 'public' modifier. |
31
|
| Line is longer than 80 characters. |
34
|
| Redundant 'public' modifier. |
40
|
| Redundant 'public' modifier. |
50
|
| Redundant 'public' modifier. |
58
|
| Redundant 'public' modifier. |
66
|
| Redundant 'public' modifier. |
74
|
| Redundant 'public' modifier. |
82
|
| Redundant 'public' modifier. |
90
|
| Redundant 'public' modifier. |
98
|
| Redundant 'public' modifier. |
106
|
| Redundant 'public' modifier. |
114
|
| Redundant 'public' modifier. |
122
|
| First sentence should end with a period. |
124
|
| Redundant 'public' modifier. |
129
|
| First sentence should end with a period. |
131
|
| Redundant 'public' modifier. |
136
|
| First sentence should end with a period. |
138
|
| Redundant 'public' modifier. |
143
|
| First sentence should end with a period. |
145
|
| Redundant 'public' modifier. |
150
|
com/sun/syndication/feed/synd/SyndLinkImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| ',' is not followed by whitespace. |
29
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_href' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_rel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
36
|
| Name '_hreflang' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
38
|
| Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| ',' is not followed by whitespace. |
46
|
| Line is longer than 80 characters. |
53
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line is longer than 80 characters. |
61
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter other should be final. |
67
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Method 'getRel' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setRel' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter rel should be final. |
109
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter type should be final. |
130
|
| Method 'getHref' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Method 'setHref' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter href should be final. |
150
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter title should be final. |
170
|
| First sentence should end with a period. |
174
|
| Method 'getHreflang' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Line has trailing spaces. |
182
|
| First sentence should end with a period. |
183
|
| Method 'setHreflang' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Parameter hreflang should be final. |
188
|
| Line has trailing spaces. |
191
|
| First sentence should end with a period. |
192
|
| Method 'getLength' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Line has trailing spaces. |
200
|
| First sentence should end with a period. |
201
|
| Method 'setLength' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Parameter length should be final. |
206
|
com/sun/syndication/feed/synd/SyndPerson.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
23
|
| First sentence should end with a period. |
30
|
| Expected an @return tag. |
33
|
| Redundant 'public' modifier. |
33
|
| Line has trailing spaces. |
34
|
| Redundant 'public' modifier. |
38
|
| Expected @param tag for 'name'. |
38
|
| Line has trailing spaces. |
39
|
| Expected an @return tag. |
43
|
| Redundant 'public' modifier. |
43
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
45
|
| Redundant 'public' modifier. |
48
|
| Expected @param tag for 'uri'. |
48
|
| Line has trailing spaces. |
49
|
| Line has trailing spaces. |
50
|
| Expected an @return tag. |
53
|
| Redundant 'public' modifier. |
53
|
| Line has trailing spaces. |
54
|
| Redundant 'public' modifier. |
58
|
| Expected @param tag for 'email'. |
58
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
60
|
| Line is longer than 80 characters. |
65
|
| Redundant 'public' modifier. |
68
|
com/sun/syndication/feed/synd/SyndPersonImpl.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Unused import - com.sun.syndication.feed.module.DCSubjectImpl. |
20
|
| Unused import - com.sun.syndication.feed.module.DCSubject. |
21
|
| Unused import - java.util.AbstractList. |
23
|
| Unused import - java.util.List. |
24
|
| Unused import - java.util.ArrayList. |
25
|
| Missing a Javadoc comment. |
35
|
| Name '_objBean' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name '_email' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Line is longer than 80 characters. |
41
|
| ',' is not followed by whitespace. |
45
|
| Line is longer than 80 characters. |
52
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Line is longer than 80 characters. |
60
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter other should be final. |
66
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter name should be final. |
108
|
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter email should be final. |
128
|
| Line has trailing spaces. |
131
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter uri should be final. |
148
|
com/sun/syndication/feed/synd/impl/ConverterForAtom03.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
43
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
49
|
| Parameter type should be final. |
49
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter feed should be final. |
57
|
| ',' is not followed by whitespace. |
57
|
| Parameter syndFeed should be final. |
57
|
| 'cast' is not followed by whitespace. |
62
|
| Line has trailing spaces. |
65
|
| '!=' is not preceded with whitespace. |
79
|
| '!=' is not followed by whitespace. |
79
|
| '!=' is not preceded with whitespace. |
85
|
| '!=' is not followed by whitespace. |
85
|
| '!=' is not preceded with whitespace. |
93
|
| '!=' is not followed by whitespace. |
93
|
| '!=' is not preceded with whitespace. |
98
|
| '!=' is not followed by whitespace. |
98
|
| '!=' is not preceded with whitespace. |
103
|
| '!=' is not followed by whitespace. |
103
|
| '!=' is not preceded with whitespace. |
108
|
| '!=' is not followed by whitespace. |
108
|
| Method 'createSyndEntries' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Missing a Javadoc comment. |
114
|
| Parameter atomEntries should be final. |
114
|
| '=' is not preceded with whitespace. |
116
|
| '=' is not followed by whitespace. |
116
|
| ';' is not followed by whitespace. |
116
|
| '<' is not preceded with whitespace. |
116
|
| '<' is not followed by whitespace. |
116
|
| ';' is not followed by whitespace. |
116
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Parameter entry should be final. |
122
|
| 'cast' is not followed by whitespace. |
126
|
| 'cast' is not followed by whitespace. |
127
|
| '!=' is not preceded with whitespace. |
140
|
| '!=' is not followed by whitespace. |
140
|
| '}' should be on the same line. |
142
|
| '==' is not preceded with whitespace. |
148
|
| '==' is not followed by whitespace. |
148
|
| '!=' is not preceded with whitespace. |
150
|
| '!=' is not followed by whitespace. |
150
|
| '>' is not preceded with whitespace. |
150
|
| '>' is not followed by whitespace. |
150
|
| '!=' is not preceded with whitespace. |
154
|
| '!=' is not followed by whitespace. |
154
|
| '>' is not preceded with whitespace. |
162
|
| '>' is not followed by whitespace. |
162
|
| '=' is not preceded with whitespace. |
164
|
| '=' is not followed by whitespace. |
164
|
| ';' is not followed by whitespace. |
164
|
| '<' is not preceded with whitespace. |
164
|
| '<' is not followed by whitespace. |
164
|
| ';' is not followed by whitespace. |
164
|
| '!=' is not preceded with whitespace. |
176
|
| '!=' is not followed by whitespace. |
176
|
| 'cast' is not followed by whitespace. |
178
|
| '==' is not preceded with whitespace. |
183
|
| '==' is not followed by whitespace. |
183
|
| '==' is not preceded with whitespace. |
185
|
| '==' is not followed by whitespace. |
185
|
| '!=' is not preceded with whitespace. |
189
|
| '!=' is not followed by whitespace. |
189
|
| Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Missing a Javadoc comment. |
196
|
| Parameter syndFeed should be final. |
196
|
| '!=' is not preceded with whitespace. |
207
|
| '!=' is not followed by whitespace. |
207
|
| '!=' is not preceded with whitespace. |
217
|
| '!=' is not followed by whitespace. |
217
|
| '!=' is not preceded with whitespace. |
226
|
| '!=' is not followed by whitespace. |
226
|
| '!=' is not preceded with whitespace. |
235
|
| '!=' is not followed by whitespace. |
235
|
| Missing a Javadoc comment. |
242
|
| Parameter sPersons should be final. |
242
|
| ';' is followed by whitespace. |
244
|
| 'cast' is not followed by whitespace. |
245
|
| Line has trailing spaces. |
254
|
| Missing a Javadoc comment. |
255
|
| Parameter aPersons should be final. |
255
|
| ';' is followed by whitespace. |
257
|
| 'cast' is not followed by whitespace. |
258
|
| Line has trailing spaces. |
267
|
| Method 'createAtomEntries' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Missing a Javadoc comment. |
268
|
| Parameter syndEntries should be final. |
268
|
| '=' is not preceded with whitespace. |
270
|
| '=' is not followed by whitespace. |
270
|
| ';' is not followed by whitespace. |
270
|
| '<' is not preceded with whitespace. |
270
|
| '<' is not followed by whitespace. |
270
|
| ';' is not followed by whitespace. |
270
|
| 'cast' is not followed by whitespace. |
271
|
| Method 'createAtomEntry' is not designed for extension - needs to be abstract, final or empty. |
276
|
| Missing a Javadoc comment. |
276
|
| Parameter sEntry should be final. |
276
|
| '!=' is not preceded with whitespace. |
285
|
| '!=' is not followed by whitespace. |
285
|
| '!=' is not preceded with whitespace. |
295
|
| '!=' is not followed by whitespace. |
295
|
| '>' is not preceded with whitespace. |
304
|
| '>' is not followed by whitespace. |
304
|
| '=' is not preceded with whitespace. |
306
|
| '=' is not followed by whitespace. |
306
|
| ';' is not followed by whitespace. |
306
|
| '<' is not preceded with whitespace. |
306
|
| '<' is not followed by whitespace. |
306
|
| ';' is not followed by whitespace. |
306
|
| '!=' is not preceded with whitespace. |
319
|
| '!=' is not followed by whitespace. |
319
|
| Line has trailing spaces. |
323
|
com/sun/syndication/feed/synd/impl/ConverterForAtom10.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
50
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
56
|
| Parameter type should be final. |
56
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter feed should be final. |
64
|
| Parameter syndFeed should be final. |
64
|
| Line has trailing spaces. |
68
|
| 'cast' is not followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
70
|
| '!=' is not preceded with whitespace. |
86
|
| '!=' is not followed by whitespace. |
86
|
| Line has trailing spaces. |
94
|
| 'cast' is not followed by whitespace. |
96
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
105
|
| Line has trailing spaces. |
109
|
| '!=' is not preceded with whitespace. |
111
|
| '!=' is not followed by whitespace. |
111
|
| '!=' is not preceded with whitespace. |
119
|
| '!=' is not followed by whitespace. |
119
|
| '!=' is not preceded with whitespace. |
124
|
| '!=' is not followed by whitespace. |
124
|
| '!=' is not preceded with whitespace. |
129
|
| '!=' is not followed by whitespace. |
129
|
| Line has trailing spaces. |
132
|
| Method 'createSyndLinks' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Missing a Javadoc comment. |
135
|
| Parameter aLinks should be final. |
135
|
| 'cast' is not followed by whitespace. |
138
|
| '(' is followed by whitespace. |
140
|
| '(' is followed by whitespace. |
141
|
| '(' is followed by whitespace. |
142
|
| '(' is followed by whitespace. |
143
|
| '(' is followed by whitespace. |
144
|
| '(' is followed by whitespace. |
145
|
| Line has trailing spaces. |
150
|
| Method 'createSyndEntries' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Parameter feed should be final. |
151
|
| Parameter atomEntries should be final. |
151
|
| '=' is not preceded with whitespace. |
153
|
| '=' is not followed by whitespace. |
153
|
| ';' is not followed by whitespace. |
153
|
| '<' is not preceded with whitespace. |
153
|
| '<' is not followed by whitespace. |
153
|
| ';' is not followed by whitespace. |
153
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Missing a Javadoc comment. |
159
|
| Parameter feed should be final. |
159
|
| Parameter entry should be final. |
159
|
| Line has trailing spaces. |
162
|
| 'cast' is not followed by whitespace. |
163
|
| 'cast' is not followed by whitespace. |
164
|
| Line has trailing spaces. |
171
|
| '!=' is not preceded with whitespace. |
173
|
| '!=' is not followed by whitespace. |
173
|
| '!=' is not preceded with whitespace. |
178
|
| '!=' is not followed by whitespace. |
178
|
| '}' should be on the same line. |
180
|
| '=' is not preceded with whitespace. |
188
|
| '=' is not followed by whitespace. |
188
|
| 'cast' is not followed by whitespace. |
189
|
| '!=' is not preceded with whitespace. |
196
|
| '!=' is not followed by whitespace. |
196
|
| 'cast' is not followed by whitespace. |
198
|
| '!=' is not preceded with whitespace. |
203
|
| '!=' is not followed by whitespace. |
203
|
| '!=' is not preceded with whitespace. |
208
|
| '!=' is not followed by whitespace. |
208
|
| Line has trailing spaces. |
211
|
| '!=' is not preceded with whitespace. |
213
|
| '!=' is not followed by whitespace. |
213
|
| '=' is not preceded with whitespace. |
215
|
| '=' is not followed by whitespace. |
215
|
| 'cast' is not followed by whitespace. |
216
|
| Line has trailing spaces. |
218
|
| Comment matches to-do format 'TODO:'. |
220
|
| Line has trailing spaces. |
220
|
| Line has trailing spaces. |
226
|
| Line contains a tab character. |
229
|
| 'cast' is not followed by whitespace. |
230
|
| ';' is followed by whitespace. |
238
|
| 'cast' is not followed by whitespace. |
239
|
| 'if' construct must use '{}'s. |
240
|
| Line has trailing spaces. |
249
|
| Line has trailing spaces. |
253
|
| Method 'createSyndEnclosure' is not designed for extension - needs to be abstract, final or empty. |
262
|
| Missing a Javadoc comment. |
262
|
| Parameter feed should be final. |
262
|
| Parameter entry should be final. |
262
|
| Parameter link should be final. |
263
|
| Line has trailing spaces. |
270
|
| Method 'createSyndLink' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Missing a Javadoc comment. |
271
|
| Parameter feed should be final. |
271
|
| Parameter entry should be final. |
271
|
| Parameter link should be final. |
271
|
| Line has trailing spaces. |
272
|
| Line has trailing spaces. |
280
|
| Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. |
281
|
| Missing a Javadoc comment. |
281
|
| Parameter syndFeed should be final. |
281
|
| Line has trailing spaces. |
296
|
| Line has trailing spaces. |
311
|
| '=' is not preceded with whitespace. |
311
|
| '=' is not followed by whitespace. |
311
|
| Line has trailing spaces. |
312
|
| 'cast' is not followed by whitespace. |
312
|
| Line has trailing spaces. |
317
|
| '||' should be on a new line. |
318
|
| '||' should be on a new line. |
319
|
| 'if' construct must use '{}'s. |
334
|
| 'if' construct must use '{}'s. |
335
|
| Line has trailing spaces. |
336
|
| Line has trailing spaces. |
340
|
| '=' is not preceded with whitespace. |
340
|
| '=' is not followed by whitespace. |
340
|
| 'cast' is not followed by whitespace. |
341
|
| Comment matches to-do format 'TODO:'. |
344
|
| 'if' construct must use '{}'s. |
349
|
| '!=' is not preceded with whitespace. |
352
|
| '!=' is not followed by whitespace. |
352
|
| '!=' is not preceded with whitespace. |
361
|
| '!=' is not followed by whitespace. |
361
|
| 'cast' is not followed by whitespace. |
365
|
| Method 'createSyndContent' is not designed for extension - needs to be abstract, final or empty. |
371
|
| Missing a Javadoc comment. |
371
|
| Parameter content should be final. |
371
|
| Method 'createAtomEntries' is not designed for extension - needs to be abstract, final or empty. |
378
|
| Missing a Javadoc comment. |
378
|
| Parameter syndEntries should be final. |
378
|
| '=' is not preceded with whitespace. |
380
|
| '=' is not followed by whitespace. |
380
|
| ';' is not followed by whitespace. |
380
|
| '<' is not preceded with whitespace. |
380
|
| '<' is not followed by whitespace. |
380
|
| ';' is not followed by whitespace. |
380
|
| 'cast' is not followed by whitespace. |
381
|
| Method 'createAtomContent' is not designed for extension - needs to be abstract, final or empty. |
386
|
| Missing a Javadoc comment. |
386
|
| Parameter sContent should be final. |
386
|
| Method 'createAtomContents' is not designed for extension - needs to be abstract, final or empty. |
393
|
| Missing a Javadoc comment. |
393
|
| Parameter syndContents should be final. |
393
|
| '=' is not preceded with whitespace. |
395
|
| '=' is not followed by whitespace. |
395
|
| ';' is not followed by whitespace. |
395
|
| '<' is not preceded with whitespace. |
395
|
| '<' is not followed by whitespace. |
395
|
| ';' is not followed by whitespace. |
395
|
| Line is longer than 80 characters. |
396
|
| 'cast' is not followed by whitespace. |
396
|
| Method 'createAtomEntry' is not designed for extension - needs to be abstract, final or empty. |
401
|
| Missing a Javadoc comment. |
401
|
| Parameter sEntry should be final. |
401
|
| '!=' is not preceded with whitespace. |
408
|
| '!=' is not followed by whitespace. |
408
|
| Line has trailing spaces. |
414
|
| '!=' is not preceded with whitespace. |
416
|
| '!=' is not followed by whitespace. |
416
|
| Line has trailing spaces. |
428
|
| '=' is not preceded with whitespace. |
428
|
| '=' is not followed by whitespace. |
428
|
| Line has trailing spaces. |
429
|
| 'cast' is not followed by whitespace. |
429
|
| Line has trailing spaces. |
434
|
| '||' should be on a new line. |
436
|
| '||' should be on a new line. |
437
|
| 'if' construct must use '{}'s. |
452
|
| 'if' construct must use '{}'s. |
453
|
| Line has trailing spaces. |
454
|
| Line has trailing spaces. |
458
|
| '=' is not preceded with whitespace. |
458
|
| '=' is not followed by whitespace. |
458
|
| 'cast' is not followed by whitespace. |
459
|
| Comment matches to-do format 'TODO:'. |
462
|
| 'if' construct must use '{}'s. |
467
|
| Line has trailing spaces. |
468
|
| '!=' is not preceded with whitespace. |
473
|
| '!=' is not followed by whitespace. |
473
|
| Line has trailing spaces. |
477
|
| Line has trailing spaces. |
489
|
| 'cast' is not followed by whitespace. |
494
|
| 'cast' is not followed by whitespace. |
495
|
com/sun/syndication/feed/synd/impl/ConverterForRSS090.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
37
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
43
|
| Parameter type should be final. |
43
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter feed should be final. |
51
|
| ',' is not followed by whitespace. |
51
|
| Parameter syndFeed should be final. |
51
|
| 'cast' is not followed by whitespace. |
53
|
| '!=' is not preceded with whitespace. |
63
|
| '!=' is not followed by whitespace. |
63
|
| '!=' is not preceded with whitespace. |
68
|
| '!=' is not followed by whitespace. |
68
|
| Method 'createSyndImage' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter rssImage should be final. |
73
|
| Method 'createSyndEntries' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter rssItems should be final. |
81
|
| '=' is not preceded with whitespace. |
83
|
| '=' is not followed by whitespace. |
83
|
| ';' is not followed by whitespace. |
83
|
| '<' is not preceded with whitespace. |
83
|
| '<' is not followed by whitespace. |
83
|
| ';' is not followed by whitespace. |
83
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter item should be final. |
89
|
| Line has trailing spaces. |
93
|
| 'cast' is not followed by whitespace. |
94
|
| Line has trailing spaces. |
97
|
| Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter syndFeed should be final. |
105
|
| ',' is not followed by whitespace. |
106
|
| Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| Parameter type should be final. |
109
|
| ',' is not followed by whitespace. |
109
|
| Parameter syndFeed should be final. |
109
|
| '!=' is not preceded with whitespace. |
119
|
| '!=' is not followed by whitespace. |
119
|
| '!=' is not preceded with whitespace. |
124
|
| '!=' is not followed by whitespace. |
124
|
| Method 'createRSSImage' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Missing a Javadoc comment. |
130
|
| Parameter sImage should be final. |
130
|
| Method 'createRSSItems' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Missing a Javadoc comment. |
138
|
| Parameter sEntries should be final. |
138
|
| '=' is not preceded with whitespace. |
140
|
| '=' is not followed by whitespace. |
140
|
| ';' is not followed by whitespace. |
140
|
| '<' is not preceded with whitespace. |
140
|
| '<' is not followed by whitespace. |
140
|
| ';' is not followed by whitespace. |
140
|
| 'cast' is not followed by whitespace. |
141
|
| Method 'createRSSItem' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Parameter sEntry should be final. |
146
|
com/sun/syndication/feed/synd/impl/ConverterForRSS091Netscape.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
29
|
| Parameter type should be final. |
29
|
com/sun/syndication/feed/synd/impl/ConverterForRSS091Userland.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
33
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
43
|
| Parameter type should be final. |
43
|
| Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter feed should be final. |
47
|
| ',' is not followed by whitespace. |
47
|
| Parameter syndFeed should be final. |
47
|
| ',' is not followed by whitespace. |
49
|
| '!=' is not preceded with whitespace. |
53
|
| '!=' is not followed by whitespace. |
53
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
61
|
| '!=' is not preceded with whitespace. |
61
|
| '!=' is not followed by whitespace. |
61
|
| Line is longer than 80 characters. |
62
|
| Method 'createSyndImage' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter rssImage should be final. |
74
|
| Line has trailing spaces. |
83
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter item should be final. |
84
|
| Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter type should be final. |
105
|
| ',' is not followed by whitespace. |
105
|
| Parameter syndFeed should be final. |
105
|
| ',' is not followed by whitespace. |
106
|
| Line has trailing spaces. |
109
|
| '!=' is not preceded with whitespace. |
110
|
| '!=' is not followed by whitespace. |
110
|
| 'cast' is not followed by whitespace. |
111
|
| Line has trailing spaces. |
112
|
| Line has trailing spaces. |
113
|
| Method 'createRSSImage' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter sImage should be final. |
117
|
| Line has trailing spaces. |
126
|
| Method 'createRSSItem' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Missing a Javadoc comment. |
127
|
| Parameter sEntry should be final. |
127
|
| '!=' is not preceded with whitespace. |
131
|
| '!=' is not followed by whitespace. |
131
|
| 'cast' is not followed by whitespace. |
136
|
| Method 'createItemDescription' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Parameter sContent should be final. |
145
|
com/sun/syndication/feed/synd/impl/ConverterForRSS092.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.synd.*. |
22
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
37
|
| Parameter type should be final. |
37
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter item should be final. |
41
|
| '>' is not preceded with whitespace. |
44
|
| '>' is not followed by whitespace. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| '>' is not preceded with whitespace. |
51
|
| '>' is not followed by whitespace. |
51
|
| Method 'createSyndCategories' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter rssCats should be final. |
57
|
| '=' is not preceded with whitespace. |
59
|
| '=' is not followed by whitespace. |
59
|
| ';' is not followed by whitespace. |
59
|
| '<' is not preceded with whitespace. |
59
|
| '<' is not followed by whitespace. |
59
|
| ';' is not followed by whitespace. |
59
|
| Method 'createSyndEnclosures' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter enclosures should be final. |
69
|
| '=' is not preceded with whitespace. |
71
|
| '=' is not followed by whitespace. |
71
|
| ';' is not followed by whitespace. |
71
|
| '<' is not preceded with whitespace. |
71
|
| '<' is not followed by whitespace. |
71
|
| ';' is not followed by whitespace. |
71
|
| Method 'createRSSItem' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter sEntry should be final. |
82
|
| '>' is not preceded with whitespace. |
86
|
| '>' is not followed by whitespace. |
86
|
| '>' is not preceded with whitespace. |
90
|
| '>' is not followed by whitespace. |
90
|
| Method 'createRSSCategories' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter sCats should be final. |
96
|
| '=' is not preceded with whitespace. |
98
|
| '=' is not followed by whitespace. |
98
|
| ';' is not followed by whitespace. |
98
|
| '<' is not preceded with whitespace. |
98
|
| '<' is not followed by whitespace. |
98
|
| ';' is not followed by whitespace. |
98
|
| Method 'createEnclosures' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| Parameter sEnclosures should be final. |
108
|
| '=' is not preceded with whitespace. |
110
|
| '=' is not followed by whitespace. |
110
|
| ';' is not followed by whitespace. |
110
|
| '<' is not preceded with whitespace. |
110
|
| '<' is not followed by whitespace. |
110
|
| ';' is not followed by whitespace. |
110
|
com/sun/syndication/feed/synd/impl/ConverterForRSS093.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
32
|
| Parameter type should be final. |
32
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter item should be final. |
36
|
| '!=' is not preceded with whitespace. |
39
|
| '!=' is not followed by whitespace. |
39
|
| Method 'createRSSItem' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter sEntry should be final. |
45
|
com/sun/syndication/feed/synd/impl/ConverterForRSS094.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
41
|
| Parameter type should be final. |
41
|
| Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter feed should be final. |
45
|
| ',' is not followed by whitespace. |
45
|
| Parameter syndFeed should be final. |
45
|
| ',' is not followed by whitespace. |
47
|
| '>' is not preceded with whitespace. |
49
|
| '>' is not followed by whitespace. |
49
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
51
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter item should be final. |
57
|
| '!=' is not preceded with whitespace. |
62
|
| '!=' is not followed by whitespace. |
62
|
| Line is longer than 80 characters. |
63
|
| 'cast' is not followed by whitespace. |
63
|
| '!=' is not preceded with whitespace. |
74
|
| '!=' is not followed by whitespace. |
74
|
| '==' is not preceded with whitespace. |
76
|
| '==' is not followed by whitespace. |
76
|
| '}' should be on the same line. |
79
|
| Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter type should be final. |
87
|
| ',' is not followed by whitespace. |
87
|
| Parameter syndFeed should be final. |
87
|
| ',' is not followed by whitespace. |
88
|
| '>' is not preceded with whitespace. |
90
|
| '>' is not followed by whitespace. |
90
|
| Method 'createRSSItem' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter sEntry should be final. |
96
|
| Line has trailing spaces. |
97
|
| '!=' is not preceded with whitespace. |
98
|
| '!=' is not followed by whitespace. |
98
|
| 'cast' is not followed by whitespace. |
99
|
| Line has trailing spaces. |
100
|
| Line has trailing spaces. |
101
|
| '!=' is not preceded with whitespace. |
105
|
| '!=' is not followed by whitespace. |
105
|
| '}' should be on the same line. |
109
|
| '!=' is not preceded with whitespace. |
112
|
| '!=' is not followed by whitespace. |
112
|
com/sun/syndication/feed/synd/impl/ConverterForRSS10.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
39
|
| Parameter type should be final. |
39
|
| Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter feed should be final. |
43
|
| ',' is not followed by whitespace. |
43
|
| Parameter syndFeed should be final. |
43
|
| ',' is not followed by whitespace. |
45
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
53
|
| Line has trailing spaces. |
57
|
| Method 'createSyndEntry' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter item should be final. |
58
|
| '!=' is not preceded with whitespace. |
62
|
| '!=' is not followed by whitespace. |
62
|
| '!=' is not preceded with whitespace. |
69
|
| '!=' is not followed by whitespace. |
69
|
| Line has trailing spaces. |
77
|
| Method 'createRealFeed' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter type should be final. |
81
|
| ',' is not followed by whitespace. |
81
|
| Parameter syndFeed should be final. |
81
|
| Line has trailing spaces. |
82
|
| ',' is not followed by whitespace. |
82
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
89
|
| Line has trailing spaces. |
92
|
| Line has trailing spaces. |
96
|
| Method 'createRSSItem' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Parameter sEntry should be final. |
97
|
| '!=' is not preceded with whitespace. |
101
|
| '!=' is not followed by whitespace. |
101
|
| '!=' is not preceded with whitespace. |
105
|
| '!=' is not followed by whitespace. |
105
|
| 'cast' is not followed by whitespace. |
106
|
| Line has trailing spaces. |
108
|
| Line has trailing spaces. |
113
|
| Method 'createItemDescription' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter sContent should be final. |
117
|
| Method 'createItemContent' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter sContent should be final. |
124
|
com/sun/syndication/feed/synd/impl/ConverterForRSS20.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
30
|
| Parameter type should be final. |
30
|
com/sun/syndication/feed/synd/impl/Converters.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
39
|
| Method 'getConverter' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter feedType should be final. |
43
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter obj should be final. |
47
|
| 'cast' is not followed by whitespace. |
48
|
| Method 'getSupportedFeedTypes' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
com/sun/syndication/feed/synd/impl/URINormalizer.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Utility classes should not have a public or default constructor. |
8
|
| Line is longer than 80 characters. |
14
|
| Parameter uri should be final. |
16
|
| '!=' is not preceded with whitespace. |
18
|
| '!=' is not followed by whitespace. |
18
|
com/sun/syndication/feed/synd/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/feed/synd/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/io/DelegatingModuleGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
com/sun/syndication/io/DelegatingModuleParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
com/sun/syndication/io/FeedException.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
20
|
| Parameter msg should be final. |
34
|
| Parameter msg should be final. |
45
|
| ',' is not followed by whitespace. |
45
|
| Parameter rootCause should be final. |
45
|
| ',' is not followed by whitespace. |
46
|
com/sun/syndication/io/ModuleGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Unused import - com.sun.syndication.feed.WireFeed. |
20
|
| Comment matches to-do format 'TODO:'. |
30
|
| Redundant 'public' modifier. |
43
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
52
|
| Redundant 'public' modifier. |
54
|
| Redundant 'public' modifier. |
62
|
| ',' is not followed by whitespace. |
62
|
com/sun/syndication/io/ModuleParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Comment matches to-do format 'TODO:'. |
27
|
| Redundant 'public' modifier. |
40
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| Redundant 'public' modifier. |
49
|
com/sun/syndication/io/ParsingFeedException.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line has trailing spaces. |
28
|
| Parameter msg should be final. |
35
|
| Parameter msg should be final. |
46
|
| Parameter rootCause should be final. |
46
|
| Line has trailing spaces. |
49
|
| Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. |
59
|
| '?' is not preceded with whitespace. |
60
|
| '?' should be on a new line. |
60
|
| Avoid inline conditionals. |
60
|
| 'cast' is not followed by whitespace. |
61
|
| ':' is not preceded with whitespace. |
61
|
| Method 'getColumnNumber' is not designed for extension - needs to be abstract, final or empty. |
73
|
| '?' is not preceded with whitespace. |
74
|
| '?' should be on a new line. |
74
|
| Avoid inline conditionals. |
74
|
| 'cast' is not followed by whitespace. |
75
|
| ':' is not preceded with whitespace. |
75
|
com/sun/syndication/io/SAXBuilder.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
7
|
| Line has trailing spaces. |
8
|
| Line is longer than 80 characters. |
9
|
| Line has trailing spaces. |
10
|
| Line is longer than 80 characters. |
10
|
| Line is longer than 80 characters. |
11
|
| Line is longer than 80 characters. |
12
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
15
|
| Missing a Javadoc comment. |
17
|
| Line contains a tab character. |
19
|
| Missing a Javadoc comment. |
19
|
| Parameter _validate should be final. |
19
|
| Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
23
|
| Method 'createParser' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Missing a Javadoc comment. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
com/sun/syndication/io/SyndFeedInput.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
39
|
| Name '_feedInput' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Line is longer than 80 characters. |
53
|
| Parameter validate should be final. |
56
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
67
|
| Method 'setXmlHealerOn' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter heals should be final. |
74
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
81
|
| Line is longer than 80 characters. |
83
|
| Line is longer than 80 characters. |
85
|
| Method 'getXmlHealerOn' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
108
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter file should be final. |
108
|
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. |
108
|
| ',' is not followed by whitespace. |
108
|
| ',' is not followed by whitespace. |
108
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
108
|
| ',' is not followed by whitespace. |
108
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
121
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Parameter reader should be final. |
121
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
121
|
| ',' is not followed by whitespace. |
121
|
| Line is longer than 80 characters. |
130
|
| Line is longer than 80 characters. |
134
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter is should be final. |
134
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
134
|
| ',' is not followed by whitespace. |
134
|
| Line is longer than 80 characters. |
143
|
| Line is longer than 80 characters. |
147
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Parameter document should be final. |
147
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
147
|
| ',' is not followed by whitespace. |
147
|
| Line is longer than 80 characters. |
156
|
| Line is longer than 80 characters. |
160
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter document should be final. |
160
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
160
|
| ',' is not followed by whitespace. |
160
|
com/sun/syndication/io/SyndFeedOutput.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
36
|
| Name '_feedOutput' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
57
|
| Method 'outputString' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter feed should be final. |
60
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
71
|
| Line is longer than 80 characters. |
73
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
78
|
| Method 'output' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter feed should be final. |
78
|
| ',' is not followed by whitespace. |
78
|
| Parameter file should be final. |
78
|
| ',' is not followed by whitespace. |
79
|
| Line is longer than 80 characters. |
85
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
92
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
96
|
| Method 'output' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter feed should be final. |
96
|
| ',' is not followed by whitespace. |
96
|
| Parameter writer should be final. |
96
|
| ',' is not followed by whitespace. |
97
|
| Line is longer than 80 characters. |
105
|
| Line is longer than 80 characters. |
108
|
| Line is longer than 80 characters. |
111
|
| Method 'outputW3CDom' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter feed should be final. |
111
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
123
|
| Method 'outputJDom' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter feed should be final. |
126
|
com/sun/syndication/io/WireFeedGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Redundant import from the same package - com.sun.syndication.io.FeedException. |
20
|
| Comment matches to-do format 'TODO:'. |
28
|
| Redundant 'public' modifier. |
43
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
55
|
| Redundant 'public' modifier. |
55
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
55
|
| ',' is not followed by whitespace. |
55
|
com/sun/syndication/io/WireFeedInput.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
54
|
| Name 'FEED_PARSERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
59
|
| Parameter publicId should be final. |
59
|
| Parameter systemId should be final. |
59
|
| 'if' construct must use '{}'s. |
60
|
| Line is longer than 80 characters. |
60
|
| 'if' is not followed by whitespace. |
60
|
| Missing a Javadoc comment. |
65
|
| Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
65
|
| Missing a Javadoc comment. |
67
|
| Name '_xmlHealerOn' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
67
|
| Line is longer than 80 characters. |
93
|
| Parameter validate should be final. |
96
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
106
|
| Line is longer than 80 characters. |
108
|
| Method 'setXmlHealerOn' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter heals should be final. |
115
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
122
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
126
|
| Method 'getXmlHealerOn' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Line is longer than 80 characters. |
140
|
| Line is longer than 80 characters. |
146
|
| Line is longer than 80 characters. |
150
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter file should be final. |
150
|
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. |
150
|
| ',' is not followed by whitespace. |
150
|
| ',' is not followed by whitespace. |
150
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
150
|
| ',' is not followed by whitespace. |
150
|
| Line is longer than 80 characters. |
164
|
| Line is longer than 80 characters. |
168
|
| Line is longer than 80 characters. |
172
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Parameter reader should be final. |
172
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
172
|
| ',' is not followed by whitespace. |
172
|
| Line contains a tab character. |
173
|
| Line has trailing spaces. |
177
|
| '}' should be on the same line. |
180
|
| Line is longer than 80 characters. |
182
|
| '}' should be on the same line. |
183
|
| ',' is not followed by whitespace. |
185
|
| Line is longer than 80 characters. |
192
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
200
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Parameter is should be final. |
200
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
200
|
| ',' is not followed by whitespace. |
200
|
| Line contains a tab character. |
201
|
| '}' should be on the same line. |
205
|
| Line is longer than 80 characters. |
207
|
| '}' should be on the same line. |
208
|
| ',' is not followed by whitespace. |
210
|
| Line is longer than 80 characters. |
217
|
| Line is longer than 80 characters. |
221
|
| Line is longer than 80 characters. |
225
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Parameter document should be final. |
225
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
225
|
| ',' is not followed by whitespace. |
225
|
| Line has trailing spaces. |
226
|
| '}' should be on the same line. |
230
|
| ',' is not followed by whitespace. |
232
|
| Line is longer than 80 characters. |
243
|
| Line is longer than 80 characters. |
247
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
247
|
| Parameter document should be final. |
247
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
247
|
| ',' is not followed by whitespace. |
247
|
| '==' is not preceded with whitespace. |
249
|
| '==' is not followed by whitespace. |
249
|
| Line has trailing spaces. |
257
|
| Method 'createSAXBuilder' is not designed for extension - needs to be abstract, final or empty. |
260
|
| Line has trailing spaces. |
261
|
| Line is longer than 80 characters. |
265
|
| Line is longer than 80 characters. |
267
|
| Line has trailing spaces. |
268
|
| Line is longer than 80 characters. |
268
|
| Line is longer than 80 characters. |
269
|
| Line is longer than 80 characters. |
270
|
| Line contains a tab character. |
273
|
| Line contains a tab character. |
274
|
| Line has trailing spaces. |
275
|
| Line contains a tab character. |
275
|
| Line is longer than 80 characters. |
276
|
| Line contains a tab character. |
276
|
| Line is longer than 80 characters. |
277
|
| Line contains a tab character. |
277
|
| Line contains a tab character. |
278
|
| Must have at least one statement. |
278
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| Must have at least one statement. |
280
|
| Line contains a tab character. |
281
|
| Line contains a tab character. |
282
|
| Line has trailing spaces. |
283
|
| Line contains a tab character. |
283
|
| Line contains a tab character. |
284
|
| Line is longer than 80 characters. |
285
|
| Line contains a tab character. |
285
|
| Line is longer than 80 characters. |
286
|
| Line contains a tab character. |
286
|
| Line contains a tab character. |
287
|
| Must have at least one statement. |
287
|
| Line contains a tab character. |
288
|
| Line contains a tab character. |
289
|
| Must have at least one statement. |
289
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
293
|
| Line is longer than 80 characters. |
294
|
| Line contains a tab character. |
294
|
| Line is longer than 80 characters. |
295
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| Must have at least one statement. |
296
|
| Line contains a tab character. |
297
|
| Line contains a tab character. |
298
|
| Must have at least one statement. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line has trailing spaces. |
301
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line is longer than 80 characters. |
303
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Line has trailing spaces. |
306
|
| Line contains a tab character. |
306
|
com/sun/syndication/io/WireFeedOutput.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
44
|
| 'static' modifier out of order with the JLS suggestions. |
44
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
70
|
| Line is longer than 80 characters. |
73
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
82
|
| Method 'outputString' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter feed should be final. |
82
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
82
|
| ',' is not followed by whitespace. |
82
|
| '!=' is not preceded with whitespace. |
86
|
| '!=' is not followed by whitespace. |
86
|
| Line is longer than 80 characters. |
94
|
| Line is longer than 80 characters. |
96
|
| Line is longer than 80 characters. |
97
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
100
|
| Line is longer than 80 characters. |
102
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
105
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
110
|
| Method 'output' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter feed should be final. |
110
|
| ',' is not followed by whitespace. |
110
|
| Parameter file should be final. |
110
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
110
|
| ',' is not followed by whitespace. |
110
|
| ',' is not followed by whitespace. |
110
|
| ',' is not followed by whitespace. |
112
|
| Line is longer than 80 characters. |
119
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
122
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
128
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
132
|
| Method 'output' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter feed should be final. |
132
|
| ',' is not followed by whitespace. |
132
|
| Parameter writer should be final. |
132
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
132
|
| ',' is not followed by whitespace. |
132
|
| '!=' is not preceded with whitespace. |
136
|
| '!=' is not followed by whitespace. |
136
|
| ',' is not followed by whitespace. |
140
|
| Line is longer than 80 characters. |
148
|
| Line is longer than 80 characters. |
150
|
| Line is longer than 80 characters. |
153
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
157
|
| Method 'outputW3CDom' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter feed should be final. |
157
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
157
|
| ',' is not followed by whitespace. |
157
|
| '}' should be on the same line. |
162
|
| ',' is not followed by whitespace. |
164
|
| Line is longer than 80 characters. |
175
|
| Line is longer than 80 characters. |
178
|
| Line is longer than 80 characters. |
179
|
| Line is longer than 80 characters. |
182
|
| Method 'outputJDom' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Parameter feed should be final. |
182
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
182
|
| ',' is not followed by whitespace. |
182
|
| '==' is not preceded with whitespace. |
185
|
| '==' is not followed by whitespace. |
185
|
| '+' is not preceded with whitespace. |
186
|
| '+' is not followed by whitespace. |
186
|
| '+' is not preceded with whitespace. |
186
|
| '+' is not followed by whitespace. |
186
|
| Line is longer than 80 characters. |
190
|
| '+' is not preceded with whitespace. |
190
|
| '+' is not followed by whitespace. |
190
|
| '+' is not preceded with whitespace. |
190
|
| '+' is not followed by whitespace. |
190
|
| '+' is not preceded with whitespace. |
190
|
| '+' should be on a new line. |
190
|
| '+' is not preceded with whitespace. |
191
|
| '+' is not followed by whitespace. |
191
|
com/sun/syndication/io/WireFeedParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Redundant import from the same package - com.sun.syndication.io.FeedException. |
20
|
| Comment matches to-do format 'TODO:'. |
28
|
| Redundant 'public' modifier. |
43
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
51
|
| Redundant 'public' modifier. |
54
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
66
|
| Redundant 'public' modifier. |
66
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
66
|
| ',' is not followed by whitespace. |
66
|
com/sun/syndication/io/XmlReader.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
19
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
60
|
| Name '_reader' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
61
|
| Name '_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
61
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
69
|
| Parameter file should be final. |
76
|
| Line is longer than 80 characters. |
85
|
| Parameter is should be final. |
92
|
| ',' is not followed by whitespace. |
93
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
115
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
120
|
| Parameter is should be final. |
120
|
| ',' is not followed by whitespace. |
120
|
| Parameter lenient should be final. |
120
|
| Redundant throws: 'XmlReaderException' is subclass of 'IOException'. |
120
|
| ',' is not followed by whitespace. |
122
|
| '}' should be on the same line. |
123
|
| '}' should be on the same line. |
127
|
| ',' is not followed by whitespace. |
129
|
| Line is longer than 80 characters. |
137
|
| Line is longer than 80 characters. |
140
|
| Line is longer than 80 characters. |
143
|
| Line is longer than 80 characters. |
147
|
| Parameter url should be final. |
150
|
| Line is longer than 80 characters. |
158
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
163
|
| Line is longer than 80 characters. |
167
|
| Parameter conn should be final. |
170
|
| Line is longer than 80 characters. |
174
|
| ',' is not followed by whitespace. |
174
|
| ',' is not followed by whitespace. |
174
|
| '}' should be on the same line. |
175
|
| ',' is not followed by whitespace. |
177
|
| '}' should be on the same line. |
179
|
| '!=' is not preceded with whitespace. |
181
|
| '!=' is not followed by whitespace. |
181
|
| Line is longer than 80 characters. |
183
|
| ',' is not followed by whitespace. |
183
|
| ',' is not followed by whitespace. |
183
|
| '}' should be on the same line. |
184
|
| ',' is not followed by whitespace. |
186
|
| '}' should be on the same line. |
188
|
| ',' is not followed by whitespace. |
191
|
| '}' should be on the same line. |
192
|
| ',' is not followed by whitespace. |
194
|
| Line is longer than 80 characters. |
200
|
| Line is longer than 80 characters. |
202
|
| Line is longer than 80 characters. |
203
|
| Line is longer than 80 characters. |
204
|
| Line is longer than 80 characters. |
206
|
| Line is longer than 80 characters. |
210
|
| Parameter is should be final. |
214
|
| ',' is not followed by whitespace. |
214
|
| Parameter httpContentType should be final. |
214
|
| ',' is not followed by whitespace. |
215
|
| ',' is not followed by whitespace. |
215
|
| Line is longer than 80 characters. |
219
|
| Line is longer than 80 characters. |
222
|
| Line is longer than 80 characters. |
223
|
| Line is longer than 80 characters. |
224
|
| Line is longer than 80 characters. |
226
|
| Line is longer than 80 characters. |
229
|
| Line is longer than 80 characters. |
240
|
| Line is longer than 80 characters. |
241
|
| Line is longer than 80 characters. |
243
|
| Line is longer than 80 characters. |
246
|
| Parameter is should be final. |
246
|
| ',' is not followed by whitespace. |
246
|
| Parameter httpContentType should be final. |
246
|
| ',' is not followed by whitespace. |
246
|
| Parameter lenient should be final. |
246
|
| Redundant throws: 'XmlReaderException' is subclass of 'IOException'. |
246
|
| ',' is not followed by whitespace. |
248
|
| ',' is not followed by whitespace. |
248
|
| '}' should be on the same line. |
249
|
| '}' should be on the same line. |
253
|
| ',' is not followed by whitespace. |
255
|
| Line is longer than 80 characters. |
260
|
| Missing a Javadoc comment. |
260
|
| Parameter httpContentType should be final. |
260
|
| ',' is not followed by whitespace. |
260
|
| Parameter ex should be final. |
260
|
| '!=' is not preceded with whitespace. |
261
|
| '!=' is not followed by whitespace. |
261
|
| Line is longer than 80 characters. |
263
|
| ',' is not followed by whitespace. |
266
|
| ',' is not followed by whitespace. |
266
|
| '}' should be on the same line. |
268
|
| '!=' is not preceded with whitespace. |
274
|
| '!=' is not followed by whitespace. |
274
|
| '==' is not preceded with whitespace. |
276
|
| '==' is not followed by whitespace. |
276
|
| '==' is not preceded with whitespace. |
279
|
| '==' is not followed by whitespace. |
279
|
| ',' is not followed by whitespace. |
282
|
| Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. |
292
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
296
|
| Missing a Javadoc comment. |
296
|
| Parameter buf should be final. |
296
|
| ',' is not followed by whitespace. |
296
|
| Parameter offset should be final. |
296
|
| ',' is not followed by whitespace. |
296
|
| Parameter len should be final. |
296
|
| ',' is not followed by whitespace. |
297
|
| ',' is not followed by whitespace. |
297
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Line is longer than 80 characters. |
310
|
| Missing a Javadoc comment. |
310
|
| Parameter is should be final. |
310
|
| ',' is not followed by whitespace. |
310
|
| Parameter lenient should be final. |
310
|
| ',' is not followed by whitespace. |
311
|
| ',' is not followed by whitespace. |
314
|
| Line is longer than 80 characters. |
315
|
| ',' is not followed by whitespace. |
316
|
| Line is longer than 80 characters. |
319
|
| Missing a Javadoc comment. |
319
|
| Parameter is should be final. |
319
|
| ',' is not followed by whitespace. |
319
|
| Parameter httpContentType should be final. |
319
|
| ',' is not followed by whitespace. |
319
|
| Parameter lenient should be final. |
319
|
| ',' is not followed by whitespace. |
320
|
| ',' is not followed by whitespace. |
325
|
| Line is longer than 80 characters. |
326
|
| ',' is not followed by whitespace. |
326
|
| ',' is not followed by whitespace. |
327
|
| Line is longer than 80 characters. |
330
|
| Missing a Javadoc comment. |
330
|
| Parameter is should be final. |
330
|
| ',' is not followed by whitespace. |
330
|
| Parameter encoding should be final. |
330
|
| ',' is not followed by whitespace. |
331
|
| Line is longer than 80 characters. |
336
|
| Missing a Javadoc comment. |
336
|
| Parameter bomEnc should be final. |
336
|
| Parameter xmlGuessEnc should be final. |
336
|
| Parameter xmlEnc should be final. |
336
|
| Parameter is should be final. |
336
|
| '==' is not preceded with whitespace. |
338
|
| '==' is not followed by whitespace. |
338
|
| '==' is not preceded with whitespace. |
339
|
| '==' is not followed by whitespace. |
339
|
| '==' is not preceded with whitespace. |
339
|
| '==' is not followed by whitespace. |
339
|
| '}' should be on the same line. |
341
|
| Line is longer than 80 characters. |
343
|
| '}' should be on the same line. |
345
|
| '}' should be on the same line. |
349
|
| '!=' is not preceded with whitespace. |
352
|
| '!=' is not followed by whitespace. |
352
|
| Line is longer than 80 characters. |
353
|
| ',' is not followed by whitespace. |
353
|
| ',' is not followed by whitespace. |
353
|
| ',' is not followed by whitespace. |
354
|
| ',' is not followed by whitespace. |
354
|
| ',' is not followed by whitespace. |
354
|
| '!=' is not preceded with whitespace. |
356
|
| '!=' is not followed by whitespace. |
356
|
| Line is longer than 80 characters. |
357
|
| ',' is not followed by whitespace. |
357
|
| ',' is not followed by whitespace. |
357
|
| ',' is not followed by whitespace. |
358
|
| ',' is not followed by whitespace. |
358
|
| ',' is not followed by whitespace. |
358
|
| '}' should be on the same line. |
361
|
| '!=' is not preceded with whitespace. |
364
|
| '!=' is not followed by whitespace. |
364
|
| Line is longer than 80 characters. |
365
|
| ',' is not followed by whitespace. |
365
|
| ',' is not followed by whitespace. |
365
|
| Line is longer than 80 characters. |
367
|
| '!=' is not preceded with whitespace. |
367
|
| '!=' is not followed by whitespace. |
367
|
| Line is longer than 80 characters. |
368
|
| ',' is not followed by whitespace. |
368
|
| ',' is not followed by whitespace. |
368
|
| ',' is not followed by whitespace. |
369
|
| ',' is not followed by whitespace. |
369
|
| ',' is not followed by whitespace. |
369
|
| '=' is not followed by whitespace. |
371
|
| '}' should be on the same line. |
372
|
| Line is longer than 80 characters. |
374
|
| ',' is not followed by whitespace. |
374
|
| ',' is not followed by whitespace. |
374
|
| ',' is not followed by whitespace. |
375
|
| ',' is not followed by whitespace. |
375
|
| ',' is not followed by whitespace. |
375
|
| Line is longer than 80 characters. |
381
|
| Missing a Javadoc comment. |
381
|
| Parameter cTMime should be final. |
381
|
| Parameter cTEnc should be final. |
381
|
| Parameter bomEnc should be final. |
381
|
| Parameter xmlGuessEnc should be final. |
381
|
| Parameter xmlEnc should be final. |
381
|
| Parameter is should be final. |
381
|
| ',' is not followed by whitespace. |
381
|
| Parameter lenient should be final. |
381
|
| '!=' is not preceded with whitespace. |
383
|
| '!=' is not followed by whitespace. |
383
|
| '}' should be on the same line. |
385
|
| '==' is not preceded with whitespace. |
390
|
| '==' is not followed by whitespace. |
390
|
| Line is longer than 80 characters. |
392
|
| '}' should be on the same line. |
393
|
| '}' should be on the same line. |
397
|
| Line is longer than 80 characters. |
399
|
| '!=' is not preceded with whitespace. |
399
|
| '!=' is not followed by whitespace. |
399
|
| Line is longer than 80 characters. |
400
|
| ',' is not followed by whitespace. |
400
|
| ',' is not followed by whitespace. |
400
|
| ',' is not followed by whitespace. |
400
|
| ',' is not followed by whitespace. |
400
|
| Line is longer than 80 characters. |
401
|
| ',' is not followed by whitespace. |
401
|
| ',' is not followed by whitespace. |
401
|
| ',' is not followed by whitespace. |
401
|
| ',' is not followed by whitespace. |
401
|
| ',' is not followed by whitespace. |
401
|
| '}' should be on the same line. |
402
|
| '!=' is not preceded with whitespace. |
405
|
| '!=' is not followed by whitespace. |
405
|
| '}' should be on the same line. |
407
|
| Line is longer than 80 characters. |
409
|
| ',' is not followed by whitespace. |
409
|
| ',' is not followed by whitespace. |
409
|
| ',' is not followed by whitespace. |
409
|
| ',' is not followed by whitespace. |
409
|
| Line is longer than 80 characters. |
410
|
| ',' is not followed by whitespace. |
410
|
| ',' is not followed by whitespace. |
410
|
| ',' is not followed by whitespace. |
410
|
| ',' is not followed by whitespace. |
410
|
| ',' is not followed by whitespace. |
410
|
| '}' should be on the same line. |
412
|
| '}' should be on the same line. |
416
|
| Line is longer than 80 characters. |
418
|
| ',' is not followed by whitespace. |
418
|
| ',' is not followed by whitespace. |
418
|
| ',' is not followed by whitespace. |
418
|
| ',' is not followed by whitespace. |
418
|
| Line is longer than 80 characters. |
419
|
| ',' is not followed by whitespace. |
419
|
| ',' is not followed by whitespace. |
419
|
| ',' is not followed by whitespace. |
419
|
| ',' is not followed by whitespace. |
419
|
| ',' is not followed by whitespace. |
419
|
| Missing a Javadoc comment. |
426
|
| Parameter httpContentType should be final. |
426
|
| '!=' is not preceded with whitespace. |
428
|
| '!=' is not followed by whitespace. |
428
|
| Line is longer than 80 characters. |
430
|
| '==' is not preceded with whitespace. |
430
|
| '==' is not followed by whitespace. |
430
|
| Avoid inline conditionals. |
430
|
| ',' is not followed by whitespace. |
430
|
| Line is longer than 80 characters. |
435
|
| Missing a Javadoc comment. |
435
|
| Line is longer than 80 characters. |
437
|
| Missing a Javadoc comment. |
438
|
| Parameter httpContentType should be final. |
438
|
| '!=' is not preceded with whitespace. |
440
|
| '!=' is not followed by whitespace. |
440
|
| '>' is not preceded with whitespace. |
442
|
| '>' is not followed by whitespace. |
442
|
| '+' is not preceded with whitespace. |
443
|
| '+' is not followed by whitespace. |
443
|
| Avoid inline conditionals. |
445
|
| '!=' is not preceded with whitespace. |
446
|
| '!=' is not followed by whitespace. |
446
|
| Avoid inline conditionals. |
446
|
| Line is longer than 80 characters. |
454
|
| Missing a Javadoc comment. |
454
|
| Parameter is should be final. |
454
|
| '3' is a magic number. |
456
|
| '0xFE' is a magic number. |
461
|
| '0xFF' is a magic number. |
461
|
| '}' should be on the same line. |
464
|
| '0xFF' is a magic number. |
466
|
| '0xFE' is a magic number. |
466
|
| '}' should be on the same line. |
469
|
| '0xEF' is a magic number. |
471
|
| '0xBB' is a magic number. |
471
|
| '0xBF' is a magic number. |
471
|
| '}' should be on the same line. |
473
|
| '=' is not preceded with whitespace. |
475
|
| '=' is not followed by whitespace. |
475
|
| '-' is not preceded with whitespace. |
475
|
| '-' is not followed by whitespace. |
475
|
| ';' is not followed by whitespace. |
475
|
| '>=' is not preceded with whitespace. |
475
|
| '>=' is not followed by whitespace. |
475
|
| ';' is not followed by whitespace. |
475
|
| Line is longer than 80 characters. |
482
|
| Line is longer than 80 characters. |
483
|
| Missing a Javadoc comment. |
483
|
| Parameter is should be final. |
483
|
| '4' is a magic number. |
485
|
| '3' is a magic number. |
489
|
| '=' is not preceded with whitespace. |
490
|
| '=' is not followed by whitespace. |
490
|
| '-' is not preceded with whitespace. |
490
|
| '-' is not followed by whitespace. |
490
|
| ';' is not followed by whitespace. |
490
|
| '>=' is not preceded with whitespace. |
490
|
| '>=' is not followed by whitespace. |
490
|
| ';' is not followed by whitespace. |
490
|
| Line is longer than 80 characters. |
494
|
| '0x3C' is a magic number. |
494
|
| '3' is a magic number. |
494
|
| '0x3F' is a magic number. |
494
|
| '}' should be on the same line. |
496
|
| Line is longer than 80 characters. |
498
|
| '0x3C' is a magic number. |
498
|
| '0x3F' is a magic number. |
498
|
| '3' is a magic number. |
498
|
| '}' should be on the same line. |
500
|
| Line is longer than 80 characters. |
502
|
| '0x3C' is a magic number. |
502
|
| '0x3F' is a magic number. |
502
|
| '0x78' is a magic number. |
502
|
| '3' is a magic number. |
502
|
| '0x6D' is a magic number. |
502
|
| Missing a Javadoc comment. |
509
|
| Line is longer than 80 characters. |
510
|
| Line is longer than 80 characters. |
513
|
| Missing a Javadoc comment. |
513
|
| Parameter is should be final. |
513
|
| ',' is not followed by whitespace. |
513
|
| Parameter guessedEnc should be final. |
513
|
| '!=' is not preceded with whitespace. |
515
|
| '!=' is not followed by whitespace. |
515
|
| ',' is not followed by whitespace. |
519
|
| ',' is not followed by whitespace. |
519
|
| '!=' is not preceded with whitespace. |
520
|
| '!=' is not followed by whitespace. |
520
|
| '<' is not preceded with whitespace. |
520
|
| '<' is not followed by whitespace. |
520
|
| ',' is not followed by whitespace. |
523
|
| ',' is not followed by whitespace. |
523
|
| '>' is not preceded with whitespace. |
526
|
| '>' is not followed by whitespace. |
526
|
| ',' is not followed by whitespace. |
527
|
| ',' is not followed by whitespace. |
527
|
| Line is longer than 80 characters. |
528
|
| ',' is not followed by whitespace. |
528
|
| ',' is not followed by whitespace. |
528
|
| ',' is not followed by whitespace. |
539
|
| '-' is not preceded with whitespace. |
539
|
| '-' is not followed by whitespace. |
539
|
| Missing a Javadoc comment. |
547
|
| Parameter mime should be final. |
547
|
| '!=' is not preceded with whitespace. |
548
|
| '!=' is not followed by whitespace. |
548
|
| '&&' should be on a new line. |
548
|
| '||' should be on a new line. |
549
|
| '||' should be on a new line. |
550
|
| '||' should be on a new line. |
551
|
| Missing a Javadoc comment. |
556
|
| Parameter mime should be final. |
556
|
| '!=' is not preceded with whitespace. |
557
|
| '!=' is not followed by whitespace. |
557
|
| '&&' should be on a new line. |
557
|
| '||' should be on a new line. |
558
|
| '||' should be on a new line. |
559
|
| Missing a Javadoc comment. |
563
|
| Line is longer than 80 characters. |
564
|
| Missing a Javadoc comment. |
566
|
| Line is longer than 80 characters. |
567
|
| Missing a Javadoc comment. |
569
|
| Line is longer than 80 characters. |
570
|
| Missing a Javadoc comment. |
572
|
| Line is longer than 80 characters. |
573
|
| Missing a Javadoc comment. |
575
|
| Line is longer than 80 characters. |
576
|
com/sun/syndication/io/XmlReaderException.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
7
|
| Line is longer than 80 characters. |
10
|
| Line is longer than 80 characters. |
11
|
| Missing a Javadoc comment. |
19
|
| Name '_bomEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
19
|
| Missing a Javadoc comment. |
20
|
| Name '_xmlGuessEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
20
|
| Missing a Javadoc comment. |
21
|
| Name '_xmlEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
21
|
| Missing a Javadoc comment. |
22
|
| Name '_contentTypeMime' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
22
|
| Missing a Javadoc comment. |
23
|
| Name '_contentTypeEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
23
|
| Missing a Javadoc comment. |
24
|
| Name '_is' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
24
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
38
|
| Parameter msg should be final. |
38
|
| ',' is not followed by whitespace. |
38
|
| Parameter bomEnc should be final. |
38
|
| ',' is not followed by whitespace. |
38
|
| Parameter xmlGuessEnc should be final. |
38
|
| ',' is not followed by whitespace. |
38
|
| Parameter xmlEnc should be final. |
38
|
| ',' is not followed by whitespace. |
38
|
| Parameter is should be final. |
38
|
| ',' is not followed by whitespace. |
39
|
| ',' is not followed by whitespace. |
39
|
| ',' is not followed by whitespace. |
39
|
| ',' is not followed by whitespace. |
39
|
| ',' is not followed by whitespace. |
39
|
| ',' is not followed by whitespace. |
39
|
| Line is longer than 80 characters. |
43
|
| Parameter msg should be final. |
56
|
| ',' is not followed by whitespace. |
56
|
| Parameter ctMime should be final. |
56
|
| ',' is not followed by whitespace. |
56
|
| Parameter ctEnc should be final. |
56
|
| Line is longer than 80 characters. |
57
|
| Parameter bomEnc should be final. |
57
|
| ',' is not followed by whitespace. |
57
|
| Parameter xmlGuessEnc should be final. |
57
|
| ',' is not followed by whitespace. |
57
|
| Parameter xmlEnc should be final. |
57
|
| ',' is not followed by whitespace. |
57
|
| Parameter is should be final. |
57
|
| Method 'getBomEncoding' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'getXmlGuessEncoding' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'getXmlEncoding' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
100
|
| Method 'getContentTypeMime' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Line is longer than 80 characters. |
109
|
| Line is longer than 80 characters. |
111
|
| Method 'getContentTypeEncoding' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Line is longer than 80 characters. |
120
|
| Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. |
126
|
com/sun/syndication/io/impl/Atom03Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.atom.*. |
20
|
| Unused import - com.sun.syndication.feed.synd.SyndPerson. |
21
|
| First sentence should end with a period. |
32
|
| Missing a Javadoc comment. |
41
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
46
|
| ',' is not followed by whitespace. |
47
|
| Missing a Javadoc comment. |
50
|
| Parameter type should be final. |
50
|
| ',' is not followed by whitespace. |
50
|
| Parameter version should be final. |
50
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Method 'getFeedNamespace' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter wFeed should be final. |
63
|
| ',' is not followed by whitespace. |
66
|
| Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter root should be final. |
70
|
| Method 'createRootElement' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter feed should be final. |
74
|
| ',' is not followed by whitespace. |
75
|
| Line is longer than 80 characters. |
83
|
| Method 'populateFeed' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Parameter feed should be final. |
83
|
| ',' is not followed by whitespace. |
83
|
| Parameter parent should be final. |
83
|
| ',' is not followed by whitespace. |
84
|
| ',' is not followed by whitespace. |
85
|
| Method 'addFeed' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter feed should be final. |
88
|
| Parameter parent should be final. |
88
|
| ',' is not followed by whitespace. |
90
|
| ',' is not followed by whitespace. |
92
|
| Line has trailing spaces. |
93
|
| 'cast' is not followed by whitespace. |
93
|
| Method 'addEntries' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter feed should be final. |
96
|
| ',' is not followed by whitespace. |
96
|
| Parameter parent should be final. |
96
|
| '=' is not preceded with whitespace. |
98
|
| '=' is not followed by whitespace. |
98
|
| ';' is not followed by whitespace. |
98
|
| '<' is not preceded with whitespace. |
98
|
| '<' is not followed by whitespace. |
98
|
| ';' is not followed by whitespace. |
98
|
| 'cast' is not followed by whitespace. |
99
|
| ',' is not followed by whitespace. |
99
|
| Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Parameter entry should be final. |
104
|
| ',' is not followed by whitespace. |
104
|
| Parameter parent should be final. |
104
|
| ',' is not followed by whitespace. |
106
|
| ',' is not followed by whitespace. |
108
|
| Line is longer than 80 characters. |
112
|
| Method 'populateFeedHeader' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter feed should be final. |
112
|
| Parameter eFeed should be final. |
112
|
| 'cast' is not followed by whitespace. |
119
|
| 'cast' is not followed by whitespace. |
124
|
| '!=' is not preceded with whitespace. |
126
|
| '!=' is not followed by whitespace. |
126
|
| 'cast' is not followed by whitespace. |
128
|
| Line is longer than 80 characters. |
134
|
| 'cast' is not followed by whitespace. |
135
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
164
|
| Line is longer than 80 characters. |
165
|
| Line is longer than 80 characters. |
170
|
| Method 'populateEntry' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Missing a Javadoc comment. |
170
|
| Parameter entry should be final. |
170
|
| Parameter eEntry should be final. |
170
|
| 'cast' is not followed by whitespace. |
176
|
| 'cast' is not followed by whitespace. |
181
|
| '!=' is not preceded with whitespace. |
184
|
| '!=' is not followed by whitespace. |
184
|
| 'cast' is not followed by whitespace. |
186
|
| Line is longer than 80 characters. |
192
|
| 'cast' is not followed by whitespace. |
193
|
| Line is longer than 80 characters. |
201
|
| Line is longer than 80 characters. |
202
|
| Line is longer than 80 characters. |
208
|
| Line is longer than 80 characters. |
214
|
| 'cast' is not followed by whitespace. |
227
|
| Line has trailing spaces. |
230
|
| 'cast' is not followed by whitespace. |
231
|
| Line is longer than 80 characters. |
234
|
| Missing a Javadoc comment. |
234
|
| Parameter eFeed should be final. |
234
|
| Line is longer than 80 characters. |
237
|
| Missing a Javadoc comment. |
237
|
| Parameter parent should be final. |
237
|
| Missing a Javadoc comment. |
240
|
| Parameter eEntry should be final. |
240
|
| Method 'generateLinkElement' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Missing a Javadoc comment. |
244
|
| Parameter link should be final. |
244
|
| Line is longer than 80 characters. |
248
|
| Method 'fillPersonElement' is not designed for extension - needs to be abstract, final or empty. |
265
|
| Missing a Javadoc comment. |
265
|
| Parameter element should be final. |
265
|
| Parameter person should be final. |
265
|
| Line is longer than 80 characters. |
274
|
| Method 'generateTagLineElement' is not designed for extension - needs to be abstract, final or empty. |
278
|
| Missing a Javadoc comment. |
278
|
| Parameter tagline should be final. |
278
|
| Method 'fillContentElement' is not designed for extension - needs to be abstract, final or empty. |
292
|
| Missing a Javadoc comment. |
292
|
| Parameter contentElement should be final. |
292
|
| Parameter content should be final. |
292
|
| Line is longer than 80 characters. |
302
|
| Line is longer than 80 characters. |
317
|
| '}' should be on the same line. |
323
|
| ',' is not followed by whitespace. |
325
|
| Method 'generateGeneratorElement' is not designed for extension - needs to be abstract, final or empty. |
334
|
| Missing a Javadoc comment. |
334
|
| Parameter generator should be final. |
334
|
| Line is longer than 80 characters. |
343
|
| Method 'generateSimpleElement' is not designed for extension - needs to be abstract, final or empty. |
355
|
| Missing a Javadoc comment. |
355
|
| Parameter name should be final. |
355
|
| Parameter value should be final. |
355
|
com/sun/syndication/io/impl/Atom03Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.atom.*. |
20
|
| Using the '.*' form of import should be avoided - java.util.*. |
27
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
38
|
| Parameter type should be final. |
38
|
| Method 'getAtomNamespace' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter document should be final. |
46
|
| '!=' is not preceded with whitespace. |
49
|
| '!=' is not followed by whitespace. |
49
|
| Line is longer than 80 characters. |
52
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter document should be final. |
52
|
| Parameter validate should be final. |
52
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
52
|
| ',' is not followed by whitespace. |
52
|
| Missing a Javadoc comment. |
60
|
| Parameter document should be final. |
60
|
| Line is longer than 80 characters. |
64
|
| Method 'parseFeed' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter eFeed should be final. |
69
|
| Line is longer than 80 characters. |
71
|
| ',' is not followed by whitespace. |
73
|
| '!=' is not preceded with whitespace. |
74
|
| '!=' is not followed by whitespace. |
74
|
| ',' is not followed by whitespace. |
78
|
| ',' is not followed by whitespace. |
82
|
| '!=' is not preceded with whitespace. |
83
|
| '!=' is not followed by whitespace. |
83
|
| ',' is not followed by whitespace. |
89
|
| '>' is not preceded with whitespace. |
90
|
| '>' is not followed by whitespace. |
90
|
| ',' is not followed by whitespace. |
94
|
| '!=' is not preceded with whitespace. |
95
|
| '!=' is not followed by whitespace. |
95
|
| ',' is not followed by whitespace. |
99
|
| '!=' is not preceded with whitespace. |
100
|
| '!=' is not followed by whitespace. |
100
|
| ',' is not followed by whitespace. |
104
|
| '!=' is not preceded with whitespace. |
105
|
| '!=' is not followed by whitespace. |
105
|
| Line is longer than 80 characters. |
108
|
| ';' is not followed by whitespace. |
108
|
| '!=' is not preceded with whitespace. |
109
|
| '!=' is not followed by whitespace. |
109
|
| Line is longer than 80 characters. |
112
|
| ';' is not followed by whitespace. |
112
|
| '!=' is not preceded with whitespace. |
113
|
| '!=' is not followed by whitespace. |
113
|
| ',' is not followed by whitespace. |
119
|
| '!=' is not preceded with whitespace. |
120
|
| '!=' is not followed by whitespace. |
120
|
| ',' is not followed by whitespace. |
124
|
| '!=' is not preceded with whitespace. |
125
|
| '!=' is not followed by whitespace. |
125
|
| ',' is not followed by whitespace. |
129
|
| '!=' is not preceded with whitespace. |
130
|
| '!=' is not followed by whitespace. |
130
|
| Line has trailing spaces. |
135
|
| ',' is not followed by whitespace. |
136
|
| '>' is not preceded with whitespace. |
137
|
| '>' is not followed by whitespace. |
137
|
| Line has trailing spaces. |
141
|
| Line has trailing spaces. |
145
|
| Missing a Javadoc comment. |
149
|
| Parameter eLink should be final. |
149
|
| Line is longer than 80 characters. |
151
|
| ';' is not followed by whitespace. |
151
|
| '!=' is not preceded with whitespace. |
152
|
| '!=' is not followed by whitespace. |
152
|
| Line is longer than 80 characters. |
155
|
| ';' is not followed by whitespace. |
155
|
| '!=' is not preceded with whitespace. |
156
|
| '!=' is not followed by whitespace. |
156
|
| Line is longer than 80 characters. |
159
|
| ';' is not followed by whitespace. |
159
|
| '!=' is not preceded with whitespace. |
160
|
| '!=' is not followed by whitespace. |
160
|
| Missing a Javadoc comment. |
167
|
| Parameter eLinks should be final. |
167
|
| ',' is not followed by whitespace. |
167
|
| Parameter alternate should be final. |
167
|
| '=' is not preceded with whitespace. |
169
|
| '=' is not followed by whitespace. |
169
|
| ';' is not followed by whitespace. |
169
|
| '<' is not preceded with whitespace. |
169
|
| '<' is not followed by whitespace. |
169
|
| ';' is not followed by whitespace. |
169
|
| Line is longer than 80 characters. |
172
|
| ';' is not followed by whitespace. |
172
|
| '}' should be on the same line. |
177
|
| '>' is not preceded with whitespace. |
184
|
| '>' is not followed by whitespace. |
184
|
| Avoid inline conditionals. |
184
|
| Missing a Javadoc comment. |
188
|
| Parameter eLinks should be final. |
188
|
| ',' is not followed by whitespace. |
189
|
| Missing a Javadoc comment. |
193
|
| Parameter eLinks should be final. |
193
|
| ',' is not followed by whitespace. |
194
|
| Missing a Javadoc comment. |
197
|
| Parameter ePerson should be final. |
197
|
| ',' is not followed by whitespace. |
199
|
| '!=' is not preceded with whitespace. |
200
|
| '!=' is not followed by whitespace. |
200
|
| ',' is not followed by whitespace. |
203
|
| '!=' is not preceded with whitespace. |
204
|
| '!=' is not followed by whitespace. |
204
|
| ',' is not followed by whitespace. |
207
|
| '!=' is not preceded with whitespace. |
208
|
| '!=' is not followed by whitespace. |
208
|
| Missing a Javadoc comment. |
215
|
| Parameter ePersons should be final. |
215
|
| '=' is not preceded with whitespace. |
217
|
| '=' is not followed by whitespace. |
217
|
| ';' is not followed by whitespace. |
217
|
| '<' is not preceded with whitespace. |
217
|
| '<' is not followed by whitespace. |
217
|
| ';' is not followed by whitespace. |
217
|
| 'cast' is not followed by whitespace. |
218
|
| '>' is not preceded with whitespace. |
220
|
| '>' is not followed by whitespace. |
220
|
| Avoid inline conditionals. |
220
|
| Missing a Javadoc comment. |
223
|
| Parameter e should be final. |
223
|
| Line is longer than 80 characters. |
225
|
| ';' is not followed by whitespace. |
225
|
| '!=' is not preceded with whitespace. |
226
|
| '!=' is not followed by whitespace. |
226
|
| Avoid inline conditionals. |
226
|
| Line is longer than 80 characters. |
227
|
| ';' is not followed by whitespace. |
227
|
| '}' should be on the same line. |
234
|
| '}' should be on the same line. |
238
|
| 'cast' is not followed by whitespace. |
249
|
| Missing a Javadoc comment. |
264
|
| Parameter eEntries should be final. |
264
|
| '=' is not preceded with whitespace. |
266
|
| '=' is not followed by whitespace. |
266
|
| ';' is not followed by whitespace. |
266
|
| '<' is not preceded with whitespace. |
266
|
| '<' is not followed by whitespace. |
266
|
| ';' is not followed by whitespace. |
266
|
| 'cast' is not followed by whitespace. |
267
|
| '>' is not preceded with whitespace. |
269
|
| '>' is not followed by whitespace. |
269
|
| Avoid inline conditionals. |
269
|
| Missing a Javadoc comment. |
272
|
| Parameter eEntry should be final. |
272
|
| ',' is not followed by whitespace. |
275
|
| '!=' is not preceded with whitespace. |
276
|
| '!=' is not followed by whitespace. |
276
|
| ',' is not followed by whitespace. |
280
|
| ',' is not followed by whitespace. |
284
|
| '!=' is not preceded with whitespace. |
285
|
| '!=' is not followed by whitespace. |
285
|
| ',' is not followed by whitespace. |
291
|
| '>' is not preceded with whitespace. |
292
|
| '>' is not followed by whitespace. |
292
|
| ',' is not followed by whitespace. |
296
|
| '!=' is not preceded with whitespace. |
297
|
| '!=' is not followed by whitespace. |
297
|
| ',' is not followed by whitespace. |
301
|
| '!=' is not preceded with whitespace. |
302
|
| '!=' is not followed by whitespace. |
302
|
| ',' is not followed by whitespace. |
306
|
| '!=' is not preceded with whitespace. |
307
|
| '!=' is not followed by whitespace. |
307
|
| ',' is not followed by whitespace. |
311
|
| '!=' is not preceded with whitespace. |
312
|
| '!=' is not followed by whitespace. |
312
|
| ',' is not followed by whitespace. |
316
|
| '!=' is not preceded with whitespace. |
317
|
| '!=' is not followed by whitespace. |
317
|
| ',' is not followed by whitespace. |
321
|
| '>' is not preceded with whitespace. |
322
|
| '>' is not followed by whitespace. |
322
|
| '=' is not preceded with whitespace. |
324
|
| '=' is not followed by whitespace. |
324
|
| ';' is not followed by whitespace. |
324
|
| '<' is not preceded with whitespace. |
324
|
| '<' is not followed by whitespace. |
324
|
| ';' is not followed by whitespace. |
324
|
| 'cast' is not followed by whitespace. |
325
|
| Line has trailing spaces. |
332
|
| Line has trailing spaces. |
336
|
com/sun/syndication/io/impl/Atom10Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
39
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
52
|
| Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
54
|
| ',' is not followed by whitespace. |
55
|
| Missing a Javadoc comment. |
58
|
| Parameter type should be final. |
58
|
| ',' is not followed by whitespace. |
58
|
| Parameter version should be final. |
58
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Method 'getFeedNamespace' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter wFeed should be final. |
71
|
| ',' is not followed by whitespace. |
74
|
| Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter root should be final. |
78
|
| Method 'createRootElement' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter feed should be final. |
82
|
| ',' is not followed by whitespace. |
83
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
94
|
| Method 'populateFeed' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter feed should be final. |
94
|
| ',' is not followed by whitespace. |
94
|
| Parameter parent should be final. |
94
|
| ',' is not followed by whitespace. |
95
|
| ',' is not followed by whitespace. |
96
|
| Method 'addFeed' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Parameter feed should be final. |
99
|
| ',' is not followed by whitespace. |
99
|
| Parameter parent should be final. |
99
|
| ',' is not followed by whitespace. |
101
|
| ',' is not followed by whitespace. |
103
|
| Method 'addEntries' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| Parameter feed should be final. |
106
|
| ',' is not followed by whitespace. |
106
|
| Parameter parent should be final. |
106
|
| '=' is not preceded with whitespace. |
108
|
| '=' is not followed by whitespace. |
108
|
| ';' is not followed by whitespace. |
108
|
| '<' is not preceded with whitespace. |
108
|
| '<' is not followed by whitespace. |
108
|
| ';' is not followed by whitespace. |
108
|
| 'cast' is not followed by whitespace. |
109
|
| ',' is not followed by whitespace. |
109
|
| Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Missing a Javadoc comment. |
114
|
| Parameter entry should be final. |
114
|
| ',' is not followed by whitespace. |
114
|
| Parameter parent should be final. |
114
|
| Line is longer than 80 characters. |
117
|
| ',' is not followed by whitespace. |
119
|
| ',' is not followed by whitespace. |
121
|
| Line is longer than 80 characters. |
125
|
| Method 'populateFeedHeader' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Parameter feed should be final. |
125
|
| ',' is not followed by whitespace. |
125
|
| Parameter eFeed should be final. |
125
|
| 'if' construct must use '{}'s. |
131
|
| 'cast' is not followed by whitespace. |
132
|
| 'if' construct must use '{}'s. |
135
|
| 'cast' is not followed by whitespace. |
136
|
| 'if' construct must use '{}'s. |
140
|
| '=' is not preceded with whitespace. |
140
|
| '=' is not followed by whitespace. |
140
|
| 'cast' is not followed by whitespace. |
141
|
| Line has trailing spaces. |
143
|
| Line is longer than 80 characters. |
147
|
| Line is longer than 80 characters. |
148
|
| 'cast' is not followed by whitespace. |
148
|
| Line is longer than 80 characters. |
156
|
| Line is longer than 80 characters. |
157
|
| 'cast' is not followed by whitespace. |
157
|
| Line is longer than 80 characters. |
164
|
| Line is longer than 80 characters. |
181
|
| 'cast' is not followed by whitespace. |
184
|
| Line is longer than 80 characters. |
187
|
| Method 'populateEntry' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Missing a Javadoc comment. |
187
|
| Parameter entry should be final. |
187
|
| Parameter eEntry should be final. |
187
|
| 'cast' is not followed by whitespace. |
194
|
| 'cast' is not followed by whitespace. |
200
|
| Line is longer than 80 characters. |
207
|
| 'cast' is not followed by whitespace. |
207
|
| Line has trailing spaces. |
210
|
| Line is longer than 80 characters. |
214
|
| Line is longer than 80 characters. |
215
|
| 'cast' is not followed by whitespace. |
215
|
| Line has trailing spaces. |
216
|
| Line is longer than 80 characters. |
223
|
| Line is longer than 80 characters. |
224
|
| 'cast' is not followed by whitespace. |
224
|
| Line is longer than 80 characters. |
234
|
| Line is longer than 80 characters. |
239
|
| Line is longer than 80 characters. |
240
|
| 'cast' is not followed by whitespace. |
246
|
| 'cast' is not followed by whitespace. |
257
|
| Line is longer than 80 characters. |
260
|
| Missing a Javadoc comment. |
260
|
| Parameter eFeed should be final. |
260
|
| Line is longer than 80 characters. |
263
|
| Missing a Javadoc comment. |
263
|
| Parameter parent should be final. |
263
|
| Missing a Javadoc comment. |
266
|
| Parameter eEntry should be final. |
266
|
| Method 'generateCategoryElement' is not designed for extension - needs to be abstract, final or empty. |
270
|
| Missing a Javadoc comment. |
270
|
| Parameter cat should be final. |
270
|
| Line is longer than 80 characters. |
284
|
| Method 'generateLinkElement' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Missing a Javadoc comment. |
290
|
| Parameter link should be final. |
290
|
| Line is longer than 80 characters. |
294
|
| Line has trailing spaces. |
307
|
| Line is longer than 80 characters. |
309
|
| Method 'fillPersonElement' is not designed for extension - needs to be abstract, final or empty. |
316
|
| Missing a Javadoc comment. |
316
|
| Parameter element should be final. |
316
|
| Parameter person should be final. |
316
|
| Line is longer than 80 characters. |
325
|
| Method 'generateTagLineElement' is not designed for extension - needs to be abstract, final or empty. |
329
|
| Missing a Javadoc comment. |
329
|
| Parameter tagline should be final. |
329
|
| Method 'fillContentElement' is not designed for extension - needs to be abstract, final or empty. |
343
|
| Missing a Javadoc comment. |
343
|
| Parameter contentElement should be final. |
343
|
| Parameter content should be final. |
343
|
| Line has trailing spaces. |
349
|
| 'if' construct must use '{}'s. |
352
|
| 'if' construct must use '{}'s. |
353
|
| 'if' construct must use '{}'s. |
354
|
| Line has trailing spaces. |
355
|
| Line is longer than 80 characters. |
365
|
| Line is longer than 80 characters. |
369
|
| '}' should be on the same line. |
374
|
| ',' is not followed by whitespace. |
376
|
| Line has trailing spaces. |
380
|
| Method 'generateGeneratorElement' is not designed for extension - needs to be abstract, final or empty. |
388
|
| Missing a Javadoc comment. |
388
|
| Parameter generator should be final. |
388
|
| Line is longer than 80 characters. |
397
|
| Method 'generateSimpleElement' is not designed for extension - needs to be abstract, final or empty. |
409
|
| Missing a Javadoc comment. |
409
|
| Parameter name should be final. |
409
|
| Parameter value should be final. |
409
|
com/sun/syndication/io/impl/Atom10Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Unused import - java.net.URL. |
38
|
| First sentence should end with a period. |
43
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Variable 'ns' must be private and have accessor methods. |
49
|
| Line has trailing spaces. |
50
|
| Missing a Javadoc comment. |
51
|
| Line has trailing spaces. |
54
|
| Missing a Javadoc comment. |
55
|
| Parameter type should be final. |
55
|
| Line has trailing spaces. |
58
|
| Method 'getAtomNamespace' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Line has trailing spaces. |
62
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter document should be final. |
63
|
| '!=' is not preceded with whitespace. |
66
|
| '!=' is not followed by whitespace. |
66
|
| Line has trailing spaces. |
68
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter document should be final. |
69
|
| Parameter validate should be final. |
69
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
70
|
| ',' is not followed by whitespace. |
70
|
| Line has trailing spaces. |
77
|
| Missing a Javadoc comment. |
78
|
| Parameter document should be final. |
78
|
| Line is longer than 80 characters. |
82
|
| Line has trailing spaces. |
86
|
| Method 'parseFeed' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter eFeed should be final. |
87
|
| Line has trailing spaces. |
88
|
| Line has trailing spaces. |
91
|
| Line has trailing spaces. |
98
|
| Line is longer than 80 characters. |
99
|
| Line has trailing spaces. |
103
|
| ',' is not followed by whitespace. |
104
|
| '!=' is not preceded with whitespace. |
105
|
| '!=' is not followed by whitespace. |
105
|
| Line is longer than 80 characters. |
108
|
| Line has trailing spaces. |
111
|
| ',' is not followed by whitespace. |
112
|
| Line has trailing spaces. |
115
|
| ',' is not followed by whitespace. |
116
|
| Line has trailing spaces. |
118
|
| '>' is not preceded with whitespace. |
120
|
| '>' is not followed by whitespace. |
120
|
| Line has trailing spaces. |
123
|
| ',' is not followed by whitespace. |
124
|
| '>' is not preceded with whitespace. |
125
|
| '>' is not followed by whitespace. |
125
|
| Line has trailing spaces. |
128
|
| ',' is not followed by whitespace. |
129
|
| '!=' is not preceded with whitespace. |
130
|
| '!=' is not followed by whitespace. |
130
|
| Line is longer than 80 characters. |
133
|
| Line has trailing spaces. |
136
|
| ',' is not followed by whitespace. |
137
|
| '!=' is not preceded with whitespace. |
138
|
| '!=' is not followed by whitespace. |
138
|
| Line has trailing spaces. |
141
|
| ',' is not followed by whitespace. |
142
|
| '!=' is not preceded with whitespace. |
143
|
| '!=' is not followed by whitespace. |
143
|
| Line is longer than 80 characters. |
146
|
| ';' is not followed by whitespace. |
146
|
| '!=' is not preceded with whitespace. |
147
|
| '!=' is not followed by whitespace. |
147
|
| Line is longer than 80 characters. |
150
|
| ';' is not followed by whitespace. |
150
|
| '!=' is not preceded with whitespace. |
151
|
| '!=' is not followed by whitespace. |
151
|
| Line has trailing spaces. |
156
|
| ',' is not followed by whitespace. |
157
|
| '!=' is not preceded with whitespace. |
158
|
| '!=' is not followed by whitespace. |
158
|
| Line has trailing spaces. |
161
|
| ',' is not followed by whitespace. |
162
|
| '!=' is not preceded with whitespace. |
163
|
| '!=' is not followed by whitespace. |
163
|
| Line has trailing spaces. |
166
|
| ',' is not followed by whitespace. |
167
|
| '!=' is not preceded with whitespace. |
168
|
| '!=' is not followed by whitespace. |
168
|
| Line has trailing spaces. |
171
|
| ',' is not followed by whitespace. |
172
|
| '!=' is not preceded with whitespace. |
173
|
| '!=' is not followed by whitespace. |
173
|
| Line has trailing spaces. |
176
|
| Line has trailing spaces. |
178
|
| ',' is not followed by whitespace. |
179
|
| '>' is not preceded with whitespace. |
180
|
| '>' is not followed by whitespace. |
180
|
| Line has trailing spaces. |
183
|
| Line has trailing spaces. |
191
|
| Line is longer than 80 characters. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter feed should be final. |
192
|
| Parameter entry should be final. |
192
|
| Parameter baseURI should be final. |
192
|
| Parameter eLink should be final. |
192
|
| Line is longer than 80 characters. |
194
|
| ';' is not followed by whitespace. |
194
|
| '!=' is not preceded with whitespace. |
195
|
| '!=' is not followed by whitespace. |
195
|
| Line is longer than 80 characters. |
198
|
| ';' is not followed by whitespace. |
198
|
| '!=' is not preceded with whitespace. |
199
|
| '!=' is not followed by whitespace. |
199
|
| Line is longer than 80 characters. |
202
|
| ';' is not followed by whitespace. |
202
|
| '!=' is not preceded with whitespace. |
203
|
| '!=' is not followed by whitespace. |
203
|
| '!=' is not preceded with whitespace. |
211
|
| '!=' is not followed by whitespace. |
211
|
| Line is longer than 80 characters. |
214
|
| ';' is not followed by whitespace. |
214
|
| '!=' is not preceded with whitespace. |
215
|
| '!=' is not followed by whitespace. |
215
|
| Line is longer than 80 characters. |
218
|
| ';' is not followed by whitespace. |
218
|
| '!=' is not preceded with whitespace. |
219
|
| '!=' is not followed by whitespace. |
219
|
| Line has trailing spaces. |
224
|
| Line is longer than 80 characters. |
226
|
| Missing a Javadoc comment. |
226
|
| Parameter feed should be final. |
226
|
| Parameter entry should be final. |
226
|
| Parameter baseURI should be final. |
226
|
| Parameter eLinks should be final. |
226
|
| '=' is not preceded with whitespace. |
228
|
| '=' is not followed by whitespace. |
228
|
| ';' is not followed by whitespace. |
228
|
| '<' is not preceded with whitespace. |
228
|
| '<' is not followed by whitespace. |
228
|
| ';' is not followed by whitespace. |
228
|
| '>' is not preceded with whitespace. |
237
|
| '>' is not followed by whitespace. |
237
|
| Avoid inline conditionals. |
237
|
| Line has trailing spaces. |
239
|
| Line is longer than 80 characters. |
240
|
| Missing a Javadoc comment. |
240
|
| Parameter feed should be final. |
240
|
| Parameter entry should be final. |
240
|
| Parameter baseURI should be final. |
240
|
| Parameter eLinks should be final. |
240
|
| '=' is not preceded with whitespace. |
242
|
| '=' is not followed by whitespace. |
242
|
| ';' is not followed by whitespace. |
242
|
| '<' is not preceded with whitespace. |
242
|
| '<' is not followed by whitespace. |
242
|
| ';' is not followed by whitespace. |
242
|
| '>' is not preceded with whitespace. |
249
|
| '>' is not followed by whitespace. |
249
|
| Avoid inline conditionals. |
249
|
| Line has trailing spaces. |
251
|
| Missing a Javadoc comment. |
252
|
| Parameter baseURI should be final. |
252
|
| Parameter ePerson should be final. |
252
|
| ',' is not followed by whitespace. |
254
|
| '!=' is not preceded with whitespace. |
255
|
| '!=' is not followed by whitespace. |
255
|
| ',' is not followed by whitespace. |
258
|
| '!=' is not preceded with whitespace. |
259
|
| '!=' is not followed by whitespace. |
259
|
| ',' is not followed by whitespace. |
262
|
| '!=' is not preceded with whitespace. |
263
|
| '!=' is not followed by whitespace. |
263
|
| Line has trailing spaces. |
268
|
| Missing a Javadoc comment. |
270
|
| Parameter baseURI should be final. |
270
|
| Parameter ePersons should be final. |
270
|
| '=' is not preceded with whitespace. |
272
|
| '=' is not followed by whitespace. |
272
|
| ';' is not followed by whitespace. |
272
|
| '<' is not preceded with whitespace. |
272
|
| '<' is not followed by whitespace. |
272
|
| ';' is not followed by whitespace. |
272
|
| 'cast' is not followed by whitespace. |
273
|
| '>' is not preceded with whitespace. |
275
|
| '>' is not followed by whitespace. |
275
|
| Avoid inline conditionals. |
275
|
| Line has trailing spaces. |
277
|
| Missing a Javadoc comment. |
278
|
| Parameter e should be final. |
278
|
| Line is longer than 80 characters. |
280
|
| ';' is not followed by whitespace. |
280
|
| Line is longer than 80 characters. |
281
|
| ';' is not followed by whitespace. |
281
|
| Line has trailing spaces. |
288
|
| Missing a Javadoc comment. |
289
|
| Parameter e should be final. |
289
|
| Line is longer than 80 characters. |
291
|
| ';' is not followed by whitespace. |
291
|
| '!=' is not preceded with whitespace. |
292
|
| '!=' is not followed by whitespace. |
292
|
| Avoid inline conditionals. |
292
|
| 'cast' is not followed by whitespace. |
303
|
| Line has trailing spaces. |
314
|
| Method 'parseEntries' is not designed for extension - needs to be abstract, final or empty. |
316
|
| Missing a Javadoc comment. |
316
|
| Parameter feed should be final. |
316
|
| Parameter baseURI should be final. |
316
|
| Parameter eEntries should be final. |
316
|
| '=' is not preceded with whitespace. |
318
|
| '=' is not followed by whitespace. |
318
|
| ';' is not followed by whitespace. |
318
|
| '<' is not preceded with whitespace. |
318
|
| '<' is not followed by whitespace. |
318
|
| ';' is not followed by whitespace. |
318
|
| 'cast' is not followed by whitespace. |
319
|
| '>' is not preceded with whitespace. |
321
|
| '>' is not followed by whitespace. |
321
|
| Avoid inline conditionals. |
321
|
| Line has trailing spaces. |
323
|
| Method 'parseEntry' is not designed for extension - needs to be abstract, final or empty. |
324
|
| Missing a Javadoc comment. |
324
|
| Parameter feed should be final. |
324
|
| Parameter eEntry should be final. |
324
|
| Parameter baseURI should be final. |
324
|
| Line has trailing spaces. |
326
|
| Line is longer than 80 characters. |
327
|
| Line has trailing spaces. |
331
|
| ',' is not followed by whitespace. |
332
|
| '!=' is not preceded with whitespace. |
333
|
| '!=' is not followed by whitespace. |
333
|
| Line is longer than 80 characters. |
336
|
| Line has trailing spaces. |
339
|
| ',' is not followed by whitespace. |
340
|
| Line is longer than 80 characters. |
341
|
| Line has trailing spaces. |
343
|
| '>' is not preceded with whitespace. |
345
|
| '>' is not followed by whitespace. |
345
|
| Line has trailing spaces. |
348
|
| ',' is not followed by whitespace. |
349
|
| '>' is not preceded with whitespace. |
350
|
| '>' is not followed by whitespace. |
350
|
| Line has trailing spaces. |
353
|
| ',' is not followed by whitespace. |
354
|
| '!=' is not preceded with whitespace. |
355
|
| '!=' is not followed by whitespace. |
355
|
| Line has trailing spaces. |
358
|
| ',' is not followed by whitespace. |
359
|
| '!=' is not preceded with whitespace. |
360
|
| '!=' is not followed by whitespace. |
360
|
| Line has trailing spaces. |
363
|
| ',' is not followed by whitespace. |
364
|
| '!=' is not preceded with whitespace. |
365
|
| '!=' is not followed by whitespace. |
365
|
| Line has trailing spaces. |
368
|
| ',' is not followed by whitespace. |
369
|
| '!=' is not preceded with whitespace. |
370
|
| '!=' is not followed by whitespace. |
370
|
| Line has trailing spaces. |
373
|
| ',' is not followed by whitespace. |
374
|
| '!=' is not preceded with whitespace. |
375
|
| '!=' is not followed by whitespace. |
375
|
| Line has trailing spaces. |
380
|
| ',' is not followed by whitespace. |
381
|
| '!=' is not preceded with whitespace. |
382
|
| '!=' is not followed by whitespace. |
382
|
| Line has trailing spaces. |
385
|
| ',' is not followed by whitespace. |
386
|
| Line has trailing spaces. |
388
|
| Comment matches to-do format 'TODO:'. |
389
|
| Line has trailing spaces. |
390
|
| Line has trailing spaces. |
392
|
| Line has trailing spaces. |
400
|
| Missing a Javadoc comment. |
401
|
| Parameter baseURI should be final. |
401
|
| Parameter eCategories should be final. |
401
|
| '=' is not preceded with whitespace. |
403
|
| '=' is not followed by whitespace. |
403
|
| ';' is not followed by whitespace. |
403
|
| '<' is not preceded with whitespace. |
403
|
| '<' is not followed by whitespace. |
403
|
| ';' is not followed by whitespace. |
403
|
| '>' is not preceded with whitespace. |
407
|
| '>' is not followed by whitespace. |
407
|
| Avoid inline conditionals. |
407
|
| Line has trailing spaces. |
409
|
| Missing a Javadoc comment. |
410
|
| Parameter baseURI should be final. |
410
|
| Parameter eCategory should be final. |
410
|
| Line is longer than 80 characters. |
412
|
| ';' is not followed by whitespace. |
412
|
| '!=' is not preceded with whitespace. |
413
|
| '!=' is not followed by whitespace. |
413
|
| Line is longer than 80 characters. |
416
|
| ';' is not followed by whitespace. |
416
|
| '!=' is not preceded with whitespace. |
417
|
| '!=' is not followed by whitespace. |
417
|
| Line is longer than 80 characters. |
420
|
| ';' is not followed by whitespace. |
420
|
| '!=' is not preceded with whitespace. |
421
|
| '!=' is not followed by whitespace. |
421
|
| Line has trailing spaces. |
425
|
| Line has trailing spaces. |
427
|
| Line has trailing spaces. |
428
|
| Missing a Javadoc comment. |
433
|
| Variable 'absoluteURIPattern' must be private and have accessor methods. |
433
|
| Line has trailing spaces. |
434
|
| Missing a Javadoc comment. |
435
|
| Parameter uri should be final. |
435
|
| Line has trailing spaces. |
438
|
| Missing a Javadoc comment. |
439
|
| Parameter uri should be final. |
439
|
| Line has trailing spaces. |
442
|
| Line has trailing spaces. |
444
|
| Expected an @return tag. |
450
|
| Parameter baseURI should be final. |
450
|
| Parameter parent should be final. |
450
|
| Parameter url should be final. |
450
|
| Avoid inline conditionals. |
452
|
| Line has trailing spaces. |
457
|
| 'cast' is not followed by whitespace. |
458
|
| Line has trailing spaces. |
462
|
| Line has trailing spaces. |
463
|
| Line is longer than 80 characters. |
466
|
| 'if' construct must use '{}'s. |
467
|
| Line is longer than 80 characters. |
467
|
| Line has trailing spaces. |
468
|
| Line has trailing spaces. |
471
|
| Line is longer than 80 characters. |
472
|
| Line has trailing spaces. |
477
|
| Line is longer than 80 characters. |
478
|
| '+' is not preceded with whitespace. |
478
|
| Line is longer than 80 characters. |
484
|
| Line has trailing spaces. |
486
|
| Line has trailing spaces. |
487
|
| Line has trailing spaces. |
488
|
| Line has trailing spaces. |
491
|
| Expected an @return tag. |
496
|
| Parameter root should be final. |
496
|
| Expected @throws tag for 'MalformedURLException'. |
496
|
| Line has trailing spaces. |
507
|
| Line has trailing spaces. |
508
|
| Line has trailing spaces. |
509
|
| Expected an @return tag. |
515
|
| Parameter parent should be final. |
515
|
| Parameter rel should be final. |
515
|
| ';' is followed by whitespace. |
519
|
| 'cast' is not followed by whitespace. |
520
|
| Line has trailing spaces. |
523
|
| '(' is followed by whitespace. |
523
|
| Line has trailing spaces. |
532
|
| First sentence should end with a period. |
533
|
| Line has trailing spaces. |
533
|
| Line has trailing spaces. |
534
|
| Expected an @return tag. |
539
|
| Parameter base should be final. |
539
|
| Parameter append should be final. |
539
|
| '=' is not preceded with whitespace. |
545
|
| '=' is not followed by whitespace. |
545
|
| '<' is not preceded with whitespace. |
545
|
| '<' is not followed by whitespace. |
545
|
| '3' is a magic number. |
550
|
| '}' should be on the same line. |
551
|
| 'else' construct must use '{}'s. |
552
|
| Line has trailing spaces. |
558
|
| Line has trailing spaces. |
559
|
| Expected an @return tag. |
562
|
| Parameter s should be final. |
562
|
| Expected @param tag for 's'. |
562
|
| Line has trailing spaces. |
568
|
| Line has trailing spaces. |
569
|
| Expected an @return tag. |
572
|
| Parameter s should be final. |
572
|
| Expected @param tag for 's'. |
572
|
com/sun/syndication/io/impl/Base64.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Utility classes should not have a public or default constructor. |
26
|
| Line is longer than 80 characters. |
29
|
| Parameter s should be final. |
35
|
| Line is longer than 80 characters. |
47
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
47
|
| Parameter s should be final. |
50
|
| Expected @throws tag for 'IllegalArgumentException'. |
50
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
50
|
| Missing a Javadoc comment. |
58
|
| Line is longer than 80 characters. |
59
|
| Missing a Javadoc comment. |
61
|
| '255' is a magic number. |
61
|
| '3' is a magic number. |
61
|
| Missing a Javadoc comment. |
62
|
| Missing a Javadoc comment. |
63
|
| '255' is a magic number. |
63
|
| '15' is a magic number. |
63
|
| Missing a Javadoc comment. |
64
|
| Missing a Javadoc comment. |
65
|
| '255' is a magic number. |
65
|
| '63' is a magic number. |
65
|
| Missing a Javadoc comment. |
66
|
| Parameter dData should be final. |
75
|
| '==' is not preceded with whitespace. |
76
|
| '==' is not followed by whitespace. |
76
|
| '+' is not preceded with whitespace. |
79
|
| '+' is not followed by whitespace. |
79
|
| '/' is not preceded with whitespace. |
79
|
| '/' is not followed by whitespace. |
79
|
| '3' is a magic number. |
79
|
| '*' is not preceded with whitespace. |
79
|
| '*' is not followed by whitespace. |
79
|
| '4' is a magic number. |
79
|
| '<' is not preceded with whitespace. |
82
|
| '<' is not followed by whitespace. |
82
|
| '3' is a magic number. |
82
|
| '=' is not preceded with whitespace. |
84
|
| '=' is not followed by whitespace. |
84
|
| '=' is not preceded with whitespace. |
85
|
| '=' is not followed by whitespace. |
85
|
| '=' is not preceded with whitespace. |
90
|
| '=' is not followed by whitespace. |
90
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '<' is not preceded with whitespace. |
93
|
| '<' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
94
|
| '+' is not followed by whitespace. |
94
|
| '+' is not preceded with whitespace. |
95
|
| '+' is not followed by whitespace. |
95
|
| '<' is not preceded with whitespace. |
95
|
| '<' is not followed by whitespace. |
95
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '}' should be on the same line. |
97
|
| '=' is not followed by whitespace. |
99
|
| '}' should be on the same line. |
101
|
| '=' is not followed by whitespace. |
103
|
| '&' is not preceded with whitespace. |
106
|
| '&' is not followed by whitespace. |
106
|
| '>>' is not preceded with whitespace. |
106
|
| '>>' is not followed by whitespace. |
106
|
| '&' is not preceded with whitespace. |
107
|
| '&' is not followed by whitespace. |
107
|
| '<<' is not preceded with whitespace. |
107
|
| '4' is a magic number. |
107
|
| '<<' is not followed by whitespace. |
107
|
| '&' is not preceded with whitespace. |
107
|
| '&' is not followed by whitespace. |
107
|
| '>>' is not preceded with whitespace. |
107
|
| '4' is a magic number. |
107
|
| '>>' is not followed by whitespace. |
107
|
| '&' is not preceded with whitespace. |
108
|
| '&' is not followed by whitespace. |
108
|
| '<<' is not preceded with whitespace. |
108
|
| '<<' is not followed by whitespace. |
108
|
| '&' is not preceded with whitespace. |
108
|
| '&' is not followed by whitespace. |
108
|
| '>>' is not preceded with whitespace. |
108
|
| '6' is a magic number. |
108
|
| '>>' is not followed by whitespace. |
108
|
| '&' is not preceded with whitespace. |
109
|
| '&' is not followed by whitespace. |
109
|
| 'cast' is not followed by whitespace. |
111
|
| 'cast' is not followed by whitespace. |
112
|
| '<' is not preceded with whitespace. |
113
|
| '<' is not followed by whitespace. |
113
|
| Avoid inline conditionals. |
113
|
| '?' is not followed by whitespace. |
113
|
| 'cast' is not followed by whitespace. |
113
|
| 'cast' is not followed by whitespace. |
113
|
| '<' is not preceded with whitespace. |
114
|
| '<' is not followed by whitespace. |
114
|
| Avoid inline conditionals. |
114
|
| '?' is not followed by whitespace. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| Missing a Javadoc comment. |
120
|
| 'static' modifier out of order with the JLS suggestions. |
120
|
| '256' is a magic number. |
120
|
| '=' is not preceded with whitespace. |
123
|
| '=' is not followed by whitespace. |
123
|
| ';' is not followed by whitespace. |
123
|
| '<' is not preceded with whitespace. |
123
|
| '<' is not followed by whitespace. |
123
|
| ';' is not followed by whitespace. |
123
|
| '64' is a magic number. |
124
|
| '=' is not preceded with whitespace. |
126
|
| '=' is not followed by whitespace. |
126
|
| ';' is not followed by whitespace. |
126
|
| '<' is not preceded with whitespace. |
126
|
| '<' is not followed by whitespace. |
126
|
| ';' is not followed by whitespace. |
126
|
| Line is longer than 80 characters. |
136
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
136
|
| Parameter eData should be final. |
139
|
| '==' is not preceded with whitespace. |
140
|
| '==' is not followed by whitespace. |
140
|
| '=' is not preceded with whitespace. |
145
|
| '=' is not followed by whitespace. |
145
|
| ';' is not followed by whitespace. |
145
|
| '<' is not preceded with whitespace. |
145
|
| '<' is not followed by whitespace. |
145
|
| ';' is not followed by whitespace. |
145
|
| '<' is not preceded with whitespace. |
146
|
| '256' is a magic number. |
146
|
| '<' is not followed by whitespace. |
146
|
| '<' is not preceded with whitespace. |
146
|
| '64' is a magic number. |
146
|
| '<' is not followed by whitespace. |
146
|
| '/' is not preceded with whitespace. |
151
|
| '/' is not followed by whitespace. |
151
|
| '4' is a magic number. |
151
|
| '*' is not preceded with whitespace. |
151
|
| '*' is not followed by whitespace. |
151
|
| '3' is a magic number. |
151
|
| switch without "default" clause. |
152
|
| '%' is not preceded with whitespace. |
152
|
| '%' is not followed by whitespace. |
152
|
| '4' is a magic number. |
152
|
| '3' is a magic number. |
153
|
| '=' is not preceded with whitespace. |
163
|
| '=' is not followed by whitespace. |
163
|
| ';' is not followed by whitespace. |
163
|
| '<' is not preceded with whitespace. |
163
|
| '<' is not followed by whitespace. |
163
|
| ';' is not followed by whitespace. |
163
|
| '+=' is not preceded with whitespace. |
163
|
| '+=' is not followed by whitespace. |
163
|
| '4' is a magic number. |
163
|
| '+' is not preceded with whitespace. |
164
|
| '+' is not followed by whitespace. |
164
|
| '3' is a magic number. |
164
|
| '>' is not preceded with whitespace. |
164
|
| '>' is not followed by whitespace. |
164
|
| Line is longer than 80 characters. |
165
|
| '+' is not preceded with whitespace. |
168
|
| '+' is not followed by whitespace. |
168
|
| '+' is not preceded with whitespace. |
169
|
| '+' is not followed by whitespace. |
169
|
| '+' is not preceded with whitespace. |
170
|
| '+' is not followed by whitespace. |
170
|
| '3' is a magic number. |
170
|
| '<<' is not preceded with whitespace. |
171
|
| '<<' is not followed by whitespace. |
171
|
| '|' is not preceded with whitespace. |
171
|
| '|' is not followed by whitespace. |
171
|
| '>>' is not preceded with whitespace. |
171
|
| '4' is a magic number. |
171
|
| '>>' is not followed by whitespace. |
171
|
| '<' is not preceded with whitespace. |
172
|
| '<' is not followed by whitespace. |
172
|
| '<<' is not preceded with whitespace. |
173
|
| '4' is a magic number. |
173
|
| '<<' is not followed by whitespace. |
173
|
| '>>' is not preceded with whitespace. |
173
|
| '>>' is not followed by whitespace. |
173
|
| '<' is not preceded with whitespace. |
175
|
| '<' is not followed by whitespace. |
175
|
| '<<' is not preceded with whitespace. |
176
|
| '6' is a magic number. |
176
|
| '<<' is not followed by whitespace. |
176
|
| Missing a Javadoc comment. |
182
|
| Parameter args should be final. |
182
|
| Line is longer than 80 characters. |
184
|
| '+' is not preceded with whitespace. |
184
|
| '+' should be on a new line. |
184
|
| Line is longer than 80 characters. |
185
|
| '+' is not preceded with whitespace. |
185
|
| '+' should be on a new line. |
185
|
| Line is longer than 80 characters. |
186
|
| '+' is not preceded with whitespace. |
186
|
| '+' should be on a new line. |
186
|
| Line is longer than 80 characters. |
187
|
| '+' is not preceded with whitespace. |
187
|
| '+' should be on a new line. |
187
|
| Line is longer than 80 characters. |
188
|
| '+' is not preceded with whitespace. |
188
|
| '+' should be on a new line. |
188
|
| Line is longer than 80 characters. |
189
|
| '+' is not preceded with whitespace. |
189
|
| '+' should be on a new line. |
189
|
| Line is longer than 80 characters. |
190
|
| '+' is not preceded with whitespace. |
190
|
| '+' should be on a new line. |
190
|
| Line is longer than 80 characters. |
191
|
| '+' is not preceded with whitespace. |
191
|
| '+' should be on a new line. |
191
|
| Line is longer than 80 characters. |
192
|
| '+' is not preceded with whitespace. |
192
|
| '+' should be on a new line. |
192
|
| Line is longer than 80 characters. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' should be on a new line. |
193
|
com/sun/syndication/io/impl/BaseWireFeedGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
30
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_feedModuleGenerators' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_itemModuleGenerators' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_allModuleNamespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
35
|
| Parameter type should be final. |
35
|
| Line is longer than 80 characters. |
37
|
| '+' is not preceded with whitespace. |
37
|
| '+' is not followed by whitespace. |
37
|
| Line is longer than 80 characters. |
38
|
| '+' is not preceded with whitespace. |
38
|
| '+' is not followed by whitespace. |
38
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Method 'generateModuleNamespaceDefs' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter root should be final. |
56
|
| '=' is not preceded with whitespace. |
57
|
| '=' is not followed by whitespace. |
57
|
| ';' is not followed by whitespace. |
57
|
| '<' is not preceded with whitespace. |
57
|
| '<' is not followed by whitespace. |
57
|
| ';' is not followed by whitespace. |
57
|
| Method 'generateFeedModules' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter modules should be final. |
62
|
| ',' is not followed by whitespace. |
62
|
| Parameter feed should be final. |
62
|
| ',' is not followed by whitespace. |
63
|
| Method 'generateItemModules' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter modules should be final. |
66
|
| ',' is not followed by whitespace. |
66
|
| Parameter item should be final. |
66
|
| ',' is not followed by whitespace. |
67
|
| Line has trailing spaces. |
69
|
| Method 'generateForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter e should be final. |
70
|
| Parameter foreignMarkup should be final. |
70
|
| 'cast' is not followed by whitespace. |
72
|
| 'cast' is not followed by whitespace. |
74
|
com/sun/syndication/io/impl/BaseWireFeedParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Unused import - com.sun.syndication.feed.WireFeed. |
3
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
30
|
| Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name '_feedModuleParsers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name '_itemModuleParsers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Parameter type should be final. |
34
|
| Line is longer than 80 characters. |
36
|
| '+' is not preceded with whitespace. |
36
|
| '+' is not followed by whitespace. |
36
|
| Line is longer than 80 characters. |
37
|
| '+' is not preceded with whitespace. |
37
|
| '+' is not followed by whitespace. |
37
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'parseFeedModules' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter feedElement should be final. |
52
|
| Method 'parseItemModules' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter itemElement should be final. |
56
|
| Line has trailing spaces. |
59
|
| Line is longer than 80 characters. |
60
|
| Method 'extractForeignMarkup' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter e should be final. |
60
|
| Parameter ext should be final. |
60
|
| Parameter basens should be final. |
60
|
| 'cast' is not followed by whitespace. |
64
|
| Line has trailing spaces. |
65
|
| '(' is followed by whitespace. |
65
|
| Line has trailing spaces. |
71
|
| Line has trailing spaces. |
73
|
| 'cast' is not followed by whitespace. |
79
|
com/sun/syndication/io/impl/DCModuleGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
45
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
46
|
| Line is longer than 80 characters. |
47
|
| Missing a Javadoc comment. |
47
|
| Line is longer than 80 characters. |
49
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
50
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
63
|
| Line has trailing spaces. |
66
|
| Missing a Javadoc comment. |
67
|
| Redundant 'final' modifier. |
67
|
| Missing a Javadoc comment. |
71
|
| Redundant 'final' modifier. |
71
|
| Missing a Javadoc comment. |
75
|
| Redundant 'final' modifier. |
75
|
| Parameter module should be final. |
100
|
| Parameter element should be final. |
100
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
111
|
| Line is longer than 80 characters. |
114
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
132
|
| Line is longer than 80 characters. |
135
|
| Line is longer than 80 characters. |
138
|
| Line is longer than 80 characters. |
141
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
147
|
| Line is longer than 80 characters. |
150
|
| Parameter subject should be final. |
160
|
| Line is longer than 80 characters. |
164
|
| Line is longer than 80 characters. |
166
|
| Parameter name should be final. |
190
|
| Parameter value should be final. |
190
|
| Parameter name should be final. |
204
|
| Parameter value should be final. |
204
|
com/sun/syndication/io/impl/DCModuleParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Unused import - com.sun.syndication.io.WireFeedParser. |
25
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
50
|
| Redundant 'final' modifier. |
50
|
| Missing a Javadoc comment. |
54
|
| Redundant 'final' modifier. |
54
|
| Missing a Javadoc comment. |
58
|
| Redundant 'final' modifier. |
58
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter dcRoot should be final. |
68
|
| Avoid inline conditionals. |
148
|
| Parameter desc should be final. |
157
|
| '!=' is not preceded with whitespace. |
160
|
| '!=' is not followed by whitespace. |
160
|
| '!=' is not preceded with whitespace. |
162
|
| '!=' is not followed by whitespace. |
162
|
| Parameter eList should be final. |
175
|
| Parameter eList should be final. |
206
|
| '=' is not preceded with whitespace. |
207
|
| Parameter eList should be final. |
222
|
com/sun/syndication/io/impl/DateParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
31
|
| Class DateParser should be declared as final. |
38
|
| Missing a Javadoc comment. |
40
|
| Name 'ADDITIONAL_MASKS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Line is longer than 80 characters. |
43
|
| ',' is not followed by whitespace. |
43
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
58
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Missing a Javadoc comment. |
61
|
| Line is longer than 80 characters. |
70
|
| Line is longer than 80 characters. |
71
|
| Line has trailing spaces. |
72
|
| Line has trailing spaces. |
73
|
| Line has trailing spaces. |
74
|
| Line has trailing spaces. |
75
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
81
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
85
|
| Name 'masks' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
88
|
| Line has trailing spaces. |
105
|
| Line has trailing spaces. |
106
|
| Line has trailing spaces. |
107
|
| Line is longer than 80 characters. |
123
|
| Line is longer than 80 characters. |
124
|
| Parameter masks should be final. |
127
|
| 'masks' hides a field. |
127
|
| ',' is not followed by whitespace. |
127
|
| Parameter sDate should be final. |
127
|
| '!=' is not preceded with whitespace. |
128
|
| '!=' is not followed by whitespace. |
128
|
| Avoid inline conditionals. |
128
|
| '=' is not preceded with whitespace. |
131
|
| '=' is not followed by whitespace. |
131
|
| ';' is not followed by whitespace. |
131
|
| '==' is not preceded with whitespace. |
131
|
| '==' is not followed by whitespace. |
131
|
| '<' is not preceded with whitespace. |
131
|
| '<' is not followed by whitespace. |
131
|
| ';' is not followed by whitespace. |
131
|
| ',' is not followed by whitespace. |
132
|
| ',' is not followed by whitespace. |
137
|
| '!=' is not preceded with whitespace. |
138
|
| '!=' is not followed by whitespace. |
138
|
| Line is longer than 80 characters. |
141
|
| '}' should be on the same line. |
142
|
| Must have at least one statement. |
143
|
| Line is longer than 80 characters. |
165
|
| Line is longer than 80 characters. |
169
|
| Parameter sDate should be final. |
172
|
| '>' is not preceded with whitespace. |
174
|
| '>' is not followed by whitespace. |
174
|
| ',' is not followed by whitespace. |
175
|
| '+' is not preceded with whitespace. |
176
|
| '+' is not followed by whitespace. |
176
|
| '3' is a magic number. |
176
|
| ',' is not followed by whitespace. |
179
|
| Line is longer than 80 characters. |
195
|
| Line is longer than 80 characters. |
199
|
| Parameter sDate should be final. |
202
|
| Line is longer than 80 characters. |
203
|
| '>' is not preceded with whitespace. |
206
|
| '>' is not followed by whitespace. |
206
|
| ',' is not followed by whitespace. |
208
|
| '-' is not preceded with whitespace. |
208
|
| '-' is not followed by whitespace. |
208
|
| '+' is not preceded with whitespace. |
208
|
| '+' is not followed by whitespace. |
208
|
| ',' is not followed by whitespace. |
210
|
| '==' is not preceded with whitespace. |
211
|
| '==' is not followed by whitespace. |
211
|
| ',' is not followed by whitespace. |
212
|
| '>' is not preceded with whitespace. |
214
|
| '>' is not followed by whitespace. |
214
|
| ',' is not followed by whitespace. |
215
|
| '>' is not preceded with whitespace. |
217
|
| '>' is not followed by whitespace. |
217
|
| ',' is not followed by whitespace. |
218
|
| '}' should be on the same line. |
223
|
| ',' is not followed by whitespace. |
227
|
| Line is longer than 80 characters. |
237
|
| Parameter sDate should be final. |
240
|
| '==' is not preceded with whitespace. |
242
|
| '==' is not followed by whitespace. |
242
|
| '==' is not preceded with whitespace. |
244
|
| '==' is not followed by whitespace. |
244
|
| '>' is not preceded with whitespace. |
244
|
| '>' is not followed by whitespace. |
244
|
| ',' is not followed by whitespace. |
245
|
| Line is longer than 80 characters. |
254
|
| Parameter date should be final. |
261
|
| Line is longer than 80 characters. |
262
|
| ',' is not followed by whitespace. |
262
|
| Line is longer than 80 characters. |
270
|
| Parameter date should be final. |
277
|
| Line is longer than 80 characters. |
278
|
| ',' is not followed by whitespace. |
278
|
com/sun/syndication/io/impl/FeedGenerators.java
Error | Line |
| File does not end with a newline. |
0
|
com/sun/syndication/io/impl/FeedGenerators.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
43
|
| Missing a Javadoc comment. |
46
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter feedType should be final. |
50
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter obj should be final. |
54
|
| 'cast' is not followed by whitespace. |
55
|
| Method 'getSupportedFeedTypes' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
com/sun/syndication/io/impl/FeedParsers.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
33
|
| Method 'getSupportedFeedTypes' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Line is longer than 80 characters. |
64
|
| Method 'getParserFor' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter document should be final. |
67
|
| '=' is not preceded with whitespace. |
70
|
| '=' is not followed by whitespace. |
70
|
| ';' is not followed by whitespace. |
70
|
| '==' is not preceded with whitespace. |
70
|
| '==' is not followed by whitespace. |
70
|
| '<' is not preceded with whitespace. |
70
|
| '<' is not followed by whitespace. |
70
|
| ';' is not followed by whitespace. |
70
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter obj should be final. |
79
|
| 'cast' is not followed by whitespace. |
80
|
com/sun/syndication/io/impl/ModuleGenerators.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
31
|
| Name '_allNamespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Parameter propertyKey should be final. |
33
|
| Parameter parentGenerator should be final. |
33
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter uri should be final. |
37
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter obj should be final. |
41
|
| 'cast' is not followed by whitespace. |
42
|
| Method 'getModuleNamespaces' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Method 'generateModules' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter modules should be final. |
49
|
| Parameter element should be final. |
49
|
| Line is longer than 80 characters. |
54
|
| 'cast' is not followed by whitespace. |
54
|
| Method 'getAllNamespaces' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| '==' is not preceded with whitespace. |
62
|
| '==' is not followed by whitespace. |
62
|
| '=' is not preceded with whitespace. |
65
|
| '=' is not followed by whitespace. |
65
|
| ';' is not followed by whitespace. |
65
|
| '<' is not preceded with whitespace. |
65
|
| '<' is not followed by whitespace. |
65
|
| ';' is not followed by whitespace. |
65
|
| 'cast' is not followed by whitespace. |
66
|
com/sun/syndication/io/impl/ModuleParsers.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
31
|
| Parameter propertyKey should be final. |
31
|
| Parameter parentParser should be final. |
31
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter obj should be final. |
35
|
| 'cast' is not followed by whitespace. |
36
|
| Method 'getModuleNamespaces' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Method 'parseModules' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter root should be final. |
43
|
| '=' is not preceded with whitespace. |
46
|
| '=' is not followed by whitespace. |
46
|
| ';' is not followed by whitespace. |
46
|
| '<' is not preceded with whitespace. |
46
|
| '<' is not followed by whitespace. |
46
|
| ';' is not followed by whitespace. |
46
|
| Missing a Javadoc comment. |
63
|
| Parameter root should be final. |
63
|
| Parameter namespace should be final. |
63
|
| '=' is not preceded with whitespace. |
69
|
| '=' is not followed by whitespace. |
69
|
| ';' is not followed by whitespace. |
69
|
| ';' is not followed by whitespace. |
69
|
com/sun/syndication/io/impl/PluginManager.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
24
|
| First sentence should end with a period. |
26
|
| Missing a Javadoc comment. |
32
|
| Name '_propertyValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_pluginsMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_pluginsList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name '_parentParser' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name '_parentGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| First sentence should end with a period. |
39
|
| Parameter propertyKey should be final. |
45
|
| Missing a Javadoc comment. |
49
|
| Parameter propertyKey should be final. |
49
|
| Parameter parentParser should be final. |
49
|
| Parameter parentGenerator should be final. |
50
|
| '{' should be on the previous line. |
51
|
| Line is longer than 80 characters. |
54
|
| ',' is not followed by whitespace. |
54
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
61
|
| Parameter obj should be final. |
61
|
| Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Method 'getPlugins' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Method 'getPluginMap' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Method 'getPlugin' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter key should be final. |
75
|
| Missing a Javadoc comment. |
81
|
| '=' is not preceded with whitespace. |
88
|
| '=' is not followed by whitespace. |
88
|
| ';' is not followed by whitespace. |
88
|
| '<' is not preceded with whitespace. |
88
|
| '<' is not followed by whitespace. |
88
|
| ';' is not followed by whitespace. |
88
|
| Line is longer than 80 characters. |
92
|
| Line is longer than 80 characters. |
95
|
| Line is longer than 80 characters. |
99
|
| Line is longer than 80 characters. |
103
|
| '}' should be on the same line. |
113
|
| Line is longer than 80 characters. |
115
|
| '+' is not preceded with whitespace. |
115
|
| '+' is not followed by whitespace. |
115
|
| ',' is not followed by whitespace. |
115
|
| 'catch' is not preceded with whitespace. |
116
|
| '}' is not followed by whitespace. |
116
|
| Line is longer than 80 characters. |
117
|
| '+' is not preceded with whitespace. |
117
|
| '+' is not followed by whitespace. |
117
|
| ',' is not followed by whitespace. |
117
|
| Line is longer than 80 characters. |
125
|
| Unused @throws tag for 'java.lang.ClassNotFoundException'. |
125
|
| Expected @throws tag for 'ClassNotFoundException'. |
129
|
| '<' is not followed by whitespace. |
132
|
com/sun/syndication/io/impl/PropertiesLoader.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
6
|
| Line is longer than 80 characters. |
9
|
| Line is longer than 80 characters. |
12
|
| Line is longer than 80 characters. |
13
|
| Line is longer than 80 characters. |
16
|
| Line is longer than 80 characters. |
17
|
| Class PropertiesLoader should be declared as final. |
24
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
29
|
| Name 'PROPERTIES_LOADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29
|
| Line is longer than 80 characters. |
33
|
| ',' is not followed by whitespace. |
33
|
| '}' should be on the same line. |
34
|
| ',' is not followed by whitespace. |
36
|
| Line is longer than 80 characters. |
41
|
| Missing a Javadoc comment. |
50
|
| Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
60
|
| Parameter masterFileLocation should be final. |
60
|
| ',' is not followed by whitespace. |
60
|
| Parameter extraFileLocation should be final. |
60
|
| Line is longer than 80 characters. |
65
|
| '}' should be on the same line. |
70
|
| Line is longer than 80 characters. |
72
|
| '+' is not preceded with whitespace. |
72
|
| '+' is not followed by whitespace. |
72
|
| '+' is not preceded with whitespace. |
72
|
| '+' is not followed by whitespace. |
72
|
| '+' is not preceded with whitespace. |
72
|
| '+' should be on a new line. |
72
|
| '}' should be on the same line. |
86
|
| Line is longer than 80 characters. |
88
|
| '+' is not preceded with whitespace. |
88
|
| '+' is not followed by whitespace. |
88
|
| '+' is not preceded with whitespace. |
88
|
| '+' is not followed by whitespace. |
88
|
| '+' is not preceded with whitespace. |
88
|
| '+' should be on a new line. |
88
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
102
|
| Line is longer than 80 characters. |
105
|
| Line is longer than 80 characters. |
107
|
| Parameter key should be final. |
110
|
| ',' is not followed by whitespace. |
110
|
| Parameter separator should be final. |
110
|
| '=' is not preceded with whitespace. |
112
|
| '=' is not followed by whitespace. |
112
|
| ';' is not followed by whitespace. |
112
|
| '<' is not preceded with whitespace. |
112
|
| '<' is not followed by whitespace. |
112
|
| ';' is not followed by whitespace. |
112
|
| '!=' is not preceded with whitespace. |
114
|
| '!=' is not followed by whitespace. |
114
|
| ',' is not followed by whitespace. |
115
|
| Line is longer than 80 characters. |
128
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
132
|
| Parameter key should be final. |
135
|
| '=' is not preceded with whitespace. |
137
|
| '=' is not followed by whitespace. |
137
|
| ';' is not followed by whitespace. |
137
|
| '<' is not preceded with whitespace. |
137
|
| '<' is not followed by whitespace. |
137
|
| ';' is not followed by whitespace. |
137
|
| '!=' is not preceded with whitespace. |
139
|
| '!=' is not followed by whitespace. |
139
|
com/sun/syndication/io/impl/RSS090Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.rss.*. |
20
|
| First sentence should end with a period. |
29
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
37
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Line is longer than 80 characters. |
41
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Line is longer than 80 characters. |
43
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
49
|
| Parameter type should be final. |
49
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter feed should be final. |
53
|
| 'cast' is not followed by whitespace. |
54
|
| ',' is not followed by whitespace. |
56
|
| Method 'getFeedNamespace' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'getRDFNamespace' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Method 'getContentNamespace' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter root should be final. |
72
|
| Method 'createRootElement' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter channel should be final. |
76
|
| ',' is not followed by whitespace. |
77
|
| Line is longer than 80 characters. |
85
|
| Method 'populateFeed' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter channel should be final. |
85
|
| Parameter parent should be final. |
85
|
| ',' is not followed by whitespace. |
86
|
| ',' is not followed by whitespace. |
87
|
| ',' is not followed by whitespace. |
88
|
| ',' is not followed by whitespace. |
89
|
| 'cast' is not followed by whitespace. |
90
|
| Line is longer than 80 characters. |
93
|
| Method 'addChannel' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter channel should be final. |
93
|
| ',' is not followed by whitespace. |
93
|
| Parameter parent should be final. |
93
|
| ',' is not followed by whitespace. |
95
|
| ',' is not followed by whitespace. |
98
|
| Line is longer than 80 characters. |
102
|
| Method 'populateChannel' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter channel should be final. |
108
|
| ',' is not followed by whitespace. |
108
|
| Parameter eChannel should be final. |
108
|
| '!=' is not preceded with whitespace. |
110
|
| '!=' is not followed by whitespace. |
110
|
| ',' is not followed by whitespace. |
111
|
| '!=' is not preceded with whitespace. |
114
|
| '!=' is not followed by whitespace. |
114
|
| ',' is not followed by whitespace. |
115
|
| '!=' is not preceded with whitespace. |
118
|
| '!=' is not followed by whitespace. |
118
|
| Line is longer than 80 characters. |
119
|
| ',' is not followed by whitespace. |
119
|
| Line is longer than 80 characters. |
124
|
| Method 'checkNotNullAndLength' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter parent should be final. |
124
|
| Parameter childName should be final. |
124
|
| Parameter minLen should be final. |
124
|
| Parameter maxLen should be final. |
124
|
| ',' is not followed by whitespace. |
125
|
| Line is longer than 80 characters. |
127
|
| '+' is not preceded with whitespace. |
127
|
| '+' is not followed by whitespace. |
127
|
| '+' is not preceded with whitespace. |
127
|
| '+' is not followed by whitespace. |
127
|
| '+' is not preceded with whitespace. |
127
|
| '+' is not followed by whitespace. |
127
|
| '+' is not preceded with whitespace. |
127
|
| '+' is not followed by whitespace. |
127
|
| '+' is not preceded with whitespace. |
127
|
| '+' is not followed by whitespace. |
127
|
| ',' is not followed by whitespace. |
129
|
| ',' is not followed by whitespace. |
129
|
| ',' is not followed by whitespace. |
129
|
| Line is longer than 80 characters. |
133
|
| Method 'checkLength' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Missing a Javadoc comment. |
133
|
| Parameter parent should be final. |
133
|
| Parameter childName should be final. |
133
|
| Parameter minLen should be final. |
133
|
| Parameter maxLen should be final. |
133
|
| ',' is not followed by whitespace. |
134
|
| '>' is not preceded with whitespace. |
136
|
| '>' is not followed by whitespace. |
136
|
| '<' is not preceded with whitespace. |
136
|
| '<' is not followed by whitespace. |
136
|
| Line is longer than 80 characters. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '>' is not preceded with whitespace. |
139
|
| '>' is not followed by whitespace. |
139
|
| '>' is not preceded with whitespace. |
139
|
| '>' is not followed by whitespace. |
139
|
| Line is longer than 80 characters. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| Line is longer than 80 characters. |
146
|
| Method 'addImage' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Parameter channel should be final. |
146
|
| ',' is not followed by whitespace. |
146
|
| Parameter parent should be final. |
146
|
| '!=' is not preceded with whitespace. |
148
|
| '!=' is not followed by whitespace. |
148
|
| ',' is not followed by whitespace. |
150
|
| Method 'populateImage' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
| Parameter image should be final. |
156
|
| ',' is not followed by whitespace. |
156
|
| Parameter eImage should be final. |
156
|
| '!=' is not preceded with whitespace. |
158
|
| '!=' is not followed by whitespace. |
158
|
| ',' is not followed by whitespace. |
159
|
| '!=' is not preceded with whitespace. |
162
|
| '!=' is not followed by whitespace. |
162
|
| ',' is not followed by whitespace. |
163
|
| '!=' is not preceded with whitespace. |
166
|
| '!=' is not followed by whitespace. |
166
|
| ',' is not followed by whitespace. |
167
|
| Method 'getTextInputLabel' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Line is longer than 80 characters. |
176
|
| Method 'addTextInput' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Missing a Javadoc comment. |
176
|
| Parameter channel should be final. |
176
|
| ',' is not followed by whitespace. |
176
|
| Parameter parent should be final. |
176
|
| '!=' is not preceded with whitespace. |
178
|
| '!=' is not followed by whitespace. |
178
|
| Line is longer than 80 characters. |
179
|
| ',' is not followed by whitespace. |
180
|
| Method 'populateTextInput' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Missing a Javadoc comment. |
186
|
| Parameter textInput should be final. |
186
|
| ',' is not followed by whitespace. |
186
|
| Parameter eTextInput should be final. |
186
|
| '!=' is not preceded with whitespace. |
188
|
| '!=' is not followed by whitespace. |
188
|
| ',' is not followed by whitespace. |
189
|
| '!=' is not preceded with whitespace. |
192
|
| '!=' is not followed by whitespace. |
192
|
| Line is longer than 80 characters. |
193
|
| ',' is not followed by whitespace. |
193
|
| '!=' is not preceded with whitespace. |
196
|
| '!=' is not followed by whitespace. |
196
|
| ',' is not followed by whitespace. |
197
|
| '!=' is not preceded with whitespace. |
200
|
| '!=' is not followed by whitespace. |
200
|
| ',' is not followed by whitespace. |
201
|
| Line is longer than 80 characters. |
205
|
| Method 'addItems' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Missing a Javadoc comment. |
205
|
| Parameter channel should be final. |
205
|
| ',' is not followed by whitespace. |
205
|
| Parameter parent should be final. |
205
|
| '=' is not preceded with whitespace. |
207
|
| '=' is not followed by whitespace. |
207
|
| ';' is not followed by whitespace. |
207
|
| '<' is not preceded with whitespace. |
207
|
| '<' is not followed by whitespace. |
207
|
| ';' is not followed by whitespace. |
207
|
| 'cast' is not followed by whitespace. |
208
|
| ',' is not followed by whitespace. |
208
|
| Line is longer than 80 characters. |
213
|
| Method 'addItem' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| Parameter item should be final. |
213
|
| Parameter parent should be final. |
213
|
| Parameter index should be final. |
213
|
| ',' is not followed by whitespace. |
215
|
| ',' is not followed by whitespace. |
217
|
| Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Missing a Javadoc comment. |
221
|
| Parameter item should be final. |
221
|
| Parameter eItem should be final. |
221
|
| Parameter index should be final. |
221
|
| '!=' is not preceded with whitespace. |
223
|
| '!=' is not followed by whitespace. |
223
|
| ',' is not followed by whitespace. |
224
|
| '!=' is not preceded with whitespace. |
227
|
| '!=' is not followed by whitespace. |
227
|
| ',' is not followed by whitespace. |
228
|
| 'cast' is not followed by whitespace. |
230
|
| Method 'generateSimpleElement' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Missing a Javadoc comment. |
233
|
| Parameter name should be final. |
233
|
| Parameter value should be final. |
233
|
| Line is longer than 80 characters. |
239
|
| Method 'checkChannelConstraints' is not designed for extension - needs to be abstract, final or empty. |
239
|
| Missing a Javadoc comment. |
239
|
| Parameter eChannel should be final. |
239
|
| ',' is not followed by whitespace. |
240
|
| '40' is a magic number. |
240
|
| ',' is not followed by whitespace. |
241
|
| '500' is a magic number. |
241
|
| ',' is not followed by whitespace. |
242
|
| '500' is a magic number. |
242
|
| Method 'checkImageConstraints' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Missing a Javadoc comment. |
245
|
| Parameter eImage should be final. |
245
|
| ',' is not followed by whitespace. |
246
|
| '40' is a magic number. |
246
|
| ',' is not followed by whitespace. |
247
|
| '500' is a magic number. |
247
|
| ',' is not followed by whitespace. |
248
|
| '500' is a magic number. |
248
|
| Line is longer than 80 characters. |
251
|
| Method 'checkTextInputConstraints' is not designed for extension - needs to be abstract, final or empty. |
251
|
| Missing a Javadoc comment. |
251
|
| Parameter eTextInput should be final. |
251
|
| ',' is not followed by whitespace. |
252
|
| '40' is a magic number. |
252
|
| ',' is not followed by whitespace. |
253
|
| '100' is a magic number. |
253
|
| ',' is not followed by whitespace. |
254
|
| '500' is a magic number. |
254
|
| ',' is not followed by whitespace. |
255
|
| '500' is a magic number. |
255
|
| Method 'checkItemsConstraints' is not designed for extension - needs to be abstract, final or empty. |
258
|
| Missing a Javadoc comment. |
258
|
| Parameter parent should be final. |
258
|
| ',' is not followed by whitespace. |
259
|
| '<' is not preceded with whitespace. |
260
|
| '<' is not followed by whitespace. |
260
|
| '>' is not preceded with whitespace. |
260
|
| '15' is a magic number. |
260
|
| '>' is not followed by whitespace. |
260
|
| Line is longer than 80 characters. |
261
|
| '+' is not preceded with whitespace. |
261
|
| '+' is not followed by whitespace. |
261
|
| '+' is not preceded with whitespace. |
261
|
| '+' is not followed by whitespace. |
261
|
| '+' is not preceded with whitespace. |
261
|
| '+' is not followed by whitespace. |
261
|
| '+' is not preceded with whitespace. |
261
|
| '+' is not followed by whitespace. |
261
|
| Method 'checkItemConstraints' is not designed for extension - needs to be abstract, final or empty. |
265
|
| Missing a Javadoc comment. |
265
|
| Parameter eItem should be final. |
265
|
| ',' is not followed by whitespace. |
266
|
| '100' is a magic number. |
266
|
| ',' is not followed by whitespace. |
267
|
| '500' is a magic number. |
267
|
com/sun/syndication/io/impl/RSS090Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Line is longer than 80 characters. |
44
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
51
|
| Parameter type should be final. |
51
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter document should be final. |
55
|
| '!=' is not preceded with whitespace. |
62
|
| '!=' is not followed by whitespace. |
62
|
| '==' is not preceded with whitespace. |
64
|
| '==' is not followed by whitespace. |
64
|
| '}' should be on the same line. |
66
|
| '=' is not preceded with whitespace. |
69
|
| '=' is not followed by whitespace. |
69
|
| ';' is not followed by whitespace. |
69
|
| '<' is not preceded with whitespace. |
69
|
| '<' is not followed by whitespace. |
69
|
| ';' is not followed by whitespace. |
69
|
| Line is longer than 80 characters. |
77
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter document should be final. |
77
|
| Parameter validate should be final. |
77
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
77
|
| ',' is not followed by whitespace. |
77
|
| Missing a Javadoc comment. |
85
|
| Parameter document should be final. |
85
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
90
|
| Line is longer than 80 characters. |
95
|
| Method 'getRSSNamespace' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Line is longer than 80 characters. |
107
|
| Method 'getRDFNamespace' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Method 'getContentNamespace' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Line is longer than 80 characters. |
133
|
| Line is longer than 80 characters. |
134
|
| Line is longer than 80 characters. |
135
|
| Method 'parseChannel' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter rssRoot should be final. |
142
|
| ',' is not followed by whitespace. |
147
|
| '!=' is not preceded with whitespace. |
148
|
| '!=' is not followed by whitespace. |
148
|
| ',' is not followed by whitespace. |
151
|
| '!=' is not preceded with whitespace. |
152
|
| '!=' is not followed by whitespace. |
152
|
| ',' is not followed by whitespace. |
155
|
| '!=' is not preceded with whitespace. |
156
|
| '!=' is not followed by whitespace. |
156
|
| Line has trailing spaces. |
164
|
| Line has trailing spaces. |
165
|
| Line has trailing spaces. |
166
|
| Line has trailing spaces. |
170
|
| Line has trailing spaces. |
180
|
| Line has trailing spaces. |
184
|
| Line is longer than 80 characters. |
190
|
| Line is longer than 80 characters. |
191
|
| Expected an @return tag. |
194
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Parameter rssRoot should be final. |
194
|
| Expected @param tag for 'rssRoot'. |
194
|
| ',' is not followed by whitespace. |
195
|
| Line is longer than 80 characters. |
199
|
| Line is longer than 80 characters. |
200
|
| Expected an @return tag. |
203
|
| Method 'getImage' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Parameter rssRoot should be final. |
203
|
| Expected @param tag for 'rssRoot'. |
203
|
| ',' is not followed by whitespace. |
204
|
| Line is longer than 80 characters. |
208
|
| Line is longer than 80 characters. |
209
|
| Expected an @return tag. |
212
|
| Method 'getTextInput' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Parameter rssRoot should be final. |
212
|
| Expected @param tag for 'rssRoot'. |
212
|
| ',' is not followed by whitespace. |
213
|
| Line is longer than 80 characters. |
217
|
| Line is longer than 80 characters. |
222
|
| Method 'parseImage' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Parameter rssRoot should be final. |
225
|
| '!=' is not preceded with whitespace. |
228
|
| '!=' is not followed by whitespace. |
228
|
| ',' is not followed by whitespace. |
231
|
| '!=' is not preceded with whitespace. |
232
|
| '!=' is not followed by whitespace. |
232
|
| ',' is not followed by whitespace. |
235
|
| '!=' is not preceded with whitespace. |
236
|
| '!=' is not followed by whitespace. |
236
|
| ',' is not followed by whitespace. |
239
|
| '!=' is not preceded with whitespace. |
240
|
| '!=' is not followed by whitespace. |
240
|
| Line is longer than 80 characters. |
248
|
| Line is longer than 80 characters. |
250
|
| Line is longer than 80 characters. |
251
|
| Line is longer than 80 characters. |
254
|
| Method 'parseItems' is not designed for extension - needs to be abstract, final or empty. |
257
|
| Parameter rssRoot should be final. |
257
|
| '=' is not preceded with whitespace. |
261
|
| '=' is not followed by whitespace. |
261
|
| ';' is not followed by whitespace. |
261
|
| ',' is not followed by whitespace. |
263
|
| Line is longer than 80 characters. |
274
|
| Method 'parseItem' is not designed for extension - needs to be abstract, final or empty. |
278
|
| Parameter rssRoot should be final. |
278
|
| ',' is not followed by whitespace. |
278
|
| Parameter eItem should be final. |
278
|
| ',' is not followed by whitespace. |
280
|
| '!=' is not preceded with whitespace. |
281
|
| '!=' is not followed by whitespace. |
281
|
| ',' is not followed by whitespace. |
284
|
| '!=' is not preceded with whitespace. |
285
|
| '!=' is not followed by whitespace. |
285
|
| Line has trailing spaces. |
288
|
| Line has trailing spaces. |
290
|
| Line has trailing spaces. |
291
|
| Line is longer than 80 characters. |
301
|
| Line is longer than 80 characters. |
303
|
| Line is longer than 80 characters. |
306
|
| Method 'parseTextInput' is not designed for extension - needs to be abstract, final or empty. |
309
|
| Parameter rssRoot should be final. |
309
|
| '!=' is not preceded with whitespace. |
312
|
| '!=' is not followed by whitespace. |
312
|
| ',' is not followed by whitespace. |
314
|
| '!=' is not preceded with whitespace. |
315
|
| '!=' is not followed by whitespace. |
315
|
| ',' is not followed by whitespace. |
318
|
| '!=' is not preceded with whitespace. |
319
|
| '!=' is not followed by whitespace. |
319
|
| ',' is not followed by whitespace. |
322
|
| '!=' is not preceded with whitespace. |
323
|
| '!=' is not followed by whitespace. |
323
|
| ',' is not followed by whitespace. |
326
|
| '!=' is not preceded with whitespace. |
327
|
| '!=' is not followed by whitespace. |
327
|
com/sun/syndication/io/impl/RSS091NetscapeGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
23
|
| Missing a Javadoc comment. |
31
|
| Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
33
|
| ',' is not followed by whitespace. |
34
|
| Missing a Javadoc comment. |
37
|
| Parameter type should be final. |
37
|
| ',' is not followed by whitespace. |
37
|
| Parameter version should be final. |
37
|
| ',' is not followed by whitespace. |
38
|
| Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter root should be final. |
41
|
| Method 'getTextInputLabel' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| First sentence should end with a period. |
54
|
| Expected an @return tag. |
57
|
| Method 'isHourFormat24' is not designed for extension - needs to be abstract, final or empty. |
57
|
com/sun/syndication/io/impl/RSS091NetscapeParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - org.jdom.*. |
19
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
29
|
| Parameter type should be final. |
29
|
| Missing a Javadoc comment. |
33
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter document should be final. |
37
|
| '!=' is not preceded with whitespace. |
44
|
| '!=' is not followed by whitespace. |
44
|
| '!=' is not preceded with whitespace. |
50
|
| '!=' is not followed by whitespace. |
50
|
| Method 'isHourFormat24' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter rssRoot should be final. |
61
|
| Method 'getTextInputLabel' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
com/sun/syndication/io/impl/RSS091UserlandGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
32
|
| Missing a Javadoc comment. |
40
|
| Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
42
|
| ',' is not followed by whitespace. |
43
|
| Missing a Javadoc comment. |
46
|
| Parameter type should be final. |
46
|
| ',' is not followed by whitespace. |
46
|
| Parameter version should be final. |
46
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Method 'getFeedNamespace' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter root should be final. |
59
|
| Method 'createRootElement' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter channel should be final. |
63
|
| ',' is not followed by whitespace. |
64
|
| Line is longer than 80 characters. |
72
|
| Method 'populateFeed' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter channel should be final. |
72
|
| ',' is not followed by whitespace. |
72
|
| Parameter parent should be final. |
72
|
| ',' is not followed by whitespace. |
73
|
| Line is longer than 80 characters. |
76
|
| Method 'addChannel' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter channel should be final. |
76
|
| ',' is not followed by whitespace. |
76
|
| Parameter parent should be final. |
76
|
| ',' is not followed by whitespace. |
77
|
| ',' is not followed by whitespace. |
78
|
| ',' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
81
|
| ',' is not followed by whitespace. |
82
|
| Method 'populateChannel' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter channel should be final. |
85
|
| ',' is not followed by whitespace. |
85
|
| Parameter eChannel should be final. |
85
|
| ',' is not followed by whitespace. |
86
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
109
|
| Line is longer than 80 characters. |
119
|
| '>' is not preceded with whitespace. |
128
|
| '>' is not followed by whitespace. |
128
|
| '>' is not preceded with whitespace. |
133
|
| '>' is not followed by whitespace. |
133
|
| Method 'generateSkipHoursElement' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Missing a Javadoc comment. |
138
|
| Parameter hours should be final. |
138
|
| ',' is not followed by whitespace. |
139
|
| Line is longer than 80 characters. |
141
|
| Method 'generateSkipDaysElement' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Parameter days should be final. |
146
|
| Line is longer than 80 characters. |
149
|
| Method 'populateImage' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Missing a Javadoc comment. |
154
|
| Parameter image should be final. |
154
|
| ',' is not followed by whitespace. |
154
|
| Parameter eImage should be final. |
154
|
| ',' is not followed by whitespace. |
155
|
| '>' is not preceded with whitespace. |
158
|
| '>' is not followed by whitespace. |
158
|
| Line is longer than 80 characters. |
159
|
| ',' is not followed by whitespace. |
159
|
| '>' is not preceded with whitespace. |
162
|
| '>' is not followed by whitespace. |
162
|
| Line is longer than 80 characters. |
163
|
| ',' is not followed by whitespace. |
163
|
| '!=' is not preceded with whitespace. |
167
|
| '!=' is not followed by whitespace. |
167
|
| ',' is not followed by whitespace. |
168
|
| Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Parameter item should be final. |
172
|
| Parameter eItem should be final. |
172
|
| Parameter index should be final. |
172
|
| ',' is not followed by whitespace. |
173
|
| '!=' is not preceded with whitespace. |
175
|
| '!=' is not followed by whitespace. |
175
|
| Line is longer than 80 characters. |
176
|
| ',' is not followed by whitespace. |
176
|
| Line is longer than 80 characters. |
178
|
| First sentence should end with a period. |
185
|
| Expected an @return tag. |
188
|
| Method 'isHourFormat24' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Line is longer than 80 characters. |
192
|
| Method 'checkChannelConstraints' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter eChannel should be final. |
192
|
| ',' is not followed by whitespace. |
193
|
| '100' is a magic number. |
193
|
| ',' is not followed by whitespace. |
194
|
| '500' is a magic number. |
194
|
| ',' is not followed by whitespace. |
195
|
| '500' is a magic number. |
195
|
| ',' is not followed by whitespace. |
196
|
| '5' is a magic number. |
196
|
| ',' is not followed by whitespace. |
198
|
| '20' is a magic number. |
198
|
| '500' is a magic number. |
198
|
| ',' is not followed by whitespace. |
199
|
| '100' is a magic number. |
199
|
| ',' is not followed by whitespace. |
200
|
| '100' is a magic number. |
200
|
| ',' is not followed by whitespace. |
201
|
| '100' is a magic number. |
201
|
| ',' is not followed by whitespace. |
202
|
| '500' is a magic number. |
202
|
| ',' is not followed by whitespace. |
203
|
| '100' is a magic number. |
203
|
| ',' is not followed by whitespace. |
204
|
| '100' is a magic number. |
204
|
| '!=' is not preceded with whitespace. |
207
|
| '!=' is not followed by whitespace. |
207
|
| '=' is not preceded with whitespace. |
209
|
| '=' is not followed by whitespace. |
209
|
| ';' is not followed by whitespace. |
209
|
| '<' is not preceded with whitespace. |
209
|
| '<' is not followed by whitespace. |
209
|
| ';' is not followed by whitespace. |
209
|
| '<' is not preceded with whitespace. |
213
|
| '<' is not followed by whitespace. |
213
|
| '>' is not preceded with whitespace. |
213
|
| '24' is a magic number. |
213
|
| '>' is not followed by whitespace. |
213
|
| Line is longer than 80 characters. |
214
|
| '+' is not preceded with whitespace. |
214
|
| '+' is not followed by whitespace. |
214
|
| '+' is not preceded with whitespace. |
214
|
| '+' is not followed by whitespace. |
214
|
| '}' should be on the same line. |
216
|
| '<' is not preceded with whitespace. |
218
|
| '<' is not followed by whitespace. |
218
|
| '>' is not preceded with whitespace. |
218
|
| '23' is a magic number. |
218
|
| '>' is not followed by whitespace. |
218
|
| Line is longer than 80 characters. |
219
|
| '+' is not preceded with whitespace. |
219
|
| '+' is not followed by whitespace. |
219
|
| '+' is not preceded with whitespace. |
219
|
| '+' is not followed by whitespace. |
219
|
| Method 'checkImageConstraints' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Missing a Javadoc comment. |
226
|
| Parameter eImage should be final. |
226
|
| ',' is not followed by whitespace. |
227
|
| '100' is a magic number. |
227
|
| ',' is not followed by whitespace. |
228
|
| '500' is a magic number. |
228
|
| ',' is not followed by whitespace. |
230
|
| '500' is a magic number. |
230
|
| ',' is not followed by whitespace. |
231
|
| '3' is a magic number. |
231
|
| ',' is not followed by whitespace. |
232
|
| '3' is a magic number. |
232
|
| ',' is not followed by whitespace. |
233
|
| '100' is a magic number. |
233
|
| Line is longer than 80 characters. |
237
|
| Method 'checkTextInputConstraints' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Missing a Javadoc comment. |
237
|
| Parameter eTextInput should be final. |
237
|
| ',' is not followed by whitespace. |
238
|
| '100' is a magic number. |
238
|
| ',' is not followed by whitespace. |
239
|
| '500' is a magic number. |
239
|
| ',' is not followed by whitespace. |
240
|
| '20' is a magic number. |
240
|
| ',' is not followed by whitespace. |
241
|
| '500' is a magic number. |
241
|
| Method 'checkItemConstraints' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Missing a Javadoc comment. |
244
|
| Parameter eItem should be final. |
244
|
| ',' is not followed by whitespace. |
245
|
| '100' is a magic number. |
245
|
| ',' is not followed by whitespace. |
246
|
| '500' is a magic number. |
246
|
| ',' is not followed by whitespace. |
248
|
| '500' is a magic number. |
248
|
com/sun/syndication/io/impl/RSS091UserlandParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
30
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
40
|
| Parameter type should be final. |
40
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter document should be final. |
44
|
| '!=' is not preceded with whitespace. |
51
|
| '!=' is not followed by whitespace. |
51
|
| Method 'getRSSVersion' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Method 'getRSSNamespace' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| First sentence should end with a period. |
66
|
| Expected an @return tag. |
69
|
| Method 'isHourFormat24' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter rssRoot should be final. |
69
|
| Expected @param tag for 'rssRoot'. |
69
|
| Line is longer than 80 characters. |
76
|
| Method 'parseChannel' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter rssRoot should be final. |
83
|
| ',' is not followed by whitespace. |
86
|
| ',' is not followed by whitespace. |
88
|
| '!=' is not preceded with whitespace. |
89
|
| '!=' is not followed by whitespace. |
89
|
| ',' is not followed by whitespace. |
92
|
| '!=' is not preceded with whitespace. |
93
|
| '!=' is not followed by whitespace. |
93
|
| ',' is not followed by whitespace. |
96
|
| '!=' is not preceded with whitespace. |
97
|
| '!=' is not followed by whitespace. |
97
|
| ',' is not followed by whitespace. |
100
|
| '!=' is not preceded with whitespace. |
101
|
| '!=' is not followed by whitespace. |
101
|
| ',' is not followed by whitespace. |
104
|
| '!=' is not preceded with whitespace. |
105
|
| '!=' is not followed by whitespace. |
105
|
| ',' is not followed by whitespace. |
108
|
| '!=' is not preceded with whitespace. |
109
|
| '!=' is not followed by whitespace. |
109
|
| ',' is not followed by whitespace. |
112
|
| '!=' is not preceded with whitespace. |
113
|
| '!=' is not followed by whitespace. |
113
|
| ',' is not followed by whitespace. |
116
|
| '!=' is not preceded with whitespace. |
117
|
| '!=' is not followed by whitespace. |
117
|
| ',' is not followed by whitespace. |
120
|
| '!=' is not preceded with whitespace. |
121
|
| '!=' is not followed by whitespace. |
121
|
| '!=' is not preceded with whitespace. |
125
|
| '!=' is not followed by whitespace. |
125
|
| ',' is not followed by whitespace. |
127
|
| '=' is not preceded with whitespace. |
128
|
| '=' is not followed by whitespace. |
128
|
| ';' is not followed by whitespace. |
128
|
| '<' is not preceded with whitespace. |
128
|
| '<' is not followed by whitespace. |
128
|
| ';' is not followed by whitespace. |
128
|
| '!=' is not preceded with whitespace. |
136
|
| '!=' is not followed by whitespace. |
136
|
| ',' is not followed by whitespace. |
138
|
| '=' is not preceded with whitespace. |
139
|
| '=' is not followed by whitespace. |
139
|
| ';' is not followed by whitespace. |
139
|
| '<' is not preceded with whitespace. |
139
|
| '<' is not followed by whitespace. |
139
|
| ';' is not followed by whitespace. |
139
|
| Line is longer than 80 characters. |
149
|
| Line is longer than 80 characters. |
151
|
| Line is longer than 80 characters. |
155
|
| Method 'parseImage' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Parameter rssRoot should be final. |
158
|
| '!=' is not preceded with whitespace. |
160
|
| '!=' is not followed by whitespace. |
160
|
| ',' is not followed by whitespace. |
162
|
| '!=' is not preceded with whitespace. |
163
|
| '!=' is not followed by whitespace. |
163
|
| ',' is not followed by whitespace. |
166
|
| '!=' is not preceded with whitespace. |
167
|
| '!=' is not followed by whitespace. |
167
|
| ',' is not followed by whitespace. |
170
|
| '!=' is not preceded with whitespace. |
171
|
| '!=' is not followed by whitespace. |
171
|
| Expected an @return tag. |
182
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Parameter rssRoot should be final. |
182
|
| Expected @param tag for 'rssRoot'. |
182
|
| ',' is not followed by whitespace. |
183
|
| Line is longer than 80 characters. |
184
|
| '!=' is not preceded with whitespace. |
184
|
| '!=' is not followed by whitespace. |
184
|
| Avoid inline conditionals. |
184
|
| ',' is not followed by whitespace. |
184
|
| Expected an @return tag. |
190
|
| Method 'getImage' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Parameter rssRoot should be final. |
190
|
| Expected @param tag for 'rssRoot'. |
190
|
| ',' is not followed by whitespace. |
191
|
| Line is longer than 80 characters. |
192
|
| '!=' is not preceded with whitespace. |
192
|
| '!=' is not followed by whitespace. |
192
|
| Avoid inline conditionals. |
192
|
| ',' is not followed by whitespace. |
192
|
| First sentence should end with a period. |
195
|
| Expected an @return tag. |
198
|
| Method 'getTextInputLabel' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Expected an @return tag. |
205
|
| Method 'getTextInput' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Parameter rssRoot should be final. |
205
|
| Expected @param tag for 'rssRoot'. |
205
|
| ',' is not followed by whitespace. |
207
|
| Line is longer than 80 characters. |
208
|
| '!=' is not preceded with whitespace. |
208
|
| '!=' is not followed by whitespace. |
208
|
| Avoid inline conditionals. |
208
|
| ',' is not followed by whitespace. |
208
|
| Line is longer than 80 characters. |
214
|
| Line is longer than 80 characters. |
217
|
| Method 'parseItem' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Parameter rssRoot should be final. |
221
|
| Parameter eItem should be final. |
221
|
| ',' is not followed by whitespace. |
222
|
| '!=' is not preceded with whitespace. |
224
|
| '!=' is not followed by whitespace. |
224
|
| ',' is not followed by whitespace. |
225
|
| Method 'parseItemDescription' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Missing a Javadoc comment. |
237
|
| Parameter rssRoot should be final. |
237
|
| ',' is not followed by whitespace. |
237
|
| Parameter eDesc should be final. |
237
|
com/sun/syndication/io/impl/RSS092Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.rss.*. |
19
|
| First sentence should end with a period. |
27
|
| Missing a Javadoc comment. |
37
|
| ',' is not followed by whitespace. |
38
|
| Missing a Javadoc comment. |
41
|
| Parameter type should be final. |
41
|
| ',' is not followed by whitespace. |
41
|
| Parameter version should be final. |
41
|
| ',' is not followed by whitespace. |
42
|
| Method 'populateChannel' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter channel should be final. |
45
|
| ',' is not followed by whitespace. |
45
|
| Parameter eChannel should be final. |
45
|
| ',' is not followed by whitespace. |
46
|
| '!=' is not preceded with whitespace. |
49
|
| '!=' is not followed by whitespace. |
49
|
| Method 'generateCloud' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter cloud should be final. |
54
|
| ',' is not followed by whitespace. |
55
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
70
|
| Method 'getNumberOfEnclosures' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter enclosures should be final. |
80
|
| '>' is not preceded with whitespace. |
81
|
| '>' is not followed by whitespace. |
81
|
| Avoid inline conditionals. |
81
|
| Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter item should be final. |
84
|
| Parameter eItem should be final. |
84
|
| Parameter index should be final. |
84
|
| ',' is not followed by whitespace. |
85
|
| '=' is not followed by whitespace. |
87
|
| 'for' is not followed by whitespace. |
93
|
| 'cast' is not followed by whitespace. |
94
|
| 'for' is not followed by whitespace. |
98
|
| Line is longer than 80 characters. |
99
|
| 'cast' is not followed by whitespace. |
99
|
| Method 'generateSourceElement' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Parameter source should be final. |
103
|
| ',' is not followed by whitespace. |
104
|
| Method 'generateEnclosure' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter enclosure should be final. |
112
|
| ',' is not followed by whitespace. |
113
|
| Line is longer than 80 characters. |
118
|
| Method 'generateCategoryElement' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Missing a Javadoc comment. |
126
|
| Parameter category should be final. |
126
|
| ',' is not followed by whitespace. |
127
|
| Line is longer than 80 characters. |
136
|
| Method 'checkChannelConstraints' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter eChannel should be final. |
136
|
| ',' is not followed by whitespace. |
137
|
| ',' is not followed by whitespace. |
138
|
| ',' is not followed by whitespace. |
139
|
| Method 'checkImageConstraints' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Missing a Javadoc comment. |
142
|
| Parameter eImage should be final. |
142
|
| ',' is not followed by whitespace. |
143
|
| ',' is not followed by whitespace. |
144
|
| Line is longer than 80 characters. |
147
|
| Method 'checkTextInputConstraints' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
| Parameter eTextInput should be final. |
147
|
| ',' is not followed by whitespace. |
148
|
| ',' is not followed by whitespace. |
149
|
| ',' is not followed by whitespace. |
150
|
| ',' is not followed by whitespace. |
151
|
| Missing a Javadoc comment. |
154
|
| Parameter parent should be final. |
154
|
| Missing a Javadoc comment. |
157
|
| Parameter eItem should be final. |
157
|
com/sun/syndication/io/impl/RSS092Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
40
|
| Parameter type should be final. |
40
|
| Method 'getRSSVersion' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Method 'parseChannel' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter rssRoot should be final. |
48
|
| ',' is not followed by whitespace. |
51
|
| ',' is not followed by whitespace. |
52
|
| '!=' is not preceded with whitespace. |
53
|
| '!=' is not followed by whitespace. |
53
|
| Line is longer than 80 characters. |
55
|
| ';' is not followed by whitespace. |
55
|
| '!=' is not preceded with whitespace. |
56
|
| '!=' is not followed by whitespace. |
56
|
| Line is longer than 80 characters. |
59
|
| ';' is not followed by whitespace. |
59
|
| '!=' is not preceded with whitespace. |
60
|
| '!=' is not followed by whitespace. |
60
|
| Line is longer than 80 characters. |
63
|
| ';' is not followed by whitespace. |
63
|
| '!=' is not preceded with whitespace. |
64
|
| '!=' is not followed by whitespace. |
64
|
| Line is longer than 80 characters. |
67
|
| ';' is not followed by whitespace. |
67
|
| '!=' is not preceded with whitespace. |
68
|
| '!=' is not followed by whitespace. |
68
|
| Line is longer than 80 characters. |
71
|
| ';' is not followed by whitespace. |
71
|
| '!=' is not preceded with whitespace. |
72
|
| '!=' is not followed by whitespace. |
72
|
| Method 'parseItem' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter rssRoot should be final. |
80
|
| ',' is not followed by whitespace. |
80
|
| Parameter eItem should be final. |
80
|
| ',' is not followed by whitespace. |
81
|
| ',' is not followed by whitespace. |
83
|
| '!=' is not preceded with whitespace. |
84
|
| '!=' is not followed by whitespace. |
84
|
| Line is longer than 80 characters. |
86
|
| ';' is not followed by whitespace. |
86
|
| Line is longer than 80 characters. |
94
|
| ';' is not followed by whitespace. |
94
|
| '>' is not preceded with whitespace. |
95
|
| '>' is not followed by whitespace. |
95
|
| '=' is not preceded with whitespace. |
97
|
| '=' is not followed by whitespace. |
97
|
| ';' is not followed by whitespace. |
97
|
| '<' is not preceded with whitespace. |
97
|
| '<' is not followed by whitespace. |
97
|
| ';' is not followed by whitespace. |
97
|
| Line is longer than 80 characters. |
101
|
| ';' is not followed by whitespace. |
101
|
| '!=' is not preceded with whitespace. |
102
|
| '!=' is not followed by whitespace. |
102
|
| Line is longer than 80 characters. |
105
|
| ';' is not followed by whitespace. |
105
|
| '!=' is not preceded with whitespace. |
106
|
| '!=' is not followed by whitespace. |
106
|
| '>' is not preceded with whitespace. |
106
|
| '>' is not followed by whitespace. |
106
|
| Line is longer than 80 characters. |
109
|
| ';' is not followed by whitespace. |
109
|
| '!=' is not preceded with whitespace. |
110
|
| '!=' is not followed by whitespace. |
110
|
| Line is longer than 80 characters. |
118
|
| ';' is not followed by whitespace. |
118
|
| Method 'parseCategories' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter eCats should be final. |
124
|
| '>' is not preceded with whitespace. |
126
|
| '>' is not followed by whitespace. |
126
|
| '=' is not preceded with whitespace. |
128
|
| '=' is not followed by whitespace. |
128
|
| ';' is not followed by whitespace. |
128
|
| '<' is not preceded with whitespace. |
128
|
| '<' is not followed by whitespace. |
128
|
| ';' is not followed by whitespace. |
128
|
| Line is longer than 80 characters. |
131
|
| ';' is not followed by whitespace. |
131
|
| '!=' is not preceded with whitespace. |
132
|
| '!=' is not followed by whitespace. |
132
|
| Method 'parseItemDescription' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Missing a Javadoc comment. |
142
|
| Parameter rssRoot should be final. |
142
|
| ',' is not followed by whitespace. |
142
|
| Parameter eDesc should be final. |
142
|
| ',' is not followed by whitespace. |
143
|
com/sun/syndication/io/impl/RSS093Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
26
|
| Missing a Javadoc comment. |
35
|
| ',' is not followed by whitespace. |
36
|
| Missing a Javadoc comment. |
39
|
| Parameter feedType should be final. |
39
|
| ',' is not followed by whitespace. |
39
|
| Parameter version should be final. |
39
|
| ',' is not followed by whitespace. |
40
|
| Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter item should be final. |
43
|
| Parameter eItem should be final. |
43
|
| Parameter index should be final. |
43
|
| ',' is not followed by whitespace. |
44
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
53
|
| Method 'getNumberOfEnclosures' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter enclosures should be final. |
58
|
com/sun/syndication/io/impl/RSS093Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
30
|
| Parameter type should be final. |
30
|
| Method 'getRSSVersion' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Method 'parseItem' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter rssRoot should be final. |
38
|
| ',' is not followed by whitespace. |
38
|
| Parameter eItem should be final. |
38
|
| ',' is not followed by whitespace. |
39
|
| ',' is not followed by whitespace. |
40
|
| '!=' is not preceded with whitespace. |
41
|
| '!=' is not followed by whitespace. |
41
|
| ',' is not followed by whitespace. |
44
|
| '!=' is not preceded with whitespace. |
45
|
| '!=' is not followed by whitespace. |
45
|
| ',' is not followed by whitespace. |
48
|
| '!=' is not preceded with whitespace. |
49
|
| '!=' is not followed by whitespace. |
49
|
| '!=' is not preceded with whitespace. |
51
|
| '!=' is not followed by whitespace. |
51
|
com/sun/syndication/io/impl/RSS094Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
24
|
| Missing a Javadoc comment. |
34
|
| ',' is not followed by whitespace. |
35
|
| Missing a Javadoc comment. |
38
|
| Parameter feedType should be final. |
38
|
| ',' is not followed by whitespace. |
38
|
| Parameter version should be final. |
38
|
| ',' is not followed by whitespace. |
39
|
| Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter item should be final. |
42
|
| Parameter eItem should be final. |
42
|
| Parameter index should be final. |
42
|
| ',' is not followed by whitespace. |
43
|
| '!=' is not preceded with whitespace. |
46
|
| '!=' is not followed by whitespace. |
46
|
| '!=' is not preceded with whitespace. |
46
|
| '!=' is not followed by whitespace. |
46
|
| Line is longer than 80 characters. |
47
|
| ',' is not followed by whitespace. |
47
|
| Line is longer than 80 characters. |
48
|
| ',' is not followed by whitespace. |
48
|
| ',' is not followed by whitespace. |
50
|
com/sun/syndication/io/impl/RSS094Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
36
|
| Parameter type should be final. |
36
|
| Method 'getRSSVersion' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Method 'parseChannel' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter rssRoot should be final. |
44
|
| ',' is not followed by whitespace. |
46
|
| ',' is not followed by whitespace. |
48
|
| ',' is not followed by whitespace. |
51
|
| '!=' is not preceded with whitespace. |
52
|
| '!=' is not followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| Line has trailing spaces. |
53
|
| 'try' is not followed by whitespace. |
54
|
| '{' is not preceded with whitespace. |
54
|
| Line has trailing spaces. |
56
|
| 'catch' is not followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '{' is not preceded with whitespace. |
56
|
| Empty statement. |
57
|
| Method 'parseItem' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter rssRoot should be final. |
67
|
| ',' is not followed by whitespace. |
67
|
| Parameter eItem should be final. |
67
|
| ',' is not followed by whitespace. |
68
|
| ',' is not followed by whitespace. |
71
|
| '!=' is not preceded with whitespace. |
72
|
| '!=' is not followed by whitespace. |
72
|
| ',' is not followed by whitespace. |
76
|
| '!=' is not preceded with whitespace. |
77
|
| '!=' is not followed by whitespace. |
77
|
| Line is longer than 80 characters. |
79
|
| ';' is not followed by whitespace. |
79
|
| '!=' is not preceded with whitespace. |
80
|
| '!=' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
87
|
| '!=' is not preceded with whitespace. |
88
|
| '!=' is not followed by whitespace. |
88
|
| Method 'parseItemDescription' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter rssRoot should be final. |
95
|
| ',' is not followed by whitespace. |
95
|
| Parameter eDesc should be final. |
95
|
| ',' is not followed by whitespace. |
96
|
| Line is longer than 80 characters. |
97
|
| ';' is not followed by whitespace. |
97
|
| '==' is not preceded with whitespace. |
98
|
| '==' is not followed by whitespace. |
98
|
com/sun/syndication/io/impl/RSS10Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
28
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
45
|
| Parameter feedType should be final. |
45
|
| Method 'getFeedNamespace' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Method 'populateChannel' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter channel should be final. |
53
|
| ',' is not followed by whitespace. |
53
|
| Parameter eChannel should be final. |
53
|
| ',' is not followed by whitespace. |
54
|
| '>' is not preceded with whitespace. |
59
|
| '>' is not followed by whitespace. |
59
|
| ',' is not followed by whitespace. |
60
|
| ',' is not followed by whitespace. |
61
|
| '=' is not preceded with whitespace. |
62
|
| '=' is not followed by whitespace. |
62
|
| ';' is not followed by whitespace. |
62
|
| '<' is not preceded with whitespace. |
62
|
| '<' is not followed by whitespace. |
62
|
| ';' is not followed by whitespace. |
62
|
| ',' is not followed by whitespace. |
64
|
| '!=' is not preceded with whitespace. |
66
|
| '!=' is not followed by whitespace. |
66
|
| ',' is not followed by whitespace. |
67
|
| Line has trailing spaces. |
75
|
| Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter item should be final. |
76
|
| Parameter eItem should be final. |
76
|
| Parameter index should be final. |
76
|
| ',' is not followed by whitespace. |
77
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
86
|
| '!=' is not preceded with whitespace. |
88
|
| '!=' is not followed by whitespace. |
88
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
98
|
| Method 'checkChannelConstraints' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter eChannel should be final. |
98
|
| ',' is not followed by whitespace. |
99
|
| ',' is not followed by whitespace. |
100
|
| ',' is not followed by whitespace. |
101
|
| Method 'checkImageConstraints' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Parameter eImage should be final. |
104
|
| ',' is not followed by whitespace. |
105
|
| ',' is not followed by whitespace. |
106
|
| ',' is not followed by whitespace. |
107
|
| Line is longer than 80 characters. |
110
|
| Method 'checkTextInputConstraints' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter eTextInput should be final. |
110
|
| ',' is not followed by whitespace. |
111
|
| ',' is not followed by whitespace. |
112
|
| ',' is not followed by whitespace. |
113
|
| ',' is not followed by whitespace. |
114
|
| Missing a Javadoc comment. |
117
|
| Parameter parent should be final. |
117
|
| Method 'checkItemConstraints' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter eItem should be final. |
120
|
| ',' is not followed by whitespace. |
121
|
| ',' is not followed by whitespace. |
122
|
com/sun/syndication/io/impl/RSS10Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
40
|
| Parameter type should be final. |
40
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
50
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter document should be final. |
53
|
| '!=' is not preceded with whitespace. |
60
|
| '!=' is not followed by whitespace. |
60
|
| '==' is not preceded with whitespace. |
62
|
| '==' is not followed by whitespace. |
62
|
| '}' should be on the same line. |
64
|
| '=' is not preceded with whitespace. |
67
|
| '=' is not followed by whitespace. |
67
|
| ';' is not followed by whitespace. |
67
|
| '<' is not preceded with whitespace. |
67
|
| '<' is not followed by whitespace. |
67
|
| ';' is not followed by whitespace. |
67
|
| First sentence should end with a period. |
75
|
| Method 'getRSSNamespace' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
91
|
| Method 'parseItem' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Parameter rssRoot should be final. |
95
|
| ',' is not followed by whitespace. |
95
|
| Parameter eItem should be final. |
95
|
| ',' is not followed by whitespace. |
96
|
| '!=' is not preceded with whitespace. |
98
|
| '!=' is not followed by whitespace. |
98
|
| ',' is not followed by whitespace. |
99
|
| Method 'parseChannel' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter rssRoot should be final. |
117
|
| Method 'parseItemDescription' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| Parameter rssRoot should be final. |
129
|
| ',' is not followed by whitespace. |
129
|
| Parameter eDesc should be final. |
129
|
com/sun/syndication/io/impl/RSS20Generator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
28
|
| Missing a Javadoc comment. |
38
|
| ',' is not followed by whitespace. |
39
|
| Missing a Javadoc comment. |
42
|
| Parameter feedType should be final. |
42
|
| ',' is not followed by whitespace. |
42
|
| Parameter version should be final. |
42
|
| ',' is not followed by whitespace. |
43
|
| Method 'populateChannel' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter channel should be final. |
46
|
| ',' is not followed by whitespace. |
46
|
| Parameter eChannel should be final. |
46
|
| ',' is not followed by whitespace. |
47
|
| '>' is not preceded with whitespace. |
55
|
| '>' is not followed by whitespace. |
55
|
| Line is longer than 80 characters. |
56
|
| 'for' is not followed by whitespace. |
60
|
| Line is longer than 80 characters. |
61
|
| 'cast' is not followed by whitespace. |
61
|
| Method 'populateItem' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter item should be final. |
66
|
| Parameter eItem should be final. |
66
|
| Parameter index should be final. |
66
|
| ',' is not followed by whitespace. |
67
|
| ',' is not followed by whitespace. |
69
|
| 'if' construct must use '{}'s. |
70
|
| ',' is not followed by whitespace. |
84
|
com/sun/syndication/io/impl/RSS20Parser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
32
|
| Parameter type should be final. |
32
|
| Method 'getRSSVersion' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Method 'isHourFormat24' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter rssRoot should be final. |
40
|
| Method 'parseItemDescription' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter rssRoot should be final. |
44
|
| ',' is not followed by whitespace. |
44
|
| Parameter eDesc should be final. |
44
|
| ',' is not followed by whitespace. |
45
|
| Line has trailing spaces. |
46
|
| Line is longer than 80 characters. |
46
|
| Line has trailing spaces. |
49
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter document should be final. |
50
|
| '!=' is not preceded with whitespace. |
57
|
| '!=' is not followed by whitespace. |
57
|
| Line has trailing spaces. |
58
|
com/sun/syndication/io/impl/RSS20wNSParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Line is longer than 80 characters. |
34
|
| Line has trailing spaces. |
35
|
| Missing a Javadoc comment. |
38
|
| Name 'RSS20_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
44
|
| Parameter type should be final. |
44
|
| Method 'isMyType' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter document should be final. |
48
|
| '!=' is not preceded with whitespace. |
51
|
| '!=' is not followed by whitespace. |
51
|
| Method 'getRSSNamespace' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Line is longer than 80 characters. |
63
|
| Expected an @return tag. |
67
|
| Method 'parseChannel' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter rssRoot should be final. |
67
|
| Expected @param tag for 'rssRoot'. |
67
|
com/sun/syndication/io/impl/SyModuleGenerator.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| First sentence should end with a period. |
29
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
58
|
| Line is longer than 80 characters. |
61
|
| Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter module should be final. |
67
|
| Parameter element should be final. |
67
|
| 'cast' is not followed by whitespace. |
69
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
80
|
com/sun/syndication/io/impl/SyModuleParser.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
33
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter syndRoot should be final. |
37
|
| ',' is not followed by whitespace. |
41
|
| '!=' is not preceded with whitespace. |
42
|
| '!=' is not followed by whitespace. |
42
|
| ',' is not followed by whitespace. |
46
|
| '!=' is not preceded with whitespace. |
47
|
| '!=' is not followed by whitespace. |
47
|
| ',' is not followed by whitespace. |
51
|
| '!=' is not preceded with whitespace. |
52
|
| '!=' is not followed by whitespace. |
52
|
| Avoid inline conditionals. |
56
|
com/sun/syndication/io/impl/XmlFixerReader.java
Error | Line |
| Line does not match expected header line of 'Copyright 2004 Sun Microsystems, Inc.'. |
1
|
| Missing a Javadoc comment. |
34
|
| Parameter args should be final. |
34
|
| '!=' is not preceded with whitespace. |
39
|
| '!=' is not followed by whitespace. |
39
|
| Missing a Javadoc comment. |
45
|
| Variable 'in' must be private and have accessor methods. |
45
|
| Missing a Javadoc comment. |
47
|
| Parameter in should be final. |
47
|
| 'in' hides a field. |
47
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Name '_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Missing a Javadoc comment. |
56
|
| Name '_bufferPos' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Missing a Javadoc comment. |
57
|
| Name '_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| Method length is 157 lines (max allowed is 150). |
59
|
| Missing a Javadoc comment. |
59
|
| '==' is not preceded with whitespace. |
68
|
| '==' is not followed by whitespace. |
68
|
| '}' should be on the same line. |
71
|
| '==' is not preceded with whitespace. |
73
|
| '==' is not followed by whitespace. |
73
|
| '==' is not preceded with whitespace. |
73
|
| '==' is not followed by whitespace. |
73
|
| '}' should be on the same line. |
75
|
| '==' is not preceded with whitespace. |
77
|
| '==' is not followed by whitespace. |
77
|
| 'cast' is not followed by whitespace. |
81
|
| '}' should be on the same line. |
83
|
| 'cast' is not followed by whitespace. |
87
|
| '3' is a magic number. |
90
|
| '==' is not preceded with whitespace. |
95
|
| '==' is not followed by whitespace. |
95
|
| '3' is a magic number. |
98
|
| '}' should be on the same line. |
99
|
| '!=' is not preceded with whitespace. |
101
|
| '!=' is not followed by whitespace. |
101
|
| 'cast' is not followed by whitespace. |
102
|
| '3' is a magic number. |
103
|
| '3' is a magic number. |
106
|
| '}' should be on the same line. |
107
|
| 'cast' is not followed by whitespace. |
109
|
| '==' is not preceded with whitespace. |
116
|
| '==' is not followed by whitespace. |
116
|
| '3' is a magic number. |
119
|
| '}' should be on the same line. |
120
|
| '==' is not preceded with whitespace. |
122
|
| '==' is not followed by whitespace. |
122
|
| 'cast' is not followed by whitespace. |
123
|
| '3' is a magic number. |
124
|
| '}' should be on the same line. |
126
|
| 'cast' is not followed by whitespace. |
128
|
| '3' is a magic number. |
131
|
| '3' is a magic number. |
134
|
| '==' is not preceded with whitespace. |
136
|
| '==' is not followed by whitespace. |
136
|
| '3' is a magic number. |
139
|
| '}' should be on the same line. |
140
|
| '==' is not preceded with whitespace. |
142
|
| '==' is not followed by whitespace. |
142
|
| 'cast' is not followed by whitespace. |
143
|
| '4' is a magic number. |
144
|
| '}' should be on the same line. |
146
|
| 'cast' is not followed by whitespace. |
148
|
| '3' is a magic number. |
151
|
| '4' is a magic number. |
154
|
| '==' is not preceded with whitespace. |
156
|
| '==' is not followed by whitespace. |
156
|
| '3' is a magic number. |
159
|
| '}' should be on the same line. |
160
|
| '!=' is not preceded with whitespace. |
162
|
| '!=' is not followed by whitespace. |
162
|
| 'cast' is not followed by whitespace. |
163
|
| '}' should be on the same line. |
165
|
| 'cast' is not followed by whitespace. |
167
|
| '5' is a magic number. |
168
|
| '5' is a magic number. |
172
|
| '==' is not preceded with whitespace. |
174
|
| '==' is not followed by whitespace. |
174
|
| '3' is a magic number. |
177
|
| '}' should be on the same line. |
178
|
| '!=' is not preceded with whitespace. |
180
|
| '!=' is not followed by whitespace. |
180
|
| 'cast' is not followed by whitespace. |
181
|
| '4' is a magic number. |
183
|
| '}' should be on the same line. |
184
|
| 'cast' is not followed by whitespace. |
186
|
| '6' is a magic number. |
187
|
| '6' is a magic number. |
191
|
| '==' is not preceded with whitespace. |
193
|
| '==' is not followed by whitespace. |
193
|
| '3' is a magic number. |
196
|
| '}' should be on the same line. |
197
|
| '!=' is not preceded with whitespace. |
199
|
| '!=' is not followed by whitespace. |
199
|
| 'cast' is not followed by whitespace. |
200
|
| '4' is a magic number. |
202
|
| '}' should be on the same line. |
203
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
217
|
| Missing a Javadoc comment. |
217
|
| '>' is not preceded with whitespace. |
230
|
| '>' is not followed by whitespace. |
230
|
| '==' is not preceded with whitespace. |
231
|
| '==' is not followed by whitespace. |
231
|
| 'cast' is not followed by whitespace. |
235
|
| '}' should be on the same line. |
238
|
| '}' should be on the same line. |
242
|
| '>' is not preceded with whitespace. |
249
|
| '>' is not followed by whitespace. |
249
|
| '==' is not preceded with whitespace. |
250
|
| '==' is not followed by whitespace. |
250
|
| 'cast' is not followed by whitespace. |
251
|
| '}' should be on the same line. |
254
|
| Line is longer than 80 characters. |
256
|
| '>=' is not preceded with whitespace. |
256
|
| '>=' is not followed by whitespace. |
256
|
| '<=' is not preceded with whitespace. |
256
|
| '<=' is not followed by whitespace. |
256
|
| '>=' is not preceded with whitespace. |
256
|
| '>=' is not followed by whitespace. |
256
|
| '<=' is not preceded with whitespace. |
256
|
| '<=' is not followed by whitespace. |
256
|
| '==' is not preceded with whitespace. |
256
|
| '==' is not followed by whitespace. |
256
|
| '>=' is not preceded with whitespace. |
256
|
| '>=' is not followed by whitespace. |
256
|
| '<=' is not preceded with whitespace. |
256
|
| '<=' is not followed by whitespace. |
256
|
| 'cast' is not followed by whitespace. |
257
|
| '}' should be on the same line. |
259
|
| 'cast' is not followed by whitespace. |
261
|
| '3' is a magic number. |
262
|
| '}' should be on the same line. |
265
|
| '3' is a magic number. |
267
|
| Line is longer than 80 characters. |
274
|
| '!=' is not preceded with whitespace. |
275
|
| '!=' is not followed by whitespace. |
275
|
| '3' is a magic number. |
279
|
| '3' is a magic number. |
282
|
| '<' is not preceded with whitespace. |
283
|
| '<' is not followed by whitespace. |
283
|
| '}' should be on the same line. |
286
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
300
|
| Missing a Javadoc comment. |
300
|
| Parameter buffer should be final. |
300
|
| ',' is not followed by whitespace. |
300
|
| Parameter offset should be final. |
300
|
| ',' is not followed by whitespace. |
300
|
| Parameter len should be final. |
300
|
| '==' is not preceded with whitespace. |
303
|
| '==' is not followed by whitespace. |
303
|
| '+' is not preceded with whitespace. |
306
|
| '+' is not followed by whitespace. |
306
|
| '<' is not preceded with whitespace. |
307
|
| '<' is not followed by whitespace. |
307
|
| '=' is not preceded with whitespace. |
307
|
| '=' is not followed by whitespace. |
307
|
| '>' is not preceded with whitespace. |
307
|
| '>' is not followed by whitespace. |
307
|
| '+' is not preceded with whitespace. |
308
|
| '+' is not followed by whitespace. |
308
|
| Method 'skip' is not designed for extension - needs to be abstract, final or empty. |
313
|
| Missing a Javadoc comment. |
313
|
| Parameter n should be final. |
313
|
| '==' is not preceded with whitespace. |
314
|
| '==' is not followed by whitespace. |
314
|
| '}' should be on the same line. |
316
|
| '<' is not preceded with whitespace. |
318
|
| '<' is not followed by whitespace. |
318
|
| '>' is not preceded with whitespace. |
323
|
| '>' is not followed by whitespace. |
323
|
| '<' is not preceded with whitespace. |
323
|
| '<' is not followed by whitespace. |
323
|
| Method 'ready' is not designed for extension - needs to be abstract, final or empty. |
330
|
| Missing a Javadoc comment. |
330
|
| '!=' is not preceded with whitespace. |
331
|
| '!=' is not followed by whitespace. |
331
|
| Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. |
334
|
| Missing a Javadoc comment. |
334
|
| Method 'mark' is not designed for extension - needs to be abstract, final or empty. |
338
|
| Missing a Javadoc comment. |
338
|
| Parameter readAheadLimit should be final. |
338
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
342
|
| Missing a Javadoc comment. |
342
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
346
|
| Missing a Javadoc comment. |
346
|
| Missing a Javadoc comment. |
350
|
| Name 'CODED_ENTITIES' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
350
|
| Line has trailing spaces. |
355
|
| Line contains a tab character. |
355
|
| Line contains a tab character. |
356
|
| Line contains a tab character. |
357
|
| Line has trailing spaces. |
358
|
| Line contains a tab character. |
359
|
| ',' is not followed by whitespace. |
363
|
| ',' is not followed by whitespace. |
365
|
| ',' is not followed by whitespace. |
376
|
| ',' is not followed by whitespace. |
382
|
| ',' is not followed by whitespace. |
387
|
| ',' is not followed by whitespace. |
388
|
| ',' is not followed by whitespace. |
389
|
| ',' is not followed by whitespace. |
390
|
| ',' is not followed by whitespace. |
391
|
| ',' is not followed by whitespace. |
392
|
| ',' is not followed by whitespace. |
394
|
| ',' is not followed by whitespace. |
398
|
| ',' is not followed by whitespace. |
399
|
| ',' is not followed by whitespace. |
400
|
| ',' is not followed by whitespace. |
403
|
| ',' is not followed by whitespace. |
404
|
| ',' is not followed by whitespace. |
408
|
| ',' is not followed by whitespace. |
409
|
| ',' is not followed by whitespace. |
410
|
| ',' is not followed by whitespace. |
412
|
| ',' is not followed by whitespace. |
415
|
| ',' is not followed by whitespace. |
416
|
| ',' is not followed by whitespace. |
417
|
| ',' is not followed by whitespace. |
420
|
| ',' is not followed by whitespace. |
423
|
| ',' is not followed by whitespace. |
424
|
| ',' is not followed by whitespace. |
426
|
| ',' is not followed by whitespace. |
430
|
| ',' is not followed by whitespace. |
431
|
| ',' is not followed by whitespace. |
432
|
| ',' is not followed by whitespace. |
435
|
| ',' is not followed by whitespace. |
436
|
| ',' is not followed by whitespace. |
440
|
| ',' is not followed by whitespace. |
441
|
| ',' is not followed by whitespace. |
442
|
| ',' is not followed by whitespace. |
444
|
| ',' is not followed by whitespace. |
446
|
| ',' is not followed by whitespace. |
447
|
| ',' is not followed by whitespace. |
448
|
| ',' is not followed by whitespace. |
449
|
| ',' is not followed by whitespace. |
452
|
| Line has trailing spaces. |
455
|
| Line has trailing spaces. |
457
|
| Line has trailing spaces. |
458
|
| Line has trailing spaces. |
583
|
| Line has trailing spaces. |
586
|
| Line has trailing spaces. |
618
|
| Line is longer than 80 characters. |
625
|
| Missing a Javadoc comment. |
625
|
| Name 'ENTITIES_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
625
|
| '(' is followed by whitespace. |
625
|
| ')' is preceded with whitespace. |
625
|
| Method 'processHtmlEntities' is not designed for extension - needs to be abstract, final or empty. |
628
|
| Missing a Javadoc comment. |
628
|
| Parameter s should be final. |
628
|
| '==' is not preceded with whitespace. |
629
|
| '==' is not followed by whitespace. |
629
|
| '<' is not preceded with whitespace. |
634
|
| '<' is not followed by whitespace. |
634
|
| '>' is not preceded with whitespace. |
640
|
| '>' is not followed by whitespace. |
640
|
| ',' is not followed by whitespace. |
641
|
| ',' is not followed by whitespace. |
644
|
| '==' is not preceded with whitespace. |
646
|
| '==' is not followed by whitespace. |
646
|
| '}' should be on the same line. |
651
|
com/sun/syndication/io/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/io/package.html
Error | Line |
| Missing package documentation file. | 0 |