Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
23 | 0 | 0 | 358 |
Files
com/sun/syndication/samples/FeedAggregator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Utility classes should not have a public or default constructor. |
37
|
| Missing a Javadoc comment. |
39
|
| Parameter args should be final. |
39
|
| '>=' is not preceded with whitespace. |
41
|
| '>=' is not followed by whitespace. |
41
|
| '=' is not preceded with whitespace. |
56
|
| '=' is not followed by whitespace. |
56
|
| ';' is not followed by whitespace. |
56
|
| '<' is not preceded with whitespace. |
56
|
| '<' is not followed by whitespace. |
56
|
| ';' is not followed by whitespace. |
56
|
| ',' is not followed by whitespace. |
66
|
| '}' should be on the same line. |
69
|
| '+' is not preceded with whitespace. |
71
|
| '+' is not followed by whitespace. |
71
|
| Line is longer than 80 characters. |
77
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
81
|
com/sun/syndication/samples/FeedConverter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Utility classes should not have a public or default constructor. |
34
|
| Missing a Javadoc comment. |
36
|
| Parameter args should be final. |
36
|
| '==' is not preceded with whitespace. |
38
|
| '==' is not followed by whitespace. |
38
|
| ',' is not followed by whitespace. |
48
|
| '}' should be on the same line. |
51
|
| '+' is not preceded with whitespace. |
53
|
| '+' is not followed by whitespace. |
53
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
63
|
com/sun/syndication/samples/FeedReader.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Utility classes should not have a public or default constructor. |
31
|
| Missing a Javadoc comment. |
33
|
| Parameter args should be final. |
33
|
| '==' is not preceded with whitespace. |
35
|
| '==' is not followed by whitespace. |
35
|
| '}' should be on the same line. |
45
|
| '+' is not preceded with whitespace. |
48
|
| '+' is not followed by whitespace. |
48
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
55
|
com/sun/syndication/samples/FeedWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.synd.*. |
19
|
| Utility classes should not have a public or default constructor. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
39
|
| Parameter args should be final. |
39
|
| '==' is not preceded with whitespace. |
41
|
| '==' is not followed by whitespace. |
41
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
85
|
| '+' is not preceded with whitespace. |
85
|
| '+' should be on a new line. |
85
|
| Line is longer than 80 characters. |
86
|
| ',' is not followed by whitespace. |
94
|
| Line is longer than 80 characters. |
97
|
| '+' is not preceded with whitespace. |
97
|
| '+' is not followed by whitespace. |
97
|
| '+' is not preceded with whitespace. |
97
|
| '+' is not followed by whitespace. |
97
|
| '}' should be on the same line. |
100
|
| '+' is not preceded with whitespace. |
103
|
| '+' is not followed by whitespace. |
103
|
| Line is longer than 80 characters. |
109
|
| Line is longer than 80 characters. |
110
|
| Line is longer than 80 characters. |
111
|
| Line is longer than 80 characters. |
112
|
com/sun/syndication/samples/RomeApplet.java
Error | Line |
| File does not end with a newline. |
0
|
com/sun/syndication/samples/RomeApplet.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.awt.*. |
7
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Name 'fieldWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Line contains a tab character. |
33
|
| Missing a Javadoc comment. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
36
|
| Line contains a tab character. |
37
|
| Missing a Javadoc comment. |
37
|
| Line contains a tab character. |
38
|
| Missing a Javadoc comment. |
38
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| Line contains a tab character. |
41
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| '10' is a magic number. |
53
|
| '450' is a magic number. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| '20' is a magic number. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line is longer than 80 characters. |
72
|
| Line contains a tab character. |
72
|
| Line is longer than 80 characters. |
73
|
| Line contains a tab character. |
73
|
| Line is longer than 80 characters. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| '10' is a magic number. |
75
|
| '10' is a magic number. |
75
|
| Line contains a tab character. |
76
|
| Line is longer than 80 characters. |
77
|
| Line contains a tab character. |
77
|
| '10' is a magic number. |
77
|
| '10' is a magic number. |
77
|
| Line is longer than 80 characters. |
78
|
| Line contains a tab character. |
78
|
| '3' is a magic number. |
78
|
| '10' is a magic number. |
78
|
| '10' is a magic number. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
83
|
| Missing a Javadoc comment. |
83
|
| More than 7 parameters. |
83
|
| Parameter widget should be final. |
83
|
| Parameter gridx should be final. |
83
|
| Parameter gridy should be final. |
83
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
84
|
| Parameter gridwidth should be final. |
84
|
| Parameter gridheight should be final. |
84
|
| Parameter top should be final. |
84
|
| Parameter bottom should be final. |
84
|
| Parameter anchor should be final. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter e should be final. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| 'if' construct must use '{}'s. |
104
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
105
|
| Line contains a tab character. |
105
|
| 'else' construct must use '{}'s. |
106
|
| Line contains a tab character. |
106
|
| Line is longer than 80 characters. |
107
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| '}' should be on the same line. |
109
|
| Line contains a tab character. |
110
|
| Line is longer than 80 characters. |
111
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| '}' should be on the same line. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter url should be final. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
com/sun/syndication/samples/module/SampleModule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
37
|
| Redundant 'public' modifier. |
37
|
| Redundant 'public' modifier. |
43
|
| Redundant 'public' modifier. |
51
|
| Redundant 'public' modifier. |
61
|
| Line is longer than 80 characters. |
66
|
| Redundant 'public' modifier. |
70
|
| Redundant 'public' modifier. |
79
|
| Redundant 'public' modifier. |
87
|
com/sun/syndication/samples/module/SampleModuleGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
42
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
57
|
| Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter module should be final. |
64
|
| Parameter element should be final. |
64
|
| 'cast' is not followed by whitespace. |
66
|
| Line is longer than 80 characters. |
74
|
| ',' is not followed by whitespace. |
74
|
| Line is longer than 80 characters. |
78
|
| Method 'generateSimpleElement' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter name should be final. |
82
|
| Parameter value should be final. |
82
|
com/sun/syndication/samples/module/SampleModuleImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
33
|
| Name '_bar' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name '_foos' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name '_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
37
|
| ',' is not followed by whitespace. |
38
|
| Method 'getBar' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'setBar' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter bar should be final. |
56
|
| Method 'getFoos' is not designed for extension - needs to be abstract, final or empty. |
67
|
| '==' is not preceded with whitespace. |
68
|
| '==' is not followed by whitespace. |
68
|
| Avoid inline conditionals. |
68
|
| '=' is not preceded with whitespace. |
68
|
| '=' is not followed by whitespace. |
68
|
| Line is longer than 80 characters. |
75
|
| Method 'setFoos' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter foos should be final. |
78
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter date should be final. |
98
|
| Line is longer than 80 characters. |
105
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
121
|
| Method 'copyFrom' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter obj should be final. |
126
|
| Line is longer than 80 characters. |
129
|
| 'cast' is not followed by whitespace. |
131
|
com/sun/syndication/samples/module/SampleModuleParser.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - com.sun.syndication.io.WireFeedParser. |
21
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter dcRoot should be final. |
41
|
| Avoid inline conditionals. |
61
|
| Missing a Javadoc comment. |
64
|
| Parameter eList should be final. |
64
|
com/sun/syndication/samples/module/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/samples/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/sun/syndication/samples/servlet/FeedServlet.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - com.sun.syndication.feed.synd.*. |
19
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
50
|
| Name '_defaultFeedType' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
54
|
| '!=' is not preceded with whitespace. |
54
|
| '!=' is not followed by whitespace. |
54
|
| Avoid inline conditionals. |
54
|
| Line is longer than 80 characters. |
57
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter req should be final. |
57
|
| ',' is not followed by whitespace. |
57
|
| Parameter res should be final. |
57
|
| '!=' is not preceded with whitespace. |
62
|
| '!=' is not followed by whitespace. |
62
|
| Avoid inline conditionals. |
62
|
| ',' is not followed by whitespace. |
67
|
| '}' should be on the same line. |
68
|
| ',' is not followed by whitespace. |
71
|
| ',' is not followed by whitespace. |
72
|
| Line is longer than 80 characters. |
76
|
| Method 'getFeed' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter req should be final. |
76
|
| ',' is not followed by whitespace. |
76
|
| Line is longer than 80 characters. |
83
|
| '}' should be on the same line. |
94
|
| Must have at least one statement. |
95
|
| '}' should be on the same line. |
109
|
| Must have at least one statement. |
110
|
| Line is longer than 80 characters. |
115
|
| '+' is not preceded with whitespace. |
115
|
| '+' should be on a new line. |
115
|
| Line is longer than 80 characters. |
116
|
| '}' should be on the same line. |
125
|
| Must have at least one statement. |
126
|
| Line is longer than 80 characters. |
131
|
| '+' is not preceded with whitespace. |
131
|
| '+' should be on a new line. |
131
|
| Line is longer than 80 characters. |
132
|
| '}' should be on the same line. |
141
|
| Must have at least one statement. |
142
|
| Line is longer than 80 characters. |
147
|
| '+' is not preceded with whitespace. |
147
|
| '+' should be on a new line. |
147
|
| Line is longer than 80 characters. |
148
|
com/sun/syndication/samples/servlet/package.html
Error | Line |
| Missing package documentation file. | 0 |