Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
315 | 0 | 0 | 4990 |
Files
org/apache/pluto/Constants.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
31
|
| 'static' modifier out of order with the JLS suggestions. |
31
|
| Missing a Javadoc comment. |
32
|
| 'static' modifier out of order with the JLS suggestions. |
32
|
| Missing a Javadoc comment. |
33
|
| 'static' modifier out of order with the JLS suggestions. |
33
|
| Missing a Javadoc comment. |
35
|
| 'static' modifier out of order with the JLS suggestions. |
35
|
| Missing a Javadoc comment. |
36
|
| 'static' modifier out of order with the JLS suggestions. |
36
|
| Missing a Javadoc comment. |
37
|
| 'static' modifier out of order with the JLS suggestions. |
37
|
| '3' is a magic number. |
37
|
| Missing a Javadoc comment. |
38
|
| 'static' modifier out of order with the JLS suggestions. |
38
|
| '5' is a magic number. |
38
|
org/apache/pluto/Environment.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Utility classes should not have a public or default constructor. |
23
|
| '{' should be on a new line. |
23
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
32
|
| Redundant 'final' modifier. |
32
|
| '{' should be on a new line. |
32
|
| Missing a Javadoc comment. |
36
|
| Redundant 'final' modifier. |
36
|
| '{' should be on a new line. |
36
|
| Missing a Javadoc comment. |
40
|
| Redundant 'final' modifier. |
40
|
| '{' should be on a new line. |
40
|
| Missing a Javadoc comment. |
44
|
| Redundant 'final' modifier. |
44
|
| '{' should be on a new line. |
44
|
| Missing a Javadoc comment. |
48
|
| Redundant 'final' modifier. |
48
|
| '{' should be on a new line. |
48
|
| Missing a Javadoc comment. |
52
|
| Redundant 'final' modifier. |
52
|
| '{' should be on a new line. |
52
|
org/apache/pluto/PortletContainer.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
51
|
| Line has trailing spaces. |
54
|
| Line has trailing spaces. |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
66
|
| Redundant 'public' modifier. |
70
|
| Line is longer than 80 characters. |
77
|
| Line has trailing spaces. |
78
|
| Redundant 'public' modifier. |
82
|
| Line has trailing spaces. |
86
|
| Line is longer than 80 characters. |
96
|
| Redundant 'public' modifier. |
98
|
| Line has trailing spaces. |
107
|
| Line is longer than 80 characters. |
115
|
| Redundant 'public' modifier. |
117
|
| Expected @throws tag for 'IOException'. |
120
|
| Line has trailing spaces. |
124
|
| Line is longer than 80 characters. |
132
|
| Redundant 'public' modifier. |
134
|
| ')' is preceded with whitespace. |
136
|
| Line has trailing spaces. |
141
|
| Redundant 'public' modifier. |
144
|
org/apache/pluto/PortletContainerException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
32
|
| Name 'cause' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Parameter text should be final. |
50
|
| Line is longer than 80 characters. |
56
|
| Parameter text should be final. |
66
|
| Parameter cause should be final. |
66
|
| 'cause' hides a field. |
66
|
| Line is longer than 80 characters. |
74
|
| Parameter cause should be final. |
82
|
| 'cause' hides a field. |
82
|
| Method 'getRootCause' is not designed for extension - needs to be abstract, final or empty. |
95
|
org/apache/pluto/PortletContainerImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
47
|
| Missing a Javadoc comment. |
53
|
| Name 'uniqueContainerName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'initialized' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Line has trailing spaces. |
55
|
| Line is longer than 80 characters. |
56
|
| Missing a Javadoc comment. |
56
|
| Name 'CONTAINER_SUPPORTS_BUFFERING' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Missing a Javadoc comment. |
57
|
| Name 'supportsBuffering' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
57
|
| Missing a Javadoc comment. |
59
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
59
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter uniqueContainerName should be final. |
61
|
| 'uniqueContainerName' hides a field. |
61
|
| Parameter servletConfig should be final. |
62
|
| Parameter environment should be final. |
63
|
| Parameter properties should be final. |
64
|
| Line is longer than 80 characters. |
68
|
| 'cast' is not followed by whitespace. |
73
|
| Line has trailing spaces. |
76
|
| 'cast' is not followed by whitespace. |
77
|
| '{' should be on a new line. |
78
|
| Line contains a tab character. |
79
|
| '+' should be on a new line. |
79
|
| Line is longer than 80 characters. |
80
|
| Line contains a tab character. |
80
|
| '+' should be on a new line. |
80
|
| Line is longer than 80 characters. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| '}' should be alone on a line. |
83
|
| '{' should be on a new line. |
83
|
| Line contains a tab character. |
84
|
| Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Method 'renderPortlet' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter portletWindow should be final. |
94
|
| Parameter servletRequest should be final. |
95
|
| Parameter servletResponse should be final. |
96
|
| ')' is preceded with whitespace. |
96
|
| Line has trailing spaces. |
101
|
| Line is longer than 80 characters. |
104
|
| Line has trailing spaces. |
109
|
| Line is longer than 80 characters. |
109
|
| Line has trailing spaces. |
110
|
| Line is longer than 80 characters. |
110
|
| Line is longer than 80 characters. |
111
|
| Line has trailing spaces. |
113
|
| Line is longer than 80 characters. |
113
|
| Line has trailing spaces. |
114
|
| Line is longer than 80 characters. |
114
|
| Line is longer than 80 characters. |
115
|
| Line is longer than 80 characters. |
116
|
| Line is longer than 80 characters. |
118
|
| Line has trailing spaces. |
123
|
| Method 'processPortletAction' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Missing a Javadoc comment. |
130
|
| Parameter portletWindow should be final. |
130
|
| Parameter servletRequest should be final. |
131
|
| Parameter servletResponse should be final. |
132
|
| Line is longer than 80 characters. |
140
|
| Name '_actionResponse' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
145
|
| Line has trailing spaces. |
150
|
| Line has trailing spaces. |
151
|
| Line has trailing spaces. |
152
|
| Line has trailing spaces. |
153
|
| Line has trailing spaces. |
156
|
| Line is longer than 80 characters. |
156
|
| Line has trailing spaces. |
157
|
| Line is longer than 80 characters. |
157
|
| Line is longer than 80 characters. |
158
|
| Line is longer than 80 characters. |
159
|
| 'cast' is not followed by whitespace. |
161
|
| Line is longer than 80 characters. |
184
|
| Line contains a tab character. |
184
|
| Line has trailing spaces. |
188
|
| Line is longer than 80 characters. |
188
|
| Method 'portletLoad' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Missing a Javadoc comment. |
194
|
| '(' is followed by whitespace. |
194
|
| Parameter portletWindow should be final. |
194
|
| Parameter servletRequest should be final. |
195
|
| Parameter servletResponse should be final. |
196
|
| ')' is preceded with whitespace. |
196
|
| 'if' construct must use '{}'s. |
202
|
| Line is longer than 80 characters. |
203
|
| '+' is not preceded with whitespace. |
203
|
| '+' is not followed by whitespace. |
203
|
| '+' is not preceded with whitespace. |
203
|
| '+' is not followed by whitespace. |
203
|
| Line has trailing spaces. |
205
|
| Line is longer than 80 characters. |
205
|
| Line has trailing spaces. |
206
|
| Line is longer than 80 characters. |
206
|
| Line is longer than 80 characters. |
207
|
| Line has trailing spaces. |
209
|
| Line is longer than 80 characters. |
209
|
| Line has trailing spaces. |
210
|
| Line is longer than 80 characters. |
210
|
| Line is longer than 80 characters. |
211
|
| Line is longer than 80 characters. |
212
|
| Line is longer than 80 characters. |
214
|
| Line has trailing spaces. |
222
|
| Line is longer than 80 characters. |
222
|
| Line has trailing spaces. |
223
|
| Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Missing a Javadoc comment. |
228
|
| Line has trailing spaces. |
233
|
| Method 'redirect' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Missing a Javadoc comment. |
233
|
| Parameter location should be final. |
233
|
| Line has trailing spaces. |
234
|
| Parameter portletWindow should be final. |
234
|
| Line has trailing spaces. |
235
|
| Parameter servletRequest should be final. |
235
|
| Line has trailing spaces. |
236
|
| Parameter servletResponse should be final. |
236
|
| Line has trailing spaces. |
237
|
| Parameter _actionResponse should be final. |
237
|
| Name '_actionResponse' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
237
|
| '{' should be on a new line. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line is longer than 80 characters. |
241
|
| Line contains a tab character. |
241
|
| Line has trailing spaces. |
242
|
| Line contains a tab character. |
242
|
| Comment matches to-do format 'TODO:'. |
243
|
| Line contains a tab character. |
243
|
| Line has trailing spaces. |
244
|
| Line contains a tab character. |
244
|
| Line has trailing spaces. |
247
|
| Line is longer than 80 characters. |
248
|
| Line contains a tab character. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| Line contains a tab character. |
253
|
| Line contains a tab character. |
254
|
| Line contains a tab character. |
255
|
| Line contains a tab character. |
256
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
261
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line has trailing spaces. |
267
|
| Line contains a tab character. |
267
|
| Line is longer than 80 characters. |
268
|
| Line contains a tab character. |
268
|
| Line has trailing spaces. |
269
|
| Line contains a tab character. |
269
|
| Line contains a tab character. |
270
|
| '!=' is not preceded with whitespace. |
270
|
| '!=' is not followed by whitespace. |
270
|
| Line contains a tab character. |
271
|
| Line contains a tab character. |
272
|
| Line contains a tab character. |
273
|
| Line contains a tab character. |
274
|
| '!=' is not preceded with whitespace. |
274
|
| '!=' is not followed by whitespace. |
274
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
276
|
| Line contains a tab character. |
277
|
| Line contains a tab character. |
278
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| Line contains a tab character. |
281
|
| Line contains a tab character. |
282
|
| Line contains a tab character. |
283
|
| Line has trailing spaces. |
284
|
| Line contains a tab character. |
284
|
| Line is longer than 80 characters. |
285
|
| Line contains a tab character. |
285
|
| Line contains a tab character. |
286
|
| Line has trailing spaces. |
287
|
| Line contains a tab character. |
287
|
| Line is longer than 80 characters. |
288
|
| Line contains a tab character. |
288
|
| Line is longer than 80 characters. |
289
|
| Line contains a tab character. |
289
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
291
|
| Line is longer than 80 characters. |
292
|
| Line contains a tab character. |
292
|
| 'cast' is not followed by whitespace. |
292
|
| Line contains a tab character. |
293
|
| Line contains a tab character. |
294
|
| Line has trailing spaces. |
295
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
org/apache/pluto/PortletContainerServices.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
25
|
| Utility classes should not have a public or default constructor. |
27
|
| Missing a Javadoc comment. |
30
|
| Parameter service should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| 'cast' is not followed by whitespace. |
34
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
41
|
| 'cast' is not followed by whitespace. |
41
|
| Line is longer than 80 characters. |
45
|
| Line has trailing spaces. |
48
|
| Missing a Javadoc comment. |
51
|
| 'cast' is not followed by whitespace. |
54
|
| Line is longer than 80 characters. |
58
|
| 'return' is not followed by whitespace. |
61
|
| 'cast' is not followed by whitespace. |
61
|
| Line is longer than 80 characters. |
64
|
| Missing a Javadoc comment. |
64
|
| 'public' modifier out of order with the JLS suggestions. |
64
|
| Parameter uniqueContainerName should be final. |
64
|
| Parameter environment should be final. |
64
|
| Line is longer than 80 characters. |
68
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| Missing a Javadoc comment. |
74
|
| 'public' modifier out of order with the JLS suggestions. |
74
|
| Parameter uniqueContainerName should be final. |
74
|
| 'public' modifier out of order with the JLS suggestions. |
84
|
| Parameter uniqueContainerName should be final. |
84
|
| Expected @param tag for 'uniqueContainerName'. |
84
|
| Line is longer than 80 characters. |
87
|
| 'cast' is not followed by whitespace. |
87
|
| Line is longer than 80 characters. |
89
|
| 'cast' is not followed by whitespace. |
92
|
| Line is longer than 80 characters. |
104
|
| 'cast' is not followed by whitespace. |
104
|
| 'cast' is not followed by whitespace. |
112
|
| Line has trailing spaces. |
120
|
| Line is longer than 80 characters. |
120
|
| Missing a Javadoc comment. |
120
|
| Line has trailing spaces. |
122
|
| Line is longer than 80 characters. |
122
|
| Missing a Javadoc comment. |
122
|
| Line has trailing spaces. |
125
|
| Missing a Javadoc comment. |
125
|
| Missing a Javadoc comment. |
129
|
| Missing a Javadoc comment. |
131
|
org/apache/pluto/core/CoreUtils.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
30
|
| Utility classes should not have a public or default constructor. |
30
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Parameter request should be final. |
33
|
| 'cast' is not followed by whitespace. |
37
|
| Line has trailing spaces. |
40
|
| Line is longer than 80 characters. |
40
|
| 'return' is not followed by whitespace. |
43
|
| 'cast' is not followed by whitespace. |
43
|
| Line is longer than 80 characters. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter response should be final. |
47
|
| 'cast' is not followed by whitespace. |
51
|
| Line has trailing spaces. |
54
|
| Line is longer than 80 characters. |
54
|
| 'return' is not followed by whitespace. |
57
|
| 'cast' is not followed by whitespace. |
57
|
| Missing a Javadoc comment. |
61
|
| Parameter config should be final. |
61
|
| 'return' is not followed by whitespace. |
63
|
| 'cast' is not followed by whitespace. |
63
|
| Line is longer than 80 characters. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter context should be final. |
67
|
| 'return' is not followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
69
|
org/apache/pluto/core/InternalActionResponse.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
27
|
| '{' should be on a new line. |
27
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
org/apache/pluto/core/InternalPortletConfig.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| '{' should be on a new line. |
24
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
org/apache/pluto/core/InternalPortletContext.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| '{' should be on a new line. |
24
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
org/apache/pluto/core/InternalPortletRequest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| '{' should be on a new line. |
24
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
org/apache/pluto/core/InternalPortletResponse.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| '{' should be on a new line. |
24
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
org/apache/pluto/core/PortletServlet.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
51
|
| Name 'portletInitialized' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'portletClass' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
54
|
| Name 'portletContext' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'portletConfig' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Line is longer than 80 characters. |
57
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter config should be final. |
58
|
| Line is longer than 80 characters. |
66
|
| 'cast' is not followed by whitespace. |
66
|
| Line has trailing spaces. |
86
|
| Line is longer than 80 characters. |
87
|
| '==' is not preceded with whitespace. |
88
|
| '==' is not followed by whitespace. |
88
|
| Line is longer than 80 characters. |
90
|
| Line is longer than 80 characters. |
94
|
| 'cast' is not followed by whitespace. |
94
|
| Line is longer than 80 characters. |
95
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
99
|
| Line has trailing spaces. |
100
|
| Missing a Javadoc comment. |
117
|
| Missing a Javadoc comment. |
121
|
| Missing a Javadoc comment. |
126
|
| Parameter name should be final. |
126
|
| Missing a Javadoc comment. |
131
|
| Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Parameter req should be final. |
141
|
| Method 'getServletInfo' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Line is longer than 80 characters. |
151
|
| Missing a Javadoc comment. |
151
|
| Parameter request should be final. |
151
|
| Parameter response should be final. |
151
|
| ',' is not followed by whitespace. |
153
|
| Line is longer than 80 characters. |
156
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
| Parameter req should be final. |
156
|
| Parameter resp should be final. |
156
|
| ',' is not followed by whitespace. |
158
|
| Line is longer than 80 characters. |
161
|
| Method 'doPost' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Missing a Javadoc comment. |
161
|
| Parameter req should be final. |
161
|
| Parameter resp should be final. |
161
|
| ',' is not followed by whitespace. |
163
|
| Line is longer than 80 characters. |
166
|
| Method 'doPut' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
| Parameter req should be final. |
166
|
| Parameter resp should be final. |
166
|
| ',' is not followed by whitespace. |
168
|
| Line is longer than 80 characters. |
171
|
| Method 'doDelete' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Missing a Javadoc comment. |
171
|
| Parameter req should be final. |
171
|
| Parameter resp should be final. |
171
|
| ',' is not followed by whitespace. |
173
|
| Line is longer than 80 characters. |
176
|
| Method 'doOptions' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Missing a Javadoc comment. |
176
|
| Parameter req should be final. |
176
|
| Parameter resp should be final. |
176
|
| ',' is not followed by whitespace. |
178
|
| Line is longer than 80 characters. |
181
|
| Method 'doTrace' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Missing a Javadoc comment. |
181
|
| Parameter req should be final. |
181
|
| Parameter resp should be final. |
181
|
| ',' is not followed by whitespace. |
183
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Missing a Javadoc comment. |
186
|
| Line is longer than 80 characters. |
194
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
197
|
| Missing a Javadoc comment. |
197
|
| Parameter request should be final. |
197
|
| Parameter response should be final. |
197
|
| Line is longer than 80 characters. |
201
|
| Line is longer than 80 characters. |
206
|
| Line is longer than 80 characters. |
208
|
| Name 'method_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
208
|
| 'cast' is not followed by whitespace. |
208
|
| Line is longer than 80 characters. |
211
|
| 'cast' is not followed by whitespace. |
211
|
| Line is longer than 80 characters. |
212
|
| 'cast' is not followed by whitespace. |
212
|
| ',' is not followed by whitespace. |
218
|
| '==' is not preceded with whitespace. |
220
|
| '==' is not followed by whitespace. |
220
|
| Line is longer than 80 characters. |
222
|
| 'cast' is not followed by whitespace. |
222
|
| Line is longer than 80 characters. |
223
|
| 'cast' is not followed by whitespace. |
223
|
| ',' is not followed by whitespace. |
229
|
| Must have at least one statement. |
232
|
| Line is longer than 80 characters. |
242
|
| Must have at least one statement. |
251
|
| Missing a Javadoc comment. |
269
|
| Parameter portletRequest should be final. |
269
|
| Parameter servletRequest should be final. |
270
|
| Line has trailing spaces. |
272
|
| Missing a Javadoc comment. |
278
|
| Parameter portletRequest should be final. |
278
|
| Parameter servletRequest should be final. |
279
|
| Line has trailing spaces. |
281
|
| Missing a Javadoc comment. |
287
|
| Parameter portletResponse should be final. |
287
|
| Parameter servletRequest should be final. |
288
|
| Parameter servletResponse should be final. |
289
|
| Line has trailing spaces. |
291
|
| Missing a Javadoc comment. |
297
|
| Parameter portletResponse should be final. |
297
|
| Parameter servletRequest should be final. |
298
|
| Parameter servletResponse should be final. |
299
|
| Line has trailing spaces. |
301
|
| Line is longer than 80 characters. |
306
|
org/apache/pluto/core/impl/ActionRequestImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
38
|
| Name 'portletPreferences' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
45
|
| Parameter portletWindow should be final. |
45
|
| Line is longer than 80 characters. |
46
|
| Parameter servletRequest should be final. |
46
|
| Line is longer than 80 characters. |
51
|
| Method 'getPortletInputStream' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Line is longer than 80 characters. |
57
|
| '=' is not preceded with whitespace. |
61
|
| '=' is not followed by whitespace. |
61
|
| Line is longer than 80 characters. |
62
|
| '==' is not preceded with whitespace. |
62
|
| '==' is not followed by whitespace. |
62
|
| '||' is not preceded with whitespace. |
62
|
| '||' is not followed by whitespace. |
62
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
73
|
| Method 'getPreferences' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
82
|
org/apache/pluto/core/impl/ActionResponseImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
39
|
| '{' should be on a new line. |
40
|
| Name 'redirectAllowed' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
45
|
| Variable 'redirectAllowed' must be private and have accessor methods. |
45
|
| Missing a Javadoc comment. |
47
|
| Name 'redirected' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name 'redirectLocation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
50
|
| Name 'renderParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
51
|
| Name 'windowState' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'portletMode' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
54
|
| Name 'provider' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
57
|
| Parameter portletWindow should be final. |
57
|
| Line is longer than 80 characters. |
58
|
| Parameter servletRequest should be final. |
58
|
| Line is longer than 80 characters. |
59
|
| Parameter servletResponse should be final. |
59
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
68
|
| Method 'setWindowState' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter windowState should be final. |
68
|
| 'windowState' hides a field. |
68
|
| '{' should be on a new line. |
70
|
| Line is longer than 80 characters. |
71
|
| '{' should be on a new line. |
74
|
| '}' should be alone on a line. |
76
|
| '{' should be on a new line. |
76
|
| Line is longer than 80 characters. |
77
|
| ',' is not followed by whitespace. |
77
|
| Line has trailing spaces. |
81
|
| Line is longer than 80 characters. |
82
|
| Method 'setPortletMode' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter portletMode should be final. |
82
|
| 'portletMode' hides a field. |
82
|
| '{' should be on a new line. |
84
|
| Line is longer than 80 characters. |
85
|
| Line is longer than 80 characters. |
94
|
| '{' should be on a new line. |
98
|
| 'else' construct must use '{}'s. |
100
|
| '}' should be alone on a line. |
100
|
| Line is longer than 80 characters. |
101
|
| ',' is not followed by whitespace. |
101
|
| Method 'sendRedirect' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter location should be final. |
107
|
| '{' should be on a new line. |
109
|
| '{' should be on a new line. |
110
|
| Line is longer than 80 characters. |
111
|
| Line is longer than 80 characters. |
112
|
| '{' should be on a new line. |
112
|
| Line is longer than 80 characters. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| Line is longer than 80 characters. |
116
|
| 'provider' hides a field. |
116
|
| '{' should be on a new line. |
117
|
| '}' should be alone on a line. |
119
|
| '{' should be on a new line. |
119
|
| '}' should be alone on a line. |
121
|
| '{' should be on a new line. |
121
|
| Line is longer than 80 characters. |
122
|
| '+' is not preceded with whitespace. |
122
|
| '+' is not followed by whitespace. |
122
|
| Line is longer than 80 characters. |
124
|
| 'else' construct must use '{}'s. |
129
|
| '}' should be alone on a line. |
129
|
| Line is longer than 80 characters. |
130
|
| Line has trailing spaces. |
133
|
| Method 'setRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Missing a Javadoc comment. |
134
|
| Parameter parameters should be final. |
134
|
| '{' should be on a new line. |
136
|
| Line is longer than 80 characters. |
137
|
| '{' should be on a new line. |
139
|
| Line is longer than 80 characters. |
140
|
| Line is longer than 80 characters. |
142
|
| '{' should be on a new line. |
142
|
| 'cast' is not followed by whitespace. |
143
|
| '{' should be on a new line. |
144
|
| Line is longer than 80 characters. |
145
|
| '{' should be on a new line. |
147
|
| Line is longer than 80 characters. |
148
|
| Line has trailing spaces. |
156
|
| Method 'setRenderParameter' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Missing a Javadoc comment. |
157
|
| Parameter key should be final. |
157
|
| Parameter value should be final. |
157
|
| '{' should be on a new line. |
159
|
| Line is longer than 80 characters. |
160
|
| '{' should be on a new line. |
163
|
| Line is longer than 80 characters. |
164
|
| Line has trailing spaces. |
171
|
| Method 'setRenderParameter' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Parameter key should be final. |
172
|
| Parameter values should be final. |
172
|
| '{' should be on a new line. |
174
|
| Line is longer than 80 characters. |
175
|
| '{' should be on a new line. |
178
|
| Line is longer than 80 characters. |
179
|
| Line is longer than 80 characters. |
186
|
| Line has trailing spaces. |
187
|
| Line is longer than 80 characters. |
188
|
| Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Missing a Javadoc comment. |
189
|
| Method 'getChangedPortletMode' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Missing a Javadoc comment. |
194
|
| Method 'getChangedWindowState' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Missing a Javadoc comment. |
199
|
| Method 'getRedirectLocation' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Missing a Javadoc comment. |
204
|
| '{' should be on a new line. |
204
|
| Line is longer than 80 characters. |
207
|
org/apache/pluto/core/impl/IncludedRenderRequestImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
30
|
| Missing a Javadoc comment. |
32
|
| Name 'map' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter req should be final. |
34
|
| Parameter queryParams should be final. |
34
|
| '{' should be on a new line. |
34
|
| 'cast' is not followed by whitespace. |
35
|
| 'cast' is not followed by whitespace. |
36
|
| Missing a Javadoc comment. |
43
|
| '{' should be on a new line. |
43
|
org/apache/pluto/core/impl/PortalContextImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
36
|
| Name 'provider' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
43
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter name should be final. |
44
|
| Method 'getPropertyNames' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| 'return' is not followed by whitespace. |
57
|
| Method 'getSupportedPortletModes' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'getSupportedWindowStates' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Method 'getPortalInfo' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Line is longer than 80 characters. |
74
|
org/apache/pluto/core/impl/PortletConfigImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Name 'servletConfig' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'portletContext' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'portletDefinition' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
41
|
| Parameter servletConfig should be final. |
41
|
| 'servletConfig' hides a field. |
41
|
| Parameter portletContext should be final. |
42
|
| 'portletContext' hides a field. |
42
|
| Parameter portletDefinition should be final. |
43
|
| 'portletDefinition' hides a field. |
43
|
| Line is longer than 80 characters. |
50
|
| Method 'getPortletName' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Method 'getPortletContext' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Method 'getResourceBundle' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter locale should be final. |
61
|
| Line has trailing spaces. |
69
|
| Line has trailing spaces. |
72
|
| Method 'getInitParameter' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter name should be final. |
75
|
| Line has trailing spaces. |
77
|
| Avoid inline conditionals. |
83
|
| Method 'getInitParameterNames' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Line is longer than 80 characters. |
90
|
| Name 'iterator' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
90
|
| 'return' is not followed by whitespace. |
101
|
| 'cast' is not followed by whitespace. |
101
|
| Line is longer than 80 characters. |
110
|
| Line is longer than 80 characters. |
112
|
| Method 'getServletConfig' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Method 'getInternalPortletDefinition' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| Line is longer than 80 characters. |
122
|
org/apache/pluto/core/impl/PortletContextImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Name 'portletApplicationDefinition' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'servletContext' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| Parameter servletContext should be final. |
38
|
| 'servletContext' hides a field. |
38
|
| Line is longer than 80 characters. |
39
|
| Parameter portletApplicationDefinition should be final. |
39
|
| 'portletApplicationDefinition' hides a field. |
39
|
| Line is longer than 80 characters. |
45
|
| Method 'getServerInfo' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Line is longer than 80 characters. |
51
|
| Method 'getRequestDispatcher' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter path should be final. |
51
|
| Line contains a tab character. |
54
|
| '{' should be on a new line. |
54
|
| Line contains a tab character. |
55
|
| '?' is not preceded with whitespace. |
56
|
| Avoid inline conditionals. |
56
|
| '?' is not followed by whitespace. |
56
|
| ':' is not preceded with whitespace. |
56
|
| ':' is not followed by whitespace. |
56
|
| '}' should be alone on a line. |
57
|
| '{' should be on a new line. |
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 is longer than 80 characters. |
66
|
| Method 'getNamedDispatcher' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter name should be final. |
66
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Avoid inline conditionals. |
69
|
| Line contains a tab character. |
70
|
| Method 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter path should be final. |
73
|
| Line has trailing spaces. |
77
|
| Method 'getMajorVersion' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Method 'getMinorVersion' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter file should be final. |
88
|
| Method 'getRealPath' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter path should be final. |
93
|
| Method 'getResourcePaths' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter path should be final. |
98
|
| Line is longer than 80 characters. |
103
|
| Method 'getResource' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Parameter path should be final. |
103
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter name should be final. |
112
|
| Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Method 'getInitParameter' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Missing a Javadoc comment. |
127
|
| Parameter name should be final. |
127
|
| Method 'getInitParameterNames' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Method 'log' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Missing a Javadoc comment. |
142
|
| Parameter msg should be final. |
142
|
| Method 'log' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
| Parameter message should be final. |
147
|
| Parameter throwable should be final. |
147
|
| Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter name should be final. |
152
|
| Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| Parameter name should be final. |
162
|
| Parameter object should be final. |
162
|
| Method 'getPortletContextName' 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
|
| Line is longer than 80 characters. |
178
|
| Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Missing a Javadoc comment. |
179
|
| Line is longer than 80 characters. |
184
|
| Method 'getInternalPortletApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Line is longer than 80 characters. |
188
|
| Missing a Javadoc comment. |
190
|
| Parameter path should be final. |
190
|
| '{' should be on a new line. |
190
|
| 'if' is not followed by whitespace. |
193
|
| '{' should be on a new line. |
193
|
| '+' is not preceded with whitespace. |
196
|
| '+' is not followed by whitespace. |
196
|
| 'while' is not followed by whitespace. |
198
|
| '{' should be on a new line. |
198
|
| 'if' is not followed by whitespace. |
200
|
| '>' is not preceded with whitespace. |
200
|
| '>' is not followed by whitespace. |
200
|
| '{' should be on a new line. |
200
|
| ',' is not followed by whitespace. |
201
|
| '+' is not preceded with whitespace. |
202
|
| '+' is not followed by whitespace. |
202
|
org/apache/pluto/core/impl/PortletModeHelper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| Utility classes should not have a public or default constructor. |
26
|
| Line has trailing spaces. |
28
|
| Line is longer than 80 characters. |
28
|
| Line contains a tab character. |
28
|
| Missing a Javadoc comment. |
28
|
| Parameter portletWindow should be final. |
28
|
| Line has trailing spaces. |
29
|
| Line is longer than 80 characters. |
29
|
| Line contains a tab character. |
29
|
| Parameter portletMode should be final. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line is longer than 80 characters. |
32
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
org/apache/pluto/core/impl/PortletPreferencesImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
52
|
| Name 'preferenceSetList' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
53
|
| Name 'changedPreferences' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'removedPreferences' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
58
|
| Name 'methodId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
58
|
| Missing a Javadoc comment. |
60
|
| Name 'portletEntity' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
61
|
| Name 'portletDefinition' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
61
|
| Missing a Javadoc comment. |
64
|
| Parameter methodId should be final. |
64
|
| 'methodId' hides a field. |
64
|
| Parameter portletEntity should be final. |
64
|
| 'portletEntity' hides a field. |
64
|
| Line is longer than 80 characters. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter methodId should be final. |
77
|
| 'methodId' hides a field. |
77
|
| Parameter portletDefinition should be final. |
77
|
| 'portletDefinition' hides a field. |
77
|
| Line has trailing spaces. |
81
|
| Line is longer than 80 characters. |
87
|
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter key should be final. |
88
|
| Line has trailing spaces. |
98
|
| 'cast' is not followed by whitespace. |
107
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter key should be final. |
117
|
| Parameter def should be final. |
117
|
| '==' is not preceded with whitespace. |
130
|
| '==' is not followed by whitespace. |
130
|
| Method 'getValues' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Missing a Javadoc comment. |
138
|
| Parameter key should be final. |
138
|
| Parameter def should be final. |
138
|
| 'cast' is not followed by whitespace. |
164
|
| 'if' construct must use '{}'s. |
175
|
| Line has trailing spaces. |
180
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Missing a Javadoc comment. |
181
|
| Parameter key should be final. |
181
|
| Parameter value should be final. |
181
|
| Method 'setValues' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Missing a Javadoc comment. |
193
|
| Parameter key should be final. |
193
|
| Parameter values should be final. |
193
|
| Line is longer than 80 characters. |
202
|
| Method 'getNames' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Missing a Javadoc comment. |
210
|
| 'cast' is not followed by whitespace. |
224
|
| 'cast' is not followed by whitespace. |
227
|
| Line has trailing spaces. |
231
|
| 'cast' is not followed by whitespace. |
241
|
| 'cast' is not followed by whitespace. |
246
|
| Method 'getMap' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Missing a Javadoc comment. |
256
|
| '=' is not preceded with whitespace. |
259
|
| 'cast' is not followed by whitespace. |
262
|
| ',' is not followed by whitespace. |
263
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
269
|
| Missing a Javadoc comment. |
269
|
| Parameter key should be final. |
269
|
| Line is longer than 80 characters. |
278
|
| Method 'store' is not designed for extension - needs to be abstract, final or empty. |
285
|
| Missing a Javadoc comment. |
285
|
| ',' is not followed by whitespace. |
285
|
| '(' is followed by whitespace. |
288
|
| '!' is followed by whitespace. |
288
|
| Line is longer than 80 characters. |
290
|
| Line is longer than 80 characters. |
294
|
| Line has trailing spaces. |
300
|
| 'cast' is not followed by whitespace. |
301
|
| Line is longer than 80 characters. |
302
|
| 'cast' is not followed by whitespace. |
302
|
| 'cast' is not followed by whitespace. |
309
|
| 'for' construct must use '{}'s. |
317
|
| '=' is not preceded with whitespace. |
317
|
| '=' is not followed by whitespace. |
317
|
| ';' is not followed by whitespace. |
317
|
| '<' is not preceded with whitespace. |
317
|
| '<' is not followed by whitespace. |
317
|
| ';' is not followed by whitespace. |
317
|
| Line is longer than 80 characters. |
326
|
| 'cast' is not followed by whitespace. |
326
|
| Line has trailing spaces. |
332
|
| Line is longer than 80 characters. |
349
|
| 'cast' is not followed by whitespace. |
349
|
| Line is longer than 80 characters. |
354
|
| 'cast' is not followed by whitespace. |
354
|
| Line is longer than 80 characters. |
359
|
| Line is longer than 80 characters. |
362
|
| Missing a Javadoc comment. |
363
|
| Parameter preference should be final. |
363
|
| 'return' is not followed by whitespace. |
390
|
| 'cast' is not followed by whitespace. |
390
|
| Line is longer than 80 characters. |
392
|
org/apache/pluto/core/impl/PortletRequestDispatcherImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
37
|
| Name 'requestDispatcher' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'queryParams' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
40
|
| Parameter requestDispatcher should be final. |
40
|
| 'requestDispatcher' hides a field. |
40
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter disp should be final. |
45
|
| Parameter queryParams should be final. |
45
|
| 'queryParams' hides a field. |
45
|
| '{' should be on a new line. |
45
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
52
|
| Method 'include' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter request should be final. |
52
|
| Parameter response should be final. |
52
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
55
|
| 'if' is not followed by whitespace. |
57
|
| '!=' is not preceded with whitespace. |
57
|
| '!=' is not followed by whitespace. |
57
|
| '{' should be on a new line. |
57
|
| Line is longer than 80 characters. |
58
|
| Line has trailing spaces. |
65
|
| Line is longer than 80 characters. |
65
|
| 'cast' is not followed by whitespace. |
65
|
| Line is longer than 80 characters. |
66
|
| 'cast' is not followed by whitespace. |
66
|
| '!=' is not preceded with whitespace. |
74
|
| '!=' is not followed by whitespace. |
74
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
93
|
| Line has trailing spaces. |
97
|
| Line is longer than 80 characters. |
98
|
org/apache/pluto/core/impl/PortletRequestImpl.java
Error | Line |
| File does not end with a newline. |
0
|
org/apache/pluto/core/impl/PortletRequestImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
17
|
| Missing a Javadoc comment. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| '{' should be on a new line. |
56
|
| Line contains a tab character. |
58
|
| Missing a Javadoc comment. |
58
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
58
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Name 'portletSession' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
63
|
| Line contains a tab character. |
65
|
| Missing a Javadoc comment. |
65
|
| Name 'provider' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
65
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Name 'bodyAccessed' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
70
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Name 'included' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
75
|
| Line contains a tab character. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter portletWindow should be final. |
77
|
| 'portletWindow' hides a field. |
77
|
| Line contains a tab character. |
78
|
| Parameter servletRequest should be final. |
78
|
| '{' should be on a new line. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
86
|
| Method 'isWindowStateAllowed' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter state should be final. |
86
|
| '{' should be on a new line. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
90
|
| Method 'isPortletModeAllowed' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter portletMode should be final. |
90
|
| '{' should be on a new line. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| '{' should be on a new line. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
103
|
| Method 'getPortletMode' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| '{' should be on a new line. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
107
|
| Method 'getWindowState' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| '{' should be on a new line. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Missing a Javadoc comment. |
112
|
| Line contains a tab character. |
114
|
| Method 'getPortletSession' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Missing a Javadoc comment. |
114
|
| '{' should be on a new line. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
118
|
| Method 'getPortletSession' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| Parameter create should be final. |
118
|
| '{' should be on a new line. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
123
|
| '{' should be on a new line. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| '}' should be alone on a line. |
125
|
| '{' should be on a new line. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
129
|
| '{' should be on a new line. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| '{' should be on a new line. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
140
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Parameter name should be final. |
140
|
| '{' should be on a new line. |
140
|
| Line contains a tab character. |
141
|
| '{' should be on a new line. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| '{' should be on a new line. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| '{' should be on a new line. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| '{' should be on a new line. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
162
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| Parameter name should be final. |
162
|
| '{' should be on a new line. |
162
|
| Line contains a tab character. |
163
|
| '{' should be on a new line. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| '{' should be on a new line. |
171
|
| Line contains a tab character. |
172
|
| '{' should be on a new line. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| '{' should be on a new line. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
183
|
| '{' should be on a new line. |
183
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
185
|
| '{' should be on a new line. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
188
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
194
|
| Method 'getPropertyNames' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Missing a Javadoc comment. |
194
|
| '{' should be on a new line. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| '{' should be on a new line. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
206
|
| '{' should be on a new line. |
206
|
| Line contains a tab character. |
207
|
| '{' should be on a new line. |
207
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
215
|
| Method 'getPortalContext' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Missing a Javadoc comment. |
215
|
| '{' should be on a new line. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
219
|
| Method 'getAuthType' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Missing a Javadoc comment. |
219
|
| '{' should be on a new line. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Line contains a tab character. |
223
|
| Method 'getContextPath' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Missing a Javadoc comment. |
223
|
| '{' should be on a new line. |
223
|
| Line contains a tab character. |
224
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line contains a tab character. |
232
|
| Method 'getRemoteUser' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Missing a Javadoc comment. |
232
|
| '{' should be on a new line. |
232
|
| Line contains a tab character. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
236
|
| Method 'getUserPrincipal' is not designed for extension - needs to be abstract, final or empty. |
236
|
| Missing a Javadoc comment. |
236
|
| '{' should be on a new line. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line contains a tab character. |
243
|
| Line contains a tab character. |
244
|
| Line contains a tab character. |
245
|
| Line has trailing spaces. |
246
|
| Line contains a tab character. |
246
|
| Line contains a tab character. |
247
|
| Line contains a tab character. |
248
|
| Line contains a tab character. |
249
|
| Line has trailing spaces. |
250
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| Line contains a tab character. |
252
|
| Method 'isUserInRole' is not designed for extension - needs to be abstract, final or empty. |
252
|
| Parameter roleName should be final. |
252
|
| '{' should be on a new line. |
252
|
| Line contains a tab character. |
253
|
| Line contains a tab character. |
254
|
| Line contains a tab character. |
255
|
| Line contains a tab character. |
256
|
| Line contains a tab character. |
258
|
| Line contains a tab character. |
259
|
| '{' should be on a new line. |
259
|
| Line contains a tab character. |
260
|
| Line contains a tab character. |
261
|
| '}' should be alone on a line. |
261
|
| '{' should be on a new line. |
261
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
268
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Missing a Javadoc comment. |
268
|
| Parameter name should be final. |
268
|
| '{' should be on a new line. |
268
|
| Line contains a tab character. |
269
|
| '{' should be on a new line. |
269
|
| Line contains a tab character. |
270
|
| Line contains a tab character. |
271
|
| Line contains a tab character. |
273
|
| Line contains a tab character. |
274
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
277
|
| '{' should be on a new line. |
277
|
| Line contains a tab character. |
278
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| Line contains a tab character. |
281
|
| Line contains a tab character. |
283
|
| Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Missing a Javadoc comment. |
283
|
| '{' should be on a new line. |
283
|
| Line contains a tab character. |
284
|
| Line contains a tab character. |
285
|
| Line contains a tab character. |
287
|
| Line contains a tab character. |
289
|
| '{' should be on a new line. |
289
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Line contains a tab character. |
294
|
| Line contains a tab character. |
296
|
| '{' should be on a new line. |
296
|
| Line contains a tab character. |
297
|
| Line contains a tab character. |
298
|
| '{' should be on a new line. |
299
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Line contains a tab character. |
306
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Missing a Javadoc comment. |
306
|
| Parameter name should be final. |
306
|
| '{' should be on a new line. |
306
|
| Line contains a tab character. |
307
|
| '{' should be on a new line. |
307
|
| Line contains a tab character. |
308
|
| Line contains a tab character. |
309
|
| Line contains a tab character. |
311
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Line contains a tab character. |
315
|
| '{' should be on a new line. |
315
|
| Line contains a tab character. |
316
|
| Line contains a tab character. |
317
|
| Line contains a tab character. |
318
|
| Line contains a tab character. |
319
|
| Line contains a tab character. |
321
|
| Method 'getParameterNames' is not designed for extension - needs to be abstract, final or empty. |
321
|
| Missing a Javadoc comment. |
321
|
| '{' should be on a new line. |
321
|
| Line contains a tab character. |
322
|
| Line contains a tab character. |
324
|
| Line contains a tab character. |
325
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
328
|
| Method 'getParameterValues' is not designed for extension - needs to be abstract, final or empty. |
328
|
| Missing a Javadoc comment. |
328
|
| Parameter name should be final. |
328
|
| '{' should be on a new line. |
328
|
| Line contains a tab character. |
329
|
| '{' should be on a new line. |
329
|
| Line contains a tab character. |
330
|
| Line contains a tab character. |
331
|
| Line contains a tab character. |
333
|
| Line contains a tab character. |
335
|
| 'if' construct must use '{}'s. |
336
|
| Line contains a tab character. |
336
|
| Line contains a tab character. |
337
|
| Line contains a tab character. |
338
|
| Line contains a tab character. |
339
|
| Line contains a tab character. |
341
|
| Method 'getParameterMap' is not designed for extension - needs to be abstract, final or empty. |
341
|
| Missing a Javadoc comment. |
341
|
| '{' should be on a new line. |
341
|
| Line contains a tab character. |
342
|
| Line contains a tab character. |
343
|
| Line contains a tab character. |
347
|
| Line contains a tab character. |
348
|
| Line contains a tab character. |
350
|
| Method 'isSecure' is not designed for extension - needs to be abstract, final or empty. |
350
|
| Missing a Javadoc comment. |
350
|
| '{' should be on a new line. |
350
|
| Line contains a tab character. |
351
|
| Line contains a tab character. |
352
|
| Line contains a tab character. |
354
|
| Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. |
354
|
| Missing a Javadoc comment. |
354
|
| Parameter name should be final. |
354
|
| Parameter o should be final. |
354
|
| '{' should be on a new line. |
354
|
| Line contains a tab character. |
355
|
| '{' should be on a new line. |
355
|
| Line contains a tab character. |
356
|
| Line contains a tab character. |
357
|
| Line contains a tab character. |
359
|
| '{' should be on a new line. |
359
|
| Line contains a tab character. |
360
|
| Line contains a tab character. |
361
|
| '}' should be alone on a line. |
361
|
| '{' should be on a new line. |
361
|
| Line contains a tab character. |
362
|
| Line contains a tab character. |
363
|
| Line contains a tab character. |
364
|
| '}' should be alone on a line. |
364
|
| '{' should be on a new line. |
364
|
| Line contains a tab character. |
365
|
| Line contains a tab character. |
366
|
| Line contains a tab character. |
367
|
| Line contains a tab character. |
368
|
| Line contains a tab character. |
369
|
| Line contains a tab character. |
371
|
| Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. |
371
|
| Missing a Javadoc comment. |
371
|
| Parameter name should be final. |
371
|
| '{' should be on a new line. |
371
|
| Line contains a tab character. |
372
|
| '{' should be on a new line. |
372
|
| Line contains a tab character. |
373
|
| Line contains a tab character. |
374
|
| Line contains a tab character. |
375
|
| '{' should be on a new line. |
375
|
| Line contains a tab character. |
376
|
| Line contains a tab character. |
377
|
| Line contains a tab character. |
378
|
| '}' should be alone on a line. |
378
|
| '{' should be on a new line. |
378
|
| Line contains a tab character. |
380
|
| Line contains a tab character. |
381
|
| Line contains a tab character. |
382
|
| Line contains a tab character. |
383
|
| Line contains a tab character. |
384
|
| Line contains a tab character. |
386
|
| Method 'getRequestedSessionId' is not designed for extension - needs to be abstract, final or empty. |
386
|
| Missing a Javadoc comment. |
386
|
| '{' should be on a new line. |
386
|
| Line contains a tab character. |
387
|
| Line contains a tab character. |
388
|
| Line contains a tab character. |
390
|
| Method 'isRequestedSessionIdValid' is not designed for extension - needs to be abstract, final or empty. |
390
|
| Missing a Javadoc comment. |
390
|
| '{' should be on a new line. |
390
|
| Line contains a tab character. |
391
|
| Line contains a tab character. |
392
|
| Line contains a tab character. |
394
|
| Method 'getResponseContentType' is not designed for extension - needs to be abstract, final or empty. |
394
|
| Missing a Javadoc comment. |
394
|
| '{' should be on a new line. |
394
|
| Line contains a tab character. |
395
|
| Line contains a tab character. |
396
|
| Line contains a tab character. |
398
|
| Line contains a tab character. |
399
|
| Line contains a tab character. |
401
|
| Method 'getResponseContentTypes' is not designed for extension - needs to be abstract, final or empty. |
401
|
| Missing a Javadoc comment. |
401
|
| '{' should be on a new line. |
401
|
| Line contains a tab character. |
402
|
| Line contains a tab character. |
403
|
| Line contains a tab character. |
405
|
| Line contains a tab character. |
406
|
| Line contains a tab character. |
408
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
408
|
| Missing a Javadoc comment. |
408
|
| '{' should be on a new line. |
408
|
| Line contains a tab character. |
409
|
| Line contains a tab character. |
410
|
| Line contains a tab character. |
412
|
| Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. |
412
|
| Missing a Javadoc comment. |
412
|
| '{' should be on a new line. |
412
|
| Line contains a tab character. |
413
|
| Line contains a tab character. |
414
|
| Line contains a tab character. |
416
|
| Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. |
416
|
| Missing a Javadoc comment. |
416
|
| '{' should be on a new line. |
416
|
| Line contains a tab character. |
417
|
| Line contains a tab character. |
418
|
| Line contains a tab character. |
420
|
| Method 'getServerName' is not designed for extension - needs to be abstract, final or empty. |
420
|
| Missing a Javadoc comment. |
420
|
| '{' should be on a new line. |
420
|
| Line contains a tab character. |
421
|
| Line contains a tab character. |
422
|
| Line contains a tab character. |
424
|
| Method 'getServerPort' is not designed for extension - needs to be abstract, final or empty. |
424
|
| Missing a Javadoc comment. |
424
|
| '{' should be on a new line. |
424
|
| Line contains a tab character. |
425
|
| Line contains a tab character. |
426
|
| Line is longer than 80 characters. |
428
|
| Line contains a tab character. |
428
|
| Line contains a tab character. |
430
|
| Line contains a tab character. |
431
|
| Line contains a tab character. |
432
|
| Method 'lateInit' is not designed for extension - needs to be abstract, final or empty. |
432
|
| Missing a Javadoc comment. |
432
|
| Line contains a tab character. |
433
|
| Parameter webModuleServletRequest should be final. |
433
|
| '{' should be on a new line. |
433
|
| Line contains a tab character. |
434
|
| Line contains a tab character. |
435
|
| Line contains a tab character. |
437
|
| Method 'getInternalPortletWindow' is not designed for extension - needs to be abstract, final or empty. |
437
|
| Missing a Javadoc comment. |
437
|
| '{' should be on a new line. |
437
|
| Line contains a tab character. |
438
|
| Line contains a tab character. |
439
|
| Line contains a tab character. |
441
|
| Method 'setIncluded' is not designed for extension - needs to be abstract, final or empty. |
441
|
| Missing a Javadoc comment. |
441
|
| Parameter included should be final. |
441
|
| 'included' hides a field. |
441
|
| '{' should be on a new line. |
441
|
| Line contains a tab character. |
442
|
| Line contains a tab character. |
443
|
| Line contains a tab character. |
445
|
| Method 'isIncluded' is not designed for extension - needs to be abstract, final or empty. |
445
|
| Missing a Javadoc comment. |
445
|
| '{' should be on a new line. |
445
|
| Line contains a tab character. |
446
|
| Line contains a tab character. |
447
|
| Line is longer than 80 characters. |
449
|
| Line contains a tab character. |
449
|
| Line contains a tab character. |
451
|
| Line is longer than 80 characters. |
452
|
| Line contains a tab character. |
452
|
| Line contains a tab character. |
453
|
| Missing a Javadoc comment. |
453
|
| Name '_getHttpServletRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
453
|
| '{' should be on a new line. |
453
|
| Line contains a tab character. |
454
|
| Line contains a tab character. |
455
|
| Line contains a tab character. |
457
|
| Line contains a tab character. |
458
|
| Line contains a tab character. |
459
|
| Line contains a tab character. |
460
|
| Expected an @return tag. |
461
|
| Line contains a tab character. |
461
|
| Parameter name should be final. |
461
|
| Expected @param tag for 'name'. |
461
|
| '{' should be on a new line. |
461
|
| Line contains a tab character. |
462
|
| Line contains a tab character. |
463
|
| Line is longer than 80 characters. |
465
|
| Line contains a tab character. |
465
|
| Line contains a tab character. |
467
|
| Line contains a tab character. |
468
|
| Line contains a tab character. |
469
|
| Method 'getCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. |
469
|
| Missing a Javadoc comment. |
469
|
| '{' should be on a new line. |
469
|
| Line contains a tab character. |
470
|
| Line contains a tab character. |
471
|
| Line contains a tab character. |
473
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
473
|
| Missing a Javadoc comment. |
473
|
| '{' should be on a new line. |
473
|
| Line contains a tab character. |
474
|
| '{' should be on a new line. |
474
|
| Line contains a tab character. |
475
|
| Line contains a tab character. |
476
|
| '}' should be alone on a line. |
476
|
| '{' should be on a new line. |
476
|
| Line contains a tab character. |
477
|
| Line contains a tab character. |
478
|
| Line contains a tab character. |
479
|
| Line contains a tab character. |
481
|
| Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. |
481
|
| Missing a Javadoc comment. |
481
|
| '{' should be on a new line. |
481
|
| Line contains a tab character. |
482
|
| '{' should be on a new line. |
482
|
| Line contains a tab character. |
483
|
| Line contains a tab character. |
484
|
| '}' should be alone on a line. |
484
|
| '{' should be on a new line. |
484
|
| Line contains a tab character. |
485
|
| Line contains a tab character. |
486
|
| Line contains a tab character. |
487
|
| Line contains a tab character. |
489
|
| Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
489
|
| Missing a Javadoc comment. |
489
|
| Line contains a tab character. |
490
|
| Redundant throws: 'java.io.UnsupportedEncodingException' is subclass of 'java.io.IOException'. |
490
|
| '{' should be on a new line. |
490
|
| Line contains a tab character. |
491
|
| '{' should be on a new line. |
491
|
| Line contains a tab character. |
492
|
| Line contains a tab character. |
493
|
| '}' should be alone on a line. |
493
|
| '{' should be on a new line. |
493
|
| Line contains a tab character. |
494
|
| Line contains a tab character. |
495
|
| Line contains a tab character. |
496
|
| Line contains a tab character. |
498
|
| Line contains a tab character. |
500
|
| Line contains a tab character. |
501
|
| Line contains a tab character. |
502
|
| Line contains a tab character. |
504
|
| Method 'getCookies' is not designed for extension - needs to be abstract, final or empty. |
504
|
| Missing a Javadoc comment. |
504
|
| '{' should be on a new line. |
504
|
| Line contains a tab character. |
505
|
| Line contains a tab character. |
506
|
| Line contains a tab character. |
508
|
| Method 'getDateHeader' is not designed for extension - needs to be abstract, final or empty. |
508
|
| Missing a Javadoc comment. |
508
|
| Parameter name should be final. |
508
|
| '{' should be on a new line. |
508
|
| Line contains a tab character. |
509
|
| Line contains a tab character. |
510
|
| Line contains a tab character. |
512
|
| Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. |
512
|
| Missing a Javadoc comment. |
512
|
| Parameter name should be final. |
512
|
| '{' should be on a new line. |
512
|
| Line contains a tab character. |
513
|
| Line contains a tab character. |
514
|
| Line contains a tab character. |
516
|
| Method 'getHeaders' is not designed for extension - needs to be abstract, final or empty. |
516
|
| Missing a Javadoc comment. |
516
|
| Parameter name should be final. |
516
|
| '{' should be on a new line. |
516
|
| Line contains a tab character. |
517
|
| Line contains a tab character. |
518
|
| Line contains a tab character. |
520
|
| Method 'getHeaderNames' is not designed for extension - needs to be abstract, final or empty. |
520
|
| Missing a Javadoc comment. |
520
|
| '{' should be on a new line. |
520
|
| Line contains a tab character. |
521
|
| Line contains a tab character. |
522
|
| Line contains a tab character. |
524
|
| Method 'getIntHeader' is not designed for extension - needs to be abstract, final or empty. |
524
|
| Missing a Javadoc comment. |
524
|
| Parameter name should be final. |
524
|
| '{' should be on a new line. |
524
|
| Line contains a tab character. |
525
|
| Line contains a tab character. |
527
|
| Line contains a tab character. |
529
|
| Method 'getPathInfo' is not designed for extension - needs to be abstract, final or empty. |
529
|
| Missing a Javadoc comment. |
529
|
| '{' should be on a new line. |
529
|
| Line contains a tab character. |
530
|
| Line contains a tab character. |
531
|
| Line contains a tab character. |
532
|
| Avoid inline conditionals. |
532
|
| Line contains a tab character. |
533
|
| Line contains a tab character. |
535
|
| Method 'getQueryString' is not designed for extension - needs to be abstract, final or empty. |
535
|
| Missing a Javadoc comment. |
535
|
| '{' should be on a new line. |
535
|
| Line contains a tab character. |
536
|
| Line contains a tab character. |
537
|
| Line contains a tab character. |
538
|
| Avoid inline conditionals. |
538
|
| Line contains a tab character. |
539
|
| Line contains a tab character. |
541
|
| Method 'getPathTranslated' is not designed for extension - needs to be abstract, final or empty. |
541
|
| Missing a Javadoc comment. |
541
|
| '{' should be on a new line. |
541
|
| Line contains a tab character. |
542
|
| Line contains a tab character. |
543
|
| Line contains a tab character. |
545
|
| Method 'getRequestURI' is not designed for extension - needs to be abstract, final or empty. |
545
|
| Missing a Javadoc comment. |
545
|
| '{' should be on a new line. |
545
|
| Line contains a tab character. |
546
|
| Line contains a tab character. |
547
|
| Line contains a tab character. |
548
|
| Avoid inline conditionals. |
548
|
| Line contains a tab character. |
549
|
| Line contains a tab character. |
551
|
| Method 'getRequestURL' is not designed for extension - needs to be abstract, final or empty. |
551
|
| Missing a Javadoc comment. |
551
|
| '{' should be on a new line. |
551
|
| Line contains a tab character. |
552
|
| Line contains a tab character. |
553
|
| Line contains a tab character. |
555
|
| Method 'getServletPath' is not designed for extension - needs to be abstract, final or empty. |
555
|
| Missing a Javadoc comment. |
555
|
| '{' should be on a new line. |
555
|
| Line contains a tab character. |
556
|
| Line contains a tab character. |
557
|
| Line contains a tab character. |
558
|
| Avoid inline conditionals. |
558
|
| Line contains a tab character. |
559
|
| Line contains a tab character. |
561
|
| Method 'getSession' is not designed for extension - needs to be abstract, final or empty. |
561
|
| Missing a Javadoc comment. |
561
|
| Parameter create should be final. |
561
|
| '{' should be on a new line. |
561
|
| Line contains a tab character. |
562
|
| Line contains a tab character. |
563
|
| Line contains a tab character. |
565
|
| Method 'getSession' is not designed for extension - needs to be abstract, final or empty. |
565
|
| Missing a Javadoc comment. |
565
|
| '{' should be on a new line. |
565
|
| Line contains a tab character. |
566
|
| Line contains a tab character. |
567
|
| Line contains a tab character. |
569
|
| Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. |
569
|
| Missing a Javadoc comment. |
569
|
| '{' should be on a new line. |
569
|
| Line contains a tab character. |
570
|
| Line contains a tab character. |
571
|
| Line contains a tab character. |
572
|
| Line contains a tab character. |
574
|
| Method 'isRequestedSessionIdFromURL' is not designed for extension - needs to be abstract, final or empty. |
574
|
| Missing a Javadoc comment. |
574
|
| '{' should be on a new line. |
574
|
| Line contains a tab character. |
575
|
| Line contains a tab character. |
576
|
| Line contains a tab character. |
577
|
| Line contains a tab character. |
579
|
| Line contains a tab character. |
580
|
| Line contains a tab character. |
581
|
| Expected an @return tag. |
582
|
| Line contains a tab character. |
582
|
| Method 'isRequestedSessionIdFromUrl' is not designed for extension - needs to be abstract, final or empty. |
582
|
| '{' should be on a new line. |
582
|
| Line contains a tab character. |
583
|
| Line contains a tab character. |
584
|
| Line contains a tab character. |
586
|
| Method 'isRequestedSessionIdFromCookie' is not designed for extension - needs to be abstract, final or empty. |
586
|
| Missing a Javadoc comment. |
586
|
| '{' should be on a new line. |
586
|
| Line contains a tab character. |
587
|
| Line contains a tab character. |
588
|
| Line contains a tab character. |
590
|
| Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. |
590
|
| Missing a Javadoc comment. |
590
|
| '{' should be on a new line. |
590
|
| Line contains a tab character. |
591
|
| Line contains a tab character. |
592
|
| Line contains a tab character. |
594
|
| Method 'getRemoteAddr' is not designed for extension - needs to be abstract, final or empty. |
594
|
| Missing a Javadoc comment. |
594
|
| '{' should be on a new line. |
594
|
| Line contains a tab character. |
595
|
| Line contains a tab character. |
596
|
| Line contains a tab character. |
598
|
| Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. |
598
|
| Missing a Javadoc comment. |
598
|
| '{' should be on a new line. |
598
|
| Line contains a tab character. |
599
|
| Line contains a tab character. |
600
|
| Line contains a tab character. |
602
|
| Method 'getRealPath' is not designed for extension - needs to be abstract, final or empty. |
602
|
| Missing a Javadoc comment. |
602
|
| Parameter path should be final. |
602
|
| '{' should be on a new line. |
602
|
| Line contains a tab character. |
603
|
| Line contains a tab character. |
604
|
| Line contains a tab character. |
606
|
| Method 'setCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. |
606
|
| Missing a Javadoc comment. |
606
|
| Parameter env should be final. |
606
|
| Line contains a tab character. |
607
|
| '{' should be on a new line. |
607
|
| Line contains a tab character. |
608
|
| '{' should be on a new line. |
608
|
| Line contains a tab character. |
609
|
| Line is longer than 80 characters. |
610
|
| Line contains a tab character. |
610
|
| Line contains a tab character. |
611
|
| Line contains a tab character. |
613
|
| Line contains a tab character. |
614
|
| Line contains a tab character. |
615
|
| Line contains a tab character. |
617
|
| Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. |
617
|
| Missing a Javadoc comment. |
617
|
| Line contains a tab character. |
618
|
| '{' should be on a new line. |
618
|
| Line contains a tab character. |
619
|
| '{' should be on a new line. |
619
|
| Line contains a tab character. |
620
|
| Line contains a tab character. |
621
|
| '}' should be alone on a line. |
621
|
| '{' should be on a new line. |
621
|
| Line contains a tab character. |
622
|
| Line contains a tab character. |
623
|
| Line contains a tab character. |
624
|
| Line contains a tab character. |
625
|
| Line contains a tab character. |
627
|
| Line contains a tab character. |
629
|
| Line contains a tab character. |
630
|
| Line contains a tab character. |
631
|
| Line contains a tab character. |
633
|
| Method 'getRequestDispatcher' is not designed for extension - needs to be abstract, final or empty. |
633
|
| Missing a Javadoc comment. |
633
|
| Parameter path should be final. |
633
|
| '{' should be on a new line. |
633
|
| Line contains a tab character. |
634
|
| Line contains a tab character. |
635
|
org/apache/pluto/core/impl/PortletResponseImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
39
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
43
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
43
|
| Variable 'portletWindow' must be private and have accessor methods. |
43
|
| Name 'webModuleServletRequest' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
51
|
| Name 'usingWriter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'usingStream' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
54
|
| Name 'wrappedWriter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'properties' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Name 'included' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
62
|
| Parameter portletWindow should be final. |
62
|
| 'portletWindow' hides a field. |
62
|
| Line is longer than 80 characters. |
63
|
| Parameter servletRequest should be final. |
63
|
| Line is longer than 80 characters. |
64
|
| Parameter servletResponse should be final. |
64
|
| Line is longer than 80 characters. |
72
|
| Line has trailing spaces. |
73
|
| Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter key should be final. |
73
|
| Parameter value should be final. |
73
|
| Line has trailing spaces. |
81
|
| Line has trailing spaces. |
86
|
| '+' is not preceded with whitespace. |
91
|
| '+' is not followed by whitespace. |
91
|
| Line is longer than 80 characters. |
97
|
| Line has trailing spaces. |
100
|
| Line has trailing spaces. |
101
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Parameter key should be final. |
101
|
| Parameter value should be final. |
101
|
| Line has trailing spaces. |
109
|
| Line has trailing spaces. |
110
|
| Line is longer than 80 characters. |
113
|
| Line has trailing spaces. |
115
|
| Method 'encodeURL' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Parameter path should be final. |
116
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
122
|
| Line is longer than 80 characters. |
133
|
| Line is longer than 80 characters. |
135
|
| Line is longer than 80 characters. |
136
|
| Method 'lateInit' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter webModuleServletRequest should be final. |
136
|
| 'webModuleServletRequest' hides a field. |
136
|
| Line is longer than 80 characters. |
137
|
| Parameter webModuleServletResponse should be final. |
137
|
| Line is longer than 80 characters. |
142
|
| Line is longer than 80 characters. |
144
|
| Method '_getHttpServletResponse' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Name '_getHttpServletResponse' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
145
|
| 'return' is not followed by whitespace. |
147
|
| Method 'getHttpServletRequest' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Missing a Javadoc comment. |
155
|
| '{' should be on a new line. |
155
|
| 'if' construct must use '{}'s. |
156
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
162
|
| Line has trailing spaces. |
163
|
| Method 'addCookie' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Missing a Javadoc comment. |
165
|
| Parameter cookie should be final. |
165
|
| Method 'containsHeader' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Missing a Javadoc comment. |
170
|
| Parameter name should be final. |
170
|
| Expected an @return tag. |
178
|
| Method 'encodeRedirectUrl' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter url should be final. |
178
|
| Expected @param tag for 'url'. |
178
|
| Line is longer than 80 characters. |
180
|
| Avoid inline conditionals. |
180
|
| Method 'encodeRedirectURL' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Missing a Javadoc comment. |
183
|
| Parameter url should be final. |
183
|
| Line is longer than 80 characters. |
185
|
| Avoid inline conditionals. |
185
|
| Method 'sendRedirect' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Missing a Javadoc comment. |
188
|
| Parameter location should be final. |
188
|
| Method 'setDateHeader' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Missing a Javadoc comment. |
193
|
| Parameter name should be final. |
193
|
| Parameter date should be final. |
193
|
| ',' is not followed by whitespace. |
195
|
| Method 'sendError' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Missing a Javadoc comment. |
198
|
| Parameter sc should be final. |
198
|
| Parameter msg should be final. |
198
|
| ',' is not followed by whitespace. |
200
|
| Method 'sendError' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Missing a Javadoc comment. |
203
|
| Parameter sc should be final. |
203
|
| Method 'addHeader' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Missing a Javadoc comment. |
208
|
| Parameter name should be final. |
208
|
| Parameter value should be final. |
208
|
| ',' is not followed by whitespace. |
210
|
| Method 'setIntHeader' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| Parameter name should be final. |
213
|
| Parameter value should be final. |
213
|
| ',' is not followed by whitespace. |
215
|
| Method 'addDateHeader' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Missing a Javadoc comment. |
218
|
| Parameter name should be final. |
218
|
| Parameter date should be final. |
218
|
| ',' is not followed by whitespace. |
220
|
| Method 'setHeader' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Missing a Javadoc comment. |
223
|
| Parameter name should be final. |
223
|
| Parameter value should be final. |
223
|
| ',' is not followed by whitespace. |
225
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Missing a Javadoc comment. |
228
|
| Parameter sc should be final. |
228
|
| Line has trailing spaces. |
234
|
| Line has trailing spaces. |
235
|
| Line has trailing spaces. |
236
|
| Line has trailing spaces. |
237
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
240
|
| Parameter sc should be final. |
240
|
| Expected @param tag for 'sc'. |
240
|
| Parameter sm should be final. |
240
|
| Expected @param tag for 'sm'. |
240
|
| ',' is not followed by whitespace. |
242
|
| Method 'addIntHeader' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Missing a Javadoc comment. |
245
|
| Parameter name should be final. |
245
|
| Parameter value should be final. |
245
|
| ',' is not followed by whitespace. |
247
|
| Method 'setContentLength' is not designed for extension - needs to be abstract, final or empty. |
250
|
| Missing a Javadoc comment. |
250
|
| Parameter len should be final. |
250
|
| Method 'encodeUrl' is not designed for extension - needs to be abstract, final or empty. |
255
|
| Missing a Javadoc comment. |
255
|
| Parameter url should be final. |
255
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
260
|
| Missing a Javadoc comment. |
260
|
| Parameter loc should be final. |
260
|
| Line is longer than 80 characters. |
265
|
| Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. |
265
|
| Missing a Javadoc comment. |
265
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
265
|
| '{' should be on a new line. |
265
|
| Line is longer than 80 characters. |
268
|
| '{' should be on a new line. |
273
|
| 'catch' is not followed by whitespace. |
276
|
| '{' should be on a new line. |
276
|
| Line is longer than 80 characters. |
289
|
| Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. |
289
|
| Missing a Javadoc comment. |
289
|
| Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. |
289
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
289
|
| '{' should be on a new line. |
289
|
| Line is longer than 80 characters. |
292
|
| Method 'getInternalPortletWindow' is not designed for extension - needs to be abstract, final or empty. |
301
|
| Missing a Javadoc comment. |
301
|
| Line has trailing spaces. |
305
|
| Line has trailing spaces. |
307
|
| Method 'getHttpDServletRequest' is not designed for extension - needs to be abstract, final or empty. |
308
|
| Missing a Javadoc comment. |
308
|
| Method 'setIncluded' is not designed for extension - needs to be abstract, final or empty. |
313
|
| Missing a Javadoc comment. |
313
|
| Parameter included should be final. |
313
|
| 'included' hides a field. |
313
|
| Method 'isIncluded' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Missing a Javadoc comment. |
318
|
org/apache/pluto/core/impl/PortletSessionImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Name 'DEFAULT_SCOPE' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
36
|
| Name 'httpSession' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'portletContext' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
39
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
41
|
| Parameter portletWindow should be final. |
41
|
| 'portletWindow' hides a field. |
41
|
| Parameter httpSession should be final. |
42
|
| 'httpSession' hides a field. |
42
|
| Line is longer than 80 characters. |
48
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter name should be final. |
49
|
| Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Method 'getCreationTime' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
59
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
64
|
| Method 'getLastAccessedTime' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
69
|
| Method 'getMaxInactiveInterval' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Method 'invalidate' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
79
|
| Method 'isNew' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
84
|
| Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter name should be final. |
89
|
| Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter name should be final. |
94
|
| Parameter value should be final. |
94
|
| Method 'setMaxInactiveInterval' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Parameter interval should be final. |
99
|
| Line is longer than 80 characters. |
103
|
| Line is longer than 80 characters. |
105
|
| Line is longer than 80 characters. |
106
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| Parameter name should be final. |
106
|
| Parameter scope should be final. |
106
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
106
|
| '==' is not preceded with whitespace. |
112
|
| '==' is not followed by whitespace. |
112
|
| Line is longer than 80 characters. |
118
|
| '+' is not preceded with whitespace. |
118
|
| '+' is not followed by whitespace. |
118
|
| '+' is not preceded with whitespace. |
118
|
| '+' is not followed by whitespace. |
118
|
| '+' is not preceded with whitespace. |
118
|
| '+' is not followed by whitespace. |
118
|
| Line is longer than 80 characters. |
121
|
| Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Missing a Javadoc comment. |
128
|
| Parameter scope should be final. |
128
|
| '==' is not preceded with whitespace. |
130
|
| '==' is not followed by whitespace. |
130
|
| Line contains a tab character. |
140
|
| Name 'prefix_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
141
|
| Line has trailing spaces. |
143
|
| 'cast' is not followed by whitespace. |
146
|
| Line has trailing spaces. |
149
|
| Line is longer than 80 characters. |
150
|
| Line is longer than 80 characters. |
152
|
| Line contains a tab character. |
152
|
| Line has trailing spaces. |
153
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| '!=' is not preceded with whitespace. |
154
|
| '!=' is not followed by whitespace. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line is longer than 80 characters. |
165
|
| Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Missing a Javadoc comment. |
165
|
| Parameter name should be final. |
165
|
| Parameter scope should be final. |
165
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
165
|
| Line is longer than 80 characters. |
177
|
| '+' is not preceded with whitespace. |
177
|
| '+' is not followed by whitespace. |
177
|
| '+' is not preceded with whitespace. |
177
|
| '+' is not followed by whitespace. |
177
|
| '+' is not preceded with whitespace. |
177
|
| '+' is not followed by whitespace. |
177
|
| Line is longer than 80 characters. |
181
|
| Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Missing a Javadoc comment. |
181
|
| Parameter name should be final. |
181
|
| Parameter value should be final. |
181
|
| Parameter scope should be final. |
181
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
181
|
| '==' is not preceded with whitespace. |
187
|
| '==' is not followed by whitespace. |
187
|
| ',' is not followed by whitespace. |
189
|
| Line is longer than 80 characters. |
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. |
193
|
| '+' is not followed by whitespace. |
193
|
| Method 'getPortletContext' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Missing a Javadoc comment. |
197
|
| Line is longer than 80 characters. |
201
|
| Line is longer than 80 characters. |
203
|
| Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Missing a Javadoc comment. |
204
|
| Line is longer than 80 characters. |
206
|
| Line has trailing spaces. |
209
|
| Line has trailing spaces. |
212
|
| Expected an @return tag. |
215
|
| Method 'getSessionContext' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Missing a Javadoc comment. |
220
|
| Parameter name should be final. |
220
|
| Method 'getValueNames' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Missing a Javadoc comment. |
225
|
| Method 'putValue' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Missing a Javadoc comment. |
231
|
| Parameter name should be final. |
231
|
| Parameter value should be final. |
231
|
| Method 'removeValue' is not designed for extension - needs to be abstract, final or empty. |
236
|
| Missing a Javadoc comment. |
236
|
| Parameter name should be final. |
236
|
| Line is longer than 80 characters. |
240
|
| Line is longer than 80 characters. |
242
|
| Missing a Javadoc comment. |
243
|
| Line has trailing spaces. |
248
|
| Line is longer than 80 characters. |
248
|
| Line is longer than 80 characters. |
249
|
| Line is longer than 80 characters. |
254
|
org/apache/pluto/core/impl/PortletURLImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
41
|
| '{' should be on a new line. |
41
|
| Missing a Javadoc comment. |
42
|
| Name 'provider' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Variable 'provider' must be private and have accessor methods. |
42
|
| Missing a Javadoc comment. |
43
|
| Name 'mode' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
43
|
| Variable 'mode' must be private and have accessor methods. |
43
|
| Missing a Javadoc comment. |
45
|
| Name 'parameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
45
|
| Variable 'parameters' must be private and have accessor methods. |
45
|
| Missing a Javadoc comment. |
47
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Variable 'portletWindow' must be private and have accessor methods. |
47
|
| Missing a Javadoc comment. |
49
|
| Name 'secure' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Variable 'secure' must be private and have accessor methods. |
49
|
| Missing a Javadoc comment. |
50
|
| Name 'servletRequest' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
50
|
| Variable 'servletRequest' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
51
|
| Name 'servletResponse' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Variable 'servletResponse' must be private and have accessor methods. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'state' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Variable 'state' must be private and have accessor methods. |
52
|
| Missing a Javadoc comment. |
53
|
| Name 'isAction' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
53
|
| Variable 'isAction' must be private and have accessor methods. |
53
|
| Missing a Javadoc comment. |
55
|
| Parameter portletWindow should be final. |
55
|
| 'portletWindow' hides a field. |
55
|
| Parameter servletRequest should be final. |
56
|
| 'servletRequest' hides a field. |
56
|
| Line is longer than 80 characters. |
57
|
| Parameter servletResponse should be final. |
57
|
| 'servletResponse' hides a field. |
57
|
| Parameter isAction should be final. |
58
|
| 'isAction' hides a field. |
58
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
68
|
| Method 'setWindowState' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter windowState should be final. |
68
|
| 'if' construct must use '{}'s. |
70
|
| Line is longer than 80 characters. |
71
|
| Line has trailing spaces. |
74
|
| Line has trailing spaces. |
75
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
78
|
| ',' is not followed by whitespace. |
78
|
| Line is longer than 80 characters. |
81
|
| Method 'setPortletMode' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter portletMode should be final. |
81
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
84
|
| Line is longer than 80 characters. |
85
|
| Line contains a tab character. |
85
|
| 'if' construct must use '{}'s. |
86
|
| Line is longer than 80 characters. |
87
|
| Line has trailing spaces. |
93
|
| Line is longer than 80 characters. |
96
|
| ',' is not followed by whitespace. |
96
|
| Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Parameter name should be final. |
99
|
| Parameter value should be final. |
99
|
| '{' should be on a new line. |
101
|
| Line is longer than 80 characters. |
102
|
| '(' is followed by whitespace. |
105
|
| Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| Parameter name should be final. |
108
|
| Parameter values should be final. |
108
|
| '{' should be on a new line. |
110
|
| Line is longer than 80 characters. |
111
|
| Line has trailing spaces. |
116
|
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter parameters should be final. |
120
|
| 'parameters' hides a field. |
120
|
| '{' should be on a new line. |
120
|
| '{' should be on a new line. |
121
|
| Line is longer than 80 characters. |
124
|
| '{' should be on a new line. |
124
|
| 'cast' is not followed by whitespace. |
125
|
| '{' should be on a new line. |
126
|
| Line is longer than 80 characters. |
127
|
| '{' should be on a new line. |
129
|
| Line is longer than 80 characters. |
130
|
| Method 'setSecure' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Parameter secure should be final. |
137
|
| 'secure' hides a field. |
137
|
| Line has trailing spaces. |
141
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Missing a Javadoc comment. |
142
|
| Line has trailing spaces. |
144
|
| Line is longer than 80 characters. |
144
|
| '200' is a magic number. |
144
|
| Line is longer than 80 characters. |
146
|
| '{' should be on a new line. |
148
|
| '{' should be on a new line. |
151
|
| '{' should be on a new line. |
154
|
| '{' should be on a new line. |
157
|
| Line is longer than 80 characters. |
167
|
| Line is longer than 80 characters. |
169
|
| Line has trailing spaces. |
170
|
| Line is longer than 80 characters. |
170
|
| Missing a Javadoc comment. |
170
|
| Parameter requestedPortletMode should be final. |
170
|
| ',' is not followed by whitespace. |
170
|
| Parameter referencedPortletWindow should be final. |
170
|
| Line is longer than 80 characters. |
172
|
| Line is longer than 80 characters. |
173
|
| Line is longer than 80 characters. |
177
|
| Line is longer than 80 characters. |
181
|
| Line is longer than 80 characters. |
183
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Parameter name should be final. |
184
|
| 'return' is not followed by whitespace. |
186
|
| 'cast' is not followed by whitespace. |
186
|
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Missing a Javadoc comment. |
189
|
| Parameter name should be final. |
189
|
| 'return' is not followed by whitespace. |
191
|
| 'cast' is not followed by whitespace. |
191
|
| Method 'getPortletMode' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Missing a Javadoc comment. |
194
|
| Method 'getWindowState' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Missing a Javadoc comment. |
199
|
| Line is longer than 80 characters. |
203
|
org/apache/pluto/core/impl/RenderRequestImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
43
|
| '{' should be on a new line. |
43
|
| Name 'portletPreferences' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
50
|
| Parameter portletWindow should be final. |
50
|
| Line is longer than 80 characters. |
51
|
| Parameter servletRequest should be final. |
51
|
| 'cast' is not followed by whitespace. |
54
|
| Line is longer than 80 characters. |
58
|
| Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'getPreferences' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| 'if' is not followed by whitespace. |
69
|
| '{' should be on a new line. |
69
|
| '+' is not preceded with whitespace. |
70
|
| '+' is not followed by whitespace. |
70
|
| '{' should be on a new line. |
73
|
| 'if' is not followed by whitespace. |
79
|
| '{' should be on a new line. |
79
|
| '{' should be on a new line. |
82
|
| 'cast' is not followed by whitespace. |
83
|
| Line has trailing spaces. |
88
|
| Line is longer than 80 characters. |
90
|
org/apache/pluto/core/impl/RenderResponseImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| '{' should be on a new line. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Name 'illegalStateExceptionText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
40
|
| Missing a Javadoc comment. |
42
|
| Name 'containerSupportsBuffering' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Line is longer than 80 characters. |
44
|
| Missing a Javadoc comment. |
44
|
| Name 'currentContentType' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
46
|
| Parameter portletWindow should be final. |
46
|
| Line is longer than 80 characters. |
47
|
| Parameter servletRequest should be final. |
47
|
| Line is longer than 80 characters. |
48
|
| Parameter servletResponse should be final. |
48
|
| Parameter containerSupportsBuffering should be final. |
49
|
| 'containerSupportsBuffering' hides a field. |
49
|
| Line is longer than 80 characters. |
55
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Method 'createRenderURL' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Method 'createActionURL' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Line is longer than 80 characters. |
77
|
| '{' should be on a new line. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| '{' should be on a new line. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| '}' should be alone on a line. |
86
|
| '{' should be on a new line. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter title should be final. |
94
|
| Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Parameter type should be final. |
101
|
| '{' should be on a new line. |
104
|
| Method 'getCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
116
|
| '{' should be on a new line. |
116
|
| '{' should be on a new line. |
117
|
| Line is longer than 80 characters. |
118
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Method 'setBufferSize' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| Parameter size should be final. |
129
|
| Line contains a tab character. |
131
|
| '{' should be on a new line. |
131
|
| Line contains a tab character. |
132
|
| Line is longer than 80 characters. |
133
|
| Line contains a tab character. |
133
|
| Line is longer than 80 characters. |
134
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| '}' should be alone on a line. |
135
|
| '{' should be on a new line. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Method 'getBufferSize' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Line contains a tab character. |
142
|
| '{' should be on a new line. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| '}' should be alone on a line. |
144
|
| '{' should be on a new line. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Method 'flushBuffer' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Missing a Javadoc comment. |
149
|
| Method 'resetBuffer' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Missing a Javadoc comment. |
154
|
| Method 'isCommitted' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Missing a Javadoc comment. |
159
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Missing a Javadoc comment. |
164
|
| Line is longer than 80 characters. |
169
|
| Method 'getPortletOutputStream' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Missing a Javadoc comment. |
169
|
| ',' is not followed by whitespace. |
169
|
| Redundant throws: 'java.lang.IllegalStateException' is unchecked exception. |
169
|
| '{' should be on a new line. |
171
|
| Line is longer than 80 characters. |
172
|
| Line is longer than 80 characters. |
176
|
| Line is longer than 80 characters. |
178
|
| Missing a Javadoc comment. |
179
|
| Parameter isAction should be final. |
179
|
| Missing a Javadoc comment. |
187
|
| Parameter type should be final. |
187
|
| 'while' is not followed by whitespace. |
194
|
| '{' should be on a new line. |
194
|
| 'cast' is not followed by whitespace. |
195
|
| '{' should be on a new line. |
197
|
| '}' should be alone on a line. |
199
|
| '{' should be on a new line. |
199
|
| Line is longer than 80 characters. |
203
|
| Line is longer than 80 characters. |
209
|
| '{' should be on a new line. |
209
|
| Line is longer than 80 characters. |
211
|
| '{' should be on a new line. |
211
|
| Missing a Javadoc comment. |
221
|
| Parameter type should be final. |
221
|
| '{' should be on a new line. |
225
|
| '}' should be alone on a line. |
227
|
| '{' should be on a new line. |
227
|
| ',' is not followed by whitespace. |
228
|
| Line is longer than 80 characters. |
232
|
org/apache/pluto/core/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/core/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/factory/ActionRequestFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| '{' should be on a new line. |
34
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
38
|
org/apache/pluto/factory/ActionResponseFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
30
|
org/apache/pluto/factory/Factory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
33
|
| 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. |
37
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
53
|
| Redundant 'public' modifier. |
73
|
| Redundant 'public' modifier. |
83
|
org/apache/pluto/factory/NamespaceMapperFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| '{' should be on a new line. |
24
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
org/apache/pluto/factory/ObjectIDFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
21
|
| '{' should be on a new line. |
21
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
org/apache/pluto/factory/PortalContextFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| '{' should be on a new line. |
24
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
org/apache/pluto/factory/PortletConfigFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
27
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
org/apache/pluto/factory/PortletContextFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
26
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line is longer than 80 characters. |
29
|
org/apache/pluto/factory/PortletInvokerFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
29
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
34
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
45
|
| Line has trailing spaces. |
46
|
| Line is longer than 80 characters. |
47
|
| Line has trailing spaces. |
51
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
54
|
| Line has trailing spaces. |
56
|
org/apache/pluto/factory/PortletObjectAccess.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
39
|
| Utility classes should not have a public or default constructor. |
39
|
| '{' should be on a new line. |
39
|
| Missing a Javadoc comment. |
41
|
| Parameter portletWindow should be final. |
41
|
| Line is longer than 80 characters. |
42
|
| Parameter servletRequest should be final. |
42
|
| Line is longer than 80 characters. |
43
|
| Parameter servletResponse should be final. |
43
|
| Missing a Javadoc comment. |
50
|
| Parameter portletWindow should be final. |
50
|
| Line is longer than 80 characters. |
51
|
| Parameter servletRequest should be final. |
51
|
| Line is longer than 80 characters. |
52
|
| Parameter servletResponse should be final. |
52
|
| Line is longer than 80 characters. |
53
|
| Parameter containerSupportsBuffering should be final. |
53
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
61
|
| Parameter portletWindow should be final. |
61
|
| Line is longer than 80 characters. |
62
|
| Parameter httpSession should be final. |
62
|
| Line is longer than 80 characters. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter servletConfig should be final. |
68
|
| Parameter portletContext should be final. |
69
|
| Line is longer than 80 characters. |
70
|
| Parameter portletDefinition should be final. |
70
|
| Line is longer than 80 characters. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter servletContext should be final. |
77
|
| Line is longer than 80 characters. |
78
|
| Parameter portletApplicationDefinition should be final. |
78
|
| Line has trailing spaces. |
80
|
| Line is longer than 80 characters. |
81
|
| Missing a Javadoc comment. |
84
|
| Parameter portletWindow should be final. |
84
|
| Line is longer than 80 characters. |
85
|
| Parameter servletRequest should be final. |
85
|
| Line is longer than 80 characters. |
86
|
| Parameter servletResponse should be final. |
86
|
| Missing a Javadoc comment. |
93
|
| Parameter portletWindow should be final. |
93
|
| Line is longer than 80 characters. |
94
|
| Parameter servletRequest should be final. |
94
|
| Line is longer than 80 characters. |
95
|
| Parameter servletResponse should be final. |
95
|
| Line has trailing spaces. |
100
|
| Missing a Javadoc comment. |
102
|
| Parameter portletWindow should be final. |
102
|
| Line is longer than 80 characters. |
103
|
| Parameter servletRequest should be final. |
103
|
| Line is longer than 80 characters. |
104
|
| Parameter servletResponse should be final. |
104
|
| Line is longer than 80 characters. |
106
|
| Missing a Javadoc comment. |
109
|
| Parameter portletWindow should be final. |
109
|
| Line is longer than 80 characters. |
110
|
| Parameter servletRequest should be final. |
110
|
| Line is longer than 80 characters. |
111
|
| Parameter servletResponse should be final. |
111
|
| Parameter isAction should be final. |
112
|
| Missing a Javadoc comment. |
120
|
| Line is longer than 80 characters. |
125
|
| Missing a Javadoc comment. |
125
|
| Parameter methodId should be final. |
125
|
| Parameter portletEntity should be final. |
125
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
130
|
| Missing a Javadoc comment. |
130
|
| Parameter methodId should be final. |
130
|
| Parameter portletDefinition should be final. |
130
|
| Line is longer than 80 characters. |
132
|
| Missing a Javadoc comment. |
135
|
| Line is longer than 80 characters. |
137
|
| 'cast' is not followed by whitespace. |
137
|
| Missing a Javadoc comment. |
140
|
| Line is longer than 80 characters. |
142
|
| 'cast' is not followed by whitespace. |
142
|
| Missing a Javadoc comment. |
145
|
| Line is longer than 80 characters. |
147
|
| 'cast' is not followed by whitespace. |
147
|
| Missing a Javadoc comment. |
150
|
| Line is longer than 80 characters. |
152
|
| 'cast' is not followed by whitespace. |
152
|
| Missing a Javadoc comment. |
155
|
| Line is longer than 80 characters. |
157
|
| 'cast' is not followed by whitespace. |
157
|
| Missing a Javadoc comment. |
160
|
| Line is longer than 80 characters. |
162
|
| 'cast' is not followed by whitespace. |
162
|
| Missing a Javadoc comment. |
165
|
| Line is longer than 80 characters. |
167
|
| 'cast' is not followed by whitespace. |
167
|
| Missing a Javadoc comment. |
170
|
| Line is longer than 80 characters. |
172
|
| 'cast' is not followed by whitespace. |
172
|
| Missing a Javadoc comment. |
175
|
| Line is longer than 80 characters. |
177
|
| 'cast' is not followed by whitespace. |
177
|
| Missing a Javadoc comment. |
180
|
| Line has trailing spaces. |
181
|
| Line is longer than 80 characters. |
182
|
| 'cast' is not followed by whitespace. |
182
|
org/apache/pluto/factory/PortletPreferencesFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
27
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
org/apache/pluto/factory/PortletSessionFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line is longer than 80 characters. |
29
|
org/apache/pluto/factory/PortletURLFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
34
|
org/apache/pluto/factory/RenderRequestFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
30
|
org/apache/pluto/factory/RenderResponseFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
30
|
org/apache/pluto/factory/impl/ActionRequestFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| '{' should be on a new line. |
39
|
| Parameter config should be final. |
44
|
| Parameter properties should be final. |
44
|
| '{' should be on a new line. |
44
|
| Line is longer than 80 characters. |
47
|
| Method 'getActionRequest' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter portletWindow should be final. |
48
|
| Line is longer than 80 characters. |
49
|
| Parameter servletRequest should be final. |
49
|
| Line is longer than 80 characters. |
50
|
| Parameter servletResponse should be final. |
50
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
57
|
| '{' should be on a new line. |
61
|
| Line is longer than 80 characters. |
63
|
org/apache/pluto/factory/impl/ActionResponseFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'getActionResponse' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter portletWindow should be final. |
35
|
| Line is longer than 80 characters. |
36
|
| Parameter servletRequest should be final. |
36
|
| Line is longer than 80 characters. |
37
|
| Parameter servletResponse should be final. |
37
|
| Line is longer than 80 characters. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
47
|
| Line is longer than 80 characters. |
50
|
org/apache/pluto/factory/impl/PortalContextFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'getPortalContext' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
41
|
| Missing a Javadoc comment. |
42
|
| Line is longer than 80 characters. |
45
|
org/apache/pluto/factory/impl/PortletConfigFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
29
|
| '{' should be on a new line. |
29
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter config should be final. |
31
|
| Parameter properties should be final. |
31
|
| Line is longer than 80 characters. |
35
|
| Line has trailing spaces. |
36
|
| Line is longer than 80 characters. |
36
|
| Method 'getPortletConfig' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter servletConfig should be final. |
36
|
| Parameter portletContext should be final. |
37
|
| Parameter portletDefinition should be final. |
38
|
| Line has trailing spaces. |
40
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
47
|
| Line is longer than 80 characters. |
50
|
org/apache/pluto/factory/impl/PortletContextFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
35
|
| Method 'getPortletContext' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter servletContext should be final. |
35
|
| Line is longer than 80 characters. |
36
|
| Parameter portletApplicationDefinition should be final. |
36
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
43
|
| Line is longer than 80 characters. |
46
|
org/apache/pluto/factory/impl/PortletPreferencesFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| '{' should be on a new line. |
30
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter config should be final. |
32
|
| Parameter properties should be final. |
32
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
37
|
| Method 'getPortletPreferences' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter methodId should be final. |
37
|
| Parameter portletEntity should be final. |
37
|
| Line is longer than 80 characters. |
42
|
| Method 'getPortletPreferences' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter methodId should be final. |
42
|
| Parameter portletDefinition should be final. |
42
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
52
|
org/apache/pluto/factory/impl/PortletSessionFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'getPortletSession' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter portletWindow should be final. |
35
|
| Line is longer than 80 characters. |
36
|
| Parameter httpSession should be final. |
36
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
43
|
| Line is longer than 80 characters. |
46
|
org/apache/pluto/factory/impl/PortletURLFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'getPortletURL' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter portletWindow should be final. |
35
|
| Line is longer than 80 characters. |
36
|
| Parameter servletRequest should be final. |
36
|
| Line is longer than 80 characters. |
37
|
| Parameter servletResponse should be final. |
37
|
| Line is longer than 80 characters. |
39
|
| Method 'getPortletURL' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter portletWindow should be final. |
42
|
| Line is longer than 80 characters. |
43
|
| Parameter servletRequest should be final. |
43
|
| Line is longer than 80 characters. |
44
|
| Parameter servletResponse should be final. |
44
|
| Parameter isAction should be final. |
45
|
| '{' should be on a new line. |
45
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
51
|
| Line is longer than 80 characters. |
54
|
org/apache/pluto/factory/impl/RenderRequestFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'getRenderRequest' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter portletWindow should be final. |
35
|
| Line is longer than 80 characters. |
36
|
| Parameter servletRequest should be final. |
36
|
| Line is longer than 80 characters. |
37
|
| Parameter servletResponse should be final. |
37
|
| '(' is followed by whitespace. |
39
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
46
|
| Line is longer than 80 characters. |
49
|
org/apache/pluto/factory/impl/RenderResponseFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'getRenderResponse' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter portletWindow should be final. |
35
|
| Line is longer than 80 characters. |
36
|
| Parameter servletRequest should be final. |
36
|
| Line is longer than 80 characters. |
37
|
| Parameter servletResponse should be final. |
37
|
| Parameter containerSupportsBuffering should be final. |
38
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
52
|
org/apache/pluto/factory/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/factory/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/invoker/PortletInvoker.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
29
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
30
|
| Line has trailing spaces. |
31
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
32
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
37
|
| Line is longer than 80 characters. |
41
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
43
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
48
|
| Redundant 'public' modifier. |
48
|
| Expected @throws tag for 'PortletException'. |
48
|
| ',' is not followed by whitespace. |
48
|
| Expected @throws tag for 'IOException'. |
48
|
| Line is longer than 80 characters. |
51
|
| Line has trailing spaces. |
52
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
58
|
| Redundant 'public' modifier. |
58
|
| Expected @throws tag for 'PortletException'. |
58
|
| Expected @throws tag for 'IOException'. |
58
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
63
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
68
|
| Redundant 'public' modifier. |
68
|
| Expected @throws tag for 'PortletException'. |
68
|
org/apache/pluto/invoker/PortletInvokerAccess.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
23
|
| Line has trailing spaces. |
28
|
| Utility classes should not have a public or default constructor. |
28
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
31
|
| 'cast' is not followed by whitespace. |
31
|
| Line has trailing spaces. |
32
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter portletDefinition should be final. |
36
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
44
|
| Parameter invoker should be final. |
44
|
org/apache/pluto/invoker/impl/PortletInvokerFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
22
|
| Missing a Javadoc comment. |
24
|
| Name 'servletConfig' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
24
|
| Line has trailing spaces. |
26
|
| Line is longer than 80 characters. |
28
|
| Method 'getPortletInvoker' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter portletDefinition should be final. |
30
|
| Line is longer than 80 characters. |
32
|
| Line has trailing spaces. |
35
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
39
|
| Parameter invoker should be final. |
39
|
| Line is longer than 80 characters. |
44
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
46
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter config should be final. |
46
|
| Parameter properties should be final. |
46
|
| Missing a Javadoc comment. |
54
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
58
|
org/apache/pluto/invoker/impl/PortletInvokerImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
47
|
| Name 'servletConfig' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name 'portletDefinition' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
56
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
56
|
| Missing a Javadoc comment. |
58
|
| Parameter portletDefinition should be final. |
58
|
| 'portletDefinition' hides a field. |
58
|
| Parameter servletConfig should be final. |
59
|
| 'servletConfig' hides a field. |
59
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
66
|
| Method 'action' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter request should be final. |
66
|
| Parameter response should be final. |
66
|
| ',' is not followed by whitespace. |
66
|
| ',' is not followed by whitespace. |
68
|
| ',' is not followed by whitespace. |
68
|
| Line is longer than 80 characters. |
71
|
| Method 'render' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter request should be final. |
71
|
| Parameter response should be final. |
71
|
| ',' is not followed by whitespace. |
73
|
| ',' is not followed by whitespace. |
73
|
| Line is longer than 80 characters. |
76
|
| Method 'load' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter request should be final. |
76
|
| Parameter response should be final. |
76
|
| ',' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
80
|
| Line is longer than 80 characters. |
84
|
| ',' is not followed by whitespace. |
84
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
90
|
| Line has trailing spaces. |
94
|
| Line is longer than 80 characters. |
94
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter portletRequest should be final. |
94
|
| Parameter portletResponse should be final. |
94
|
| Parameter methodID should be final. |
94
|
| ',' is not followed by whitespace. |
95
|
| Line is longer than 80 characters. |
97
|
| Line is longer than 80 characters. |
99
|
| Line is longer than 80 characters. |
102
|
| 'cast' is not followed by whitespace. |
102
|
| Line is longer than 80 characters. |
104
|
| 'cast' is not followed by whitespace. |
104
|
| Line is longer than 80 characters. |
106
|
| Line is longer than 80 characters. |
109
|
| Line is longer than 80 characters. |
115
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
124
|
| ',' is not followed by whitespace. |
124
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
131
|
| Line is longer than 80 characters. |
138
|
| 'cast' is not followed by whitespace. |
142
|
| Line is longer than 80 characters. |
151
|
| Line is longer than 80 characters. |
158
|
| Line is longer than 80 characters. |
159
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
165
|
| Line is longer than 80 characters. |
166
|
| '+' is not preceded with whitespace. |
166
|
| '+' is not followed by whitespace. |
166
|
| Line is longer than 80 characters. |
169
|
| Expected an @return tag. |
177
|
| '{' should be on a new line. |
177
|
| 'if' is not followed by whitespace. |
178
|
| '==' is not preceded with whitespace. |
178
|
| '==' is not followed by whitespace. |
178
|
| '{' should be on a new line. |
178
|
| 'cast' is not followed by whitespace. |
180
|
org/apache/pluto/invoker/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/invoker/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/om/Controller.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
org/apache/pluto/om/ControllerFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
org/apache/pluto/om/ControllerObjectAccess.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| Utility classes should not have a public or default constructor. |
24
|
| Missing a Javadoc comment. |
27
|
| Parameter model should be final. |
27
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
32
|
| Line is longer than 80 characters. |
33
|
| 'cast' is not followed by whitespace. |
33
|
org/apache/pluto/om/Model.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
org/apache/pluto/om/common/Description.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| '{' should be on a new line. |
34
|
| Line has trailing spaces. |
39
|
| Redundant 'public' modifier. |
42
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
46
|
| Redundant 'public' modifier. |
49
|
org/apache/pluto/om/common/DescriptionSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
| Expected @param tag for 'locale'. |
52
|
org/apache/pluto/om/common/DisplayName.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| '{' should be on a new line. |
34
|
| Line has trailing spaces. |
39
|
| Redundant 'public' modifier. |
42
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
46
|
| Redundant 'public' modifier. |
49
|
org/apache/pluto/om/common/DisplayNameSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
| Expected @param tag for 'locale'. |
52
|
org/apache/pluto/om/common/Language.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
27
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
44
|
| Redundant 'public' modifier. |
47
|
| Line has trailing spaces. |
51
|
| Redundant 'public' modifier. |
54
|
| Line has trailing spaces. |
58
|
| Redundant 'public' modifier. |
61
|
| Line has trailing spaces. |
65
|
| Redundant 'public' modifier. |
68
|
| Line has trailing spaces. |
71
|
| Line is longer than 80 characters. |
71
|
| Line has trailing spaces. |
72
|
| Line has trailing spaces. |
73
|
| Redundant 'public' modifier. |
76
|
org/apache/pluto/om/common/LanguageSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
43
|
| Redundant 'public' modifier. |
45
|
| Line is longer than 80 characters. |
51
|
| Redundant 'public' modifier. |
53
|
| Line has trailing spaces. |
57
|
| Line is longer than 80 characters. |
57
|
| Line has trailing spaces. |
60
|
| Line has trailing spaces. |
63
|
| Redundant 'public' modifier. |
63
|
| Expected @param tag for 'locale'. |
63
|
| Line has trailing spaces. |
67
|
| Redundant 'public' modifier. |
70
|
org/apache/pluto/om/common/ObjectID.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
27
|
org/apache/pluto/om/common/Parameter.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
44
|
| Redundant 'public' modifier. |
47
|
| Line has trailing spaces. |
52
|
| Redundant 'public' modifier. |
55
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
63
|
| Expected @param tag for 'locale'. |
63
|
org/apache/pluto/om/common/ParameterCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
39
|
| Redundant 'public' modifier. |
42
|
| Line has trailing spaces. |
46
|
| Redundant 'public' modifier. |
49
|
| Line has trailing spaces. |
53
|
| Redundant 'public' modifier. |
56
|
org/apache/pluto/om/common/ParameterSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
41
|
| Redundant 'public' modifier. |
44
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
| Expected @param tag for 'name'. |
52
|
org/apache/pluto/om/common/ParameterSetCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
43
|
| Redundant 'public' modifier. |
46
|
| Line has trailing spaces. |
51
|
| Line has trailing spaces. |
53
|
| Redundant 'public' modifier. |
56
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
63
|
org/apache/pluto/om/common/Preference.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
24
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
39
|
| Redundant 'public' modifier. |
42
|
| Line has trailing spaces. |
46
|
| Redundant 'public' modifier. |
49
|
| Line has trailing spaces. |
53
|
| Redundant 'public' modifier. |
56
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
63
|
org/apache/pluto/om/common/PreferenceCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
24
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
39
|
| Redundant 'public' modifier. |
42
|
| Line has trailing spaces. |
46
|
| Redundant 'public' modifier. |
49
|
| Line has trailing spaces. |
53
|
| Redundant 'public' modifier. |
56
|
org/apache/pluto/om/common/PreferenceSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
41
|
| Redundant 'public' modifier. |
44
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
| Expected @param tag for 'name'. |
52
|
| Line has trailing spaces. |
53
|
| Line has trailing spaces. |
56
|
| Redundant 'public' modifier. |
59
|
org/apache/pluto/om/common/PreferenceSetCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
27
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
45
|
| Redundant 'public' modifier. |
48
|
| Line has trailing spaces. |
54
|
| Line has trailing spaces. |
56
|
| Redundant 'public' modifier. |
59
|
| Line has trailing spaces. |
63
|
| Redundant 'public' modifier. |
66
|
org/apache/pluto/om/common/SecurityRole.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
31
|
| '{' should be on a new line. |
33
|
| Line has trailing spaces. |
37
|
| Redundant 'public' modifier. |
40
|
| Line has trailing spaces. |
44
|
| Redundant 'public' modifier. |
47
|
org/apache/pluto/om/common/SecurityRoleRef.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
| Line has trailing spaces. |
56
|
| Redundant 'public' modifier. |
59
|
| Expected @param tag for 'locale'. |
59
|
org/apache/pluto/om/common/SecurityRoleRefCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
40
|
| Redundant 'public' modifier. |
43
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
50
|
| Line has trailing spaces. |
54
|
| Redundant 'public' modifier. |
57
|
org/apache/pluto/om/common/SecurityRoleRefSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
40
|
| Redundant 'public' modifier. |
43
|
| Expected @param tag for 'name'. |
43
|
org/apache/pluto/om/common/SecurityRoleRefSetCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
40
|
| Redundant 'public' modifier. |
43
|
| Line has trailing spaces. |
48
|
| Line has trailing spaces. |
50
|
| Redundant 'public' modifier. |
53
|
| Line has trailing spaces. |
57
|
| Redundant 'public' modifier. |
60
|
org/apache/pluto/om/common/SecurityRoleSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Expected @param tag for 'name'. |
45
|
org/apache/pluto/om/common/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/om/entity/PortletApplicationEntity.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
29
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
45
|
| Redundant 'public' modifier. |
48
|
| Line has trailing spaces. |
52
|
| Redundant 'public' modifier. |
55
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
63
|
org/apache/pluto/om/entity/PortletApplicationEntityList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
26
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
42
|
| Line is longer than 80 characters. |
43
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
50
|
| Line has trailing spaces. |
52
|
| Redundant 'public' modifier. |
53
|
| Expected @param tag for 'id'. |
53
|
org/apache/pluto/om/entity/PortletApplicationEntityListCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
36
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
39
|
| Redundant 'public' modifier. |
42
|
org/apache/pluto/om/entity/PortletEntity.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
32
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
50
|
| Line has trailing spaces. |
55
|
| Redundant 'public' modifier. |
58
|
| Line has trailing spaces. |
63
|
| Redundant 'public' modifier. |
66
|
| Line has trailing spaces. |
71
|
| Redundant 'public' modifier. |
74
|
| Line has trailing spaces. |
79
|
| Redundant 'public' modifier. |
82
|
| Line has trailing spaces. |
83
|
| Line has trailing spaces. |
85
|
| Line has trailing spaces. |
87
|
| Redundant 'public' modifier. |
90
|
| Expected @param tag for 'locale'. |
90
|
org/apache/pluto/om/entity/PortletEntityCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
26
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
50
|
| Redundant 'public' modifier. |
53
|
| Line has trailing spaces. |
57
|
| Redundant 'public' modifier. |
61
|
| Line has trailing spaces. |
66
|
| Redundant 'public' modifier. |
70
|
org/apache/pluto/om/entity/PortletEntityList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
26
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
50
|
| Line has trailing spaces. |
52
|
| Redundant 'public' modifier. |
53
|
| Expected @param tag for 'id'. |
53
|
org/apache/pluto/om/entity/PortletEntityListCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
36
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
40
|
| Line is longer than 80 characters. |
43
|
| Redundant 'public' modifier. |
43
|
org/apache/pluto/om/entity/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/om/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/om/portlet/ContentType.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
| Line contains a tab character. |
54
|
| Line is longer than 80 characters. |
55
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Redundant 'public' modifier. |
58
|
| Expected @param tag for 'portletMode'. |
58
|
org/apache/pluto/om/portlet/ContentTypeSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
39
|
| Redundant 'public' modifier. |
42
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
50
|
| Expected @param tag for 'contentType'. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Expected an @return tag. |
56
|
| Line contains a tab character. |
56
|
| Redundant 'public' modifier. |
56
|
| Expected @param tag for 'portletMode'. |
56
|
org/apache/pluto/om/portlet/PortletApplicationDefinition.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
43
|
| Redundant 'public' modifier. |
46
|
| Line has trailing spaces. |
51
|
| Redundant 'public' modifier. |
54
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
63
|
| Line has trailing spaces. |
68
|
| Redundant 'public' modifier. |
71
|
| Line has trailing spaces. |
72
|
org/apache/pluto/om/portlet/PortletApplicationDefinitionList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
26
|
| Line has trailing spaces. |
32
|
| Line is longer than 80 characters. |
35
|
| Line has trailing spaces. |
42
|
| Line is longer than 80 characters. |
43
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
50
|
| Redundant 'public' modifier. |
53
|
| Expected @param tag for 'id'. |
53
|
org/apache/pluto/om/portlet/PortletDefinition.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
43
|
| Redundant 'public' modifier. |
55
|
| Line has trailing spaces. |
59
|
| Redundant 'public' modifier. |
62
|
| Line has trailing spaces. |
67
|
| Redundant 'public' modifier. |
70
|
| Line has trailing spaces. |
75
|
| Redundant 'public' modifier. |
78
|
| Expected @param tag for 'locale'. |
78
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
82
|
| Redundant 'public' modifier. |
85
|
| Line has trailing spaces. |
90
|
| Redundant 'public' modifier. |
93
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
97
|
| Redundant 'public' modifier. |
100
|
| Line has trailing spaces. |
105
|
| Redundant 'public' modifier. |
108
|
| Line has trailing spaces. |
112
|
| Redundant 'public' modifier. |
115
|
| Line has trailing spaces. |
120
|
| Redundant 'public' modifier. |
123
|
| Line has trailing spaces. |
127
|
| Line has trailing spaces. |
128
|
| Redundant 'public' modifier. |
131
|
| Line has trailing spaces. |
137
|
| Redundant 'public' modifier. |
140
|
| Expected @param tag for 'locale'. |
140
|
| Line has trailing spaces. |
144
|
| Redundant 'public' modifier. |
147
|
| Line has trailing spaces. |
151
|
| Redundant 'public' modifier. |
156
|
org/apache/pluto/om/portlet/PortletDefinitionCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
| Line has trailing spaces. |
56
|
| Redundant 'public' modifier. |
59
|
| Line has trailing spaces. |
63
|
| Redundant 'public' modifier. |
66
|
| Line has trailing spaces. |
70
|
| Redundant 'public' modifier. |
73
|
| Line has trailing spaces. |
78
|
| Redundant 'public' modifier. |
81
|
| Expected @param tag for 'loader'. |
81
|
| Line has trailing spaces. |
85
|
| Redundant 'public' modifier. |
89
|
org/apache/pluto/om/portlet/PortletDefinitionList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
26
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
50
|
| Redundant 'public' modifier. |
53
|
| Expected @param tag for 'id'. |
53
|
org/apache/pluto/om/portlet/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/om/servlet/ServletDefinition.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
52
|
| Redundant 'public' modifier. |
55
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
63
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
68
|
| Redundant 'public' modifier. |
71
|
| Expected @param tag for 'locale'. |
71
|
| Line has trailing spaces. |
76
|
| Redundant 'public' modifier. |
79
|
| Expected @param tag for 'locale'. |
79
|
| Line has trailing spaces. |
84
|
| Redundant 'public' modifier. |
87
|
| Line has trailing spaces. |
92
|
| Redundant 'public' modifier. |
95
|
| Line has trailing spaces. |
100
|
| Redundant 'public' modifier. |
103
|
| Line has trailing spaces. |
107
|
| Line is longer than 80 characters. |
112
|
| Redundant 'public' modifier. |
112
|
| Line is longer than 80 characters. |
116
|
| Line is longer than 80 characters. |
117
|
| Line has trailing spaces. |
119
|
| Redundant 'public' modifier. |
122
|
| Line has trailing spaces. |
123
|
| Line has trailing spaces. |
126
|
| Redundant 'public' modifier. |
129
|
org/apache/pluto/om/servlet/ServletDefinitionCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
40
|
| Redundant 'public' modifier. |
43
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
50
|
| Line has trailing spaces. |
54
|
| Redundant 'public' modifier. |
57
|
| Line has trailing spaces. |
61
|
| Redundant 'public' modifier. |
64
|
| Line has trailing spaces. |
68
|
| Redundant 'public' modifier. |
71
|
| Line has trailing spaces. |
72
|
| Redundant 'public' modifier. |
79
|
org/apache/pluto/om/servlet/ServletDefinitionList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
25
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
41
|
| Redundant 'public' modifier. |
44
|
| Line has trailing spaces. |
48
|
| Redundant 'public' modifier. |
51
|
| Expected @param tag for 'name'. |
51
|
org/apache/pluto/om/servlet/ServletDefinitionListCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
31
|
| Line is longer than 80 characters. |
35
|
| Line has trailing spaces. |
41
|
| Line has trailing spaces. |
44
|
| Redundant 'public' modifier. |
47
|
| Line has trailing spaces. |
52
|
| Line has trailing spaces. |
54
|
| Redundant 'public' modifier. |
57
|
| Line has trailing spaces. |
61
|
| Redundant 'public' modifier. |
64
|
org/apache/pluto/om/servlet/WebApplicationDefinition.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
53
|
| Redundant 'public' modifier. |
56
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
61
|
| Redundant 'public' modifier. |
64
|
| Expected @param tag for 'locale'. |
64
|
| Line has trailing spaces. |
67
|
| Line has trailing spaces. |
69
|
| Redundant 'public' modifier. |
72
|
| Expected @param tag for 'locale'. |
72
|
| Line has trailing spaces. |
77
|
| Redundant 'public' modifier. |
80
|
| Line has trailing spaces. |
85
|
| Redundant 'public' modifier. |
88
|
| Line has trailing spaces. |
93
|
| Line has trailing spaces. |
96
|
| Redundant 'public' modifier. |
99
|
| Line has trailing spaces. |
104
|
| Redundant 'public' modifier. |
107
|
| Line has trailing spaces. |
108
|
| Line has trailing spaces. |
112
|
| Line has trailing spaces. |
113
|
| Redundant 'public' modifier. |
115
|
| Line has trailing spaces. |
116
|
org/apache/pluto/om/servlet/WebApplicationDefinitionList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
25
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
40
|
| Line is longer than 80 characters. |
41
|
| Redundant 'public' modifier. |
43
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
50
|
| Expected @param tag for 'id'. |
50
|
org/apache/pluto/om/servlet/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/om/window/PortletWindow.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
29
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
37
|
| '{' should be on a new line. |
39
|
| Line has trailing spaces. |
45
|
| Line has trailing spaces. |
48
|
| Redundant 'public' modifier. |
48
|
| Line has trailing spaces. |
53
|
| Redundant 'public' modifier. |
56
|
org/apache/pluto/om/window/PortletWindowCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
27
|
| Line is longer than 80 characters. |
28
|
| Line has trailing spaces. |
34
|
| '{' should be on a new line. |
37
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
52
|
org/apache/pluto/om/window/PortletWindowList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
35
|
| '{' should be on a new line. |
37
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
43
|
| Redundant 'public' modifier. |
46
|
| Line has trailing spaces. |
51
|
| Line has trailing spaces. |
53
|
| Redundant 'public' modifier. |
54
|
| Expected @param tag for 'id'. |
54
|
org/apache/pluto/om/window/PortletWindowListCtrl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
33
|
| '{' should be on a new line. |
36
|
| Line has trailing spaces. |
41
|
| Redundant 'public' modifier. |
44
|
| Line has trailing spaces. |
48
|
| Redundant 'public' modifier. |
51
|
org/apache/pluto/om/window/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/ActionRequestWrapper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| Line has trailing spaces. |
25
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
30
|
| Parameter actionRequest should be final. |
32
|
| Expected @param tag for 'actionRequest'. |
32
|
| Line has trailing spaces. |
36
|
| Line has trailing spaces. |
42
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
43
|
| Method 'getPortletInputStream' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Line has trailing spaces. |
48
|
| Method 'setCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter enc should be final. |
48
|
| Method 'getReader' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Redundant throws: 'java.io.UnsupportedEncodingException' is subclass of 'java.io.IOException'. |
55
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
59
|
| Method 'getCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Line has trailing spaces. |
74
|
| Line is longer than 80 characters. |
75
|
| Line has trailing spaces. |
76
|
| Line is longer than 80 characters. |
77
|
| Expected an @return tag. |
81
|
| Method 'getActionRequest' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Line is longer than 80 characters. |
86
|
org/apache/pluto/portlet/ActionResponseWrapper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
31
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
36
|
| Parameter actionResponse should be final. |
38
|
| Expected @param tag for 'actionResponse'. |
38
|
| Line has trailing spaces. |
42
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
49
|
| Method 'setWindowState' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter windowState should be final. |
49
|
| Line is longer than 80 characters. |
54
|
| Method 'setPortletMode' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter portletMode should be final. |
54
|
| Line has trailing spaces. |
56
|
| Method 'sendRedirect' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter location should be final. |
59
|
| Line has trailing spaces. |
60
|
| Method 'setRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter parameters should be final. |
64
|
| Method 'setRenderParameter' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter key should be final. |
69
|
| Parameter value should be final. |
69
|
| Method 'setRenderParameter' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter key should be final. |
74
|
| Parameter values should be final. |
74
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
81
|
| Expected an @return tag. |
85
|
| Method 'getActionResponse' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Line is longer than 80 characters. |
90
|
org/apache/pluto/portlet/PortletRequestWrapper.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
31
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
32
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
37
|
| Parameter portletRequest should be final. |
39
|
| Expected @param tag for 'portletRequest'. |
39
|
| 'cast' is not followed by whitespace. |
41
|
| Line has trailing spaces. |
43
|
| Line is longer than 80 characters. |
49
|
| Method 'isWindowStateAllowed' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter state should be final. |
50
|
| Line has trailing spaces. |
54
|
| Method 'isPortletModeAllowed' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter mode should be final. |
55
|
| Method 'getPortletMode' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'getWindowState' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Line has trailing spaces. |
69
|
| Method 'getPreferences' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Line has trailing spaces. |
74
|
| Method 'getPortletSession' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Method 'getPortletSession' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter create should be final. |
80
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter name should be final. |
85
|
| Line has trailing spaces. |
87
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter name should be final. |
90
|
| Method 'getPropertyNames' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Method 'getPortalContext' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Method 'getAuthType' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Method 'getContextPath' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Method 'getRemoteUser' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Method 'getUserPrincipal' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Method 'isUserInRole' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Parameter role should be final. |
125
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Missing a Javadoc comment. |
130
|
| Parameter name should be final. |
130
|
| Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Missing a Javadoc comment. |
135
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Parameter name should be final. |
140
|
| Line has trailing spaces. |
144
|
| Method 'getParameterNames' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Line has trailing spaces. |
149
|
| Method 'getParameterValues' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Parameter name should be final. |
150
|
| Method 'getParameterMap' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| Method 'isSecure' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Missing a Javadoc comment. |
160
|
| Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Missing a Javadoc comment. |
165
|
| Parameter name should be final. |
165
|
| Parameter o should be final. |
165
|
| ',' is not followed by whitespace. |
167
|
| Line has trailing spaces. |
169
|
| Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Missing a Javadoc comment. |
170
|
| Parameter name should be final. |
170
|
| Line has trailing spaces. |
174
|
| Method 'getRequestedSessionId' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Missing a Javadoc comment. |
175
|
| Method 'isRequestedSessionIdValid' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Missing a Javadoc comment. |
180
|
| Line has trailing spaces. |
184
|
| Method 'getResponseContentType' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Missing a Javadoc comment. |
185
|
| Line has trailing spaces. |
189
|
| Method 'getResponseContentTypes' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Missing a Javadoc comment. |
190
|
| Line has trailing spaces. |
194
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
195
|
| Missing a Javadoc comment. |
195
|
| Line has trailing spaces. |
199
|
| Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Missing a Javadoc comment. |
200
|
| Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Missing a Javadoc comment. |
205
|
| Line has trailing spaces. |
209
|
| Method 'getServerName' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Missing a Javadoc comment. |
210
|
| Line has trailing spaces. |
214
|
| Method 'getServerPort' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Missing a Javadoc comment. |
215
|
| Line is longer than 80 characters. |
220
|
| Line has trailing spaces. |
221
|
| Line is longer than 80 characters. |
222
|
| Expected an @return tag. |
226
|
| Method 'getPortletRequest' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Line has trailing spaces. |
230
|
| Line has trailing spaces. |
232
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
233
|
| Method 'setRequest' is not designed for extension - needs to be abstract, final or empty. |
235
|
| Parameter request should be final. |
235
|
| Expected @param tag for 'request'. |
235
|
| Line has trailing spaces. |
237
|
| Line has trailing spaces. |
240
|
| 'cast' is not followed by whitespace. |
241
|
| Line is longer than 80 characters. |
243
|
org/apache/pluto/portlet/PortletResponseWrapper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
24
|
| Line is longer than 80 characters. |
24
|
| Missing a Javadoc comment. |
24
|
| Line has trailing spaces. |
25
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
30
|
| Parameter portletResponse should be final. |
32
|
| Expected @param tag for 'portletResponse'. |
32
|
| 'cast' is not followed by whitespace. |
34
|
| Line has trailing spaces. |
36
|
| Line is longer than 80 characters. |
42
|
| Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter key should be final. |
43
|
| Parameter value should be final. |
43
|
| Line has trailing spaces. |
47
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter key should be final. |
48
|
| Parameter value should be final. |
48
|
| Method 'encodeURL' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter path should be final. |
53
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
59
|
| Expected an @return tag. |
63
|
| Method 'getPortletResponse' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Line has trailing spaces. |
69
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
70
|
| Method 'setResponse' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter response should be final. |
72
|
| Expected @param tag for 'response'. |
72
|
| Line has trailing spaces. |
74
|
| 'cast' is not followed by whitespace. |
78
|
| Line is longer than 80 characters. |
80
|
org/apache/pluto/portlet/PortletUtils.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
39
|
| Utility classes should not have a public or default constructor. |
39
|
| Missing a Javadoc comment. |
43
|
| Parameter request should be final. |
43
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
49
|
| Parameter request should be final. |
49
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
56
|
| Parameter response should be final. |
56
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
62
|
| Parameter response should be final. |
62
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter config should be final. |
69
|
| Line is longer than 80 characters. |
71
|
| Missing a Javadoc comment. |
75
|
| Parameter config should be final. |
75
|
| Line is longer than 80 characters. |
77
|
| Line is longer than 80 characters. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter context should be final. |
82
|
| Line is longer than 80 characters. |
84
|
| Line is longer than 80 characters. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter context should be final. |
88
|
| Line is longer than 80 characters. |
90
|
org/apache/pluto/portlet/RenderRequestWrapper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
24
|
| Missing a Javadoc comment. |
24
|
| Line has trailing spaces. |
25
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
30
|
| Parameter renderRequest should be final. |
32
|
| Expected @param tag for 'renderRequest'. |
32
|
| Line has trailing spaces. |
36
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
44
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
46
|
| Expected an @return tag. |
50
|
| Method 'getRenderRequest' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line is longer than 80 characters. |
55
|
org/apache/pluto/portlet/RenderResponseWrapper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
28
|
| Missing a Javadoc comment. |
28
|
| Line has trailing spaces. |
29
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
33
|
| Parameter renderResponse should be final. |
35
|
| Expected @param tag for 'renderResponse'. |
35
|
| Line has trailing spaces. |
39
|
| Line is longer than 80 characters. |
45
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Line has trailing spaces. |
50
|
| Method 'createRenderURL' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Method 'createActionURL' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Line has trailing spaces. |
60
|
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter title should be final. |
66
|
| Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter type should be final. |
71
|
| Method 'getCharacterEncoding' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Line has trailing spaces. |
80
|
| Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Line has trailing spaces. |
90
|
| Method 'setBufferSize' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Parameter size should be final. |
91
|
| Line has trailing spaces. |
95
|
| Method 'getBufferSize' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Line has trailing spaces. |
100
|
| Method 'flushBuffer' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Line has trailing spaces. |
105
|
| Method 'resetBuffer' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| Line has trailing spaces. |
110
|
| Method 'isCommitted' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Line has trailing spaces. |
115
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Line has trailing spaces. |
120
|
| Line has trailing spaces. |
121
|
| Method 'getPortletOutputStream' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
127
|
| Expected an @return tag. |
131
|
| Method 'getRenderResponse' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Line is longer than 80 characters. |
135
|
org/apache/pluto/portlet/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/services/ContainerService.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
24
|
org/apache/pluto/services/PortletContainerEnvironment.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
org/apache/pluto/services/factory/FactoryManager.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Utility classes should not have a public or default constructor. |
31
|
| Missing a Javadoc comment. |
35
|
| Parameter theClass should be final. |
35
|
| Missing a Javadoc comment. |
40
|
| Line is longer than 80 characters. |
42
|
| 'return' is not followed by whitespace. |
42
|
| 'cast' is not followed by whitespace. |
42
|
org/apache/pluto/services/factory/FactoryManagerService.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| '{' should be on a new line. |
33
|
| Redundant 'public' modifier. |
45
|
org/apache/pluto/services/factory/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/services/information/DynamicInformationProvider.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
26
|
| Redundant 'public' modifier. |
41
|
| Line has trailing spaces. |
49
|
| Line has trailing spaces. |
51
|
| Redundant 'public' modifier. |
52
|
| Line has trailing spaces. |
58
|
| Line is longer than 80 characters. |
61
|
| Redundant 'public' modifier. |
61
|
| Line has trailing spaces. |
64
|
| Line has trailing spaces. |
68
|
| Line is longer than 80 characters. |
71
|
| Redundant 'public' modifier. |
71
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
80
|
| Redundant 'public' modifier. |
80
|
| Redundant 'public' modifier. |
88
|
| Redundant 'public' modifier. |
96
|
| Redundant 'public' modifier. |
107
|
| Redundant 'public' modifier. |
119
|
org/apache/pluto/services/information/InformationProviderAccess.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| Utility classes should not have a public or default constructor. |
24
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
27
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter request should be final. |
32
|
| Missing a Javadoc comment. |
37
|
| Line is longer than 80 characters. |
39
|
| 'cast' is not followed by whitespace. |
39
|
| Line has trailing spaces. |
42
|
org/apache/pluto/services/information/InformationProviderService.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
31
|
org/apache/pluto/services/information/PortalContextProvider.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
38
|
| Unused @throws tag for 'java.lang.IllegalArgumentException'. |
38
|
| Line contains a tab character. |
38
|
| Redundant 'public' modifier. |
42
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
52
|
| Line has trailing spaces. |
56
|
| Line has trailing spaces. |
64
|
| Redundant 'public' modifier. |
65
|
| Redundant 'public' modifier. |
78
|
| Line has trailing spaces. |
86
|
| Line has trailing spaces. |
87
|
| Line is longer than 80 characters. |
88
|
| Redundant 'public' modifier. |
91
|
org/apache/pluto/services/information/PortletActionProvider.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| '{' should be on a new line. |
29
|
| Line is longer than 80 characters. |
35
|
| Redundant 'public' modifier. |
37
|
| Line is longer than 80 characters. |
42
|
| Redundant 'public' modifier. |
44
|
org/apache/pluto/services/information/PortletURLProvider.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
27
|
| Line has trailing spaces. |
35
|
| Redundant 'public' modifier. |
38
|
| Line has trailing spaces. |
44
|
| Redundant 'public' modifier. |
47
|
| Redundant 'public' modifier. |
55
|
| Line has trailing spaces. |
59
|
| Redundant 'public' modifier. |
61
|
| Redundant 'public' modifier. |
66
|
| Line has trailing spaces. |
71
|
| Line is longer than 80 characters. |
72
|
| Redundant 'public' modifier. |
74
|
| Line is longer than 80 characters. |
78
|
| Line has trailing spaces. |
79
|
| Redundant 'public' modifier. |
82
|
org/apache/pluto/services/information/ResourceURLProvider.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
19
|
| Line has trailing spaces. |
24
|
| Line has trailing spaces. |
26
|
| Redundant 'public' modifier. |
29
|
| Line has trailing spaces. |
30
|
| Line contains a tab character. |
30
|
| Line has trailing spaces. |
34
|
| Redundant 'public' modifier. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
45
|
org/apache/pluto/services/information/StaticInformationProvider.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
19
|
| Line has trailing spaces. |
31
|
| Redundant 'public' modifier. |
37
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
45
|
| Redundant 'public' modifier. |
48
|
org/apache/pluto/services/information/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/services/log/LogService.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| '{' should be on a new line. |
29
|
org/apache/pluto/services/log/Logger.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Missing a Javadoc comment. |
38
|
| Redundant 'public' modifier. |
38
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
| Missing a Javadoc comment. |
40
|
| Redundant 'public' modifier. |
40
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Missing a Javadoc comment. |
42
|
| Redundant 'public' modifier. |
42
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Missing a Javadoc comment. |
44
|
| Redundant 'public' modifier. |
44
|
org/apache/pluto/services/log/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/services/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/services/property/PropertyManager.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Utility classes should not have a public or default constructor. |
36
|
| Missing a Javadoc comment. |
40
|
| Parameter window should be final. |
40
|
| Parameter request should be final. |
41
|
| Parameter response should be final. |
42
|
| Parameter properties should be final. |
43
|
| Line is longer than 80 characters. |
47
|
| '(' is followed by whitespace. |
47
|
| Missing a Javadoc comment. |
51
|
| Parameter window should be final. |
51
|
| Parameter request should be final. |
52
|
| '(' is followed by whitespace. |
59
|
| Missing a Javadoc comment. |
62
|
| Line is longer than 80 characters. |
64
|
| 'return' is not followed by whitespace. |
64
|
| 'cast' is not followed by whitespace. |
64
|
org/apache/pluto/services/property/PropertyManagerService.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
36
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
43
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
48
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
56
|
| Line has trailing spaces. |
62
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
70
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
80
|
| Redundant 'public' modifier. |
81
|
org/apache/pluto/services/property/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/services/title/DynamicTitle.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
30
|
| Missing a Javadoc comment. |
34
|
| Parameter window should be final. |
34
|
| Parameter request should be final. |
35
|
| Parameter dynamicTitle should be final. |
36
|
| '(' is followed by whitespace. |
40
|
| Missing a Javadoc comment. |
44
|
| Line is longer than 80 characters. |
46
|
| 'return' is not followed by whitespace. |
46
|
| 'cast' is not followed by whitespace. |
46
|
org/apache/pluto/services/title/DynamicTitleService.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
39
|
| Line is longer than 80 characters. |
40
|
| Redundant 'public' modifier. |
42
|
| Expected @param tag for 'request'. |
43
|
org/apache/pluto/services/title/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/tags/ActionURLTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
23
|
| Line is longer than 80 characters. |
39
|
| Line has trailing spaces. |
40
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| '{' should be on a new line. |
49
|
| Line is longer than 80 characters. |
54
|
| 'cast' is not followed by whitespace. |
54
|
org/apache/pluto/tags/BasicURLTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
42
|
| Method 'getVariableInfo' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter tagData should be final. |
44
|
| Array brackets at illegal position. |
46
|
| 'var' hides a field. |
47
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
57
|
| Name 'portletMode' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
57
|
| Variable 'portletMode' must be private and have accessor methods. |
57
|
| Missing a Javadoc comment. |
58
|
| Name 'secure' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
58
|
| Variable 'secure' must be private and have accessor methods. |
58
|
| Missing a Javadoc comment. |
59
|
| Name 'secureBoolean' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
59
|
| Variable 'secureBoolean' must be private and have accessor methods. |
59
|
| Missing a Javadoc comment. |
60
|
| Name 'windowState' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
60
|
| Variable 'windowState' must be private and have accessor methods. |
60
|
| Missing a Javadoc comment. |
61
|
| Name 'url' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
61
|
| Variable 'url' must be private and have accessor methods. |
61
|
| Missing a Javadoc comment. |
62
|
| Name 'var' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
62
|
| Variable 'var' must be private and have accessor methods. |
62
|
| Expected @throws tag for 'JspException'. |
68
|
| Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Expected @throws tag for 'JspException'. |
74
|
| '{' should be on a new line. |
74
|
| Line has trailing spaces. |
80
|
| Line is longer than 80 characters. |
85
|
| '}' should be alone on a line. |
87
|
| '{' should be on a new line. |
87
|
| Line is longer than 80 characters. |
88
|
| Method 'getPortletMode' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Method 'getSecure' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Method 'getSecureBoolean' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'getWindowState' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Method 'getVar' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Method 'setPortletMode' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter portletMode should be final. |
148
|
| 'portletMode' hides a field. |
148
|
| Method 'setSecure' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter secure should be final. |
157
|
| 'secure' hides a field. |
157
|
| Expected @param tag for 'secure'. |
157
|
| Method 'setWindowState' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Parameter windowState should be final. |
167
|
| 'windowState' hides a field. |
167
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Parameter url should be final. |
176
|
| 'url' hides a field. |
176
|
| Method 'setVar' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Parameter var should be final. |
185
|
| 'var' hides a field. |
185
|
org/apache/pluto/tags/DefineObjectsTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Expected @throws tag for 'JspException'. |
55
|
| Line is longer than 80 characters. |
57
|
| 'cast' is not followed by whitespace. |
57
|
| Line is longer than 80 characters. |
58
|
| 'cast' is not followed by whitespace. |
58
|
| Line is longer than 80 characters. |
59
|
| 'cast' is not followed by whitespace. |
59
|
| Line is longer than 80 characters. |
61
|
| Missing a Javadoc comment. |
85
|
| Method 'getVariableInfo' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter tagData should be final. |
88
|
org/apache/pluto/tags/NamespaceTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| '{' should be on a new line. |
43
|
| Line is longer than 80 characters. |
44
|
| 'cast' is not followed by whitespace. |
44
|
| Line is longer than 80 characters. |
54
|
org/apache/pluto/tags/ParamTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
40
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name 'value' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
41
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Expected @throws tag for 'JspException'. |
47
|
| Line is longer than 80 characters. |
49
|
| 'cast' is not followed by whitespace. |
49
|
| Line is longer than 80 characters. |
52
|
| ',' is not followed by whitespace. |
58
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter name should be final. |
90
|
| 'name' hides a field. |
90
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter value should be final. |
99
|
| 'value' hides a field. |
99
|
org/apache/pluto/tags/RenderURLTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
23
|
| Line is longer than 80 characters. |
39
|
| Line has trailing spaces. |
40
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| '{' should be on a new line. |
50
|
| Line is longer than 80 characters. |
55
|
| 'cast' is not followed by whitespace. |
55
|
org/apache/pluto/tags/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/util/Enumerator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
39
|
| Name 'iterator' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Parameter collection should be final. |
47
|
| Parameter iterator should be final. |
59
|
| 'iterator' hides a field. |
59
|
| Parameter map should be final. |
71
|
| Line has trailing spaces. |
81
|
| 'return' is not followed by whitespace. |
87
|
| Redundant throws: 'NoSuchElementException' is unchecked exception. |
98
|
| '{' should be on a new line. |
98
|
| 'return' is not followed by whitespace. |
99
|
org/apache/pluto/util/NamespaceMapper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
org/apache/pluto/util/NamespaceMapperAccess.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
25
|
| Utility classes should not have a public or default constructor. |
25
|
| Missing a Javadoc comment. |
28
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
33
|
| Line is longer than 80 characters. |
34
|
| 'cast' is not followed by whitespace. |
34
|
org/apache/pluto/util/ObjectIDAccess.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
23
|
| Utility classes should not have a public or default constructor. |
23
|
| Missing a Javadoc comment. |
26
|
| Parameter id should be final. |
26
|
| Missing a Javadoc comment. |
31
|
| Line is longer than 80 characters. |
33
|
| 'cast' is not followed by whitespace. |
33
|
org/apache/pluto/util/PrintWriterServletOutputStream.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
4
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
10
|
| Line has trailing spaces. |
17
|
| Name 'mPrintWriter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
41
|
| Variable 'mPrintWriter' must be private and have accessor methods. |
41
|
| Name 'characterEncoding' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
46
|
| Parameter pO should be final. |
56
|
| Expected @param tag for 'pO'. |
56
|
| Missing a Javadoc comment. |
61
|
| Parameter pw should be final. |
61
|
| Parameter encoding should be final. |
61
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter pVal should be final. |
74
|
| Expected @param tag for 'pVal'. |
74
|
| Expected @throws tag for 'IOException'. |
74
|
| Line has trailing spaces. |
81
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter pBuf should be final. |
85
|
| Line has trailing spaces. |
94
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter pBuf should be final. |
100
|
| Parameter pOffset should be final. |
100
|
| Parameter pLength should be final. |
100
|
| 'if' is not followed by whitespace. |
103
|
| '{' should be on a new line. |
103
|
| '{' should be on a new line. |
104
|
| 'catch' is not followed by whitespace. |
107
|
| '{' should be on a new line. |
107
|
| Must have at least one statement. |
107
|
| 'if' is not followed by whitespace. |
112
|
| '{' should be on a new line. |
112
|
| Method 'flush' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Line has trailing spaces. |
131
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Line has trailing spaces. |
140
|
| Line has trailing spaces. |
142
|
| Method 'print' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter pVal should be final. |
146
|
| Line has trailing spaces. |
152
|
| Line has trailing spaces. |
154
|
| Method 'println' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Parameter pVal should be final. |
158
|
| Line has trailing spaces. |
164
|
| Line has trailing spaces. |
166
|
| Line has trailing spaces. |
168
|
| Method 'println' is not designed for extension - needs to be abstract, final or empty. |
170
|
org/apache/pluto/util/StringUtils.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Utility classes should not have a public or default constructor. |
31
|
| Missing a Javadoc comment. |
34
|
| Variable 'dontNeedEncoding' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'caseDiff' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
35
|
| '256' is a magic number. |
41
|
| Line is longer than 80 characters. |
65
|
| Name 'lineSeparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
65
|
| Parameter aClass should be final. |
78
|
| Line is longer than 80 characters. |
82
|
| 'return' is not followed by whitespace. |
94
|
| Parameter aClass should be final. |
107
|
| Line is longer than 80 characters. |
111
|
| 'return' is not followed by whitespace. |
123
|
| Parameter aRoot should be final. |
137
|
| Parameter aPath should be final. |
137
|
| Line is longer than 80 characters. |
141
|
| '||' should be on a new line. |
146
|
| '||' should be on a new line. |
147
|
| Line is longer than 80 characters. |
156
|
| '!' is followed by whitespace. |
161
|
| '&&' should be on a new line. |
161
|
| '!' is followed by whitespace. |
162
|
| Parameter aValue should be final. |
189
|
| '||' should be on a new line. |
195
|
| '||' should be on a new line. |
196
|
| '||' should be on a new line. |
197
|
| '||' should be on a new line. |
202
|
| '||' should be on a new line. |
203
|
| '||' should be on a new line. |
204
|
| 'return' is not followed by whitespace. |
211
|
| Line is longer than 80 characters. |
219
|
| Parameter source should be final. |
223
|
| Parameter pattern should be final. |
223
|
| Parameter replace should be final. |
223
|
| '||' should be on a new line. |
225
|
| '=' is not preceded with whitespace. |
239
|
| '=' is not followed by whitespace. |
239
|
| '=' is not preceded with whitespace. |
239
|
| '=' is not followed by whitespace. |
239
|
| ',' is not followed by whitespace. |
243
|
| '{' should be on a new line. |
245
|
| '+' is not preceded with whitespace. |
249
|
| '+' is not followed by whitespace. |
249
|
| Missing a Javadoc comment. |
256
|
| Parameter buffer should be final. |
256
|
| Parameter indent should be final. |
256
|
| Missing a Javadoc comment. |
262
|
| Parameter buffer should be final. |
262
|
| Parameter indent should be final. |
262
|
| 'for' construct must use '{}'s. |
264
|
| '=' is not preceded with whitespace. |
264
|
| '=' is not followed by whitespace. |
264
|
| '<' is not preceded with whitespace. |
264
|
| '<' is not followed by whitespace. |
264
|
| Missing a Javadoc comment. |
267
|
| Parameter s should be final. |
267
|
| '10' is a magic number. |
269
|
| Line is longer than 80 characters. |
271
|
| 'cast' is not followed by whitespace. |
276
|
| 'cast' is not followed by whitespace. |
279
|
| '4' is a magic number. |
298
|
| '0xF' is a magic number. |
298
|
| '16' is a magic number. |
298
|
| '0xF' is a magic number. |
306
|
| '16' is a magic number. |
306
|
| Missing a Javadoc comment. |
320
|
| Parameter s should be final. |
320
|
| '=' is not preceded with whitespace. |
323
|
| '=' is not followed by whitespace. |
323
|
| '<' is not preceded with whitespace. |
323
|
| '<' is not followed by whitespace. |
323
|
| '+' is not preceded with whitespace. |
329
|
| '+' is not followed by whitespace. |
329
|
| '>=' is not preceded with whitespace. |
329
|
| '>=' is not followed by whitespace. |
329
|
| '+' is not preceded with whitespace. |
329
|
| '+' is not followed by whitespace. |
329
|
| '<=' is not preceded with whitespace. |
329
|
| '<=' is not followed by whitespace. |
329
|
| '&&' should be on a new line. |
329
|
| '+' is not preceded with whitespace. |
330
|
| '+' is not followed by whitespace. |
330
|
| '>=' is not preceded with whitespace. |
330
|
| '>=' is not followed by whitespace. |
330
|
| '+' is not preceded with whitespace. |
330
|
| '+' is not followed by whitespace. |
330
|
| '<=' is not preceded with whitespace. |
330
|
| '<=' is not followed by whitespace. |
330
|
| Line is longer than 80 characters. |
334
|
| 'cast' is not followed by whitespace. |
334
|
| '+' is not preceded with whitespace. |
334
|
| '+' is not followed by whitespace. |
334
|
| '+' is not preceded with whitespace. |
334
|
| '+' is not followed by whitespace. |
334
|
| '3' is a magic number. |
334
|
| '16' is a magic number. |
334
|
| Must have at least one statement. |
356
|
| Line has trailing spaces. |
362
|
| Missing a Javadoc comment. |
362
|
| Parameter source should be final. |
362
|
| 'if' construct must use '{}'s. |
364
|
| Line has trailing spaces. |
369
|
| Missing a Javadoc comment. |
372
|
| Parameter parameters should be final. |
372
|
| Line has trailing spaces. |
373
|
| '{' should be on a new line. |
375
|
| 'cast' is not followed by whitespace. |
376
|
| '{' should be on a new line. |
377
|
| Line is longer than 80 characters. |
378
|
| '{' should be on a new line. |
380
|
| Line has trailing spaces. |
382
|
| '}' should be alone on a line. |
382
|
| '{' should be on a new line. |
382
|
| Line is longer than 80 characters. |
383
|
| Line has trailing spaces. |
388
|
org/apache/pluto/util/WriterOutputStream.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
28
|
| Name 'writer' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Missing a Javadoc comment. |
29
|
| Name 'encoding' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
29
|
| Missing a Javadoc comment. |
31
|
| Parameter writer should be final. |
31
|
| 'writer' hides a field. |
31
|
| Parameter encoding should be final. |
31
|
| 'encoding' hides a field. |
31
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter b should be final. |
37
|
| '{' should be on a new line. |
37
|
| 'cast' is not followed by whitespace. |
39
|
org/apache/pluto/util/impl/NamespaceMapperFactoryImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
28
|
| Name 'namespaceMapper' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Line has trailing spaces. |
29
|
| Line is longer than 80 characters. |
30
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter config should be final. |
30
|
| Parameter properties should be final. |
30
|
| Line has trailing spaces. |
34
|
| Missing a Javadoc comment. |
35
|
| Method 'getNamespaceMapper' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
org/apache/pluto/util/impl/NamespaceMapperImpl.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'encode' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter ns should be final. |
35
|
| Parameter name should be final. |
35
|
| '50' is a magic number. |
37
|
| Method 'encode' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter ns1 should be final. |
45
|
| Parameter ns2 should be final. |
45
|
| Parameter name should be final. |
45
|
| '50' is a magic number. |
47
|
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter ns should be final. |
57
|
| Parameter name should be final. |
57
|
| '50' is a magic number. |
63
|
| Line is longer than 80 characters. |
73
|
org/apache/pluto/util/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/util/package.html
Error | Line |
| Missing package documentation file. | 0 |