Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
58 | 0 | 0 | 1780 |
Files
org/apache/pluto/core/impl/PreferencesValidatorImpl.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
|
| Missing a Javadoc comment. |
33
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter preferences should be final. |
37
|
| '=' is not preceded with whitespace. |
54
|
| '=' is not followed by whitespace. |
54
|
| '<' is not preceded with whitespace. |
54
|
| '<' is not followed by whitespace. |
54
|
| ';' is not followed by whitespace. |
54
|
| Line is longer than 80 characters. |
58
|
| '=' is not preceded with whitespace. |
62
|
| '=' is not followed by whitespace. |
62
|
| Line is longer than 80 characters. |
71
|
| ',' is not followed by whitespace. |
71
|
org/apache/pluto/core/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/portlet/TestConfig.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
28
|
| Missing a Javadoc comment. |
30
|
| Name 'testClassName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'displayURI' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'initParams' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'actionParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'renderParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
37
|
| '{' should be on a new line. |
37
|
| Method 'getTestClassName' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| '{' should be on a new line. |
41
|
| Method 'setTestClassName' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter testClassName should be final. |
45
|
| 'testClassName' hides a field. |
45
|
| '{' should be on a new line. |
45
|
| Method 'getName' 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
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter testName should be final. |
53
|
| '{' should be on a new line. |
53
|
| Method 'getDisplayURI' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| '{' should be on a new line. |
57
|
| Method 'setDisplayURI' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter displayURI should be final. |
61
|
| 'displayURI' hides a field. |
61
|
| '{' should be on a new line. |
61
|
| Method 'addInitParameter' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter parameter should be final. |
65
|
| Parameter value should be final. |
65
|
| '{' should be on a new line. |
65
|
| Method 'getInitParameters' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| '{' should be on a new line. |
69
|
| Method 'addActionParameter' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter parameter should be final. |
73
|
| Parameter value should be final. |
73
|
| '{' should be on a new line. |
73
|
| Method 'getActionParameters' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| '{' should be on a new line. |
77
|
| Method 'addRenderParameter' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter parameter should be final. |
81
|
| Parameter value should be final. |
81
|
| '{' should be on a new line. |
81
|
| Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| '{' should be on a new line. |
85
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| '{' should be on a new line. |
89
|
| '+' is not preceded with whitespace. |
90
|
| '+' is not followed by whitespace. |
90
|
| '+' is not preceded with whitespace. |
90
|
| '+' is not followed by whitespace. |
90
|
| '+' is not preceded with whitespace. |
90
|
| '+' is not followed by whitespace. |
90
|
org/apache/pluto/portalImpl/portlet/TestConfigFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
29
|
| Missing a Javadoc comment. |
31
|
| Name 'digester' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
33
|
| '{' should be on a new line. |
33
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Method 'createTests' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter in should be final. |
68
|
| '{' should be on a new line. |
69
|
| 'cast' is not followed by whitespace. |
70
|
org/apache/pluto/portalImpl/portlet/TestPortlet.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. |
46
|
| '{' should be on a new line. |
46
|
| Missing a Javadoc comment. |
48
|
| Name 'configs' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
49
|
| Name 'tests' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| '{' should be on a new line. |
51
|
| 'if' is not followed by whitespace. |
53
|
| '==' is not preceded with whitespace. |
53
|
| '==' is not followed by whitespace. |
53
|
| '{' should be on a new line. |
53
|
| 'if' is not followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| '!=' is not followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '{' should be on a new line. |
58
|
| '{' should be on a new line. |
60
|
| 'while' is not followed by whitespace. |
65
|
| '{' should be on a new line. |
65
|
| 'cast' is not followed by whitespace. |
66
|
| '=' is not preceded with whitespace. |
67
|
| 'if' is not followed by whitespace. |
69
|
| '{' should be on a new line. |
69
|
| 'cast' is not followed by whitespace. |
71
|
| '{' should be on a new line. |
73
|
| '{' should be on a new line. |
80
|
| '{' should be on a new line. |
84
|
| Method 'processAction' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter request should be final. |
90
|
| Parameter response should be final. |
91
|
| '{' should be on a new line. |
92
|
| 'cast' is not followed by whitespace. |
95
|
| 'if' is not followed by whitespace. |
97
|
| '!=' is not preceded with whitespace. |
97
|
| '!=' is not followed by whitespace. |
97
|
| '{' should be on a new line. |
97
|
| Line is longer than 80 characters. |
101
|
| 'if' is not followed by whitespace. |
105
|
| '!=' is not preceded with whitespace. |
105
|
| '!=' is not followed by whitespace. |
105
|
| '{' should be on a new line. |
105
|
| 'if' is not followed by whitespace. |
109
|
| '==' is not preceded with whitespace. |
109
|
| '==' is not followed by whitespace. |
109
|
| '{' should be on a new line. |
109
|
| Method 'doView' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter request should be final. |
117
|
| Parameter response should be final. |
118
|
| '{' should be on a new line. |
119
|
| 'if' is not followed by whitespace. |
124
|
| '{' should be on a new line. |
124
|
| 'cast' is not followed by whitespace. |
125
|
| 'cast' is not followed by whitespace. |
128
|
| '{' should be on a new line. |
131
|
| Line contains a tab character. |
132
|
| 'if' is not followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on a new line. |
134
|
| 'if' is not followed by whitespace. |
140
|
| '{' should be on a new line. |
140
|
| Line is longer than 80 characters. |
142
|
| 'cast' is not followed by whitespace. |
142
|
| 'if' is not followed by whitespace. |
146
|
| '{' should be on a new line. |
146
|
| '{' should be on a new line. |
149
|
| 'if' is not followed by whitespace. |
153
|
| '==' is not preceded with whitespace. |
153
|
| '==' is not followed by whitespace. |
153
|
| '{' should be on a new line. |
153
|
| 'cast' is not followed by whitespace. |
154
|
| '-' is not preceded with whitespace. |
154
|
| '-' is not followed by whitespace. |
154
|
| 'cast' is not followed by whitespace. |
155
|
| '+' is not preceded with whitespace. |
155
|
| '+' is not followed by whitespace. |
155
|
| 'if' is not followed by whitespace. |
157
|
| '-' is not preceded with whitespace. |
157
|
| '-' is not followed by whitespace. |
157
|
| '{' should be on a new line. |
157
|
| 'cast' is not followed by whitespace. |
158
|
| '-' is not preceded with whitespace. |
158
|
| '-' is not followed by whitespace. |
158
|
| 'cast' is not followed by whitespace. |
159
|
| '{' should be on a new line. |
161
|
| 'cast' is not followed by whitespace. |
162
|
| '-' is not preceded with whitespace. |
162
|
| '-' is not followed by whitespace. |
162
|
| 'cast' is not followed by whitespace. |
163
|
| '+' is not preceded with whitespace. |
163
|
| '+' is not followed by whitespace. |
163
|
| 'if' is not followed by whitespace. |
171
|
| '{' should be on a new line. |
171
|
| '{' should be on a new line. |
174
|
| ',' is not followed by whitespace. |
177
|
| Method 'doEdit' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Missing a Javadoc comment. |
182
|
| Parameter req should be final. |
182
|
| Parameter res should be final. |
182
|
| '{' should be on a new line. |
183
|
| 'if' is not followed by whitespace. |
185
|
| '{' should be on a new line. |
185
|
| Line is longer than 80 characters. |
187
|
| ',' is not followed by whitespace. |
188
|
| Method 'doHelp' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter req should be final. |
192
|
| Parameter res should be final. |
192
|
| '{' should be on a new line. |
193
|
| 'if' is not followed by whitespace. |
195
|
| '{' should be on a new line. |
195
|
| Line is longer than 80 characters. |
197
|
| ',' is not followed by whitespace. |
198
|
| Missing a Javadoc comment. |
202
|
| Parameter req should be final. |
202
|
| '{' should be on a new line. |
202
|
| 'if' is not followed by whitespace. |
207
|
| '==' is not preceded with whitespace. |
207
|
| '==' is not followed by whitespace. |
207
|
| '{' should be on a new line. |
208
|
| 'if' is not followed by whitespace. |
212
|
| '!=' is not followed by whitespace. |
212
|
| '{' should be on a new line. |
212
|
| 'if' is not followed by whitespace. |
214
|
| '-' is not preceded with whitespace. |
214
|
| '-' is not followed by whitespace. |
214
|
| '{' should be on a new line. |
214
|
| '{' should be on a new line. |
217
|
| '+' is not preceded with whitespace. |
218
|
| '+' is not followed by whitespace. |
218
|
| 'if' is not followed by whitespace. |
222
|
| '!=' is not followed by whitespace. |
222
|
| '{' should be on a new line. |
222
|
| 'if' is not followed by whitespace. |
224
|
| '{' should be on a new line. |
224
|
| '-' is not preceded with whitespace. |
225
|
| '-' is not followed by whitespace. |
225
|
| '{' should be on a new line. |
227
|
org/apache/pluto/portalImpl/portlet/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/portlet/test/AbstractReflectivePortletTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
33
|
| Missing a Javadoc comment. |
35
|
| Name 'initParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'config' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Method 'doTest' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter config should be final. |
38
|
| 'config' hides a field. |
38
|
| Parameter context should be final. |
39
|
| Parameter req should be final. |
40
|
| Parameter res should be final. |
41
|
| '{' should be on a new line. |
41
|
| Line has trailing spaces. |
43
|
| 'for' is not followed by whitespace. |
47
|
| '<' is not preceded with whitespace. |
47
|
| '<' is not followed by whitespace. |
47
|
| ';' is not followed by whitespace. |
47
|
| '{' should be on a new line. |
47
|
| 'if' is not followed by whitespace. |
48
|
| '{' should be on a new line. |
48
|
| '{' should be on a new line. |
49
|
| 'catch' is not followed by whitespace. |
52
|
| '{' should be on a new line. |
52
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter config should be final. |
66
|
| 'config' hides a field. |
66
|
| '{' should be on a new line. |
66
|
| Missing a Javadoc comment. |
71
|
| Parameter method should be final. |
71
|
| Parameter config should be final. |
71
|
| 'config' hides a field. |
71
|
| Parameter context should be final. |
72
|
| Parameter req should be final. |
73
|
| Parameter res should be final. |
73
|
| '{' should be on a new line. |
74
|
| '=' is not preceded with whitespace. |
77
|
| 'for' is not followed by whitespace. |
80
|
| '=' is not preceded with whitespace. |
80
|
| '=' is not followed by whitespace. |
80
|
| ';' is not followed by whitespace. |
80
|
| '<' is not preceded with whitespace. |
80
|
| '<' is not followed by whitespace. |
80
|
| ';' is not followed by whitespace. |
80
|
| '{' should be on a new line. |
80
|
| 'if' is not followed by whitespace. |
81
|
| '{' should be on a new line. |
81
|
| 'if' is not followed by whitespace. |
84
|
| '{' should be on a new line. |
84
|
| 'if' is not followed by whitespace. |
87
|
| '{' should be on a new line. |
87
|
| 'if' is not followed by whitespace. |
90
|
| '{' should be on a new line. |
90
|
| 'if' is not followed by whitespace. |
93
|
| '{' should be on a new line. |
93
|
| 'cast' is not followed by whitespace. |
97
|
| Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Parameter req should be final. |
101
|
| '{' should be on a new line. |
101
|
| Method 'getInitParameters' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| '{' should be on a new line. |
106
|
| Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| '{' should be on a new line. |
110
|
org/apache/pluto/portalImpl/portlet/test/ActionAbstractReflectivePortletTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
23
|
org/apache/pluto/portalImpl/portlet/test/ActionTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
22
|
org/apache/pluto/portalImpl/portlet/test/ComplexAttributeTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
29
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| '{' should be on a new line. |
35
|
| Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter context should be final. |
39
|
| Parameter req should be final. |
39
|
| Parameter res should be final. |
40
|
| '{' should be on a new line. |
40
|
| Line is longer than 80 characters. |
44
|
| Method 'checkGetEmptyApplicationScopedAttribute' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter session should be final. |
44
|
| '{' should be on a new line. |
44
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
49
|
| 'if' is not followed by whitespace. |
50
|
| '{' should be on a new line. |
50
|
| '{' should be on a new line. |
53
|
| Line is longer than 80 characters. |
55
|
| '+' is not preceded with whitespace. |
55
|
| '+' is not followed by whitespace. |
55
|
| '+' is not preceded with whitespace. |
55
|
| '+' is not followed by whitespace. |
55
|
| Line is longer than 80 characters. |
60
|
| Method 'checkSetApplicationScopedAttribute' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter session should be final. |
60
|
| '{' should be on a new line. |
60
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
67
|
| 'if' is not followed by whitespace. |
68
|
| '{' should be on a new line. |
68
|
| '{' should be on a new line. |
71
|
| Line is longer than 80 characters. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| Line is longer than 80 characters. |
78
|
| Method 'checkRemoveApplicationScopedAttribute' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter session should be final. |
78
|
| '{' should be on a new line. |
78
|
| Line is longer than 80 characters. |
81
|
| Line is longer than 80 characters. |
85
|
| 'if' is not followed by whitespace. |
86
|
| '{' should be on a new line. |
86
|
| '{' should be on a new line. |
89
|
| Line is longer than 80 characters. |
91
|
| '+' is not preceded with whitespace. |
91
|
| '+' is not followed by whitespace. |
91
|
| '+' is not preceded with whitespace. |
91
|
| '+' is not followed by whitespace. |
91
|
org/apache/pluto/portalImpl/portlet/test/ContextInitParameterTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| '{' should be on a new line. |
33
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| '{' should be on a new line. |
37
|
| Method 'checkEnumerationContainsElements' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter ctx should be final. |
41
|
| '{' should be on a new line. |
41
|
| '=' is not preceded with whitespace. |
46
|
| '{' should be on a new line. |
47
|
| '{' should be on a new line. |
50
|
| Method 'checkEnumerationContainsNames' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter ctx should be final. |
57
|
| '{' should be on a new line. |
57
|
| Line is longer than 80 characters. |
60
|
| '=' is not preceded with whitespace. |
63
|
| 'while' is not followed by whitespace. |
64
|
| '{' should be on a new line. |
64
|
| 'cast' is not followed by whitespace. |
65
|
| 'if' is not followed by whitespace. |
66
|
| '{' should be on a new line. |
66
|
| 'if' is not followed by whitespace. |
71
|
| '{' should be on a new line. |
71
|
| '{' should be on a new line. |
74
|
| Line is longer than 80 characters. |
76
|
| '+' is not preceded with whitespace. |
76
|
| '+' is not followed by whitespace. |
76
|
| '+' is not preceded with whitespace. |
76
|
| '+' is not followed by whitespace. |
76
|
| Method 'checkGetInitParameter' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter context should be final. |
82
|
| '{' should be on a new line. |
82
|
| Line is longer than 80 characters. |
85
|
| 'if' is not followed by whitespace. |
88
|
| '{' should be on a new line. |
88
|
| '{' should be on a new line. |
91
|
| Line is longer than 80 characters. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| Method 'checkGetContextFromSession' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter session should be final. |
98
|
| '{' should be on a new line. |
98
|
| Line is longer than 80 characters. |
101
|
| 'if' is not followed by whitespace. |
104
|
| '{' should be on a new line. |
104
|
| '{' should be on a new line. |
107
|
org/apache/pluto/portalImpl/portlet/test/DispatcherRenderParameterTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
34
|
| '{' should be on a new line. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Line is longer than 80 characters. |
41
|
| Missing a Javadoc comment. |
41
|
| Line has trailing spaces. |
42
|
| Missing a Javadoc comment. |
44
|
| '{' should be on a new line. |
44
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| '{' should be on a new line. |
48
|
| Line has trailing spaces. |
51
|
| Method 'checkIncludedParameterTest' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter ctx should be final. |
52
|
| Parameter req should be final. |
53
|
| Parameter res should be final. |
54
|
| '{' should be on a new line. |
55
|
| Line is longer than 80 characters. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| Line has trailing spaces. |
58
|
| 'cast' is not followed by whitespace. |
59
|
| 'cast' is not followed by whitespace. |
59
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
64
|
| 'if' is not followed by whitespace. |
64
|
| '!=' is not preceded with whitespace. |
64
|
| '!=' is not followed by whitespace. |
64
|
| '{' should be on a new line. |
64
|
| '{' should be on a new line. |
67
|
| Line has trailing spaces. |
73
|
org/apache/pluto/portalImpl/portlet/test/DispatcherRenderParameterTestServlet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
31
|
| Missing a Javadoc comment. |
33
|
| '{' should be on a new line. |
33
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter req should be final. |
37
|
| Parameter res should be final. |
37
|
| '{' should be on a new line. |
38
|
| Line is longer than 80 characters. |
41
|
| 'if' is not followed by whitespace. |
41
|
| '{' should be on a new line. |
41
|
| Line is longer than 80 characters. |
42
|
| Method 'getServletInfo' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| '{' should be on a new line. |
46
|
org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
24
|
| '{' should be on a new line. |
24
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| '{' should be on a new line. |
30
|
| Method 'checkSetHereSeenElsewhere' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter session should be final. |
34
|
| '{' should be on a new line. |
34
|
| Line is longer than 80 characters. |
37
|
| Method 'checkSetElsewhereSeenHere' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter session should be final. |
45
|
| '{' should be on a new line. |
45
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
50
|
| 'if' is not followed by whitespace. |
51
|
| '{' should be on a new line. |
51
|
| '{' should be on a new line. |
54
|
| Line is longer than 80 characters. |
56
|
org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTestCompanionServlet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
30
|
| '{' should be on a new line. |
30
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter req should be final. |
32
|
| Parameter res should be final. |
32
|
| '{' should be on a new line. |
33
|
| 'if' is not followed by whitespace. |
39
|
| '{' should be on a new line. |
39
|
| Line is longer than 80 characters. |
48
|
org/apache/pluto/portalImpl/portlet/test/MiscTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
31
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| '{' should be on a new line. |
34
|
| Method 'checkContextMajorVersion' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter ctx should be final. |
38
|
| '{' should be on a new line. |
38
|
| Line is longer than 80 characters. |
41
|
| 'if' is not followed by whitespace. |
44
|
| '{' should be on a new line. |
44
|
| '{' should be on a new line. |
47
|
| Line is longer than 80 characters. |
49
|
| '+' is not preceded with whitespace. |
49
|
| '+' is not followed by whitespace. |
49
|
| '+' is not preceded with whitespace. |
49
|
| '+' is not followed by whitespace. |
49
|
| '+' is not preceded with whitespace. |
49
|
| '+' is not followed by whitespace. |
49
|
| Method 'checkContextMinorVersion' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter ctx should be final. |
54
|
| '{' should be on a new line. |
54
|
| Line is longer than 80 characters. |
57
|
| 'if' is not followed by whitespace. |
60
|
| '{' should be on a new line. |
60
|
| '{' should be on a new line. |
63
|
| Line is longer than 80 characters. |
65
|
| '+' is not preceded with whitespace. |
65
|
| '+' is not followed by whitespace. |
65
|
| '+' is not preceded with whitespace. |
65
|
| '+' is not followed by whitespace. |
65
|
| '+' is not preceded with whitespace. |
65
|
| '+' is not followed by whitespace. |
65
|
| Method 'checkContextServerInfo' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter ctx should be final. |
72
|
| '{' should be on a new line. |
72
|
| Line is longer than 80 characters. |
77
|
| 'if' is not followed by whitespace. |
77
|
| '{' should be on a new line. |
77
|
| '{' should be on a new line. |
80
|
| Line is longer than 80 characters. |
82
|
| '+' is not preceded with whitespace. |
82
|
| '+' is not followed by whitespace. |
82
|
| '+' is not preceded with whitespace. |
82
|
| '+' is not followed by whitespace. |
82
|
| '+' is not preceded with whitespace. |
82
|
| '+' is not followed by whitespace. |
82
|
| Method 'checkPortalInfo' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter req should be final. |
87
|
| '{' should be on a new line. |
87
|
| Line is longer than 80 characters. |
92
|
| 'if' is not followed by whitespace. |
92
|
| '{' should be on a new line. |
92
|
| '{' should be on a new line. |
95
|
| Line is longer than 80 characters. |
97
|
| '+' is not preceded with whitespace. |
97
|
| '+' is not followed by whitespace. |
97
|
| '+' is not preceded with whitespace. |
97
|
| '+' is not followed by whitespace. |
97
|
| '+' is not preceded with whitespace. |
97
|
| '+' is not followed by whitespace. |
97
|
| Expected an @return tag. |
108
|
| Method 'checkSupportedModes' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter req should be final. |
108
|
| Expected @param tag for 'req'. |
108
|
| '{' should be on a new line. |
108
|
| Line is longer than 80 characters. |
117
|
| '=' is not preceded with whitespace. |
117
|
| 'while' is not followed by whitespace. |
118
|
| '{' should be on a new line. |
118
|
| 'cast' is not followed by whitespace. |
119
|
| 'if' is not followed by whitespace. |
120
|
| '{' should be on a new line. |
120
|
| 'if' is not followed by whitespace. |
123
|
| '{' should be on a new line. |
123
|
| 'if' is not followed by whitespace. |
126
|
| '{' should be on a new line. |
126
|
| 'if' is not followed by whitespace. |
131
|
| '{' should be on a new line. |
131
|
| '{' should be on a new line. |
134
|
| 'if' is not followed by whitespace. |
137
|
| '{' should be on a new line. |
137
|
| 'if' is not followed by whitespace. |
140
|
| '{' should be on a new line. |
140
|
| 'if' is not followed by whitespace. |
143
|
| '{' should be on a new line. |
143
|
| Method 'checkSupportedWindowSates' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Parameter req should be final. |
150
|
| '{' should be on a new line. |
150
|
| Line is longer than 80 characters. |
159
|
| '=' is not preceded with whitespace. |
159
|
| 'while' is not followed by whitespace. |
160
|
| '{' should be on a new line. |
160
|
| 'cast' is not followed by whitespace. |
161
|
| 'if' is not followed by whitespace. |
162
|
| '{' should be on a new line. |
162
|
| 'if' is not followed by whitespace. |
165
|
| '{' should be on a new line. |
165
|
| 'if' is not followed by whitespace. |
168
|
| '{' should be on a new line. |
168
|
| 'if' is not followed by whitespace. |
173
|
| '{' should be on a new line. |
173
|
| '{' should be on a new line. |
176
|
| 'if' is not followed by whitespace. |
179
|
| '{' should be on a new line. |
179
|
| 'if' is not followed by whitespace. |
182
|
| '{' should be on a new line. |
182
|
| 'if' is not followed by whitespace. |
185
|
| '{' should be on a new line. |
185
|
org/apache/pluto/portalImpl/portlet/test/NoOpTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'config' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
35
|
| '{' should be on a new line. |
35
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| '{' should be on a new line. |
39
|
| Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter req should be final. |
43
|
| '{' should be on a new line. |
43
|
| Method 'doTest' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter config should be final. |
47
|
| 'config' hides a field. |
47
|
| Parameter context should be final. |
47
|
| Parameter req should be final. |
48
|
| Parameter res should be final. |
48
|
| '{' should be on a new line. |
48
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter config should be final. |
52
|
| 'config' hides a field. |
52
|
| '{' should be on a new line. |
52
|
| Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| '{' should be on a new line. |
56
|
org/apache/pluto/portalImpl/portlet/test/PortletTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
31
|
| Missing a Javadoc comment. |
33
|
| Line has trailing spaces. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
org/apache/pluto/portalImpl/portlet/test/ResourceBundleTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
38
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| '{' should be on a new line. |
40
|
| Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter context should be final. |
44
|
| Parameter req should be final. |
44
|
| Parameter res should be final. |
45
|
| '{' should be on a new line. |
45
|
| Method 'checkResourceBundleExists' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter config should be final. |
52
|
| Parameter req should be final. |
53
|
| '{' should be on a new line. |
53
|
| 'if' is not followed by whitespace. |
59
|
| '{' should be on a new line. |
59
|
| '{' should be on a new line. |
62
|
| Line is longer than 80 characters. |
68
|
| Method 'checkGetNames' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter config should be final. |
68
|
| Parameter req should be final. |
68
|
| '{' should be on a new line. |
68
|
| Line is longer than 80 characters. |
71
|
| '=' is not preceded with whitespace. |
79
|
| 'while' is not followed by whitespace. |
80
|
| '{' should be on a new line. |
80
|
| 'if' is not followed by whitespace. |
85
|
| '{' should be on a new line. |
85
|
| '{' should be on a new line. |
88
|
| 'while' is not followed by whitespace. |
92
|
| '{' should be on a new line. |
92
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| Method 'checkGetGermanBundle' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter config should be final. |
102
|
| Parameter req should be final. |
103
|
| '{' should be on a new line. |
103
|
| Method 'checkGetEnglishBundle' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter config should be final. |
107
|
| Parameter req should be final. |
108
|
| '{' should be on a new line. |
108
|
| Missing a Javadoc comment. |
119
|
| Parameter config should be final. |
119
|
| Parameter req should be final. |
120
|
| Parameter locale should be final. |
121
|
| '{' should be on a new line. |
121
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| '+' is not preceded with whitespace. |
127
|
| '+' is not followed by whitespace. |
127
|
| 'if' is not followed by whitespace. |
129
|
| '{' should be on a new line. |
129
|
| 'cast' is not followed by whitespace. |
135
|
| '+' is not preceded with whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
| 'cast' is not followed by whitespace. |
136
|
| '+' is not preceded with whitespace. |
136
|
| '+' is not followed by whitespace. |
136
|
| 'cast' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| 'if' is not followed by whitespace. |
144
|
| '==' is not preceded with whitespace. |
144
|
| '==' is not followed by whitespace. |
144
|
| '{' should be on a new line. |
144
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| 'if' is not followed by whitespace. |
147
|
| '==' is not preceded with whitespace. |
147
|
| '==' is not followed by whitespace. |
147
|
| '{' should be on a new line. |
147
|
| '+' is not preceded with whitespace. |
148
|
| '+' is not followed by whitespace. |
148
|
| '+' is not preceded with whitespace. |
148
|
| '+' is not followed by whitespace. |
148
|
| '+' is not preceded with whitespace. |
148
|
| '+' is not followed by whitespace. |
148
|
| '+' is not preceded with whitespace. |
148
|
| '+' is not followed by whitespace. |
148
|
| 'if' is not followed by whitespace. |
150
|
| '==' is not preceded with whitespace. |
150
|
| '==' is not followed by whitespace. |
150
|
| '{' should be on a new line. |
150
|
| '+' is not preceded with whitespace. |
151
|
| '+' is not followed by whitespace. |
151
|
| '+' is not preceded with whitespace. |
151
|
| '+' is not followed by whitespace. |
151
|
| '+' is not preceded with whitespace. |
151
|
| '+' is not followed by whitespace. |
151
|
| '+' is not preceded with whitespace. |
151
|
| '+' is not followed by whitespace. |
151
|
| 'if' is not followed by whitespace. |
154
|
| '{' should be on a new line. |
154
|
| '{' should be on a new line. |
157
|
| Missing a Javadoc comment. |
165
|
| '{' should be on a new line. |
165
|
| 'cast' is not followed by whitespace. |
166
|
| 'if' is not followed by whitespace. |
167
|
| '{' should be on a new line. |
167
|
org/apache/pluto/portalImpl/portlet/test/SecurityMappingTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
31
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| '{' should be on a new line. |
33
|
| Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter context should be final. |
37
|
| Parameter req should be final. |
37
|
| Parameter res should be final. |
38
|
| '{' should be on a new line. |
38
|
| Method 'checkIsUserInMappedRole' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter req should be final. |
42
|
| '{' should be on a new line. |
42
|
| 'if' is not followed by whitespace. |
46
|
| '{' should be on a new line. |
46
|
| 'if' is not followed by whitespace. |
53
|
| '{' should be on a new line. |
53
|
| '{' should be on a new line. |
56
|
| Line is longer than 80 characters. |
58
|
| '+' is not preceded with whitespace. |
58
|
| '+' is not followed by whitespace. |
58
|
| '+' is not preceded with whitespace. |
58
|
| '+' is not followed by whitespace. |
58
|
| Method 'checkIsUserInUnmappedRole' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter req should be final. |
64
|
| '{' should be on a new line. |
64
|
| 'if' is not followed by whitespace. |
68
|
| '{' should be on a new line. |
68
|
| 'if' is not followed by whitespace. |
75
|
| '{' should be on a new line. |
75
|
| '{' should be on a new line. |
78
|
| Line is longer than 80 characters. |
80
|
| '+' is not preceded with whitespace. |
80
|
| '+' is not followed by whitespace. |
80
|
| '+' is not preceded with whitespace. |
80
|
| '+' is not followed by whitespace. |
80
|
| Method 'checkIsUserIndUndeclaredRole' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter req should be final. |
86
|
| '{' should be on a new line. |
86
|
| 'if' is not followed by whitespace. |
90
|
| '{' should be on a new line. |
90
|
| 'if' is not followed by whitespace. |
94
|
| '{' should be on a new line. |
94
|
| '{' should be on a new line. |
97
|
| Line is longer than 80 characters. |
99
|
| Missing a Javadoc comment. |
106
|
| Parameter req should be final. |
106
|
| '{' should be on a new line. |
106
|
| '==' is not preceded with whitespace. |
107
|
| '==' is not followed by whitespace. |
107
|
| '{' should be on a new line. |
107
|
org/apache/pluto/portalImpl/portlet/test/SimpleActionParameterTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| '{' should be on a new line. |
32
|
| Method 'checkSentActionParameter' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter req should be final. |
36
|
| '{' should be on a new line. |
36
|
| Line is longer than 80 characters. |
39
|
| 'if' is not followed by whitespace. |
42
|
| '{' should be on a new line. |
42
|
| '+' is not preceded with whitespace. |
44
|
| '+' is not followed by whitespace. |
44
|
| '+' is not preceded with whitespace. |
44
|
| '+' is not followed by whitespace. |
44
|
| '+' is not preceded with whitespace. |
44
|
| '+' is not followed by whitespace. |
44
|
| '{' should be on a new line. |
46
|
| Method 'checkSentActionParamerMap' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter req should be final. |
52
|
| '{' should be on a new line. |
52
|
| Line is longer than 80 characters. |
55
|
| 'cast' is not followed by whitespace. |
58
|
| 'if' is not followed by whitespace. |
59
|
| '!=' is not preceded with whitespace. |
59
|
| '!=' is not followed by whitespace. |
59
|
| '{' should be on a new line. |
59
|
| 'for' is not followed by whitespace. |
60
|
| '=' is not preceded with whitespace. |
60
|
| '=' is not followed by whitespace. |
60
|
| ';' is not followed by whitespace. |
60
|
| '<' is not preceded with whitespace. |
60
|
| '<' is not followed by whitespace. |
60
|
| ';' is not followed by whitespace. |
60
|
| '{' should be on a new line. |
60
|
| 'if' is not followed by whitespace. |
61
|
| '{' should be on a new line. |
61
|
| '+' is not preceded with whitespace. |
69
|
| '+' is not followed by whitespace. |
69
|
| '+' is not preceded with whitespace. |
69
|
| '+' is not followed by whitespace. |
69
|
| '+' is not preceded with whitespace. |
69
|
| '+' is not followed by whitespace. |
69
|
| Method 'checkParameterNames' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter req should be final. |
73
|
| '{' should be on a new line. |
73
|
| '=' is not preceded with whitespace. |
79
|
| 'while' is not followed by whitespace. |
80
|
| '{' should be on a new line. |
80
|
| 'if' is not followed by whitespace. |
82
|
| '{' should be on a new line. |
82
|
| 'if' is not followed by whitespace. |
86
|
| '{' should be on a new line. |
86
|
| 'if' is not followed by whitespace. |
89
|
| '{' should be on a new line. |
89
|
| '{' should be on a new line. |
94
|
org/apache/pluto/portalImpl/portlet/test/SimpleAttributeTest.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| '{' should be on a new line. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| '{' should be on a new line. |
38
|
| Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter context should be final. |
42
|
| Parameter req should be final. |
42
|
| Parameter res should be final. |
43
|
| '{' should be on a new line. |
43
|
| Method 'checkGetNullAttribute' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter req should be final. |
50
|
| '{' should be on a new line. |
50
|
| Line is longer than 80 characters. |
53
|
| 'if' is not followed by whitespace. |
56
|
| '{' should be on a new line. |
56
|
| Line is longer than 80 characters. |
58
|
| '+' is not preceded with whitespace. |
58
|
| '+' is not followed by whitespace. |
58
|
| '+' is not preceded with whitespace. |
58
|
| '+' is not followed by whitespace. |
58
|
| '+' is not preceded with whitespace. |
58
|
| '+' is not followed by whitespace. |
58
|
| '+' is not preceded with whitespace. |
58
|
| '+' is not followed by whitespace. |
58
|
| '{' should be on a new line. |
60
|
| Method 'checkSetAttribute' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter req should be final. |
67
|
| '{' should be on a new line. |
67
|
| 'if' is not followed by whitespace. |
74
|
| '{' should be on a new line. |
74
|
| '+' is not preceded with whitespace. |
76
|
| '+' is not followed by whitespace. |
76
|
| '+' is not preceded with whitespace. |
76
|
| '+' is not followed by whitespace. |
76
|
| '+' is not preceded with whitespace. |
76
|
| '+' is not followed by whitespace. |
76
|
| '+' is not preceded with whitespace. |
76
|
| '+' is not followed by whitespace. |
76
|
| '{' should be on a new line. |
78
|
| Method 'checkRemoveAttribute' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter req should be final. |
86
|
| '{' should be on a new line. |
86
|
| 'if' is not followed by whitespace. |
94
|
| '!=' is not preceded with whitespace. |
94
|
| '!=' is not followed by whitespace. |
94
|
| '{' should be on a new line. |
94
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '+' is not preceded with whitespace. |
96
|
| '+' is not followed by whitespace. |
96
|
| '{' should be on a new line. |
98
|
| Method 'checkEnumerateAttributes' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter req should be final. |
105
|
| '{' should be on a new line. |
105
|
| '5' is a magic number. |
110
|
| 'for' is not followed by whitespace. |
111
|
| '=' is not preceded with whitespace. |
111
|
| '=' is not followed by whitespace. |
111
|
| ';' is not followed by whitespace. |
111
|
| '<' is not preceded with whitespace. |
111
|
| '<' is not followed by whitespace. |
111
|
| ';' is not followed by whitespace. |
111
|
| '{' should be on a new line. |
111
|
| '+' is not preceded with whitespace. |
112
|
| '+' is not followed by whitespace. |
112
|
| '+' is not preceded with whitespace. |
112
|
| '+' is not followed by whitespace. |
112
|
| ',' is not followed by whitespace. |
112
|
| '=' is not preceded with whitespace. |
116
|
| 'while' is not followed by whitespace. |
117
|
| '{' should be on a new line. |
117
|
| 'if' is not followed by whitespace. |
118
|
| '{' should be on a new line. |
118
|
| 'if' is not followed by whitespace. |
123
|
| '{' should be on a new line. |
123
|
| '+' is not preceded with whitespace. |
125
|
| '+' is not followed by whitespace. |
125
|
| '+' is not preceded with whitespace. |
125
|
| '+' is not followed by whitespace. |
125
|
| '+' is not preceded with whitespace. |
125
|
| '+' is not followed by whitespace. |
125
|
| '{' should be on a new line. |
127
|
| Method 'checkGetNullAttribute' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Parameter session should be final. |
137
|
| '{' should be on a new line. |
137
|
| Line is longer than 80 characters. |
140
|
| 'if' is not followed by whitespace. |
143
|
| '{' should be on a new line. |
143
|
| Line is longer than 80 characters. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '{' should be on a new line. |
147
|
| Method 'checkSetAttribute' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Missing a Javadoc comment. |
153
|
| Parameter session should be final. |
153
|
| '{' should be on a new line. |
153
|
| 'if' is not followed by whitespace. |
160
|
| '{' should be on a new line. |
160
|
| '+' is not preceded with whitespace. |
162
|
| '+' is not followed by whitespace. |
162
|
| '+' is not preceded with whitespace. |
162
|
| '+' is not followed by whitespace. |
162
|
| '+' is not preceded with whitespace. |
162
|
| '+' is not followed by whitespace. |
162
|
| '+' is not preceded with whitespace. |
162
|
| '+' is not followed by whitespace. |
162
|
| '{' should be on a new line. |
164
|
| Method 'checkRemoveAttribute' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Parameter session should be final. |
172
|
| '{' should be on a new line. |
172
|
| 'if' is not followed by whitespace. |
180
|
| '!=' is not preceded with whitespace. |
180
|
| '!=' is not followed by whitespace. |
180
|
| '{' should be on a new line. |
180
|
| '+' is not preceded with whitespace. |
182
|
| '+' is not followed by whitespace. |
182
|
| '+' is not preceded with whitespace. |
182
|
| '+' is not followed by whitespace. |
182
|
| '+' is not preceded with whitespace. |
182
|
| '+' is not followed by whitespace. |
182
|
| '+' is not preceded with whitespace. |
182
|
| '+' is not followed by whitespace. |
182
|
| '{' should be on a new line. |
184
|
| Method 'checkEnumerateAttributes' is not designed for extension - needs to be abstract, final or empty. |
191
|
| Missing a Javadoc comment. |
191
|
| Parameter req should be final. |
191
|
| '{' should be on a new line. |
191
|
| '5' is a magic number. |
196
|
| 'for' is not followed by whitespace. |
197
|
| '=' is not preceded with whitespace. |
197
|
| '=' is not followed by whitespace. |
197
|
| ';' is not followed by whitespace. |
197
|
| '<' is not preceded with whitespace. |
197
|
| '<' is not followed by whitespace. |
197
|
| ';' is not followed by whitespace. |
197
|
| '{' should be on a new line. |
197
|
| '+' is not preceded with whitespace. |
198
|
| '+' is not followed by whitespace. |
198
|
| '+' is not preceded with whitespace. |
198
|
| '+' is not followed by whitespace. |
198
|
| ',' is not followed by whitespace. |
198
|
| '=' is not preceded with whitespace. |
202
|
| 'while' is not followed by whitespace. |
203
|
| '{' should be on a new line. |
203
|
| 'if' is not followed by whitespace. |
204
|
| '{' should be on a new line. |
204
|
| 'if' is not followed by whitespace. |
209
|
| '{' should be on a new line. |
209
|
| '+' is not preceded with whitespace. |
211
|
| '+' is not followed by whitespace. |
211
|
| '+' is not preceded with whitespace. |
211
|
| '+' is not followed by whitespace. |
211
|
| '+' is not preceded with whitespace. |
211
|
| '+' is not followed by whitespace. |
211
|
| '{' should be on a new line. |
213
|
| Method 'checkGetNullAttribute' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Missing a Javadoc comment. |
223
|
| Parameter context should be final. |
223
|
| '{' should be on a new line. |
223
|
| Line is longer than 80 characters. |
226
|
| 'if' is not followed by whitespace. |
229
|
| '{' should be on a new line. |
229
|
| Line is longer than 80 characters. |
231
|
| '+' is not preceded with whitespace. |
231
|
| '+' is not followed by whitespace. |
231
|
| '+' is not preceded with whitespace. |
231
|
| '+' is not followed by whitespace. |
231
|
| '+' is not preceded with whitespace. |
231
|
| '+' is not followed by whitespace. |
231
|
| '+' is not preceded with whitespace. |
231
|
| '+' is not followed by whitespace. |
231
|
| '{' should be on a new line. |
233
|
| Method 'checkSetAttribute' is not designed for extension - needs to be abstract, final or empty. |
239
|
| Missing a Javadoc comment. |
239
|
| Parameter context should be final. |
239
|
| '{' should be on a new line. |
239
|
| 'if' is not followed by whitespace. |
246
|
| '{' should be on a new line. |
246
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| '{' should be on a new line. |
250
|
| Method 'checkRemoveAttribute' is not designed for extension - needs to be abstract, final or empty. |
258
|
| Missing a Javadoc comment. |
258
|
| Parameter context should be final. |
258
|
| '{' should be on a new line. |
258
|
| 'if' is not followed by whitespace. |
266
|
| '!=' is not preceded with whitespace. |
266
|
| '!=' is not followed by whitespace. |
266
|
| '{' should be on a new line. |
266
|
| '+' is not preceded with whitespace. |
268
|
| '+' is not followed by whitespace. |
268
|
| '+' is not preceded with whitespace. |
268
|
| '+' is not followed by whitespace. |
268
|
| '+' is not preceded with whitespace. |
268
|
| '+' is not followed by whitespace. |
268
|
| '+' is not preceded with whitespace. |
268
|
| '+' is not followed by whitespace. |
268
|
| '{' should be on a new line. |
270
|
| Method 'checkEnumerateAttributes' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Missing a Javadoc comment. |
277
|
| Parameter req should be final. |
277
|
| '{' should be on a new line. |
277
|
| '5' is a magic number. |
282
|
| 'for' is not followed by whitespace. |
283
|
| '=' is not preceded with whitespace. |
283
|
| '=' is not followed by whitespace. |
283
|
| ';' is not followed by whitespace. |
283
|
| '<' is not preceded with whitespace. |
283
|
| '<' is not followed by whitespace. |
283
|
| ';' is not followed by whitespace. |
283
|
| '{' should be on a new line. |
283
|
| '+' is not preceded with whitespace. |
284
|
| '+' is not followed by whitespace. |
284
|
| '+' is not preceded with whitespace. |
284
|
| '+' is not followed by whitespace. |
284
|
| ',' is not followed by whitespace. |
284
|
| '=' is not preceded with whitespace. |
288
|
| 'while' is not followed by whitespace. |
289
|
| '{' should be on a new line. |
289
|
| 'if' is not followed by whitespace. |
290
|
| '{' should be on a new line. |
290
|
| 'if' is not followed by whitespace. |
295
|
| '{' should be on a new line. |
295
|
| '+' is not preceded with whitespace. |
297
|
| '+' is not followed by whitespace. |
297
|
| '+' is not preceded with whitespace. |
297
|
| '+' is not followed by whitespace. |
297
|
| '+' is not preceded with whitespace. |
297
|
| '+' is not followed by whitespace. |
297
|
| '{' should be on a new line. |
299
|
org/apache/pluto/portalImpl/portlet/test/SimpleParameterTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| '{' should be on a new line. |
33
|
| Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter req should be final. |
37
|
| '{' should be on a new line. |
37
|
| Method 'checkSentParameters' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter req should be final. |
43
|
| '{' should be on a new line. |
43
|
| Line is longer than 80 characters. |
46
|
| 'if' is not followed by whitespace. |
49
|
| '{' should be on a new line. |
49
|
| '+' is not preceded with whitespace. |
51
|
| '+' is not followed by whitespace. |
51
|
| '+' is not preceded with whitespace. |
51
|
| '+' is not followed by whitespace. |
51
|
| '+' is not preceded with whitespace. |
51
|
| '+' is not followed by whitespace. |
51
|
| '{' should be on a new line. |
53
|
| Method 'checkInternalRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter req should be final. |
60
|
| '{' should be on a new line. |
60
|
| Line is longer than 80 characters. |
63
|
| 'if' is not followed by whitespace. |
66
|
| '{' should be on a new line. |
66
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| '{' should be on a new line. |
70
|
| Method 'checkParameterNames' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter req should be final. |
76
|
| '{' should be on a new line. |
76
|
| '=' is not preceded with whitespace. |
83
|
| 'while' is not followed by whitespace. |
84
|
| '{' should be on a new line. |
84
|
| 'if' is not followed by whitespace. |
86
|
| '{' should be on a new line. |
86
|
| 'if' is not followed by whitespace. |
89
|
| '{' should be on a new line. |
89
|
| 'if' is not followed by whitespace. |
93
|
| '{' should be on a new line. |
93
|
| 'if' is not followed by whitespace. |
96
|
| '{' should be on a new line. |
96
|
| 'if' is not followed by whitespace. |
99
|
| '{' should be on a new line. |
99
|
| '{' should be on a new line. |
104
|
org/apache/pluto/portalImpl/portlet/test/SimplePreferenceTest.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| '{' should be on a new line. |
32
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| '{' should be on a new line. |
36
|
| Method 'checkGetEmptyPreference' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter req should be final. |
40
|
| '{' should be on a new line. |
40
|
| Line is longer than 80 characters. |
43
|
| 'if' is not followed by whitespace. |
46
|
| '{' should be on a new line. |
46
|
| '{' should be on a new line. |
49
|
| Line is longer than 80 characters. |
51
|
| '+' is not preceded with whitespace. |
51
|
| '+' is not followed by whitespace. |
51
|
| '+' is not preceded with whitespace. |
51
|
| '+' is not followed by whitespace. |
51
|
| Method 'checkGetEmptyPreferences' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter req should be final. |
56
|
| '{' should be on a new line. |
56
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
61
|
| 'if' is not followed by whitespace. |
62
|
| '{' should be on a new line. |
62
|
| '{' should be on a new line. |
65
|
| Line is longer than 80 characters. |
67
|
| '+' is not preceded with whitespace. |
67
|
| '+' is not followed by whitespace. |
67
|
| '+' is not preceded with whitespace. |
67
|
| '+' is not followed by whitespace. |
67
|
| Method 'checkGetPreferences' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter req should be final. |
73
|
| '{' should be on a new line. |
73
|
| Line is longer than 80 characters. |
76
|
| 'if' is not followed by whitespace. |
79
|
| '{' should be on a new line. |
79
|
| '{' should be on a new line. |
82
|
| Line is longer than 80 characters. |
84
|
| '+' is not preceded with whitespace. |
84
|
| '+' is not followed by whitespace. |
84
|
| '+' is not preceded with whitespace. |
84
|
| '+' is not followed by whitespace. |
84
|
| Method 'checkSetPreference' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter req should be final. |
89
|
| '{' should be on a new line. |
89
|
| '{' should be on a new line. |
95
|
| 'catch' is not followed by whitespace. |
98
|
| '{' should be on a new line. |
98
|
| 'if' is not followed by whitespace. |
105
|
| '{' should be on a new line. |
105
|
| '{' should be on a new line. |
108
|
| Line is longer than 80 characters. |
110
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| Method 'checkSetPreferences' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Parameter req should be final. |
115
|
| '{' should be on a new line. |
115
|
| '{' should be on a new line. |
121
|
| Line is longer than 80 characters. |
122
|
| 'catch' is not followed by whitespace. |
124
|
| '{' should be on a new line. |
124
|
| Line is longer than 80 characters. |
130
|
| '{' is followed by whitespace. |
130
|
| 'if' is not followed by whitespace. |
131
|
| '&&' should be on a new line. |
131
|
| '{' should be on a new line. |
132
|
| '{' should be on a new line. |
135
|
| Line is longer than 80 characters. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| Method 'checkSetPreferencesReturnsFirst' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Missing a Javadoc comment. |
142
|
| Parameter req should be final. |
142
|
| '{' should be on a new line. |
142
|
| '{' should be on a new line. |
148
|
| Line is longer than 80 characters. |
149
|
| 'catch' is not followed by whitespace. |
151
|
| '{' should be on a new line. |
151
|
| 'if' is not followed by whitespace. |
158
|
| '{' should be on a new line. |
158
|
| '{' should be on a new line. |
161
|
| Line is longer than 80 characters. |
163
|
| '+' is not preceded with whitespace. |
163
|
| '+' is not followed by whitespace. |
163
|
| '+' is not preceded with whitespace. |
163
|
| '+' is not followed by whitespace. |
163
|
| Method 'checkPreferenceValidator' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Missing a Javadoc comment. |
168
|
| Parameter req should be final. |
168
|
| '{' should be on a new line. |
168
|
| Line is longer than 80 characters. |
171
|
| '{' should be on a new line. |
175
|
| Line is longer than 80 characters. |
176
|
| '{' should be on a new line. |
179
|
| Must have at least one statement. |
179
|
| '{' should be on a new line. |
182
|
| Line is longer than 80 characters. |
184
|
| '{' should be on a new line. |
184
|
| '}' should be alone on a line. |
184
|
| 'catch' is not preceded with whitespace. |
184
|
| '}' is not followed by whitespace. |
184
|
| 'catch' is not followed by whitespace. |
184
|
| Must have at least one statement. |
184
|
| '{' is not followed by whitespace. |
184
|
| '}' is not preceded with whitespace. |
184
|
| '{' should be on a new line. |
186
|
| Must have at least one statement. |
186
|
| 'if' is not followed by whitespace. |
190
|
| '{' should be on a new line. |
190
|
| '{' should be on a new line. |
193
|
| Method 'checkStorePreferences' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Missing a Javadoc comment. |
200
|
| Parameter req should be final. |
200
|
| '{' should be on a new line. |
200
|
| '{' should be on a new line. |
208
|
| 'if' is not followed by whitespace. |
211
|
| '{' should be on a new line. |
211
|
| Line is longer than 80 characters. |
216
|
| 'if' is not followed by whitespace. |
216
|
| '{' should be on a new line. |
216
|
| 'catch' is not followed by whitespace. |
222
|
| '{' should be on a new line. |
222
|
| Must have at least one statement. |
222
|
| 'catch' is not followed by whitespace. |
225
|
| '{' should be on a new line. |
225
|
| Must have at least one statement. |
225
|
| 'catch' is not followed by whitespace. |
228
|
| '{' should be on a new line. |
228
|
| Must have at least one statement. |
228
|
| 'if' is not followed by whitespace. |
232
|
| '{' should be on a new line. |
232
|
| '{' should be on a new line. |
235
|
| Line is longer than 80 characters. |
237
|
| '{' should be on a new line. |
239
|
| Method 'checkResetPreferences' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Missing a Javadoc comment. |
246
|
| Parameter req should be final. |
246
|
| '{' should be on a new line. |
246
|
| '{' should be on a new line. |
254
|
| 'if' is not followed by whitespace. |
257
|
| '{' should be on a new line. |
257
|
| Line is longer than 80 characters. |
262
|
| 'if' is not followed by whitespace. |
262
|
| '{' should be on a new line. |
262
|
| Line is longer than 80 characters. |
268
|
| 'if' is not followed by whitespace. |
269
|
| '{' should be on a new line. |
269
|
| 'catch' is not followed by whitespace. |
273
|
| '{' should be on a new line. |
273
|
| 'catch' is not followed by whitespace. |
276
|
| '{' should be on a new line. |
276
|
| 'catch' is not followed by whitespace. |
279
|
| '{' should be on a new line. |
279
|
| 'if' is not followed by whitespace. |
283
|
| '{' should be on a new line. |
283
|
| 'if' is not followed by whitespace. |
286
|
| '{' should be on a new line. |
286
|
| Line is longer than 80 characters. |
288
|
| '{' should be on a new line. |
290
|
| Line is longer than 80 characters. |
292
|
| Method 'checkResetToNullPreferences' is not designed for extension - needs to be abstract, final or empty. |
298
|
| Missing a Javadoc comment. |
298
|
| Parameter req should be final. |
298
|
| '{' should be on a new line. |
298
|
| Line is longer than 80 characters. |
301
|
| '{' should be on a new line. |
306
|
| 'if' is not followed by whitespace. |
309
|
| '{' should be on a new line. |
309
|
| Line is longer than 80 characters. |
314
|
| 'if' is not followed by whitespace. |
314
|
| '{' should be on a new line. |
314
|
| Line is longer than 80 characters. |
320
|
| 'if' is not followed by whitespace. |
321
|
| '{' should be on a new line. |
321
|
| 'catch' is not followed by whitespace. |
325
|
| '{' should be on a new line. |
325
|
| 'catch' is not followed by whitespace. |
328
|
| '{' should be on a new line. |
328
|
| 'catch' is not followed by whitespace. |
331
|
| '{' should be on a new line. |
331
|
| 'if' is not followed by whitespace. |
335
|
| '{' should be on a new line. |
335
|
| 'if' is not followed by whitespace. |
338
|
| '{' should be on a new line. |
338
|
| Line is longer than 80 characters. |
340
|
| '{' should be on a new line. |
342
|
| Line is longer than 80 characters. |
344
|
| Method 'checkReadOnlyPreferences' is not designed for extension - needs to be abstract, final or empty. |
349
|
| Missing a Javadoc comment. |
349
|
| Parameter req should be final. |
349
|
| '{' should be on a new line. |
349
|
| Line is longer than 80 characters. |
352
|
| '{' should be on a new line. |
356
|
| '{' should be on a new line. |
359
|
| 'if' is not followed by whitespace. |
363
|
| '{' should be on a new line. |
363
|
| '{' should be on a new line. |
366
|
| Method 'checkGetPreferenceMap' is not designed for extension - needs to be abstract, final or empty. |
374
|
| Missing a Javadoc comment. |
374
|
| Parameter req should be final. |
374
|
| '{' should be on a new line. |
374
|
| Method 'checkGetPreferenceNames' is not designed for extension - needs to be abstract, final or empty. |
381
|
| Missing a Javadoc comment. |
381
|
| Parameter req should be final. |
381
|
| '{' should be on a new line. |
381
|
| '=' is not preceded with whitespace. |
388
|
| 'while' is not followed by whitespace. |
390
|
| '{' should be on a new line. |
390
|
| 'if' is not followed by whitespace. |
391
|
| '{' should be on a new line. |
391
|
| 'if' is not followed by whitespace. |
397
|
| '{' should be on a new line. |
397
|
| '{' should be on a new line. |
400
|
org/apache/pluto/portalImpl/portlet/test/SimpleRenderParameterTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| '{' should be on a new line. |
34
|
| Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter req should be final. |
39
|
| '{' should be on a new line. |
39
|
| Method 'checkActionParametersNotHere' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter req should be final. |
45
|
| '{' should be on a new line. |
45
|
| Line is longer than 80 characters. |
48
|
| 'if' is not followed by whitespace. |
51
|
| '{' should be on a new line. |
51
|
| Line is longer than 80 characters. |
53
|
| '+' is not preceded with whitespace. |
53
|
| '+' is not followed by whitespace. |
53
|
| '+' is not preceded with whitespace. |
53
|
| '+' is not followed by whitespace. |
53
|
| '+' is not preceded with whitespace. |
53
|
| '+' is not followed by whitespace. |
53
|
| '+' is not preceded with whitespace. |
53
|
| '+' is not followed by whitespace. |
53
|
| '{' should be on a new line. |
55
|
| Method 'checkInternalRenderParameter' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter req should be final. |
62
|
| '{' should be on a new line. |
62
|
| 'if' is not followed by whitespace. |
68
|
| '{' should be on a new line. |
68
|
| '+' is not preceded with whitespace. |
70
|
| '+' is not followed by whitespace. |
70
|
| '+' is not preceded with whitespace. |
70
|
| '+' is not followed by whitespace. |
70
|
| '+' is not preceded with whitespace. |
70
|
| '+' is not followed by whitespace. |
70
|
| '{' should be on a new line. |
72
|
| Line is longer than 80 characters. |
78
|
| Method 'checkInternalRenderParameterValues' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter req should be final. |
78
|
| '{' should be on a new line. |
78
|
| 'if' is not followed by whitespace. |
84
|
| '<' is not preceded with whitespace. |
84
|
| '<' is not followed by whitespace. |
84
|
| '{' should be on a new line. |
84
|
| '+' is not preceded with whitespace. |
86
|
| '+' is not followed by whitespace. |
86
|
| '+' is not preceded with whitespace. |
86
|
| '+' is not followed by whitespace. |
86
|
| '+' is not preceded with whitespace. |
86
|
| '+' is not followed by whitespace. |
86
|
| '{' should be on a new line. |
88
|
| Method 'checkParameterMap' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter req should be final. |
94
|
| '{' should be on a new line. |
94
|
| 'cast' is not followed by whitespace. |
100
|
| Line is longer than 80 characters. |
101
|
| 'if' is not followed by whitespace. |
101
|
| '==' is not preceded with whitespace. |
101
|
| '==' is not followed by whitespace. |
101
|
| '{' should be on a new line. |
101
|
| 'if' is not followed by whitespace. |
103
|
| '{' should be on a new line. |
103
|
| '+' is not preceded with whitespace. |
104
|
| '+' is not followed by whitespace. |
104
|
| '+' is not preceded with whitespace. |
104
|
| '+' is not followed by whitespace. |
104
|
| '+' is not preceded with whitespace. |
104
|
| '+' is not followed by whitespace. |
104
|
| Line is longer than 80 characters. |
106
|
| 'if' is not followed by whitespace. |
106
|
| '<' is not followed by whitespace. |
106
|
| '{' should be on a new line. |
106
|
| Line is longer than 80 characters. |
107
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| '<' is not preceded with whitespace. |
107
|
| '<' is not followed by whitespace. |
107
|
| '?' is not preceded with whitespace. |
107
|
| Avoid inline conditionals. |
107
|
| '?' is not followed by whitespace. |
107
|
| ':' is not preceded with whitespace. |
107
|
| ':' is not followed by whitespace. |
107
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| Method 'checkParameterNames' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Parameter req should be final. |
115
|
| '{' should be on a new line. |
115
|
| '=' is not preceded with whitespace. |
122
|
| 'while' is not followed by whitespace. |
123
|
| '{' should be on a new line. |
123
|
| 'if' is not followed by whitespace. |
125
|
| '{' should be on a new line. |
125
|
| 'if' is not followed by whitespace. |
128
|
| '{' should be on a new line. |
128
|
| 'if' is not followed by whitespace. |
132
|
| '{' should be on a new line. |
132
|
| 'if' is not followed by whitespace. |
135
|
| '{' should be on a new line. |
135
|
| 'if' is not followed by whitespace. |
138
|
| '{' should be on a new line. |
138
|
| '{' should be on a new line. |
143
|
org/apache/pluto/portalImpl/portlet/test/TestResult.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
23
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
29
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
29
|
| Missing a Javadoc comment. |
30
|
| Name 'desc' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'returnCode' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'results' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| '=' is not followed by whitespace. |
32
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| '{' should be on a new line. |
35
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter name should be final. |
39
|
| 'name' hides a field. |
39
|
| '{' should be on a new line. |
39
|
| Method 'getDesc' 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
|
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter desc should be final. |
47
|
| 'desc' hides a field. |
47
|
| '{' should be on a new line. |
47
|
| Method 'getReturnCode' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| '{' should be on a new line. |
51
|
| Method 'setReturnCode' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter returnCode should be final. |
55
|
| 'returnCode' hides a field. |
55
|
| '{' should be on a new line. |
55
|
| Method 'getResults' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| '{' should be on a new line. |
59
|
| Method 'setResults' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter results should be final. |
63
|
| 'results' hides a field. |
63
|
| '{' should be on a new line. |
63
|
org/apache/pluto/portalImpl/portlet/test/TestResults.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
26
|
| Missing a Javadoc comment. |
28
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Missing a Javadoc comment. |
29
|
| Name 'list' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
29
|
| Missing a Javadoc comment. |
30
|
| Name 'failed' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'inQuestion' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
33
|
| Parameter name should be final. |
33
|
| 'name' hides a field. |
33
|
| '{' should be on a new line. |
33
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| '{' should be on a new line. |
37
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter name should be final. |
41
|
| 'name' hides a field. |
41
|
| '{' should be on a new line. |
41
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter res should be final. |
45
|
| '{' should be on a new line. |
45
|
| 'if' is not followed by whitespace. |
46
|
| '{' should be on a new line. |
46
|
| 'if' is not followed by whitespace. |
49
|
| '{' should be on a new line. |
49
|
| Method 'isFailed' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| '{' should be on a new line. |
55
|
| Method 'isInQuestion' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| '{' should be on a new line. |
59
|
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| '{' should be on a new line. |
63
|
org/apache/pluto/portalImpl/portlet/test/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/testsuite/ExpectedResults.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. |
15
|
| Class ExpectedResults should be declared as final. |
29
|
| '{' should be on a new line. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line has trailing spaces. |
32
|
| Line is longer than 80 characters. |
32
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Line has trailing spaces. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| Name 'properties' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Line has trailing spaces. |
36
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Missing a Javadoc comment. |
37
|
| '{' should be on a new line. |
37
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line is longer than 80 characters. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| '{' should be on a new line. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Missing a Javadoc comment. |
47
|
| '{' should be on a new line. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| 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 is longer than 80 characters. |
57
|
| Line contains a tab character. |
57
|
| Redundant throws: 'InvalidConfigurationException' is unchecked exception. |
57
|
| '{' should be on a new line. |
57
|
| Line contains a tab character. |
58
|
| '{' should be on a new line. |
58
|
| Line contains a tab character. |
59
|
| '{' should be on a new line. |
59
|
| Line has trailing spaces. |
60
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| '}' should be alone on a line. |
64
|
| '{' should be on a new line. |
64
|
| Line is longer than 80 characters. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
org/apache/pluto/testsuite/InvalidConfigurationException.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. |
15
|
| '{' should be on a new line. |
23
|
| Line contains a tab character. |
25
|
| Missing a Javadoc comment. |
25
|
| Parameter message should be final. |
25
|
| '{' should be on a new line. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
org/apache/pluto/testsuite/package.html
Error | Line |
| Missing package documentation file. | 0 |