Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
330 | 0 | 0 | 11203 |
Files
org/apache/commons/fileupload/PortletDiskFileUpload.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line is longer than 80 characters. |
2
|
| Name 'fileItemFactory' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
105
|
| Parameter fileItemFactory should be final. |
130
|
| 'fileItemFactory' hides a field. |
130
|
| Method 'getFileItemFactory' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Method 'setFileItemFactory' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Parameter factory should be final. |
158
|
| Method 'getSizeThreshold' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Method 'setSizeThreshold' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Parameter sizeThreshold should be final. |
185
|
| Method 'getRepositoryPath' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Method 'setRepositoryPath' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Parameter repositoryPath should be final. |
213
|
| Method 'parseRequest' is not designed for extension - needs to be abstract, final or empty. |
238
|
| Parameter req should be final. |
238
|
| Parameter sizeThreshold should be final. |
239
|
| Parameter sizeMax should be final. |
240
|
| Parameter path should be final. |
240
|
org/apache/commons/fileupload/PortletFileUpload.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
2
|
| Name 'fileItemFactory' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
99
|
| Parameter fileItemFactory should be final. |
123
|
| 'fileItemFactory' hides a field. |
123
|
| Method 'getFileItemFactory' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Method 'setFileItemFactory' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Parameter factory should be final. |
149
|
org/apache/commons/fileupload/PortletFileUploadBase.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line is longer than 80 characters. |
2
|
| Parameter req should be final. |
115
|
| Name 'sizeMax' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
189
|
| Name 'headerEncoding' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
195
|
| Parameter factory should be final. |
214
|
| Method 'getSizeMax' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Method 'setSizeMax' is not designed for extension - needs to be abstract, final or empty. |
239
|
| Parameter sizeMax should be final. |
239
|
| 'sizeMax' hides a field. |
239
|
| Method 'getHeaderEncoding' is not designed for extension - needs to be abstract, final or empty. |
252
|
| Method 'setHeaderEncoding' is not designed for extension - needs to be abstract, final or empty. |
265
|
| Parameter encoding should be final. |
265
|
| Method 'parseRequest' is not designed for extension - needs to be abstract, final or empty. |
287
|
| Parameter req should be final. |
287
|
| '9' is a magic number. |
333
|
| '9' is a magic number. |
355
|
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. |
450
|
| Parameter headers should be final. |
450
|
| '10' is a magic number. |
457
|
| '10' is a magic number. |
460
|
| Method 'getFieldName' is not designed for extension - needs to be abstract, final or empty. |
475
|
| Parameter headers should be final. |
475
|
| '6' is a magic number. |
482
|
| '6' is a magic number. |
485
|
| Method 'createItem' is not designed for extension - needs to be abstract, final or empty. |
504
|
| Parameter headers should be final. |
504
|
| Parameter isFormField should be final. |
505
|
| Method 'parseHeaders' is not designed for extension - needs to be abstract, final or empty. |
527
|
| Parameter headerPart should be final. |
527
|
| Array brackets at illegal position. |
530
|
| Must have at least one statement. |
578
|
| Parameter headers should be final. |
596
|
| Parameter name should be final. |
597
|
| Parameter message should be final. |
624
|
| Parameter message should be final. |
652
|
| Parameter message should be final. |
680
|
org/apache/commons/fileupload/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/Deploy.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 is longer than 80 characters. |
55
|
| Utility classes should not have a public or default constructor. |
74
|
| '{' should be on a new line. |
74
|
| Missing a Javadoc comment. |
76
|
| Missing a Javadoc comment. |
77
|
| Missing a Javadoc comment. |
78
|
| Missing a Javadoc comment. |
79
|
| Missing a Javadoc comment. |
80
|
| Missing a Javadoc comment. |
81
|
| Missing a Javadoc comment. |
83
|
| Parameter webAppsDir should be final. |
83
|
| 'webAppsDir' hides a field. |
83
|
| Parameter warFile should be final. |
83
|
| '{' should be on a new line. |
84
|
| 'if' construct must use '{}'s. |
86
|
| 'if' construct must use '{}'s. |
89
|
| 'if' construct must use '{}'s. |
92
|
| '{' should be on a new line. |
102
|
| Line is longer than 80 characters. |
106
|
| 'if' is not followed by whitespace. |
108
|
| '(' is followed by whitespace. |
108
|
| '{' should be on a new line. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| 'while' is not followed by whitespace. |
114
|
| '!=' is not preceded with whitespace. |
114
|
| '!=' is not followed by whitespace. |
114
|
| '{' should be on a new line. |
114
|
| Line contains a tab character. |
115
|
| 'if' is not followed by whitespace. |
115
|
| '==' is not preceded with whitespace. |
115
|
| '==' is not followed by whitespace. |
115
|
| '==' is not preceded with whitespace. |
115
|
| '==' is not followed by whitespace. |
115
|
| '{' is not preceded with whitespace. |
115
|
| '{' should be on a new line. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| 'cast' is not followed by whitespace. |
117
|
| Line contains a tab character. |
118
|
| 'if' is not followed by whitespace. |
118
|
| '{' is not preceded with whitespace. |
118
|
| '{' should be on a new line. |
118
|
| Line is longer than 80 characters. |
119
|
| Line contains a tab character. |
119
|
| '+' is not preceded with whitespace. |
119
|
| '+' is not followed by whitespace. |
119
|
| '+' is not preceded with whitespace. |
119
|
| '+' is not followed by whitespace. |
119
|
| '+' is not followed by whitespace. |
119
|
| '+' is not preceded with whitespace. |
119
|
| '+' is not followed by whitespace. |
119
|
| '+' is not preceded with whitespace. |
119
|
| '+' is not followed by whitespace. |
119
|
| '+' is not preceded with whitespace. |
119
|
| '+' is not followed by whitespace. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| '{' should be on a new line. |
129
|
| '}' should be alone on a line. |
131
|
| '{' should be on a new line. |
131
|
| '1024' is a magic number. |
132
|
| '{' should be on a new line. |
136
|
| Method length is 297 lines (max allowed is 150). |
147
|
| Missing a Javadoc comment. |
147
|
| Parameter webAppsDir should be final. |
147
|
| 'webAppsDir' hides a field. |
147
|
| Parameter warFile should be final. |
147
|
| Redundant throws: 'Exception' is subclass of 'IOException'. |
148
|
| '{' should be on a new line. |
148
|
| 'if' construct must use '{}'s. |
150
|
| 'if' construct must use '{}'s. |
152
|
| 'if' construct must use '{}'s. |
155
|
| Name '_portlet_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
164
|
| Line is longer than 80 characters. |
165
|
| '+' is not followed by whitespace. |
165
|
| '{' should be on a new line. |
167
|
| '}' should be alone on a line. |
169
|
| '{' should be on a new line. |
169
|
| Name '_web_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
179
|
| Line is longer than 80 characters. |
182
|
| '{' should be on a new line. |
184
|
| '}' should be alone on a line. |
186
|
| '{' should be on a new line. |
186
|
| '{' should be on a new line. |
193
|
| Line is longer than 80 characters. |
199
|
| Line has trailing spaces. |
202
|
| '{' should be on a new line. |
215
|
| '{' should be on a new line. |
223
|
| Line is longer than 80 characters. |
229
|
| Line has trailing spaces. |
232
|
| '}' should be alone on a line. |
237
|
| '{' should be on a new line. |
237
|
| '{' should be on a new line. |
263
|
| '{' should be on a new line. |
270
|
| '{' should be on a new line. |
273
|
| Line is longer than 80 characters. |
275
|
| Name '_servletCtrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
279
|
| '}' should be alone on a line. |
283
|
| '{' should be on a new line. |
283
|
| '{' should be on a new line. |
311
|
| '}' should be alone on a line. |
315
|
| '{' should be on a new line. |
315
|
| '{' should be on a new line. |
322
|
| '}' should be alone on a line. |
326
|
| '{' should be on a new line. |
326
|
| '{' should be on a new line. |
335
|
| '{' should be on a new line. |
340
|
| '{' should be on a new line. |
346
|
| Line is longer than 80 characters. |
356
|
| 'cast' is not followed by whitespace. |
356
|
| Line has trailing spaces. |
363
|
| '{' should be on a new line. |
369
|
| Line has trailing spaces. |
372
|
| '(' is followed by whitespace. |
373
|
| Line contains a tab character. |
373
|
| '==' is not preceded with whitespace. |
373
|
| Line has trailing spaces. |
374
|
| Line contains a tab character. |
374
|
| Line is longer than 80 characters. |
375
|
| '==' is not preceded with whitespace. |
375
|
| '==' is not followed by whitespace. |
375
|
| '{' is not preceded with whitespace. |
376
|
| '{' should be on a new line. |
376
|
| Line is longer than 80 characters. |
378
|
| Line is longer than 80 characters. |
380
|
| Line has trailing spaces. |
383
|
| Line contains a tab character. |
383
|
| '{' should be on a new line. |
388
|
| Line is longer than 80 characters. |
390
|
| Line is longer than 80 characters. |
392
|
| '{' should be on a new line. |
403
|
| '4' is a magic number. |
409
|
| '16384' is a magic number. |
410
|
| Line has trailing spaces. |
417
|
| '+' should be on a new line. |
417
|
| Line is longer than 80 characters. |
418
|
| '+' is not preceded with whitespace. |
418
|
| '+' should be on a new line. |
418
|
| Line is longer than 80 characters. |
419
|
| '{' should be on a new line. |
421
|
| '}' should be alone on a line. |
426
|
| '{' should be on a new line. |
426
|
| Line is longer than 80 characters. |
431
|
| Line is longer than 80 characters. |
432
|
| Line has trailing spaces. |
435
|
| '}' should be alone on a line. |
437
|
| '{' should be on a new line. |
437
|
| Line has trailing spaces. |
438
|
| Missing a Javadoc comment. |
446
|
| Parameter from should be final. |
446
|
| Parameter to should be final. |
446
|
| '{' should be on a new line. |
446
|
| Line has trailing spaces. |
449
|
| '1024' is a magic number. |
450
|
| Line has trailing spaces. |
454
|
| '{' should be on a new line. |
455
|
| Missing a Javadoc comment. |
461
|
| Parameter args should be final. |
461
|
| Array brackets at illegal position. |
461
|
| '{' should be on a new line. |
461
|
| '4' is a magic number. |
465
|
| '{' should be on a new line. |
465
|
| Line is longer than 80 characters. |
469
|
| '4' is a magic number. |
473
|
| '{' should be on a new line. |
473
|
| '4' is a magic number. |
474
|
| '4' is a magic number. |
474
|
| '{' should be on a new line. |
474
|
| 'if' is not followed by whitespace. |
479
|
| '{' should be on a new line. |
479
|
| 'for' is not followed by whitespace. |
480
|
| '=' is not preceded with whitespace. |
480
|
| '=' is not followed by whitespace. |
480
|
| '<' is not preceded with whitespace. |
480
|
| '<' is not followed by whitespace. |
480
|
| ';' is not followed by whitespace. |
480
|
| '{' should be on a new line. |
480
|
| Line has trailing spaces. |
481
|
| '(' is followed by whitespace. |
481
|
| '+' is not preceded with whitespace. |
481
|
| '+' is not followed by whitespace. |
481
|
| Line contains a tab character. |
481
|
| Line has trailing spaces. |
484
|
| 'if' construct must use '{}'s. |
486
|
| 'if' construct must use '{}'s. |
490
|
| '3' is a magic number. |
495
|
| 'if' construct must use '{}'s. |
496
|
| '4' is a magic number. |
499
|
| '{' should be on a new line. |
499
|
| '4' is a magic number. |
500
|
| '4' is a magic number. |
500
|
| '{' should be on a new line. |
500
|
| '4' is a magic number. |
504
|
| '(' is followed by whitespace. |
505
|
| '>' is not preceded with whitespace. |
505
|
| '5' is a magic number. |
505
|
| '>' is not followed by whitespace. |
505
|
| '5' is a magic number. |
506
|
| '{' should be on a new line. |
508
|
| Line is longer than 80 characters. |
509
|
| Line is longer than 80 characters. |
510
|
| Line has trailing spaces. |
511
|
| Line is longer than 80 characters. |
511
|
| '{' should be on a new line. |
516
|
| '}' should be alone on a line. |
520
|
| '{' should be on a new line. |
520
|
| Missing a Javadoc comment. |
526
|
| 'private' modifier out of order with the JLS suggestions. |
526
|
| Parameter args should be final. |
526
|
| '{' should be on a new line. |
526
|
| Line is longer than 80 characters. |
530
|
| Line contains a tab character. |
530
|
| '4' is a magic number. |
531
|
| Avoid inline conditionals. |
531
|
| '5' is a magic number. |
531
|
| '6' is a magic number. |
531
|
| '{' should be on a new line. |
533
|
| Line contains a tab character. |
535
|
| Line is longer than 80 characters. |
545
|
| '{' should be on a new line. |
548
|
| Line is longer than 80 characters. |
552
|
| '}' should be alone on a line. |
561
|
| '{' should be on a new line. |
561
|
org/apache/pluto/portalImpl/Servlet.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. |
53
|
| Name 'CONTENT_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
55
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Method 'getServletInfo' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter config should be final. |
62
|
| '{' should be on a new line. |
67
|
| Line is longer than 80 characters. |
79
|
| '{' should be on a new line. |
82
|
| '}' should be alone on a line. |
86
|
| '{' should be on a new line. |
86
|
| Line has trailing spaces. |
87
|
| Line is longer than 80 characters. |
90
|
| '{' should be on a new line. |
95
|
| Line is longer than 80 characters. |
97
|
| 'if' construct must use '{}'s. |
99
|
| 'if' is not followed by whitespace. |
99
|
| '+' is not followed by whitespace. |
101
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not followed by whitespace. |
101
|
| Line has trailing spaces. |
102
|
| Line is longer than 80 characters. |
108
|
| Line is longer than 80 characters. |
109
|
| Line has trailing spaces. |
110
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
121
|
| Line is longer than 80 characters. |
122
|
| '}' should be alone on a line. |
124
|
| 'if' is not followed by whitespace. |
124
|
| '{' should be on a new line. |
124
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| 'if' construct must use '{}'s. |
133
|
| 'if' is not followed by whitespace. |
133
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Missing a Javadoc comment. |
153
|
| Parameter servletRequest should be final. |
153
|
| Line is longer than 80 characters. |
154
|
| Parameter servletResponse should be final. |
154
|
| '!=' is not preceded with whitespace. |
166
|
| '!=' is not followed by whitespace. |
166
|
| '{' should be on a new line. |
168
|
| Line is longer than 80 characters. |
172
|
| Line is longer than 80 characters. |
173
|
| Must have at least one statement. |
199
|
| Line has trailing spaces. |
202
|
| Method 'doPost' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Missing a Javadoc comment. |
205
|
| Parameter request should be final. |
205
|
| Line is longer than 80 characters. |
206
|
| Parameter response should be final. |
206
|
org/apache/pluto/portalImpl/aggregation/AbstractFragment.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
|
| Missing a Javadoc comment. |
41
|
| '{' should be on a new line. |
42
|
| Missing a Javadoc comment. |
44
|
| 'static' modifier out of order with the JLS suggestions. |
44
|
| Missing a Javadoc comment. |
49
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
50
|
| Name 'config' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
51
|
| Name 'parent' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'fragDesc' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
53
|
| Name 'initParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'navigation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
57
|
| Parameter id should be final. |
57
|
| 'id' hides a field. |
57
|
| Line has trailing spaces. |
58
|
| Parameter config should be final. |
58
|
| 'config' hides a field. |
58
|
| Line is longer than 80 characters. |
59
|
| Parameter parent should be final. |
59
|
| 'parent' hides a field. |
59
|
| Line is longer than 80 characters. |
60
|
| Parameter fragDesc should be final. |
60
|
| 'fragDesc' hides a field. |
60
|
| Line is longer than 80 characters. |
61
|
| Parameter navigation should be final. |
61
|
| 'navigation' hides a field. |
61
|
| Line has trailing spaces. |
62
|
| '{' should be on a new line. |
65
|
| '{' should be on a new line. |
67
|
| '{' should be on a new line. |
74
|
| '{' should be on a new line. |
84
|
| Line is longer than 80 characters. |
85
|
| '{' should be on a new line. |
90
|
| 'cast' is not followed by whitespace. |
91
|
| Line is longer than 80 characters. |
99
|
| Line is longer than 80 characters. |
104
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Parameter request should be final. |
104
|
| Parameter response should be final. |
104
|
| Line is longer than 80 characters. |
111
|
| '+' is not preceded with whitespace. |
111
|
| '+' is not followed by whitespace. |
111
|
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Method 'getInitParameters' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Missing a Javadoc comment. |
127
|
| Missing a Javadoc comment. |
132
|
| 'public' modifier out of order with the JLS suggestions. |
132
|
| Line is longer than 80 characters. |
134
|
| Missing a Javadoc comment. |
134
|
| 'public' modifier out of order with the JLS suggestions. |
134
|
| Parameter child should be final. |
134
|
| Method 'getNavigation' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Missing a Javadoc comment. |
141
|
| 'public' modifier out of order with the JLS suggestions. |
141
|
| Parameter url should be final. |
141
|
| Missing a Javadoc comment. |
143
|
| 'public' modifier out of order with the JLS suggestions. |
143
|
| Parameter url should be final. |
143
|
| Method 'getServletConfig' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Method 'getInitParameterValue' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Parameter name should be final. |
151
|
| Line is longer than 80 characters. |
157
|
| Missing a Javadoc comment. |
157
|
| 'public' modifier out of order with the JLS suggestions. |
157
|
| Parameter request should be final. |
157
|
| Parameter response should be final. |
157
|
| Line is longer than 80 characters. |
160
|
| Missing a Javadoc comment. |
160
|
| 'public' modifier out of order with the JLS suggestions. |
160
|
| Parameter request should be final. |
160
|
| Parameter response should be final. |
160
|
| Line is longer than 80 characters. |
163
|
| Method 'getFragmentDescription' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Missing a Javadoc comment. |
163
|
org/apache/pluto/portalImpl/aggregation/AbstractFragmentContainer.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
|
| Missing a Javadoc comment. |
36
|
| Name 'children' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| Parameter id should be final. |
38
|
| Line has trailing spaces. |
39
|
| Parameter config should be final. |
39
|
| Line is longer than 80 characters. |
40
|
| Parameter parent should be final. |
40
|
| Line is longer than 80 characters. |
41
|
| Parameter fragDesc should be final. |
41
|
| Line is longer than 80 characters. |
42
|
| Parameter navigation should be final. |
42
|
| Line has trailing spaces. |
43
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter request should be final. |
48
|
| Parameter response should be final. |
48
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter request should be final. |
53
|
| Parameter response should be final. |
53
|
| Method 'getChildFragments' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Method 'addChild' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter child should be final. |
63
|
| Missing a Javadoc comment. |
68
|
| 'public' modifier out of order with the JLS suggestions. |
68
|
| Parameter url should be final. |
68
|
| Missing a Javadoc comment. |
70
|
| 'public' modifier out of order with the JLS suggestions. |
70
|
| Parameter url should be final. |
70
|
org/apache/pluto/portalImpl/aggregation/AbstractFragmentSingle.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
|
| Missing a Javadoc comment. |
36
|
| Parameter id should be final. |
36
|
| Line has trailing spaces. |
37
|
| Parameter config should be final. |
37
|
| Line is longer than 80 characters. |
38
|
| Parameter parent should be final. |
38
|
| Line is longer than 80 characters. |
39
|
| Parameter fragDesc should be final. |
39
|
| Line is longer than 80 characters. |
40
|
| Parameter navigation should be final. |
40
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter request should be final. |
46
|
| Parameter response should be final. |
46
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter request should be final. |
51
|
| Parameter response should be final. |
51
|
| Method 'getChildFragments' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
61
|
| Parameter child should be final. |
61
|
| Missing a Javadoc comment. |
66
|
| 'public' modifier out of order with the JLS suggestions. |
66
|
| Parameter url should be final. |
66
|
| Missing a Javadoc comment. |
68
|
| 'public' modifier out of order with the JLS suggestions. |
68
|
| Parameter url should be final. |
68
|
org/apache/pluto/portalImpl/aggregation/ColumnFragment.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. |
29
|
| Parameter id should be final. |
29
|
| Line has trailing spaces. |
30
|
| Parameter config should be final. |
30
|
| Line is longer than 80 characters. |
31
|
| Parameter parent should be final. |
31
|
| Parameter fragDesc should be final. |
32
|
| Line is longer than 80 characters. |
33
|
| Parameter navigation should be final. |
33
|
| Line has trailing spaces. |
34
|
| Method 'createURL' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter url should be final. |
39
|
| Method 'isPartOfURL' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter url should be final. |
45
|
org/apache/pluto/portalImpl/aggregation/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. |
22
|
| Missing a Javadoc comment. |
25
|
| 'static' modifier out of order with the JLS suggestions. |
25
|
org/apache/pluto/portalImpl/aggregation/Fragment.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
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
40
|
| Line is longer than 80 characters. |
46
|
| Redundant 'public' modifier. |
46
|
| Expected @throws tag for 'ServletException'. |
47
|
| Expected @throws tag for 'IOException'. |
47
|
| Line has trailing spaces. |
52
|
| Redundant 'public' modifier. |
55
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
63
|
| Line has trailing spaces. |
67
|
| Redundant 'public' modifier. |
70
|
| Line has trailing spaces. |
74
|
| Line is longer than 80 characters. |
75
|
| Redundant 'public' modifier. |
77
|
| Line has trailing spaces. |
81
|
| Redundant 'public' modifier. |
84
|
| Line has trailing spaces. |
89
|
| Redundant 'public' modifier. |
92
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
97
|
| Redundant 'public' modifier. |
99
|
| Line has trailing spaces. |
103
|
| Redundant 'public' modifier. |
107
|
org/apache/pluto/portalImpl/aggregation/PageFragment.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. |
29
|
| Parameter id should be final. |
29
|
| Line has trailing spaces. |
30
|
| Parameter config should be final. |
30
|
| Parameter parent should be final. |
31
|
| Parameter fragDesc should be final. |
32
|
| Line is longer than 80 characters. |
33
|
| Parameter navigation should be final. |
33
|
| Line has trailing spaces. |
34
|
| Method 'createURL' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter url should be final. |
39
|
| Method 'isPartOfURL' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter url should be final. |
45
|
org/apache/pluto/portalImpl/aggregation/PortletFragment.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. |
59
|
| '{' should be on a new line. |
82
|
| Line has trailing spaces. |
83
|
| Missing a Javadoc comment. |
84
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
84
|
| Missing a Javadoc comment. |
85
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
85
|
| Missing a Javadoc comment. |
87
|
| Missing a Javadoc comment. |
89
|
| Parameter id should be final. |
89
|
| Parameter config should be final. |
90
|
| Line is longer than 80 characters. |
91
|
| Parameter parent should be final. |
91
|
| Line is longer than 80 characters. |
92
|
| Parameter fragDesc should be final. |
92
|
| Line is longer than 80 characters. |
93
|
| Parameter navigation should be final. |
93
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
98
|
| Line is longer than 80 characters. |
99
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
106
|
| Line contains a tab character. |
106
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method length is 163 lines (max allowed is 150). |
106
|
| Missing a Javadoc comment. |
106
|
| Parameter request should be final. |
106
|
| Parameter response should be final. |
106
|
| Line is longer than 80 characters. |
109
|
| Line contains a tab character. |
109
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| 'cast' is not followed by whitespace. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
114
|
| Line is longer than 80 characters. |
115
|
| Line contains a tab character. |
115
|
| Line is longer than 80 characters. |
116
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| '{' should be on a new line. |
119
|
| Line is longer than 80 characters. |
120
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| '}' should be alone on a line. |
121
|
| '{' should be on a new line. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| '}' should be alone on a line. |
124
|
| '{' should be on a new line. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| '{' should be on a new line. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| '}' should be alone on a line. |
133
|
| '{' should be on a new line. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
137
|
| Line is longer than 80 characters. |
139
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line is longer than 80 characters. |
142
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| '{' should be on a new line. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| '{' should be on a new line. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line is longer than 80 characters. |
150
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Avoid inline conditionals. |
153
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line has trailing spaces. |
158
|
| Line contains a tab character. |
158
|
| Line is longer than 80 characters. |
159
|
| '{' should be on a new line. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
163
|
| Line is longer than 80 characters. |
164
|
| Line contains a tab character. |
164
|
| 'cast' is not followed by whitespace. |
164
|
| Line contains a tab character. |
166
|
| '{' should be on a new line. |
166
|
| Line is longer than 80 characters. |
167
|
| Line contains a tab character. |
167
|
| Line is longer than 80 characters. |
168
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| '}' should be alone on a line. |
169
|
| '{' should be on a new line. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line is longer than 80 characters. |
173
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| '{' should be on a new line. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| '}' should be alone on a line. |
176
|
| '{' should be on a new line. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| '{' should be on a new line. |
178
|
| Line contains a tab character. |
179
|
| '60' is a magic number. |
179
|
| Line contains a tab character. |
180
|
| Line is longer than 80 characters. |
181
|
| Line contains a tab character. |
181
|
| '1000' is a magic number. |
181
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
183
|
| '}' should be alone on a line. |
183
|
| '{' should be on a new line. |
183
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
| Line is longer than 80 characters. |
187
|
| Line contains a tab character. |
187
|
| Name 'dyn_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
187
|
| Line contains a tab character. |
188
|
| '{' should be on a new line. |
188
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line is longer than 80 characters. |
196
|
| Line contains a tab character. |
196
|
| Line is longer than 80 characters. |
197
|
| Line contains a tab character. |
197
|
| Line is longer than 80 characters. |
198
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| '{' should be on a new line. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| '{' should be on a new line. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
207
|
| Line contains a tab character. |
208
|
| Line is longer than 80 characters. |
209
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| '{' should be on a new line. |
210
|
| Line is longer than 80 characters. |
211
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| '{' should be on a new line. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| '{' should be on a new line. |
219
|
| Line is longer than 80 characters. |
220
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Line is longer than 80 characters. |
223
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Line contains a tab character. |
225
|
| Line is longer than 80 characters. |
227
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
231
|
| Line is longer than 80 characters. |
232
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| '{' should be on a new line. |
233
|
| Line contains a tab character. |
234
|
| Line is longer than 80 characters. |
235
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line is longer than 80 characters. |
237
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
240
|
| Line is longer than 80 characters. |
241
|
| Line contains a tab character. |
241
|
| '3' is a magic number. |
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 is longer than 80 characters. |
246
|
| Line contains a tab character. |
246
|
| Line contains a tab character. |
247
|
| Line contains a tab character. |
248
|
| '{' should be on a new line. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| '{' should be on a new line. |
251
|
| Line contains a tab character. |
252
|
| Line is longer than 80 characters. |
253
|
| Line contains a tab character. |
253
|
| '{' should be on a new line. |
253
|
| Line contains a tab character. |
254
|
| Line is longer than 80 characters. |
255
|
| Line contains a tab character. |
255
|
| Line contains a tab character. |
256
|
| '}' should be alone on a line. |
256
|
| '{' should be on a new line. |
256
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| Line contains a tab character. |
259
|
| '}' should be alone on a line. |
259
|
| '{' should be on a new line. |
259
|
| Line contains a tab character. |
260
|
| Line contains a tab character. |
261
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
263
|
| '}' should be alone on a line. |
263
|
| '{' should be on a new line. |
263
|
| Line contains a tab character. |
264
|
| Line is longer than 80 characters. |
265
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
270
|
| Line contains a tab character. |
272
|
| Method 'createURL' is not designed for extension - needs to be abstract, final or empty. |
272
|
| Missing a Javadoc comment. |
272
|
| Parameter url should be final. |
272
|
| '{' should be on a new line. |
272
|
| Line contains a tab character. |
273
|
| Line contains a tab character. |
274
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
277
|
| Method 'isPartOfURL' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Missing a Javadoc comment. |
277
|
| Parameter url should be final. |
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. |
281
|
| Method 'getPortletWindow' is not designed for extension - needs to be abstract, final or empty. |
281
|
| Missing a Javadoc comment. |
281
|
| '{' should be on a new line. |
281
|
| Line contains a tab character. |
282
|
| Line contains a tab character. |
283
|
| Missing a Javadoc comment. |
285
|
| Line contains a tab character. |
285
|
| '{' should be on a new line. |
285
|
| Line contains a tab character. |
286
|
| Missing a Javadoc comment. |
286
|
| Name 'title' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
286
|
| Line contains a tab character. |
287
|
| Missing a Javadoc comment. |
287
|
| Name 'availablePortletModes' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
287
|
| Line contains a tab character. |
288
|
| Missing a Javadoc comment. |
288
|
| Name 'availablePortletWindowStates' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
288
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
293
|
| '{' should be on a new line. |
293
|
| Line contains a tab character. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
297
|
| Line contains a tab character. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
300
|
| Parameter string should be final. |
300
|
| '{' should be on a new line. |
300
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
304
|
| Line contains a tab character. |
305
|
| Line contains a tab character. |
306
|
| Line contains a tab character. |
307
|
| Method 'getAvailablePortletModes' is not designed for extension - needs to be abstract, final or empty. |
307
|
| '{' should be on a new line. |
307
|
| Line contains a tab character. |
308
|
| Line contains a tab character. |
309
|
| Line is longer than 80 characters. |
311
|
| Line contains a tab character. |
311
|
| Method 'addPortletMode' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Missing a Javadoc comment. |
311
|
| Parameter mode should be final. |
311
|
| Parameter activationURL should be final. |
311
|
| Parameter isCurrent should be final. |
311
|
| '{' should be on a new line. |
311
|
| Line is longer than 80 characters. |
312
|
| Line contains a tab character. |
312
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Line contains a tab character. |
316
|
| Line contains a tab character. |
317
|
| Line contains a tab character. |
318
|
| Line contains a tab character. |
319
|
| Method 'getAvailablePortletWindowStates' is not designed for extension - needs to be abstract, final or empty. |
319
|
| '{' should be on a new line. |
319
|
| Line contains a tab character. |
320
|
| Line contains a tab character. |
321
|
| Line is longer than 80 characters. |
323
|
| Line contains a tab character. |
323
|
| Method 'addPortletWindowState' is not designed for extension - needs to be abstract, final or empty. |
323
|
| Missing a Javadoc comment. |
323
|
| Parameter stateLabel should be final. |
323
|
| Parameter activationURL should be final. |
323
|
| Parameter isCurrent should be final. |
323
|
| '{' should be on a new line. |
323
|
| Line is longer than 80 characters. |
324
|
| Line contains a tab character. |
324
|
| Line contains a tab character. |
325
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
328
|
| Missing a Javadoc comment. |
330
|
| Line contains a tab character. |
330
|
| '{' should be on a new line. |
330
|
| Line contains a tab character. |
331
|
| Missing a Javadoc comment. |
331
|
| Name 'label' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
331
|
| Line contains a tab character. |
332
|
| Missing a Javadoc comment. |
332
|
| Name 'url' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
332
|
| Line contains a tab character. |
333
|
| Missing a Javadoc comment. |
333
|
| Name 'isCurrent' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
333
|
| Line contains a tab character. |
335
|
| Line contains a tab character. |
336
|
| Line contains a tab character. |
337
|
| Line contains a tab character. |
338
|
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. |
338
|
| Parameter compare should be final. |
338
|
| '{' should be on a new line. |
338
|
| Line contains a tab character. |
339
|
| '{' should be on a new line. |
339
|
| Line is longer than 80 characters. |
340
|
| Line contains a tab character. |
340
|
| Line contains a tab character. |
341
|
| '}' should be alone on a line. |
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. |
344
|
| Line contains a tab character. |
345
|
| Line contains a tab character. |
346
|
| Line contains a tab character. |
347
|
| Line contains a tab character. |
348
|
| Line contains a tab character. |
349
|
| Line contains a tab character. |
350
|
| Line is longer than 80 characters. |
351
|
| Line contains a tab character. |
351
|
| Parameter stateLabel should be final. |
351
|
| Expected @param tag for 'stateLabel'. |
351
|
| Parameter activationURL should be final. |
351
|
| Expected @param tag for 'activationURL'. |
351
|
| Parameter isCurrent should be final. |
351
|
| 'isCurrent' hides a field. |
351
|
| Expected @param tag for 'isCurrent'. |
351
|
| '{' should be on a new line. |
351
|
| Line contains a tab character. |
352
|
| Line contains a tab character. |
353
|
| Line contains a tab character. |
354
|
| Line contains a tab character. |
355
|
| Line contains a tab character. |
356
|
| Line contains a tab character. |
357
|
| Line contains a tab character. |
358
|
| Line contains a tab character. |
359
|
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. |
359
|
| '{' should be on a new line. |
359
|
| Line contains a tab character. |
360
|
| Line contains a tab character. |
361
|
| Line contains a tab character. |
363
|
| Line contains a tab character. |
364
|
| Line contains a tab character. |
365
|
| Line contains a tab character. |
366
|
| Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. |
366
|
| Parameter string should be final. |
366
|
| Expected @param tag for 'string'. |
366
|
| '{' should be on a new line. |
366
|
| Line contains a tab character. |
367
|
| Line contains a tab character. |
368
|
| Line contains a tab character. |
370
|
| Line contains a tab character. |
371
|
| Line contains a tab character. |
372
|
| Line contains a tab character. |
373
|
| Method 'isCurrent' is not designed for extension - needs to be abstract, final or empty. |
373
|
| '{' should be on a new line. |
373
|
| Line contains a tab character. |
374
|
| Line contains a tab character. |
375
|
| Line contains a tab character. |
377
|
| Line contains a tab character. |
378
|
| Line contains a tab character. |
379
|
| Line contains a tab character. |
380
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
380
|
| '{' should be on a new line. |
380
|
| Line contains a tab character. |
381
|
| Line contains a tab character. |
382
|
| Line contains a tab character. |
384
|
| Line contains a tab character. |
385
|
| Line contains a tab character. |
386
|
| Line contains a tab character. |
387
|
| Method 'setCurrent' is not designed for extension - needs to be abstract, final or empty. |
387
|
| Parameter b should be final. |
387
|
| Expected @param tag for 'b'. |
387
|
| '{' should be on a new line. |
387
|
| Line contains a tab character. |
388
|
| Line contains a tab character. |
389
|
| Line contains a tab character. |
391
|
| Line contains a tab character. |
392
|
| Line contains a tab character. |
393
|
| Line contains a tab character. |
394
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
394
|
| Parameter string should be final. |
394
|
| Expected @param tag for 'string'. |
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
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
398
|
| Missing a Javadoc comment. |
398
|
| '{' should be on a new line. |
398
|
| Line contains a tab character. |
399
|
| Line contains a tab character. |
400
|
| Line contains a tab character. |
402
|
| Missing a Javadoc comment. |
404
|
| Line contains a tab character. |
404
|
| '{' should be on a new line. |
404
|
| Line contains a tab character. |
405
|
| Missing a Javadoc comment. |
405
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
405
|
| Line contains a tab character. |
406
|
| Missing a Javadoc comment. |
406
|
| Name 'url' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
406
|
| Line contains a tab character. |
407
|
| Missing a Javadoc comment. |
407
|
| Name 'isCurrent' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
407
|
| Line contains a tab character. |
409
|
| Missing a Javadoc comment. |
409
|
| Parameter name should be final. |
409
|
| 'name' hides a field. |
409
|
| Parameter url should be final. |
409
|
| 'url' hides a field. |
409
|
| Parameter isCurrent should be final. |
409
|
| 'isCurrent' hides a field. |
409
|
| '{' should be on a new line. |
409
|
| Line contains a tab character. |
410
|
| Line contains a tab character. |
411
|
| Line contains a tab character. |
412
|
| Line contains a tab character. |
413
|
| Line contains a tab character. |
415
|
| Line contains a tab character. |
416
|
| Line contains a tab character. |
417
|
| Line contains a tab character. |
418
|
| Method 'isCurrent' is not designed for extension - needs to be abstract, final or empty. |
418
|
| '{' should be on a new line. |
418
|
| Line contains a tab character. |
419
|
| Line contains a tab character. |
420
|
| Line contains a tab character. |
422
|
| Line contains a tab character. |
423
|
| Line contains a tab character. |
424
|
| Line contains a tab character. |
425
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
425
|
| '{' should be on a new line. |
425
|
| Line contains a tab character. |
426
|
| Line contains a tab character. |
427
|
| Line contains a tab character. |
429
|
| Line contains a tab character. |
430
|
| Line contains a tab character. |
431
|
| Line contains a tab character. |
432
|
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. |
432
|
| '{' should be on a new line. |
432
|
| Line contains a tab character. |
433
|
| Line contains a tab character. |
434
|
| Line contains a tab character. |
436
|
| Line contains a tab character. |
437
|
| Line contains a tab character. |
438
|
| Line contains a tab character. |
439
|
| Method 'setCurrent' is not designed for extension - needs to be abstract, final or empty. |
439
|
| Parameter b should be final. |
439
|
| Expected @param tag for 'b'. |
439
|
| '{' should be on a new line. |
439
|
| Line contains a tab character. |
440
|
| Line contains a tab character. |
441
|
| Line contains a tab character. |
443
|
| Line contains a tab character. |
444
|
| Line contains a tab character. |
445
|
| Line contains a tab character. |
446
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
446
|
| Parameter string should be final. |
446
|
| Expected @param tag for 'string'. |
446
|
| '{' should be on a new line. |
446
|
| Line contains a tab character. |
447
|
| Line contains a tab character. |
448
|
| Line contains a tab character. |
450
|
| Line contains a tab character. |
451
|
| Line contains a tab character. |
452
|
| Line contains a tab character. |
453
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
453
|
| Parameter string should be final. |
453
|
| Expected @param tag for 'string'. |
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
|
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. |
460
|
| Parameter compare should be final. |
460
|
| '{' should be on a new line. |
460
|
| Line contains a tab character. |
461
|
| '{' should be on a new line. |
461
|
| Line is longer than 80 characters. |
462
|
| Line contains a tab character. |
462
|
| Line contains a tab character. |
463
|
| '}' should be alone on a line. |
463
|
| '{' should be on a new line. |
463
|
| Line contains a tab character. |
464
|
| Line contains a tab character. |
465
|
| Line contains a tab character. |
466
|
| Line contains a tab character. |
467
|
| Line contains a tab character. |
469
|
| Method 'toString' 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. |
472
|
| Method 'getErrorMsg' is not designed for extension - needs to be abstract, final or empty. |
474
|
| Missing a Javadoc comment. |
474
|
| '{' should be on a new line. |
474
|
org/apache/pluto/portalImpl/aggregation/RootFragment.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
|
| Missing a Javadoc comment. |
31
|
| Parameter config should be final. |
31
|
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
36
|
| Line has trailing spaces. |
37
|
| ')' is preceded with whitespace. |
39
|
| Missing a Javadoc comment. |
43
|
| Parameter url should be final. |
43
|
| Line is longer than 80 characters. |
46
|
| Method 'isPartOfURL' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter url should be final. |
49
|
org/apache/pluto/portalImpl/aggregation/RowFragment.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. |
29
|
| Parameter id should be final. |
29
|
| Line has trailing spaces. |
30
|
| Parameter config should be final. |
30
|
| Parameter parent should be final. |
31
|
| Parameter fragDesc should be final. |
32
|
| Line is longer than 80 characters. |
33
|
| Parameter navigation should be final. |
33
|
| Line has trailing spaces. |
34
|
| Method 'createURL' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter url should be final. |
39
|
| Method 'isPartOfURL' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter url should be final. |
45
|
org/apache/pluto/portalImpl/aggregation/navigation/AbstractNavigationFragment.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
|
| Missing a Javadoc comment. |
30
|
| Parameter id should be final. |
30
|
| Line has trailing spaces. |
31
|
| Parameter config should be final. |
31
|
| Line is longer than 80 characters. |
32
|
| Parameter parent should be final. |
32
|
| Line is longer than 80 characters. |
33
|
| Parameter fragDesc should be final. |
33
|
| Line is longer than 80 characters. |
34
|
| Parameter navigation should be final. |
34
|
| Line has trailing spaces. |
35
|
| Method 'createURL' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter url should be final. |
40
|
| Method 'isPartOfURL' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter url should be final. |
46
|
| Line is longer than 80 characters. |
51
|
| Method 'getRootNavigation' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Line is longer than 80 characters. |
54
|
| '{' should be on a new line. |
54
|
| Must have at least one statement. |
54
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
63
|
| Line has trailing spaces. |
65
|
| Line is longer than 80 characters. |
67
|
| Line has trailing spaces. |
70
|
| Line is longer than 80 characters. |
71
|
| Line is longer than 80 characters. |
78
|
| Line has trailing spaces. |
79
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
108
|
| Line has trailing spaces. |
123
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
127
|
org/apache/pluto/portalImpl/aggregation/navigation/Navigation.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
|
| Missing a Javadoc comment. |
31
|
| Name 'navigation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Name 'parent' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Name 'linkedFragment' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'children' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter parent should be final. |
36
|
| 'parent' hides a field. |
36
|
| Parameter navigation should be final. |
37
|
| 'navigation' hides a field. |
37
|
| Line has trailing spaces. |
41
|
| Method 'isRootNavigation' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| '{' should be on a new line. |
55
|
| '}' should be alone on a line. |
57
|
| '{' should be on a new line. |
57
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| '{' should be on a new line. |
64
|
| '}' should be alone on a line. |
66
|
| '{' should be on a new line. |
66
|
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'getLinkedFragment' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Line is longer than 80 characters. |
86
|
| Method 'setLinkedFragment' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter linkedFragment should be final. |
86
|
| 'linkedFragment' hides a field. |
86
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter indent should be final. |
96
|
| '200' is a magic number. |
98
|
| ',' is not followed by whitespace. |
99
|
| ',' is not followed by whitespace. |
101
|
| Line is longer than 80 characters. |
105
|
| 'cast' is not followed by whitespace. |
105
|
| ',' is not followed by whitespace. |
110
|
| 'cast' is not followed by whitespace. |
115
|
| '+' is not preceded with whitespace. |
115
|
| '+' is not followed by whitespace. |
115
|
| ',' is not followed by whitespace. |
117
|
org/apache/pluto/portalImpl/aggregation/navigation/NavigationTreeBean.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. |
22
|
| Missing a Javadoc comment. |
25
|
| Name 'navigation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
25
|
| Variable 'navigation' must be private and have accessor methods. |
25
|
| Missing a Javadoc comment. |
26
|
| Name 'partOfGlobalNav' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
26
|
| Variable 'partOfGlobalNav' must be private and have accessor methods. |
26
|
| Missing a Javadoc comment. |
27
|
| Name 'depth' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Variable 'depth' must be private and have accessor methods. |
27
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| Parameter navigation should be final. |
29
|
| 'navigation' hides a field. |
29
|
| Parameter partOfGlobalNav should be final. |
29
|
| 'partOfGlobalNav' hides a field. |
29
|
| Parameter depth should be final. |
29
|
| 'depth' hides a field. |
29
|
| '{' should be on a new line. |
29
|
org/apache/pluto/portalImpl/aggregation/navigation/TabNavigation.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
|
| '{' should be on a new line. |
30
|
| Missing a Javadoc comment. |
32
|
| Parameter id should be final. |
32
|
| Line has trailing spaces. |
33
|
| Parameter config should be final. |
33
|
| Line is longer than 80 characters. |
34
|
| Parameter parent should be final. |
34
|
| Parameter fragDesc should be final. |
35
|
| Line is longer than 80 characters. |
36
|
| Parameter navigation should be final. |
36
|
| Method 'getNavigationView' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter url should be final. |
42
|
| '{' should be on a new line. |
42
|
| Line is longer than 80 characters. |
44
|
| '{' should be on a new line. |
44
|
| 'return' is not followed by whitespace. |
48
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter nav should be final. |
51
|
| Parameter url should be final. |
51
|
| Parameter path should be final. |
51
|
| Parameter depth should be final. |
51
|
| '{' should be on a new line. |
53
|
| '{' should be on a new line. |
55
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '}' should be alone on a line. |
59
|
| '{' should be on a new line. |
59
|
org/apache/pluto/portalImpl/aggregation/navigation/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/aggregation/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/core/DynamicInformationProviderImpl.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
|
| Missing a Javadoc comment. |
38
|
| '{' should be on a new line. |
38
|
| Missing a Javadoc comment. |
40
|
| 'static' modifier out of order with the JLS suggestions. |
40
|
| Name 'NumberOfKnownMimetypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
40
|
| Missing a Javadoc comment. |
42
|
| Name 'config' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
44
|
| Name 'env' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
46
|
| Name 'request' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
46
|
| Variable 'request' must be private and have accessor methods. |
46
|
| Missing a Javadoc comment. |
48
|
| Parameter request should be final. |
48
|
| 'request' hides a field. |
48
|
| Parameter config should be final. |
49
|
| 'config' hides a field. |
49
|
| Line has trailing spaces. |
58
|
| Method 'getPortletMode' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter portletWindow should be final. |
59
|
| Method 'getPortletURLProvider' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter portletWindow should be final. |
64
|
| Line is longer than 80 characters. |
69
|
| Method 'getResourceURLProvider' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter portletWindow should be final. |
69
|
| Line is longer than 80 characters. |
74
|
| Method 'getPortletActionProvider' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter portletWindow should be final. |
74
|
| Method 'getPreviousPortletMode' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter portletWindow should be final. |
79
|
| Method 'getPreviousWindowState' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter portletWindow should be final. |
84
|
| Method 'getResponseContentType' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Method 'getResponseContentTypes' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Method 'getWindowState' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter portletWindow should be final. |
102
|
| Method 'isPortletModeAllowed' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter mode should be final. |
107
|
| Line is longer than 80 characters. |
110
|
| '{' should be on a new line. |
111
|
| '{' should be on a new line. |
112
|
| Method 'isWindowStateAllowed' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Missing a Javadoc comment. |
119
|
| Parameter state should be final. |
119
|
| Line is longer than 80 characters. |
122
|
| '{' should be on a new line. |
123
|
| '{' should be on a new line. |
124
|
org/apache/pluto/portalImpl/core/DynamicTitleServiceFactoryImpl.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
|
| Missing a Javadoc comment. |
25
|
| '{' should be on a new line. |
25
|
| Method 'getDynamicTitleService' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter config should be final. |
34
|
| Parameter properties should be final. |
34
|
| Missing a Javadoc comment. |
39
|
org/apache/pluto/portalImpl/core/DynamicTitleServiceImpl.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. |
28
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
32
|
| Method 'setDynamicTitle' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter window should be final. |
34
|
| Parameter request should be final. |
35
|
| Parameter dynamicTitle should be final. |
36
|
| Line has trailing spaces. |
40
|
| Method 'getDynamicTitle' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter window should be final. |
41
|
| Parameter request should be final. |
42
|
| 'cast' is not followed by whitespace. |
44
|
org/apache/pluto/portalImpl/core/InformationProviderServiceFactoryImpl.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
|
| Missing a Javadoc comment. |
27
|
| '{' should be on a new line. |
27
|
| Missing a Javadoc comment. |
29
|
| Name 'servletConfig' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
29
|
| Method 'getStaticProvider' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
38
|
| 'cast' is not followed by whitespace. |
38
|
| '{' should be on a new line. |
42
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
50
|
| Method 'getDynamicProvider' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter request should be final. |
50
|
| Line has trailing spaces. |
52
|
| Line is longer than 80 characters. |
53
|
| 'cast' is not followed by whitespace. |
53
|
| '{' should be on a new line. |
55
|
| Line is longer than 80 characters. |
58
|
| Line is longer than 80 characters. |
67
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter config should be final. |
67
|
| Parameter properties should be final. |
67
|
| Missing a Javadoc comment. |
72
|
org/apache/pluto/portalImpl/core/ObjectIDFactoryImpl.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
|
| Missing a Javadoc comment. |
23
|
| '{' should be on a new line. |
23
|
| Method 'createObjectID' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| Parameter portletGUID should be final. |
27
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter config should be final. |
34
|
| Parameter properties should be final. |
34
|
| Missing a Javadoc comment. |
39
|
org/apache/pluto/portalImpl/core/PortalContextProviderImpl.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
|
| '{' should be on a new line. |
32
|
| Name 'info' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Name 'modes' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Name 'states' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Name 'properties' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
48
|
| Line has trailing spaces. |
53
|
| Line has trailing spaces. |
55
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter name should be final. |
60
|
| '{' should be on a new line. |
62
|
| 'return' is not followed by whitespace. |
66
|
| Method 'getPropertyNames' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Method 'getSupportedPortletModes' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'getSupportedWindowStates' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Method 'getPortalInfo' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Missing a Javadoc comment. |
95
|
| Line is longer than 80 characters. |
100
|
| '=' is not preceded with whitespace. |
102
|
| '=' is not followed by whitespace. |
102
|
| '<' is not preceded with whitespace. |
102
|
| '<' is not followed by whitespace. |
102
|
| '{' should be on a new line. |
102
|
| Missing a Javadoc comment. |
109
|
| Line is longer than 80 characters. |
113
|
| '=' is not preceded with whitespace. |
115
|
| '=' is not followed by whitespace. |
115
|
| '<' is not preceded with whitespace. |
115
|
| '<' is not followed by whitespace. |
115
|
| '{' should be on a new line. |
115
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Missing a Javadoc comment. |
126
|
| Parameter name should be final. |
126
|
| Parameter value should be final. |
126
|
| '{' should be on a new line. |
128
|
| Line has trailing spaces. |
133
|
| Method 'setSupportedPortletModes' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Parameter portletModes should be final. |
137
|
| '{' should be on a new line. |
140
|
| Method 'setSupportedWindowStates' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
| Parameter windowStates should be final. |
147
|
| '{' should be on a new line. |
150
|
| Line has trailing spaces. |
160
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Parameter portalInfo should be final. |
164
|
| Line has trailing spaces. |
171
|
org/apache/pluto/portalImpl/core/PortalControlParameter.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. |
36
|
| '{' should be on a new line. |
36
|
| Missing a Javadoc comment. |
38
|
| 'public' modifier out of order with the JLS suggestions. |
38
|
| Missing a Javadoc comment. |
39
|
| 'public' modifier out of order with the JLS suggestions. |
39
|
| Missing a Javadoc comment. |
40
|
| 'public' modifier out of order with the JLS suggestions. |
40
|
| Missing a Javadoc comment. |
41
|
| 'public' modifier out of order with the JLS suggestions. |
41
|
| Missing a Javadoc comment. |
42
|
| 'public' modifier out of order with the JLS suggestions. |
42
|
| Missing a Javadoc comment. |
43
|
| 'public' modifier out of order with the JLS suggestions. |
43
|
| Missing a Javadoc comment. |
44
|
| 'public' modifier out of order with the JLS suggestions. |
44
|
| Missing a Javadoc comment. |
45
|
| 'public' modifier out of order with the JLS suggestions. |
45
|
| Missing a Javadoc comment. |
47
|
| Parameter paramName should be final. |
47
|
| Line is longer than 80 characters. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter paramName should be final. |
52
|
| Parameter paramValue should be final. |
52
|
| Missing a Javadoc comment. |
57
|
| Parameter encodedParamValues should be final. |
57
|
| Line is longer than 80 characters. |
59
|
| 'if' construct must use '{}'s. |
60
|
| Name '_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
61
|
| '=' is not preceded with whitespace. |
64
|
| '=' 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
|
| 'if' construct must use '{}'s. |
65
|
| Missing a Javadoc comment. |
71
|
| Parameter value should be final. |
71
|
| ')' is preceded with whitespace. |
73
|
| ')' is preceded with whitespace. |
74
|
| ')' is preceded with whitespace. |
75
|
| ')' is preceded with whitespace. |
76
|
| ')' is preceded with whitespace. |
77
|
| ')' is preceded with whitespace. |
78
|
| ')' is preceded with whitespace. |
79
|
| ')' is preceded with whitespace. |
80
|
| Missing a Javadoc comment. |
84
|
| Parameter param should be final. |
84
|
| '+' is not preceded with whitespace. |
86
|
| '+' is not followed by whitespace. |
86
|
| Line is longer than 80 characters. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter window should be final. |
89
|
| Parameter paramName should be final. |
89
|
| '50' is a magic number. |
91
|
| Missing a Javadoc comment. |
100
|
| Parameter paramValues should be final. |
100
|
| '100' is a magic number. |
102
|
| '=' is not preceded with whitespace. |
104
|
| '=' is not followed by whitespace. |
104
|
| '<' is not preceded with whitespace. |
104
|
| '<' is not followed by whitespace. |
104
|
| '{' should be on a new line. |
104
|
| 'if' is not followed by whitespace. |
106
|
| '!=' is not preceded with whitespace. |
106
|
| '!=' is not followed by whitespace. |
106
|
| '{' should be on a new line. |
106
|
| Missing a Javadoc comment. |
114
|
| Parameter value should be final. |
114
|
| ')' is preceded with whitespace. |
116
|
| ')' is preceded with whitespace. |
117
|
| ')' is preceded with whitespace. |
118
|
| ')' is preceded with whitespace. |
119
|
| ')' is preceded with whitespace. |
120
|
| ')' is preceded with whitespace. |
121
|
| ')' is preceded with whitespace. |
122
|
| ')' is preceded with whitespace. |
123
|
| Missing a Javadoc comment. |
127
|
| Parameter window should be final. |
127
|
| '+' is not preceded with whitespace. |
129
|
| '+' is not followed by whitespace. |
129
|
| '+' is not preceded with whitespace. |
129
|
| '+' is not followed by whitespace. |
129
|
| Missing a Javadoc comment. |
132
|
| Parameter param should be final. |
132
|
| Missing a Javadoc comment. |
137
|
| Parameter param should be final. |
137
|
| '{' should be on a new line. |
139
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '||' should be on a new line. |
140
|
| '+' is not preceded with whitespace. |
141
|
| '+' is not followed by whitespace. |
141
|
| '||' should be on a new line. |
141
|
| '+' is not preceded with whitespace. |
142
|
| '+' is not followed by whitespace. |
142
|
| '||' should be on a new line. |
142
|
| '+' is not preceded with whitespace. |
143
|
| '+' is not followed by whitespace. |
143
|
| '||' should be on a new line. |
143
|
| '+' is not preceded with whitespace. |
144
|
| '+' is not followed by whitespace. |
144
|
| '{' should be on a new line. |
144
|
| Missing a Javadoc comment. |
150
|
| Name 'requestParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
150
|
| Missing a Javadoc comment. |
151
|
| Name 'stateFullControlParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
151
|
| Missing a Javadoc comment. |
152
|
| Name 'stateLessControlParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
152
|
| Missing a Javadoc comment. |
158
|
| Name 'url' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
158
|
| Missing a Javadoc comment. |
160
|
| Parameter url should be final. |
160
|
| 'url' hides a field. |
160
|
| Line is longer than 80 characters. |
163
|
| Line is longer than 80 characters. |
164
|
| Method 'clearRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Missing a Javadoc comment. |
167
|
| Parameter portletWindow should be final. |
167
|
| '{' should be on a new line. |
172
|
| 'cast' is not followed by whitespace. |
173
|
| '{' should be on a new line. |
174
|
| Missing a Javadoc comment. |
180
|
| Parameter window should be final. |
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
|
| Method 'getActionParameter' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Missing a Javadoc comment. |
185
|
| Parameter window should be final. |
185
|
| Parameter paramName should be final. |
185
|
| Line is longer than 80 characters. |
187
|
| 'cast' is not followed by whitespace. |
187
|
| Method 'getMode' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Missing a Javadoc comment. |
193
|
| Parameter window should be final. |
193
|
| 'cast' is not followed by whitespace. |
195
|
| 'if' construct must use '{}'s. |
196
|
| '!=' is not preceded with whitespace. |
196
|
| '!=' is not followed by whitespace. |
196
|
| 'else' construct must use '{}'s. |
198
|
| Missing a Javadoc comment. |
205
|
| Parameter window should be final. |
205
|
| '+' is not preceded with whitespace. |
207
|
| '+' is not followed by whitespace. |
207
|
| '+' is not preceded with whitespace. |
207
|
| '+' is not followed by whitespace. |
207
|
| Method 'getPIDValue' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Missing a Javadoc comment. |
210
|
| 'cast' is not followed by whitespace. |
212
|
| '==' is not preceded with whitespace. |
213
|
| '==' is not followed by whitespace. |
213
|
| '?' is not preceded with whitespace. |
213
|
| Avoid inline conditionals. |
213
|
| '?' is not followed by whitespace. |
213
|
| ':' is not preceded with whitespace. |
213
|
| ':' is not followed by whitespace. |
213
|
| Missing a Javadoc comment. |
216
|
| Method 'getPortletWindowOfAction' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Missing a Javadoc comment. |
221
|
| '{' should be on a new line. |
224
|
| 'cast' is not followed by whitespace. |
225
|
| '{' should be on a new line. |
226
|
| '+' is not preceded with whitespace. |
227
|
| '+' is not followed by whitespace. |
227
|
| Line is longer than 80 characters. |
228
|
| '{' should be on a new line. |
229
|
| 'return' is not followed by whitespace. |
230
|
| 'cast' is not followed by whitespace. |
230
|
| Method 'getPrevMode' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Missing a Javadoc comment. |
237
|
| Parameter window should be final. |
237
|
| Line is longer than 80 characters. |
239
|
| 'cast' is not followed by whitespace. |
239
|
| 'if' construct must use '{}'s. |
240
|
| '!=' is not preceded with whitespace. |
240
|
| '!=' is not followed by whitespace. |
240
|
| 'else' construct must use '{}'s. |
242
|
| Missing a Javadoc comment. |
245
|
| Parameter window should be final. |
245
|
| '+' is not preceded with whitespace. |
247
|
| '+' is not followed by whitespace. |
247
|
| '+' is not preceded with whitespace. |
247
|
| '+' is not followed by whitespace. |
247
|
| Method 'getPrevState' is not designed for extension - needs to be abstract, final or empty. |
250
|
| Missing a Javadoc comment. |
250
|
| Parameter window should be final. |
250
|
| Line is longer than 80 characters. |
252
|
| 'cast' is not followed by whitespace. |
252
|
| 'if' construct must use '{}'s. |
253
|
| '!=' is not preceded with whitespace. |
253
|
| '!=' is not followed by whitespace. |
253
|
| 'else' construct must use '{}'s. |
255
|
| Missing a Javadoc comment. |
258
|
| Parameter window should be final. |
258
|
| '+' is not preceded with whitespace. |
260
|
| '+' is not followed by whitespace. |
260
|
| '+' is not preceded with whitespace. |
260
|
| '+' is not followed by whitespace. |
260
|
| Method 'getRenderParamNames' is not designed for extension - needs to be abstract, final or empty. |
263
|
| Missing a Javadoc comment. |
263
|
| Parameter window should be final. |
263
|
| '{' should be on a new line. |
269
|
| 'cast' is not followed by whitespace. |
270
|
| '{' should be on a new line. |
271
|
| '+' is not preceded with whitespace. |
272
|
| '+' is not followed by whitespace. |
272
|
| Method 'getRenderParamValues' is not designed for extension - needs to be abstract, final or empty. |
279
|
| Missing a Javadoc comment. |
279
|
| Parameter window should be final. |
279
|
| Parameter paramName should be final. |
279
|
| Line is longer than 80 characters. |
281
|
| 'cast' is not followed by whitespace. |
281
|
| Method 'getRequestParameter' is not designed for extension - needs to be abstract, final or empty. |
286
|
| Missing a Javadoc comment. |
286
|
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. |
291
|
| Missing a Javadoc comment. |
291
|
| Parameter window should be final. |
291
|
| Line is longer than 80 characters. |
293
|
| 'cast' is not followed by whitespace. |
293
|
| 'if' construct must use '{}'s. |
294
|
| '!=' is not preceded with whitespace. |
294
|
| '!=' is not followed by whitespace. |
294
|
| 'else' construct must use '{}'s. |
296
|
| Method 'getStateFullControlParameter' is not designed for extension - needs to be abstract, final or empty. |
300
|
| Missing a Javadoc comment. |
300
|
| Missing a Javadoc comment. |
305
|
| Parameter window should be final. |
305
|
| '+' is not preceded with whitespace. |
307
|
| '+' is not followed by whitespace. |
307
|
| '+' is not preceded with whitespace. |
307
|
| '+' is not followed by whitespace. |
307
|
| Method 'getStateLessControlParameter' is not designed for extension - needs to be abstract, final or empty. |
310
|
| Missing a Javadoc comment. |
310
|
| Method 'isOnePortletWindowMaximized' is not designed for extension - needs to be abstract, final or empty. |
315
|
| Missing a Javadoc comment. |
315
|
| '{' should be on a new line. |
318
|
| 'cast' is not followed by whitespace. |
319
|
| '{' should be on a new line. |
320
|
| Line is longer than 80 characters. |
321
|
| '{' should be on a new line. |
321
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
329
|
| Missing a Javadoc comment. |
329
|
| Parameter window should be final. |
329
|
| Line is longer than 80 characters. |
331
|
| ',' is not followed by whitespace. |
331
|
| Method 'setMode' is not designed for extension - needs to be abstract, final or empty. |
334
|
| Missing a Javadoc comment. |
334
|
| Parameter window should be final. |
334
|
| Parameter mode should be final. |
334
|
| 'if' construct must use '{}'s. |
337
|
| '!=' is not preceded with whitespace. |
337
|
| '!=' is not followed by whitespace. |
337
|
| Method 'setPortletId' is not designed for extension - needs to be abstract, final or empty. |
343
|
| Missing a Javadoc comment. |
343
|
| Parameter window should be final. |
343
|
| Line is longer than 80 characters. |
345
|
| ',' is not followed by whitespace. |
345
|
| Line is longer than 80 characters. |
346
|
| Line is longer than 80 characters. |
349
|
| Method 'setRenderParam' is not designed for extension - needs to be abstract, final or empty. |
349
|
| Missing a Javadoc comment. |
349
|
| Parameter window should be final. |
349
|
| Parameter name should be final. |
349
|
| Parameter values should be final. |
349
|
| Line has trailing spaces. |
351
|
| ')' is preceded with whitespace. |
352
|
| Method 'setRequestParam' is not designed for extension - needs to be abstract, final or empty. |
361
|
| Missing a Javadoc comment. |
361
|
| Parameter name should be final. |
361
|
| Parameter values should be final. |
361
|
| ')' is preceded with whitespace. |
361
|
| ')' is preceded with whitespace. |
363
|
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. |
367
|
| Missing a Javadoc comment. |
367
|
| Parameter window should be final. |
367
|
| Parameter state should be final. |
367
|
| 'if' construct must use '{}'s. |
370
|
| '!=' is not preceded with whitespace. |
370
|
| '!=' is not followed by whitespace. |
370
|
org/apache/pluto/portalImpl/core/PortalEnvironment.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
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| 'static' modifier out of order with the JLS suggestions. |
29
|
| Missing a Javadoc comment. |
31
|
| Name 'request' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'response' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'config' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
35
|
| Name 'requestedPortalURL' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'portalControl' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| Parameter request should be final. |
38
|
| 'request' hides a field. |
38
|
| Line has trailing spaces. |
39
|
| Parameter response should be final. |
39
|
| 'response' hides a field. |
39
|
| Parameter config should be final. |
40
|
| 'config' hides a field. |
40
|
| Line has trailing spaces. |
47
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter request should be final. |
55
|
| 'cast' is not followed by whitespace. |
57
|
| Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Line has trailing spaces. |
79
|
| Method 'getRequestedPortalURL' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Method 'getPortalControlParameter' 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
|
| Line is longer than 80 characters. |
89
|
| Method 'changeRequestedPortalURL' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter url should be final. |
89
|
| Parameter control should be final. |
89
|
org/apache/pluto/portalImpl/core/PortalURL.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. |
35
|
| '{' should be on a new line. |
35
|
| Missing a Javadoc comment. |
37
|
| Name 'insecureServlet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'secureServlet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
38
|
| Line has trailing spaces. |
46
|
| Method 'getBasePortalURL' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Parameter request should be final. |
50
|
| Line is longer than 80 characters. |
52
|
| Line has trailing spaces. |
57
|
| Method 'getBasePortalURL' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter env should be final. |
61
|
| '256' is a magic number. |
63
|
| Missing a Javadoc comment. |
73
|
| Name 'startGlobalNavigation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
73
|
| Missing a Javadoc comment. |
74
|
| Name 'startLocalNavigation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
74
|
| Missing a Javadoc comment. |
75
|
| Name 'startControlParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
75
|
| Missing a Javadoc comment. |
76
|
| Name 'startStateLessControlParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
76
|
| Missing a Javadoc comment. |
77
|
| Name 'analyzed' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
77
|
| Missing a Javadoc comment. |
79
|
| Name 'environment' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
79
|
| Line has trailing spaces. |
83
|
| Parameter env should be final. |
86
|
| Line has trailing spaces. |
93
|
| Parameter request should be final. |
96
|
| Line has trailing spaces. |
103
|
| Parameter request should be final. |
107
|
| Parameter pointTo should be final. |
107
|
| Line has trailing spaces. |
115
|
| Parameter env should be final. |
119
|
| Parameter pointTo should be final. |
119
|
| Line is longer than 80 characters. |
126
|
| Line has trailing spaces. |
128
|
| Method 'addGlobalNavigation' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter nav should be final. |
131
|
| Method 'setLocalNavigation' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Line has trailing spaces. |
148
|
| Method 'addLocalNavigation' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter nav should be final. |
151
|
| Line is longer than 80 characters. |
157
|
| Line has trailing spaces. |
158
|
| Method 'isPartOfGlobalNavigation' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Parameter nav should be final. |
162
|
| Line is longer than 80 characters. |
168
|
| Line has trailing spaces. |
169
|
| Method 'isPartOfLocalNavigation' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Parameter nav should be final. |
173
|
| Method 'getGlobalNavigationAsString' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Missing a Javadoc comment. |
178
|
| '200' is a magic number. |
180
|
| '{' should be on a new line. |
182
|
| 'cast' is not followed by whitespace. |
183
|
| '{' should be on a new line. |
184
|
| 'cast' is not followed by whitespace. |
186
|
| Method 'getLocalNavigationAsString' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Missing a Javadoc comment. |
193
|
| '30' is a magic number. |
195
|
| '{' should be on a new line. |
197
|
| 'cast' is not followed by whitespace. |
198
|
| '{' should be on a new line. |
199
|
| 'cast' is not followed by whitespace. |
201
|
| Line is longer than 80 characters. |
207
|
| Method 'getControlParameterAsString' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Missing a Javadoc comment. |
207
|
| Parameter controlParam should be final. |
207
|
| '{' should be on a new line. |
210
|
| '100' is a magic number. |
214
|
| '{' should be on a new line. |
216
|
| 'if' construct must use '{}'s. |
217
|
| 'cast' is not followed by whitespace. |
218
|
| 'cast' is not followed by whitespace. |
219
|
| 'if' is not followed by whitespace. |
220
|
| '!=' is not preceded with whitespace. |
220
|
| '!=' is not followed by whitespace. |
220
|
| '{' should be on a new line. |
220
|
| Line is longer than 80 characters. |
230
|
| Method 'getRequestParameterAsString' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Missing a Javadoc comment. |
230
|
| Parameter controlParam should be final. |
230
|
| '!=' is not preceded with whitespace. |
232
|
| '!=' is not followed by whitespace. |
232
|
| '{' should be on a new line. |
232
|
| '100' is a magic number. |
235
|
| '{' should be on a new line. |
238
|
| '{' should be on a new line. |
242
|
| 'cast' is not followed by whitespace. |
243
|
| Line is longer than 80 characters. |
245
|
| Avoid inline conditionals. |
245
|
| 'cast' is not followed by whitespace. |
245
|
| 'cast' is not followed by whitespace. |
245
|
| '{' should be on a new line. |
250
|
| '=' is not preceded with whitespace. |
257
|
| '=' is not followed by whitespace. |
257
|
| '{' should be on a new line. |
258
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Missing a Javadoc comment. |
268
|
| ',' is not followed by whitespace. |
270
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
273
|
| Missing a Javadoc comment. |
273
|
| Parameter controlParam should be final. |
273
|
| ',' is not followed by whitespace. |
273
|
| Parameter p_secure should be final. |
273
|
| Name 'p_secure' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
273
|
| Line has trailing spaces. |
276
|
| '256' is a magic number. |
276
|
| '=' is not preceded with whitespace. |
278
|
| '=' is not followed by whitespace. |
278
|
| '!=' is not preceded with whitespace. |
279
|
| '!=' is not followed by whitespace. |
279
|
| '{' should be on a new line. |
279
|
| '=' is not preceded with whitespace. |
280
|
| '=' is not followed by whitespace. |
280
|
| '}' should be alone on a line. |
281
|
| '{' should be on a new line. |
281
|
| Line has trailing spaces. |
282
|
| '=' is not preceded with whitespace. |
282
|
| '=' is not followed by whitespace. |
282
|
| Avoid inline conditionals. |
285
|
| '{' should be on a new line. |
289
|
| '{' should be on a new line. |
296
|
| '{' should be on a new line. |
301
|
| '{' should be on a new line. |
306
|
| Method 'getClonedStateFullControlParameter' is not designed for extension - needs to be abstract, final or empty. |
314
|
| Missing a Javadoc comment. |
314
|
| 'return' is not followed by whitespace. |
317
|
| 'cast' is not followed by whitespace. |
317
|
| Method 'getClonedStateLessControlParameter' is not designed for extension - needs to be abstract, final or empty. |
320
|
| Missing a Javadoc comment. |
320
|
| 'return' is not followed by whitespace. |
323
|
| 'cast' is not followed by whitespace. |
323
|
| Method 'analyzeControlInformation' is not designed for extension - needs to be abstract, final or empty. |
326
|
| Missing a Javadoc comment. |
326
|
| Parameter control should be final. |
326
|
| 'cast' is not followed by whitespace. |
328
|
| Line is longer than 80 characters. |
329
|
| 'cast' is not followed by whitespace. |
329
|
| Method 'analyzeRequestInformation' is not designed for extension - needs to be abstract, final or empty. |
332
|
| Missing a Javadoc comment. |
332
|
| 'if' construct must use '{}'s. |
334
|
| Line has trailing spaces. |
344
|
| Line has trailing spaces. |
345
|
| '{' should be on a new line. |
352
|
| '{' should be on a new line. |
354
|
| '}' should be alone on a line. |
357
|
| '==' is not preceded with whitespace. |
357
|
| '==' is not followed by whitespace. |
357
|
| '{' should be on a new line. |
357
|
| '}' should be alone on a line. |
359
|
| '==' is not preceded with whitespace. |
359
|
| '==' is not followed by whitespace. |
359
|
| '{' should be on a new line. |
359
|
| '{' should be on a new line. |
360
|
| Line is longer than 80 characters. |
361
|
| Line is longer than 80 characters. |
362
|
| ',' is not followed by whitespace. |
362
|
| '}' should be alone on a line. |
363
|
| '{' should be on a new line. |
363
|
| Line is longer than 80 characters. |
364
|
| Line is longer than 80 characters. |
365
|
| ',' is not followed by whitespace. |
365
|
| Method 'setRenderParameter' is not designed for extension - needs to be abstract, final or empty. |
375
|
| Missing a Javadoc comment. |
375
|
| Parameter portletWindow should be final. |
375
|
| Parameter name should be final. |
376
|
| Parameter values should be final. |
377
|
| Line is longer than 80 characters. |
379
|
| ',' is not followed by whitespace. |
379
|
| Line is longer than 80 characters. |
380
|
| Method 'clearRenderParameters' is not designed for extension - needs to be abstract, final or empty. |
384
|
| Missing a Javadoc comment. |
384
|
| Parameter portletWindow should be final. |
384
|
| '{' should be on a new line. |
389
|
| 'cast' is not followed by whitespace. |
390
|
| '{' should be on a new line. |
391
|
org/apache/pluto/portalImpl/core/PortletActionProviderImpl.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
|
| '{' should be on a new line. |
30
|
| Missing a Javadoc comment. |
33
|
| Name 'request' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
36
|
| Parameter request should be final. |
36
|
| 'request' hides a field. |
36
|
| Parameter config should be final. |
37
|
| Parameter portletWindow should be final. |
38
|
| 'portletWindow' hides a field. |
38
|
| Line is longer than 80 characters. |
47
|
| Line has trailing spaces. |
49
|
| Method 'changePortletMode' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter mode should be final. |
49
|
| '{' should be on a new line. |
55
|
| Line is longer than 80 characters. |
62
|
| Line has trailing spaces. |
64
|
| Method 'changePortletWindowState' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter state should be final. |
64
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
71
|
| '{' should be on a new line. |
71
|
org/apache/pluto/portalImpl/core/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
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
27
|
| Missing a Javadoc comment. |
29
|
| Name 'services' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
29
|
| Missing a Javadoc comment. |
31
|
| Method 'getContainerService' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter service should be final. |
37
|
| 'return' is not followed by whitespace. |
39
|
| 'cast' is not followed by whitespace. |
39
|
| Method 'addContainerService' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter service should be final. |
44
|
| '!=' is not preceded with whitespace. |
47
|
| '!=' is not followed by whitespace. |
47
|
| '{' should be on a new line. |
47
|
| '{' should be on a new line. |
49
|
| '{' should be on a new line. |
51
|
| '{' should be on a new line. |
52
|
org/apache/pluto/portalImpl/core/PortletContainerFactory.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
|
| Utility classes should not have a public or default constructor. |
29
|
| Missing a Javadoc comment. |
32
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Line has trailing spaces. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| '{' should be on a new line. |
40
|
| 'cast' is not followed by whitespace. |
41
|
| 'cast' is not followed by whitespace. |
43
|
| Line is longer than 80 characters. |
44
|
| Missing a Javadoc comment. |
63
|
| Missing a Javadoc comment. |
68
|
org/apache/pluto/portalImpl/core/PortletContainerWrapperImpl.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. |
36
|
| '{' should be on a new line. |
39
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter uniqueContainerName should be final. |
43
|
| Parameter servletConfig should be final. |
44
|
| Parameter environment should be final. |
45
|
| Parameter properties should be final. |
46
|
| Line has trailing spaces. |
52
|
| Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Method 'renderPortlet' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter portletWindow should be final. |
65
|
| Parameter servletRequest should be final. |
66
|
| Parameter servletResponse should be final. |
67
|
| ')' is preceded with whitespace. |
67
|
| Line has trailing spaces. |
72
|
| Line has trailing spaces. |
73
|
| Method 'processPortletAction' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter portletWindow should be final. |
77
|
| Parameter servletRequest should be final. |
78
|
| Parameter servletResponse should be final. |
79
|
| ')' is preceded with whitespace. |
79
|
| Line has trailing spaces. |
84
|
| Line has trailing spaces. |
85
|
| Method 'portletLoad' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter portletWindow should be final. |
89
|
| Parameter servletRequest should be final. |
90
|
| Parameter servletResponse should be final. |
91
|
| ')' is preceded with whitespace. |
91
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
97
|
| Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| '{' should be on a new line. |
101
|
| Line is longer than 80 characters. |
102
|
org/apache/pluto/portalImpl/core/PortletURLProviderImpl.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
|
| '{' should be on a new line. |
31
|
| Missing a Javadoc comment. |
33
|
| Name 'provider' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'mode' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'state' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'action' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'secure' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'clearParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'parameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
42
|
| Parameter provider should be final. |
42
|
| 'provider' hides a field. |
42
|
| Parameter portletWindow should be final. |
43
|
| 'portletWindow' hides a field. |
43
|
| Method 'setPortletMode' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter mode should be final. |
51
|
| 'mode' hides a field. |
51
|
| Method 'setWindowState' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter state should be final. |
56
|
| 'state' hides a field. |
56
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Method 'setSecure' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Method 'clearParameters' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter parameters should be final. |
76
|
| 'parameters' hides a field. |
76
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Line is longer than 80 characters. |
83
|
| '{' should be on a new line. |
87
|
| '{' should be on a new line. |
91
|
| '{' should be on a new line. |
95
|
| '{' should be on a new line. |
101
|
| '{' should be on a new line. |
106
|
| '{' should be on a new line. |
108
|
| 'cast' is not followed by whitespace. |
109
|
| Line is longer than 80 characters. |
111
|
| Avoid inline conditionals. |
111
|
| 'cast' is not followed by whitespace. |
111
|
| 'cast' is not followed by whitespace. |
111
|
| '{' should be on a new line. |
112
|
| Line is longer than 80 characters. |
113
|
| Line contains a tab character. |
113
|
| ',' is not followed by whitespace. |
114
|
| '}' should be alone on a line. |
115
|
| '{' should be on a new line. |
115
|
| ')' is preceded with whitespace. |
116
|
| ',' is not followed by whitespace. |
121
|
org/apache/pluto/portalImpl/core/ResourceURLProviderImpl.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. |
22
|
| Missing a Javadoc comment. |
25
|
| Name 'stringUrl' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
25
|
| Missing a Javadoc comment. |
26
|
| Name 'base' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
26
|
| Missing a Javadoc comment. |
28
|
| Parameter provider should be final. |
28
|
| Parameter portletWindow should be final. |
29
|
| Method 'setAbsoluteURL' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter path should be final. |
36
|
| Line has trailing spaces. |
40
|
| Method 'setFullPath' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter path should be final. |
41
|
| Line has trailing spaces. |
45
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Line has trailing spaces. |
53
|
| Line has trailing spaces. |
56
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
59
|
| Line is longer than 80 characters. |
59
|
org/apache/pluto/portalImpl/core/StaticInformationProviderImpl.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
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
32
|
| Name 'provider' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Parameter config should be final. |
34
|
| Method 'getPortalContextProvider' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| '{' should be on a new line. |
43
|
| Method 'getPortletDefinition' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter portletGUID should be final. |
50
|
| Line is longer than 80 characters. |
52
|
org/apache/pluto/portalImpl/core/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/factory/DynamicTitleServiceFactory.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
|
| Line has trailing spaces. |
27
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line has trailing spaces. |
29
|
org/apache/pluto/portalImpl/factory/FactoryAccess.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
|
| Utility classes should not have a public or default constructor. |
28
|
| '{' should be on a new line. |
28
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter request should be final. |
35
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
50
|
| Line has trailing spaces. |
51
|
| Line is longer than 80 characters. |
52
|
| 'return' is not followed by whitespace. |
52
|
| 'cast' is not followed by whitespace. |
52
|
| Missing a Javadoc comment. |
55
|
| Line has trailing spaces. |
56
|
| Line is longer than 80 characters. |
57
|
| 'return' is not followed by whitespace. |
57
|
| 'cast' is not followed by whitespace. |
57
|
| Missing a Javadoc comment. |
60
|
| Line has trailing spaces. |
61
|
| Line is longer than 80 characters. |
62
|
| 'return' is not followed by whitespace. |
62
|
| 'cast' is not followed by whitespace. |
62
|
| Line has trailing spaces. |
65
|
org/apache/pluto/portalImpl/factory/InformationProviderFactory.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
|
| Line has trailing spaces. |
28
|
| 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
|
| Line has trailing spaces. |
32
|
org/apache/pluto/portalImpl/factory/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/ControllerFactoryImpl.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
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter config should be final. |
31
|
| Parameter properties should be final. |
32
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
38
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter model should be final. |
42
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
46
|
| 'cast' is not followed by whitespace. |
46
|
| 'cast' is not followed by whitespace. |
46
|
| 'cast' is not followed by whitespace. |
48
|
org/apache/pluto/portalImpl/om/common/AbstractSupportSet.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
|
| Missing a Javadoc comment. |
25
|
| '{' should be on a new line. |
25
|
| Missing a Javadoc comment. |
27
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| Parameter parameter should be final. |
33
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter parameter should be final. |
38
|
| Line has trailing spaces. |
42
|
| Method 'postBuild' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter parameter should be final. |
43
|
| Method 'preStore' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter parameter should be final. |
48
|
| Method 'postStore' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter parameter should be final. |
53
|
| Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter parameter should be final. |
59
|
| Parameter id should be final. |
59
|
| '{' should be on a new line. |
62
|
| 'cast' is not followed by whitespace. |
63
|
| switch without "default" clause. |
64
|
| '{' should be on a new line. |
64
|
org/apache/pluto/portalImpl/om/common/Support.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. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
| Missing a Javadoc comment. |
40
|
| Redundant 'public' modifier. |
40
|
org/apache/pluto/portalImpl/om/common/impl/DescriptionImpl.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. |
28
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Missing a Javadoc comment. |
30
|
| Name 'description' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'locale' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'castorLocale' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
51
|
| Parameter parameter should be final. |
51
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter parameter should be final. |
55
|
| Line has trailing spaces. |
56
|
| '{' should be on a new line. |
57
|
| '}' should be alone on a line. |
59
|
| '{' should be on a new line. |
59
|
| Missing a Javadoc comment. |
63
|
| Parameter parameter should be final. |
63
|
| Missing a Javadoc comment. |
67
|
| Parameter parameter should be final. |
67
|
| Missing a Javadoc comment. |
71
|
| Parameter parameter should be final. |
71
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter indent should be final. |
81
|
| '50' is a magic number. |
83
|
| ',' is not followed by whitespace. |
84
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter description should be final. |
95
|
| 'description' hides a field. |
95
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Parameter locale should be final. |
100
|
| 'locale' hides a field. |
100
|
| Method 'getCastorLocale' is not designed for extension - needs to be abstract, final or empty. |
112
|
| '{' should be on a new line. |
112
|
| Method 'setCastorLocale' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter castorLocale should be final. |
120
|
| 'castorLocale' hides a field. |
120
|
| '{' should be on a new line. |
120
|
org/apache/pluto/portalImpl/om/common/impl/DescriptionSetImpl.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. |
31
|
| Missing a Javadoc comment. |
31
|
| '{' should be on a new line. |
31
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter locale should be final. |
34
|
| Line has trailing spaces. |
35
|
| '{' should be on a new line. |
37
|
| 'cast' is not followed by whitespace. |
38
|
| '{' should be on a new line. |
39
|
| Line has trailing spaces. |
47
|
| Missing a Javadoc comment. |
51
|
| Parameter parameter should be final. |
51
|
| '{' should be on a new line. |
51
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter parameter should be final. |
57
|
| '{' should be on a new line. |
57
|
| '{' should be on a new line. |
59
|
| 'cast' is not followed by whitespace. |
60
|
| Missing a Javadoc comment. |
67
|
| Parameter parameter should be final. |
67
|
| '{' should be on a new line. |
67
|
| Missing a Javadoc comment. |
73
|
| Parameter parameter should be final. |
73
|
| '{' should be on a new line. |
73
|
| Missing a Javadoc comment. |
79
|
| Parameter parameter should be final. |
79
|
| '{' should be on a new line. |
79
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter indent should be final. |
90
|
| '50' is a magic number. |
92
|
| ',' is not followed by whitespace. |
93
|
| '{' should be on a new line. |
97
|
| Line is longer than 80 characters. |
98
|
| 'cast' is not followed by whitespace. |
98
|
| '+' is not preceded with whitespace. |
98
|
| '+' is not followed by whitespace. |
98
|
org/apache/pluto/portalImpl/om/common/impl/DisplayNameImpl.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. |
28
|
| Missing a Javadoc comment. |
28
|
| '{' should be on a new line. |
28
|
| Missing a Javadoc comment. |
30
|
| Name 'displayName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'locale' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'castorLocale' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter parameter should be final. |
51
|
| '{' should be on a new line. |
53
|
| '}' should be alone on a line. |
55
|
| '{' should be on a new line. |
55
|
| Missing a Javadoc comment. |
59
|
| Parameter parameter should be final. |
59
|
| Missing a Javadoc comment. |
63
|
| Parameter parameter should be final. |
63
|
| Missing a Javadoc comment. |
67
|
| Parameter parameter should be final. |
67
|
| Missing a Javadoc comment. |
74
|
| Parameter parameter should be final. |
74
|
| '{' should be on a new line. |
74
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Parameter indent should be final. |
83
|
| '50' is a magic number. |
85
|
| ',' is not followed by whitespace. |
86
|
| Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter displayName should be final. |
96
|
| 'displayName' hides a field. |
96
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Parameter locale should be final. |
101
|
| 'locale' hides a field. |
101
|
| Method 'getCastorLocale' is not designed for extension - needs to be abstract, final or empty. |
110
|
| '{' should be on a new line. |
110
|
| Method 'setCastorLocale' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter castorLocale should be final. |
118
|
| 'castorLocale' hides a field. |
118
|
| '{' should be on a new line. |
118
|
org/apache/pluto/portalImpl/om/common/impl/DisplayNameSetImpl.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. |
31
|
| Missing a Javadoc comment. |
31
|
| '{' should be on a new line. |
31
|
| Line has trailing spaces. |
34
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter locale should be final. |
35
|
| Line has trailing spaces. |
36
|
| '{' should be on a new line. |
38
|
| 'cast' is not followed by whitespace. |
39
|
| '{' should be on a new line. |
40
|
| Missing a Javadoc comment. |
53
|
| Parameter parameter should be final. |
53
|
| '{' should be on a new line. |
53
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter parameter should be final. |
59
|
| '{' should be on a new line. |
59
|
| '{' should be on a new line. |
61
|
| Missing a Javadoc comment. |
69
|
| Parameter parameter should be final. |
69
|
| '{' should be on a new line. |
69
|
| Missing a Javadoc comment. |
75
|
| Parameter parameter should be final. |
75
|
| '{' should be on a new line. |
75
|
| Missing a Javadoc comment. |
81
|
| Parameter parameter should be final. |
81
|
| '{' should be on a new line. |
81
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Parameter indent should be final. |
91
|
| '50' is a magic number. |
93
|
| ',' is not followed by whitespace. |
94
|
| '{' should be on a new line. |
98
|
| Line is longer than 80 characters. |
99
|
| 'cast' is not followed by whitespace. |
99
|
| '+' is not preceded with whitespace. |
99
|
| '+' is not followed by whitespace. |
99
|
org/apache/pluto/portalImpl/om/common/impl/LanguageImpl.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
|
| '{' should be on a new line. |
36
|
| Missing a Javadoc comment. |
39
|
| '{' should be on a new line. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'resources' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter defaultTitle should be final. |
42
|
| Parameter defaultShortTitle should be final. |
42
|
| Parameter defaultKeyWords should be final. |
42
|
| '{' should be on a new line. |
42
|
| Missing a Javadoc comment. |
50
|
| '{' should be on a new line. |
50
|
| Missing a Javadoc comment. |
55
|
| '{' should be on a new line. |
55
|
| Missing a Javadoc comment. |
56
|
| Name 'data' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
56
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter bundle should be final. |
58
|
| 'bundle' hides a field. |
58
|
| Parameter defaults should be final. |
58
|
| '{' should be on a new line. |
58
|
| Missing a Javadoc comment. |
65
|
| Parameter bundle should be final. |
65
|
| 'bundle' hides a field. |
65
|
| '{' should be on a new line. |
65
|
| '{' should be on a new line. |
66
|
| Line is longer than 80 characters. |
67
|
| '=' is not preceded with whitespace. |
67
|
| '{' should be on a new line. |
67
|
| 'cast' is not followed by whitespace. |
68
|
| Missing a Javadoc comment. |
75
|
| Parameter key should be final. |
75
|
| '{' should be on a new line. |
75
|
| Missing a Javadoc comment. |
79
|
| '{' should be on a new line. |
79
|
| Missing a Javadoc comment. |
84
|
| Name 'locale' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
84
|
| Missing a Javadoc comment. |
85
|
| Name 'title' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
85
|
| Missing a Javadoc comment. |
86
|
| Name 'shortTitle' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
86
|
| Missing a Javadoc comment. |
87
|
| Name 'bundle' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
87
|
| Missing a Javadoc comment. |
88
|
| Name 'keywords' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
88
|
| Line is longer than 80 characters. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter locale should be final. |
90
|
| 'locale' hides a field. |
90
|
| Parameter bundle should be final. |
90
|
| 'bundle' hides a field. |
90
|
| Parameter defaultTitle should be final. |
90
|
| Parameter defaultShortTitle should be final. |
90
|
| Parameter defaultKeyWords should be final. |
90
|
| '{' should be on a new line. |
90
|
| Line is longer than 80 characters. |
91
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| '{' should be on a new line. |
101
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| '{' should be on a new line. |
105
|
| Method 'getShortTitle' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| '{' should be on a new line. |
109
|
| Method 'getKeywords' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| '{' should be on a new line. |
113
|
| Line has trailing spaces. |
117
|
| Method 'getResourceBundle' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| '{' should be on a new line. |
117
|
| Missing a Javadoc comment. |
122
|
| Parameter value should be final. |
122
|
| '{' should be on a new line. |
122
|
| 'keywords' hides a field. |
123
|
| Line is longer than 80 characters. |
125
|
| '{' should be on a new line. |
125
|
| Line has trailing spaces. |
131
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| '50' is a magic number. |
139
|
| ',' is not followed by whitespace. |
140
|
| ',' is not followed by whitespace. |
142
|
| ',' is not followed by whitespace. |
144
|
| ',' is not followed by whitespace. |
146
|
| ',' is not followed by whitespace. |
148
|
| Line is longer than 80 characters. |
149
|
| '{' should be on a new line. |
151
|
| ',' is not followed by whitespace. |
152
|
| '{' should be on a new line. |
155
|
| ',' is not followed by whitespace. |
159
|
| Line has trailing spaces. |
166
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Missing a Javadoc comment. |
171
|
| Parameter o should be final. |
171
|
| '{' should be on a new line. |
171
|
| Avoid inline conditionals. |
172
|
| 'cast' is not followed by whitespace. |
173
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Missing a Javadoc comment. |
179
|
| '{' should be on a new line. |
179
|
| Method 'setKeywords' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Missing a Javadoc comment. |
183
|
| Parameter keywords should be final. |
183
|
| 'keywords' hides a field. |
183
|
| '{' should be on a new line. |
183
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Missing a Javadoc comment. |
188
|
| Parameter locale should be final. |
188
|
| 'locale' hides a field. |
188
|
| '{' should be on a new line. |
188
|
| Method 'setShortTitle' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter shortTitle should be final. |
192
|
| 'shortTitle' hides a field. |
192
|
| '{' should be on a new line. |
192
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Missing a Javadoc comment. |
196
|
| Parameter title should be final. |
196
|
| 'title' hides a field. |
196
|
| '{' should be on a new line. |
196
|
org/apache/pluto/portalImpl/om/common/impl/LanguageSetImpl.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. |
35
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
38
|
| Name 'castorKeywords' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
40
|
| Name 'classLoader' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Name 'locales' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name 'resourceBundleInitialized' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
48
|
| Name 'resources' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
49
|
| Name 'shortTitle' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
51
|
| Name 'title' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
59
|
| Parameter locale should be final. |
59
|
| Parameter bundle should be final. |
59
|
| Line is longer than 80 characters. |
61
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter locale should be final. |
67
|
| '!=' is not preceded with whitespace. |
69
|
| '!=' is not followed by whitespace. |
69
|
| '==' is not preceded with whitespace. |
69
|
| Expression can be simplified. |
69
|
| '==' is not followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
83
|
| '==' is not preceded with whitespace. |
84
|
| '==' is not followed by whitespace. |
84
|
| Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Method 'getDefaultLocale' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| 'cast' is not followed by whitespace. |
104
|
| ',' is not followed by whitespace. |
108
|
| ',' is not followed by whitespace. |
114
|
| Missing a Javadoc comment. |
123
|
| Parameter parameter should be final. |
123
|
| Redundant throws: 'Exception' is unchecked exception. |
123
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Missing a Javadoc comment. |
128
|
| Parameter parameter should be final. |
128
|
| Redundant throws: 'Exception' is unchecked exception. |
128
|
| Line has trailing spaces. |
129
|
| Line has trailing spaces. |
130
|
| 'cast' is not followed by whitespace. |
130
|
| 'if' construct must use '{}'s. |
132
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| Line contains a tab character. |
133
|
| Missing a Javadoc comment. |
136
|
| Parameter parameter should be final. |
136
|
| Redundant throws: 'Exception' is unchecked exception. |
136
|
| Missing a Javadoc comment. |
140
|
| Parameter parameter should be final. |
140
|
| Redundant throws: 'Exception' is unchecked exception. |
140
|
| Missing a Javadoc comment. |
144
|
| Parameter parameter should be final. |
144
|
| Redundant throws: 'Exception' is unchecked exception. |
144
|
| Missing a Javadoc comment. |
151
|
| Redundant throws: 'Exception' is unchecked exception. |
151
|
| Line has trailing spaces. |
152
|
| Line has trailing spaces. |
154
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
158
|
| '=' is not preceded with whitespace. |
162
|
| '=' is not followed by whitespace. |
162
|
| '=' is not preceded with whitespace. |
166
|
| '=' is not followed by whitespace. |
166
|
| '=' is not preceded with whitespace. |
170
|
| '=' is not followed by whitespace. |
170
|
| Line is longer than 80 characters. |
175
|
| Missing a Javadoc comment. |
176
|
| 'cast' is not followed by whitespace. |
181
|
| Missing a Javadoc comment. |
194
|
| Parameter locale should be final. |
194
|
| Line has trailing spaces. |
200
|
| Line is longer than 80 characters. |
200
|
| '!' is followed by whitespace. |
203
|
| '!' is followed by whitespace. |
212
|
| Method 'getCastorKeywords' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Missing a Javadoc comment. |
222
|
| Method 'getResources' is not designed for extension - needs to be abstract, final or empty. |
229
|
| Missing a Javadoc comment. |
229
|
| Method 'getShortTitle' is not designed for extension - needs to be abstract, final or empty. |
234
|
| Missing a Javadoc comment. |
234
|
| Line has trailing spaces. |
239
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
240
|
| Missing a Javadoc comment. |
240
|
| Method 'loadResourceBundle' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Missing a Javadoc comment. |
246
|
| Parameter locale should be final. |
246
|
| Line is longer than 80 characters. |
253
|
| '=' is not preceded with whitespace. |
253
|
| '=' is not followed by whitespace. |
253
|
| Line is longer than 80 characters. |
257
|
| '=' is not preceded with whitespace. |
257
|
| '=' is not followed by whitespace. |
257
|
| Method 'setCastorKeywords' is not designed for extension - needs to be abstract, final or empty. |
267
|
| Missing a Javadoc comment. |
267
|
| Parameter keywords should be final. |
267
|
| Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. |
274
|
| Missing a Javadoc comment. |
274
|
| Parameter loader should be final. |
274
|
| Method 'setResources' is not designed for extension - needs to be abstract, final or empty. |
279
|
| Missing a Javadoc comment. |
279
|
| Parameter resources should be final. |
279
|
| 'resources' hides a field. |
279
|
| Method 'setShortTitle' is not designed for extension - needs to be abstract, final or empty. |
284
|
| Missing a Javadoc comment. |
284
|
| Parameter shortTitle should be final. |
284
|
| 'shortTitle' hides a field. |
284
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
289
|
| Missing a Javadoc comment. |
289
|
| Parameter title should be final. |
289
|
| 'title' hides a field. |
289
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
294
|
| Missing a Javadoc comment. |
294
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
299
|
| Missing a Javadoc comment. |
299
|
| Parameter indent should be final. |
299
|
| '50' is a magic number. |
301
|
| ',' is not followed by whitespace. |
302
|
| 'cast' is not followed by whitespace. |
308
|
| '+' is not preceded with whitespace. |
308
|
| '+' is not followed by whitespace. |
308
|
org/apache/pluto/portalImpl/om/common/impl/ParameterImpl.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. |
31
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
34
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'value' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
40
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter locale should be final. |
58
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter name should be final. |
65
|
| 'name' hides a field. |
65
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter value should be final. |
70
|
| 'value' hides a field. |
70
|
| Line is longer than 80 characters. |
76
|
| Method 'setDescriptionSet' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter descriptions should be final. |
78
|
| 'descriptions' hides a field. |
78
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter indent should be final. |
90
|
| '50' is a magic number. |
92
|
| ',' is not followed by whitespace. |
93
|
| Method 'getCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| 'return' is not followed by whitespace. |
107
|
| 'cast' is not followed by whitespace. |
107
|
| Method 'setCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter castorDescriptions should be final. |
110
|
org/apache/pluto/portalImpl/om/common/impl/ParameterSetImpl.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
|
| '{' should be on a new line. |
31
|
| Missing a Javadoc comment. |
33
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter name should be final. |
39
|
| '{' should be on a new line. |
42
|
| 'cast' is not followed by whitespace. |
43
|
| '{' should be on a new line. |
44
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter name should be final. |
53
|
| Parameter value should be final. |
53
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter name should be final. |
64
|
| '{' should be on a new line. |
67
|
| 'cast' is not followed by whitespace. |
68
|
| '{' should be on a new line. |
69
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter parameter should be final. |
77
|
| Line has trailing spaces. |
83
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter indent should be final. |
89
|
| '50' is a magic number. |
91
|
| ',' is not followed by whitespace. |
92
|
| '{' should be on a new line. |
96
|
| 'cast' is not followed by whitespace. |
97
|
| '+' is not preceded with whitespace. |
97
|
| '+' is not followed by whitespace. |
97
|
| Line has trailing spaces. |
100
|
org/apache/pluto/portalImpl/om/common/impl/ParameterUtil.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. |
23
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
28
|
| Line has trailing spaces. |
29
|
org/apache/pluto/portalImpl/om/common/impl/PreferenceImpl.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. |
31
|
| Missing a Javadoc comment. |
31
|
| '{' should be on a new line. |
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
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'value' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'readOnly' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
39
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Method 'getValues' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| '{' should be on a new line. |
53
|
| '{' should be on a new line. |
61
|
| '{' should be on a new line. |
62
|
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| '{' should be on a new line. |
72
|
| Method 'isValueSet' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| '{' should be on a new line. |
78
|
| Line has trailing spaces. |
83
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter name should be final. |
84
|
| 'name' hides a field. |
84
|
| Method 'setValues' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter _value should be final. |
89
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
89
|
| '{' should be on a new line. |
91
|
| '}' should be alone on a line. |
93
|
| '{' should be on a new line. |
93
|
| '{' should be on a new line. |
100
|
| Line has trailing spaces. |
102
|
| '}' should be alone on a line. |
103
|
| '{' should be on a new line. |
103
|
| '=' is not preceded with whitespace. |
107
|
| '=' is not followed by whitespace. |
107
|
| ';' is not followed by whitespace. |
107
|
| '<' is not preceded with whitespace. |
107
|
| '<' is not followed by whitespace. |
107
|
| ';' is not followed by whitespace. |
107
|
| '{' should be on a new line. |
107
|
| '{' should be on a new line. |
108
|
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter readOnly should be final. |
117
|
| 'readOnly' hides a field. |
117
|
| Line has trailing spaces. |
123
|
| Method 'getReadOnly' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Missing a Javadoc comment. |
126
|
| '{' should be on a new line. |
128
|
| Line has trailing spaces. |
134
|
| Method 'getCastorValues' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Missing a Javadoc comment. |
134
|
| Line has trailing spaces. |
139
|
| Method 'setCastorValues' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Missing a Javadoc comment. |
139
|
| Parameter _value should be final. |
139
|
| Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
139
|
| '{' should be on a new line. |
141
|
| '}' should be alone on a line. |
143
|
| '{' should be on a new line. |
143
|
| Method 'getClonedCastorValuesAsList' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Missing a Javadoc comment. |
149
|
| '{' should be on a new line. |
154
|
| 'value' hides a field. |
155
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Missing a Javadoc comment. |
161
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
| Parameter indent should be final. |
166
|
| '50' is a magic number. |
168
|
| ',' is not followed by whitespace. |
169
|
| '{' should be on a new line. |
175
|
| '}' should be alone on a line. |
177
|
| '{' should be on a new line. |
177
|
| ',' is not followed by whitespace. |
178
|
| '{' should be on a new line. |
181
|
| ',' is not followed by whitespace. |
182
|
| 'cast' is not followed by whitespace. |
183
|
| '{' should be on a new line. |
185
|
| ',' is not followed by whitespace. |
186
|
| '+' is not preceded with whitespace. |
186
|
| '+' is not followed by whitespace. |
186
|
| 'cast' is not followed by whitespace. |
187
|
| ',' is not followed by whitespace. |
189
|
org/apache/pluto/portalImpl/om/common/impl/PreferenceSetImpl.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
|
| '{' should be on a new line. |
37
|
| Line has trailing spaces. |
39
|
| Missing a Javadoc comment. |
39
|
| Name 'castorPreferencesValidator' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'classLoader' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
43
|
| '{' should be on a new line. |
43
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter name should be final. |
49
|
| '{' should be on a new line. |
52
|
| 'cast' is not followed by whitespace. |
53
|
| '{' should be on a new line. |
54
|
| Method 'getPreferencesValidator' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| 'if' construct must use '{}'s. |
63
|
| Line is longer than 80 characters. |
64
|
| 'if' construct must use '{}'s. |
66
|
| '{' should be on a new line. |
69
|
| Line is longer than 80 characters. |
70
|
| 'if' construct must use '{}'s. |
71
|
| 'return' is not followed by whitespace. |
72
|
| 'cast' is not followed by whitespace. |
72
|
| 'else' construct must use '{}'s. |
73
|
| Line is longer than 80 characters. |
74
|
| '+' is not followed by whitespace. |
74
|
| '}' should be alone on a line. |
75
|
| '{' should be on a new line. |
75
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter name should be final. |
84
|
| Parameter values should be final. |
84
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter name should be final. |
95
|
| '{' should be on a new line. |
98
|
| 'cast' is not followed by whitespace. |
99
|
| '{' should be on a new line. |
100
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| Parameter preference should be final. |
108
|
| Line has trailing spaces. |
114
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter indent should be final. |
120
|
| '50' is a magic number. |
122
|
| ',' is not followed by whitespace. |
123
|
| '{' should be on a new line. |
127
|
| 'cast' is not followed by whitespace. |
128
|
| '+' is not preceded with whitespace. |
128
|
| '+' is not followed by whitespace. |
128
|
| Method 'getCastorPreferencesValidator' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Method 'setCastorPreferencesValidator' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Parameter castorPreferencesValidator should be final. |
141
|
| 'castorPreferencesValidator' hides a field. |
141
|
| Method 'getCastorPreferences' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Parameter loader should be final. |
151
|
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter c should be final. |
160
|
| '{' should be on a new line. |
160
|
| '{' should be on a new line. |
162
|
org/apache/pluto/portalImpl/om/common/impl/PreferenceUtil.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
|
| Utility classes should not have a public or default constructor. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
33
|
| 'public' modifier out of order with the JLS suggestions. |
37
|
| Parameter preferences should be final. |
37
|
| '{' should be on a new line. |
41
|
| Line has trailing spaces. |
42
|
| 'cast' is not followed by whitespace. |
42
|
org/apache/pluto/portalImpl/om/common/impl/SecurityRoleImpl.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
|
| Name 'description' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Missing a Javadoc comment. |
29
|
| Name 'roleName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
29
|
| Missing a Javadoc comment. |
31
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Method 'getRoleName' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter description should be final. |
49
|
| 'description' hides a field. |
49
|
| Method 'setRoleName' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter roleName should be final. |
54
|
| 'roleName' hides a field. |
54
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter indent should be final. |
64
|
| '50' is a magic number. |
66
|
| ',' is not followed by whitespace. |
67
|
org/apache/pluto/portalImpl/om/common/impl/SecurityRoleRefImpl.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. |
31
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
34
|
| Name 'roleName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'roleLink' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
40
|
| Method 'getRoleName' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Method 'getRoleLink' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter locale should be final. |
58
|
| Method 'setRoleName' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter roleName should be final. |
64
|
| 'roleName' hides a field. |
64
|
| Method 'setRoleLink' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter roleLink should be final. |
71
|
| 'roleLink' hides a field. |
71
|
| Method 'getDescriptionSet' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'setDescriptionSet' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter descriptions should be final. |
81
|
| 'descriptions' hides a field. |
81
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Parameter indent should be final. |
91
|
| '50' is a magic number. |
93
|
| ',' is not followed by whitespace. |
94
|
| ',' is not followed by whitespace. |
101
|
| 'cast' is not followed by whitespace. |
102
|
| Method 'getCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| 'return' is not followed by whitespace. |
108
|
| 'cast' is not followed by whitespace. |
108
|
| Method 'setCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Parameter castorDescriptions should be final. |
111
|
org/apache/pluto/portalImpl/om/common/impl/SecurityRoleRefSetImpl.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. |
31
|
| Missing a Javadoc comment. |
31
|
| '{' should be on a new line. |
31
|
| Missing a Javadoc comment. |
33
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter roleName should be final. |
39
|
| '{' should be on a new line. |
42
|
| 'cast' is not followed by whitespace. |
43
|
| '{' should be on a new line. |
44
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter securityRoleRef should be final. |
53
|
| Line is longer than 80 characters. |
58
|
| 'cast' is not followed by whitespace. |
58
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter roleName should be final. |
65
|
| '{' should be on a new line. |
68
|
| 'cast' is not followed by whitespace. |
69
|
| '{' should be on a new line. |
70
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter securityRoleRef should be final. |
78
|
| Line has trailing spaces. |
84
|
| Line is longer than 80 characters. |
85
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter roleName should be final. |
85
|
| Parameter roleLink should be final. |
85
|
| Parameter descriptions should be final. |
85
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter indent should be final. |
102
|
| '50' is a magic number. |
104
|
| ',' is not followed by whitespace. |
105
|
| '{' should be on a new line. |
109
|
| Line is longer than 80 characters. |
110
|
| 'cast' is not followed by whitespace. |
110
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| Line is longer than 80 characters. |
117
|
| Missing a Javadoc comment. |
117
|
| '{' should be on a new line. |
118
|
| Missing a Javadoc comment. |
120
|
| Parameter c should be final. |
120
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Missing a Javadoc comment. |
127
|
| Parameter roleName should be final. |
127
|
| 'return' is not followed by whitespace. |
129
|
| 'cast' is not followed by whitespace. |
129
|
org/apache/pluto/portalImpl/om/common/impl/SecurityRoleSetImpl.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. |
29
|
| Missing a Javadoc comment. |
29
|
| '{' should be on a new line. |
29
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
39
|
| Parameter c should be final. |
39
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter roleName should be final. |
44
|
| 'cast' is not followed by whitespace. |
46
|
| Missing a Javadoc comment. |
51
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter roleName should be final. |
57
|
| '{' should be on a new line. |
60
|
| 'cast' is not followed by whitespace. |
61
|
| '{' should be on a new line. |
62
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter securityRole should be final. |
71
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter roleName should be final. |
82
|
| Parameter description should be final. |
82
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter securityRole should be final. |
93
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter roleName should be final. |
98
|
| 'cast' is not followed by whitespace. |
103
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| Parameter indent should be final. |
118
|
| '50' is a magic number. |
120
|
| ',' is not followed by whitespace. |
121
|
| '{' should be on a new line. |
125
|
| Line is longer than 80 characters. |
126
|
| 'cast' is not followed by whitespace. |
126
|
| '+' is not preceded with whitespace. |
126
|
| '+' is not followed by whitespace. |
126
|
org/apache/pluto/portalImpl/om/common/impl/UnmodifiableSet.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. |
30
|
| Missing a Javadoc comment. |
32
|
| Name 'c' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Variable 'c' must be private and have accessor methods. |
32
|
| Missing a Javadoc comment. |
34
|
| Parameter c should be final. |
34
|
| 'c' hides a field. |
34
|
| '{' should be on a new line. |
36
|
| Method 'size' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter o should be final. |
52
|
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter a should be final. |
62
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Name 'i' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
76
|
| Variable 'i' must be private and have accessor methods. |
76
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter o should be final. |
95
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Parameter o should be final. |
100
|
| Method 'containsAll' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter coll should be final. |
105
|
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter coll should be final. |
110
|
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Parameter coll should be final. |
115
|
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter coll should be final. |
120
|
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Missing a Javadoc comment. |
130
|
| Parameter o should be final. |
130
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Missing a Javadoc comment. |
135
|
| Line has trailing spaces. |
146
|
| Method 'getModifiableSet' is not designed for extension - needs to be abstract, final or empty. |
149
|
org/apache/pluto/portalImpl/om/common/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/common/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/entity/impl/PortletApplicationEntityImpl.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. |
29
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
32
|
| '{' should be on a new line. |
34
|
| Missing a Javadoc comment. |
36
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
37
|
| Name 'definitionId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'portlets' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
38
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
40
|
| Name 'objectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| '==' is not preceded with whitespace. |
46
|
| '==' is not followed by whitespace. |
46
|
| '{' should be on a new line. |
46
|
| Line is longer than 80 characters. |
47
|
| Line has trailing spaces. |
50
|
| Method 'getPortletEntityList' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Method 'getPortletApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line has trailing spaces. |
64
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter id should be final. |
67
|
| 'id' hides a field. |
67
|
| '=' is not preceded with whitespace. |
70
|
| Method 'getCastorPortlets' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Line has trailing spaces. |
74
|
| 'return' is not followed by whitespace. |
75
|
| 'cast' is not followed by whitespace. |
75
|
| Missing a Javadoc comment. |
78
|
| Parameter parameter should be final. |
78
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter parameter should be final. |
82
|
| '{' should be on a new line. |
85
|
| 'cast' is not followed by whitespace. |
86
|
| Missing a Javadoc comment. |
90
|
| Parameter parameter should be final. |
90
|
| Missing a Javadoc comment. |
94
|
| Parameter parameter should be final. |
94
|
| Missing a Javadoc comment. |
98
|
| Parameter parameter should be final. |
98
|
| Line has trailing spaces. |
103
|
| Method 'getCastorId' 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 has trailing spaces. |
104
|
| Line has trailing spaces. |
107
|
| Method 'setCastorId' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter id should be final. |
107
|
| 'id' hides a field. |
107
|
| '{' should be on a new line. |
107
|
| Line has trailing spaces. |
109
|
| Method 'getDefinitionId' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Method 'setDefinitionId' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Parameter definitionId should be final. |
116
|
| 'definitionId' hides a field. |
116
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Missing a Javadoc comment. |
123
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Missing a Javadoc comment. |
128
|
| Parameter indent should be final. |
128
|
| '1000' is a magic number. |
130
|
| ',' is not followed by whitespace. |
131
|
| ',' is not followed by whitespace. |
133
|
| ',' is not followed by whitespace. |
135
|
| ',' is not followed by whitespace. |
139
|
| ',' is not followed by whitespace. |
144
|
| Line is longer than 80 characters. |
145
|
| 'cast' is not followed by whitespace. |
145
|
| ',' is not followed by whitespace. |
147
|
org/apache/pluto/portalImpl/om/entity/impl/PortletApplicationEntityListImpl.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
|
| Line is longer than 80 characters. |
34
|
| '{' should be on a new line. |
35
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter objectId should be final. |
39
|
| '{' should be on a new line. |
42
|
| Line is longer than 80 characters. |
43
|
| 'cast' is not followed by whitespace. |
43
|
| '{' should be on a new line. |
44
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter definitionId should be final. |
53
|
| '{' should be on a new line. |
53
|
| Line is longer than 80 characters. |
54
|
| '{' should be on a new line. |
57
|
| Line is longer than 80 characters. |
58
|
| 'cast' is not followed by whitespace. |
58
|
| '{' should be on a new line. |
59
|
| '}' should be alone on a line. |
61
|
| '{' should be on a new line. |
61
|
| Must have at least one statement. |
61
|
| Line has trailing spaces. |
65
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter parameter should be final. |
75
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter parameter should be final. |
81
|
| '{' should be on a new line. |
84
|
| 'cast' is not followed by whitespace. |
85
|
| Missing a Javadoc comment. |
89
|
| Parameter parameter should be final. |
89
|
| Method 'preStore' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter parameter should be final. |
93
|
| Missing a Javadoc comment. |
99
|
| Parameter parameter should be final. |
99
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter objectId should be final. |
107
|
| '{' should be on a new line. |
110
|
| Line is longer than 80 characters. |
111
|
| 'cast' is not followed by whitespace. |
111
|
| '{' should be on a new line. |
112
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Missing a Javadoc comment. |
126
|
| Parameter indent should be final. |
126
|
| '1000' is a magic number. |
128
|
| ',' is not followed by whitespace. |
129
|
| ',' is not followed by whitespace. |
131
|
| '{' should be on a new line. |
134
|
| ',' is not followed by whitespace. |
135
|
| '{' should be on a new line. |
138
|
| Line is longer than 80 characters. |
139
|
| 'cast' is not followed by whitespace. |
139
|
| '+' is not preceded with whitespace. |
139
|
| '+' is not followed by whitespace. |
139
|
| ',' is not followed by whitespace. |
141
|
| Missing a Javadoc comment. |
148
|
| Name 'castorApplications' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
148
|
| Method 'getCastorApplications' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Line has trailing spaces. |
151
|
org/apache/pluto/portalImpl/om/entity/impl/PortletEntityImpl.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. |
35
|
| Missing a Javadoc comment. |
38
|
| '{' should be on a new line. |
40
|
| Missing a Javadoc comment. |
42
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
43
|
| Name 'definitionId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
45
|
| Name 'preferences' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
45
|
| Variable 'preferences' must be private and have accessor methods. |
45
|
| Missing a Javadoc comment. |
47
|
| Name 'origPreferences' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
48
|
| Name 'applicationEntity' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
49
|
| Name 'portletWindows' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
50
|
| Name 'objectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
50
|
| Missing a Javadoc comment. |
51
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
58
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| '==' is not preceded with whitespace. |
67
|
| '==' is not followed by whitespace. |
67
|
| '{' should be on a new line. |
67
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
69
|
| Line has trailing spaces. |
72
|
| Method 'getPreferenceSet' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Method 'getPortletDefinition' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Line is longer than 80 characters. |
81
|
| Method 'setPortletDefinition' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter portletDefinition should be final. |
84
|
| Method 'getPortletApplicationEntity' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Method 'getPortletWindowList' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| '{' should be on a new line. |
94
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Parameter locale should be final. |
101
|
| '{' should be on a new line. |
101
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter id should be final. |
107
|
| 'id' hides a field. |
107
|
| Method 'store' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
119
|
| 'cast' is not followed by whitespace. |
119
|
| 'cast' is not followed by whitespace. |
119
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
126
|
| 'cast' is not followed by whitespace. |
126
|
| Line is longer than 80 characters. |
127
|
| 'cast' is not followed by whitespace. |
127
|
| 'cast' is not followed by whitespace. |
127
|
| Missing a Javadoc comment. |
132
|
| Parameter parameter should be final. |
132
|
| Line has trailing spaces. |
133
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter parameter should be final. |
136
|
| Line has trailing spaces. |
137
|
| Line is longer than 80 characters. |
138
|
| 'cast' is not followed by whitespace. |
138
|
| 'cast' is not followed by whitespace. |
138
|
| 'cast' is not followed by whitespace. |
139
|
| Missing a Javadoc comment. |
142
|
| Parameter parameter should be final. |
142
|
| Missing a Javadoc comment. |
146
|
| Parameter parameter should be final. |
146
|
| Missing a Javadoc comment. |
150
|
| Parameter parameter should be final. |
150
|
| Line has trailing spaces. |
155
|
| Method 'getCastorPreferences' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Missing a Javadoc comment. |
158
|
| Line is longer than 80 characters. |
160
|
| 'return' is not followed by whitespace. |
160
|
| 'cast' is not followed by whitespace. |
160
|
| Line is longer than 80 characters. |
163
|
| Method 'setPortletApplicationEntity' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Missing a Javadoc comment. |
163
|
| Parameter applicationEntity should be final. |
163
|
| 'applicationEntity' hides a field. |
163
|
| Method 'setPortletWindowList' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Missing a Javadoc comment. |
168
|
| Parameter portletWindows should be final. |
168
|
| 'portletWindows' hides a field. |
168
|
| Line has trailing spaces. |
173
|
| Line has trailing spaces. |
174
|
| Method 'getCastorId' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Missing a Javadoc comment. |
174
|
| '{' should be on a new line. |
174
|
| Line has trailing spaces. |
175
|
| Line has trailing spaces. |
176
|
| Avoid inline conditionals. |
180
|
| Line has trailing spaces. |
183
|
| Method 'setCastorId' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Missing a Javadoc comment. |
183
|
| Parameter id should be final. |
183
|
| 'id' hides a field. |
183
|
| '{' should be on a new line. |
183
|
| Method 'getDefinitionId' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Missing a Javadoc comment. |
187
|
| Method 'setDefinitionId' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter definitionId should be final. |
192
|
| 'definitionId' hides a field. |
192
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Missing a Javadoc comment. |
199
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Missing a Javadoc comment. |
204
|
| Parameter indent should be final. |
204
|
| '1000' is a magic number. |
206
|
| ',' is not followed by whitespace. |
207
|
| ',' is not followed by whitespace. |
209
|
| ',' is not followed by whitespace. |
211
|
| ',' is not followed by whitespace. |
215
|
| ',' is not followed by whitespace. |
220
|
| Line is longer than 80 characters. |
221
|
| 'cast' is not followed by whitespace. |
221
|
| ',' is not followed by whitespace. |
222
|
| ',' is not followed by whitespace. |
225
|
org/apache/pluto/portalImpl/om/entity/impl/PortletEntityListImpl.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
|
| '{' should be on a new line. |
33
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter objectId should be final. |
37
|
| '{' should be on a new line. |
40
|
| 'cast' is not followed by whitespace. |
41
|
| '{' should be on a new line. |
42
|
| Line is longer than 80 characters. |
52
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter appEntity should be final. |
52
|
| Parameter definitionId should be final. |
52
|
| '{' should be on a new line. |
52
|
| '{' should be on a new line. |
56
|
| 'cast' is not followed by whitespace. |
57
|
| '{' should be on a new line. |
58
|
| '}' should be alone on a line. |
60
|
| '{' should be on a new line. |
60
|
| Must have at least one statement. |
60
|
| Line has trailing spaces. |
74
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter objectId should be final. |
75
|
| '{' should be on a new line. |
78
|
| 'cast' is not followed by whitespace. |
79
|
| '{' should be on a new line. |
80
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Parameter indent should be final. |
92
|
| '50' is a magic number. |
94
|
| ',' is not followed by whitespace. |
95
|
| '{' should be on a new line. |
99
|
| Line is longer than 80 characters. |
100
|
| 'cast' is not followed by whitespace. |
100
|
| '+' is not preceded with whitespace. |
100
|
| '+' is not followed by whitespace. |
100
|
org/apache/pluto/portalImpl/om/entity/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/page/Fragment.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
|
| 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. |
77
|
| Redundant 'public' modifier. |
80
|
| Line has trailing spaces. |
84
|
| Redundant 'public' modifier. |
87
|
| Line has trailing spaces. |
92
|
| Redundant 'public' modifier. |
95
|
| Line has trailing spaces. |
99
|
| Redundant 'public' modifier. |
102
|
| Line has trailing spaces. |
107
|
| Redundant 'public' modifier. |
110
|
| Line has trailing spaces. |
116
|
| Redundant 'public' modifier. |
119
|
org/apache/pluto/portalImpl/om/page/Navigation.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. |
48
|
| Redundant 'public' modifier. |
51
|
| Line has trailing spaces. |
55
|
| Redundant 'public' modifier. |
58
|
| Line has trailing spaces. |
62
|
| Redundant 'public' modifier. |
65
|
| Line has trailing spaces. |
69
|
| Redundant 'public' modifier. |
72
|
| Line has trailing spaces. |
73
|
org/apache/pluto/portalImpl/om/page/Property.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. |
23
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
org/apache/pluto/portalImpl/om/page/impl/FragmentImpl.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. |
35
|
| '{' should be on a new line. |
35
|
| Missing a Javadoc comment. |
37
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'classname' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'type' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'navigation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name 'fragments' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
42
|
| Name 'properties' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
44
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter name should be final. |
58
|
| 'name' hides a field. |
58
|
| Method 'getClassname' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Method 'setClassname' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter classname should be final. |
68
|
| 'classname' hides a field. |
68
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter type should be final. |
78
|
| 'type' hides a field. |
78
|
| Method 'getNavigation' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Method 'setNavigation' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter navigation should be final. |
88
|
| 'navigation' hides a field. |
88
|
| Method 'getFragments' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Line has trailing spaces. |
104
|
| Method 'setFragments' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter fragments should be final. |
105
|
| 'fragments' hides a field. |
105
|
| Line has trailing spaces. |
110
|
| Line is longer than 80 characters. |
110
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter config should be final. |
110
|
| Line is longer than 80 characters. |
111
|
| Parameter fragmentParent should be final. |
111
|
| Line has trailing spaces. |
113
|
| Line has trailing spaces. |
114
|
| '!=' is not preceded with whitespace. |
117
|
| '!=' is not followed by whitespace. |
117
|
| '{' should be on a new line. |
117
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
119
|
| '{' should be on a new line. |
123
|
| '{' should be on a new line. |
124
|
| '{' should be on a new line. |
128
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
130
|
| Line is longer than 80 characters. |
131
|
| Line is longer than 80 characters. |
132
|
| Line is longer than 80 characters. |
133
|
| '}' should be alone on a line. |
134
|
| '{' should be on a new line. |
134
|
| Line is longer than 80 characters. |
135
|
| Line is longer than 80 characters. |
136
|
| Line is longer than 80 characters. |
137
|
| Line is longer than 80 characters. |
138
|
| Line is longer than 80 characters. |
139
|
| '}' should be alone on a line. |
140
|
| '{' should be on a new line. |
140
|
| Line is longer than 80 characters. |
141
|
| Line is longer than 80 characters. |
142
|
| Line is longer than 80 characters. |
143
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
145
|
| '}' should be alone on a line. |
146
|
| '{' should be on a new line. |
146
|
| Line is longer than 80 characters. |
147
|
| Line is longer than 80 characters. |
148
|
| Line is longer than 80 characters. |
149
|
| Line is longer than 80 characters. |
150
|
| Line is longer than 80 characters. |
151
|
| '}' should be alone on a line. |
152
|
| '{' should be on a new line. |
152
|
| '+' is not preceded with whitespace. |
153
|
| '+' is not followed by whitespace. |
153
|
| '+' is not preceded with whitespace. |
153
|
| '+' is not followed by whitespace. |
153
|
| '}' should be alone on a line. |
156
|
| '{' should be on a new line. |
156
|
| Line has trailing spaces. |
160
|
| Line has trailing spaces. |
161
|
| Line is longer than 80 characters. |
163
|
| '{' should be on a new line. |
166
|
| Line is longer than 80 characters. |
167
|
| '}' should be alone on a line. |
168
|
| '{' should be on a new line. |
168
|
| Line is longer than 80 characters. |
169
|
| ',' is not followed by whitespace. |
169
|
| '}' should be alone on a line. |
171
|
| '{' should be on a new line. |
171
|
| Line is longer than 80 characters. |
172
|
| ',' is not followed by whitespace. |
172
|
| '{' should be on a new line. |
182
|
| Name '_fragment' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
183
|
| Line is longer than 80 characters. |
184
|
| '{' should be on a new line. |
184
|
| Line is longer than 80 characters. |
185
|
| Line is longer than 80 characters. |
188
|
| 'cast' is not followed by whitespace. |
188
|
| '}' should be alone on a line. |
189
|
| '{' should be on a new line. |
189
|
| Line is longer than 80 characters. |
190
|
| ',' is not followed by whitespace. |
190
|
| '}' should be alone on a line. |
192
|
| '{' should be on a new line. |
192
|
| Line is longer than 80 characters. |
193
|
| ',' is not followed by whitespace. |
193
|
| '}' should be alone on a line. |
195
|
| '{' should be on a new line. |
195
|
| Line is longer than 80 characters. |
196
|
| ',' is not followed by whitespace. |
196
|
| Line has trailing spaces. |
199
|
| '!=' is not preceded with whitespace. |
202
|
| '!=' is not followed by whitespace. |
202
|
| '{' should be on a new line. |
202
|
| '{' should be on a new line. |
209
|
| 'cast' is not followed by whitespace. |
210
|
| Line has trailing spaces. |
212
|
| Name '_fragment' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
212
|
| '{' should be on a new line. |
214
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Missing a Javadoc comment. |
222
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
227
|
| Missing a Javadoc comment. |
227
|
| Parameter indent should be final. |
227
|
| '1000' is a magic number. |
229
|
| ',' is not followed by whitespace. |
230
|
| ',' is not followed by whitespace. |
232
|
| ',' is not followed by whitespace. |
234
|
| '!=' is not preceded with whitespace. |
238
|
| '!=' is not followed by whitespace. |
238
|
| '{' should be on a new line. |
238
|
| ',' is not followed by whitespace. |
239
|
| '!=' is not preceded with whitespace. |
244
|
| '!=' is not followed by whitespace. |
244
|
| '{' should be on a new line. |
244
|
| ',' is not followed by whitespace. |
245
|
| '!=' is not preceded with whitespace. |
250
|
| '!=' is not followed by whitespace. |
250
|
| '{' should be on a new line. |
250
|
| ',' is not followed by whitespace. |
251
|
| 'cast' is not followed by whitespace. |
253
|
| '{' should be on a new line. |
256
|
| ',' is not followed by whitespace. |
257
|
| '{' should be on a new line. |
260
|
| 'cast' is not followed by whitespace. |
261
|
| '{' should be on a new line. |
264
|
| ',' is not followed by whitespace. |
265
|
| '{' should be on a new line. |
268
|
| 'cast' is not followed by whitespace. |
269
|
| '+' is not preceded with whitespace. |
269
|
| '+' is not followed by whitespace. |
269
|
| ',' is not followed by whitespace. |
271
|
org/apache/pluto/portalImpl/om/page/impl/NavigationImpl.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
|
| '{' should be on a new line. |
25
|
| Missing a Javadoc comment. |
27
|
| Name 'title' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Missing a Javadoc comment. |
28
|
| Name 'description' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Missing a Javadoc comment. |
30
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter title should be final. |
43
|
| 'title' hides a field. |
43
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter description should be final. |
53
|
| 'description' hides a field. |
53
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter indent should be final. |
65
|
| '50' is a magic number. |
67
|
| ',' is not followed by whitespace. |
68
|
org/apache/pluto/portalImpl/om/page/impl/PortalImpl.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
|
| '{' should be on a new line. |
30
|
| Missing a Javadoc comment. |
32
|
| Name 'fragments' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Line has trailing spaces. |
39
|
| Method 'getFragments' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
45
|
| Method 'build' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter config should be final. |
45
|
| Line has trailing spaces. |
48
|
| '{' should be on a new line. |
53
|
| 'cast' is not followed by whitespace. |
54
|
| Line has trailing spaces. |
56
|
| Name '_fragment' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| '!=' is not preceded with whitespace. |
58
|
| '!=' is not followed by whitespace. |
58
|
| '{' should be on a new line. |
58
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| '2000' is a magic number. |
68
|
| ',' is not followed by whitespace. |
69
|
| ',' is not followed by whitespace. |
71
|
| '{' should be on a new line. |
76
|
| 'cast' is not followed by whitespace. |
77
|
| ',' is not followed by whitespace. |
80
|
org/apache/pluto/portalImpl/om/page/impl/PropertyImpl.java
Error | Line |
| File does not end with a newline. |
0
|
org/apache/pluto/portalImpl/om/page/impl/PropertyImpl.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
|
| '{' should be on a new line. |
25
|
| Missing a Javadoc comment. |
27
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Missing a Javadoc comment. |
28
|
| Name 'value' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Missing a Javadoc comment. |
30
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter name should be final. |
43
|
| 'name' hides a field. |
43
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter value should be final. |
53
|
| 'value' hides a field. |
53
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter indent should be final. |
65
|
| '50' is a magic number. |
67
|
| ',' is not followed by whitespace. |
68
|
org/apache/pluto/portalImpl/om/page/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/page/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/portlet/impl/ContentTypeImpl.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
|
| '{' should be on a new line. |
31
|
| Missing a Javadoc comment. |
33
|
| Name 'contentType' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'portletModes' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
36
|
| Name 'castorPortletModes' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Method 'getPortletModes' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Line has trailing spaces. |
53
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter parameter should be final. |
55
|
| '{' should be on a new line. |
59
|
| 'cast' is not followed by whitespace. |
60
|
| '{' should be on a new line. |
63
|
| Missing a Javadoc comment. |
68
|
| Parameter parameter should be final. |
68
|
| Missing a Javadoc comment. |
72
|
| Parameter parameter should be final. |
72
|
| Method 'preStore' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter parameter should be final. |
76
|
| '{' should be on a new line. |
80
|
| Line is longer than 80 characters. |
81
|
| 'cast' is not followed by whitespace. |
81
|
| Missing a Javadoc comment. |
86
|
| Parameter parameter should be final. |
86
|
| Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Parameter contentType should be final. |
92
|
| 'contentType' hides a field. |
92
|
| Method 'setPortletModes' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Parameter portletModes should be final. |
97
|
| 'portletModes' hides a field. |
97
|
| Method 'supportsPortletMode' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter portletMode should be final. |
102
|
| Line contains a tab character. |
104
|
| Line has trailing spaces. |
105
|
| Line contains a tab character. |
105
|
| Line has trailing spaces. |
106
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter indent should be final. |
112
|
| '50' is a magic number. |
114
|
| ',' is not followed by whitespace. |
115
|
| ',' is not followed by whitespace. |
117
|
| ',' is not followed by whitespace. |
119
|
| Line is longer than 80 characters. |
120
|
| '{' should be on a new line. |
123
|
| ',' is not followed by whitespace. |
124
|
| Line has trailing spaces. |
125
|
| Line has trailing spaces. |
126
|
| ',' is not followed by whitespace. |
131
|
| Method 'getCastorPortletModes' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
org/apache/pluto/portalImpl/om/portlet/impl/ContentTypeSetImpl.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
|
| '{' should be on a new line. |
32
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Missing a Javadoc comment. |
38
|
| Name 'anyContentType' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
38
|
| Line has trailing spaces. |
39
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter contentType should be final. |
40
|
| '{' should be on a new line. |
43
|
| Name '_contentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| 'cast' is not followed by whitespace. |
44
|
| '{' should be on a new line. |
45
|
| Line contains a tab character. |
52
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter parameter should be final. |
53
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| '{' is not preceded with whitespace. |
60
|
| '{' should be on a new line. |
60
|
| Line contains a tab character. |
61
|
| 'cast' is not followed by whitespace. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| 'while' is not followed by whitespace. |
64
|
| '{' should be on a new line. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| 'if' is not followed by whitespace. |
66
|
| '{' should be on a new line. |
66
|
| Line has trailing spaces. |
67
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Name '_anyContentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter indent should be final. |
85
|
| '50' is a magic number. |
87
|
| ',' is not followed by whitespace. |
88
|
| '{' should be on a new line. |
92
|
| Line is longer than 80 characters. |
93
|
| 'cast' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| Line has trailing spaces. |
96
|
| Line contains a tab character. |
98
|
| Method 'supportsPortletMode' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter portletMode should be final. |
98
|
| '{' should be on a new line. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
org/apache/pluto/portalImpl/om/portlet/impl/PortletApplicationDefinitionImpl.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. |
36
|
| Missing a Javadoc comment. |
36
|
| '{' should be on a new line. |
37
|
| Missing a Javadoc comment. |
39
|
| Name 'GUID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
41
|
| Name 'appId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
42
|
| Name 'version' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Missing a Javadoc comment. |
44
|
| Name 'customPortletMode' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name 'customPortletState' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name 'userAttribute' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name 'securityConstraint' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Missing a Javadoc comment. |
49
|
| Name 'portlets' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
51
|
| Name 'webApplication' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Missing a Javadoc comment. |
53
|
| Name 'objectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
55
|
| Name 'contextPath' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| '==' is not preceded with whitespace. |
61
|
| '==' is not followed by whitespace. |
61
|
| '{' should be on a new line. |
61
|
| Line has trailing spaces. |
62
|
| Line is longer than 80 characters. |
62
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Method 'getPortletDefinitionList' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Method 'getWebApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter parameter should be final. |
84
|
| 'cast' is not followed by whitespace. |
86
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter parameter should be final. |
89
|
| 'cast' is not followed by whitespace. |
91
|
| 'cast' is not followed by whitespace. |
92
|
| Line is longer than 80 characters. |
93
|
| 'webApplication' hides a field. |
93
|
| 'cast' is not followed by whitespace. |
93
|
| 'cast' is not followed by whitespace. |
94
|
| Line has trailing spaces. |
98
|
| 'cast' is not followed by whitespace. |
104
|
| Line has trailing spaces. |
107
|
| Missing a Javadoc comment. |
108
|
| Parameter parameter should be final. |
108
|
| Method 'preStore' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter parameter should be final. |
112
|
| 'cast' is not followed by whitespace. |
114
|
| Method 'postStore' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter parameter should be final. |
117
|
| 'cast' is not followed by whitespace. |
119
|
| Missing a Javadoc comment. |
124
|
| '{' should be on a new line. |
126
|
| Line has trailing spaces. |
127
|
| '{' should be on a new line. |
130
|
| '}' should be alone on a line. |
132
|
| '{' should be on a new line. |
132
|
| '!=' is not preceded with whitespace. |
136
|
| '!=' is not followed by whitespace. |
136
|
| '{' should be on a new line. |
136
|
| '{' should be on a new line. |
137
|
| '+' is not preceded with whitespace. |
138
|
| '+' is not followed by whitespace. |
138
|
| Missing a Javadoc comment. |
148
|
| Parameter contextRoot should be final. |
148
|
| Line has trailing spaces. |
150
|
| Line has trailing spaces. |
151
|
| '-' is not preceded with whitespace. |
153
|
| '-' is not followed by whitespace. |
153
|
| '4' is a magic number. |
153
|
| Line has trailing spaces. |
155
|
| Method 'getAppId' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Missing a Javadoc comment. |
160
|
| Method 'setAppId' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Missing a Javadoc comment. |
165
|
| Parameter appId should be final. |
165
|
| 'appId' hides a field. |
165
|
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Missing a Javadoc comment. |
170
|
| Parameter version should be final. |
170
|
| 'version' hides a field. |
170
|
| Method 'getCustomPortletMode' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Missing a Javadoc comment. |
177
|
| Method 'setCustomPortletMode' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Missing a Javadoc comment. |
182
|
| Parameter customPortletMode should be final. |
182
|
| 'customPortletMode' hides a field. |
182
|
| 'cast' is not followed by whitespace. |
184
|
| Method 'getCustomPortletState' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Missing a Javadoc comment. |
187
|
| Method 'setCustomPortletState' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| Parameter customPortletState should be final. |
192
|
| 'customPortletState' hides a field. |
192
|
| 'cast' is not followed by whitespace. |
194
|
| Method 'getUserAttribute' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Missing a Javadoc comment. |
197
|
| Method 'setUserAttribute' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Missing a Javadoc comment. |
202
|
| Parameter userAttribute should be final. |
202
|
| 'userAttribute' hides a field. |
202
|
| 'cast' is not followed by whitespace. |
204
|
| Method 'getSecurityConstraint' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Missing a Javadoc comment. |
207
|
| Method 'setSecurityConstraint' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Missing a Javadoc comment. |
212
|
| Parameter securityConstraint should be final. |
212
|
| 'securityConstraint' hides a field. |
212
|
| 'cast' is not followed by whitespace. |
214
|
| Method 'getCastorPortlets' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Missing a Javadoc comment. |
219
|
| 'return' is not followed by whitespace. |
221
|
| 'cast' is not followed by whitespace. |
221
|
| Line is longer than 80 characters. |
224
|
| Method 'setWebApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
224
|
| Missing a Javadoc comment. |
224
|
| Parameter webApplication should be final. |
224
|
| 'webApplication' hides a field. |
224
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Missing a Javadoc comment. |
231
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
236
|
| Missing a Javadoc comment. |
236
|
| Parameter indent should be final. |
236
|
| '50' is a magic number. |
238
|
| ',' is not followed by whitespace. |
239
|
| ',' is not followed by whitespace. |
241
|
| ',' is not followed by whitespace. |
243
|
| Line is longer than 80 characters. |
244
|
| ',' is not followed by whitespace. |
245
|
| ',' is not followed by whitespace. |
247
|
| '{' should be on a new line. |
251
|
| ',' is not followed by whitespace. |
252
|
| '{' should be on a new line. |
255
|
| Line is longer than 80 characters. |
256
|
| 'cast' is not followed by whitespace. |
256
|
| '+' is not preceded with whitespace. |
256
|
| '+' is not followed by whitespace. |
256
|
| '!=' is not preceded with whitespace. |
258
|
| '!=' is not followed by whitespace. |
258
|
| '{' should be on a new line. |
258
|
| ',' is not followed by whitespace. |
259
|
| Line is longer than 80 characters. |
261
|
| 'cast' is not followed by whitespace. |
261
|
| '+' is not preceded with whitespace. |
261
|
| '+' is not followed by whitespace. |
261
|
| ',' is not followed by whitespace. |
263
|
org/apache/pluto/portalImpl/om/portlet/impl/PortletApplicationDefinitionListImpl.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
|
| '{' should be on a new line. |
31
|
| Missing a Javadoc comment. |
33
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter objectId should be final. |
39
|
| '{' should be on a new line. |
42
|
| Line is longer than 80 characters. |
43
|
| 'cast' is not followed by whitespace. |
43
|
| '{' should be on a new line. |
44
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter objectId should be final. |
53
|
| '{' should be on a new line. |
56
|
| Line is longer than 80 characters. |
57
|
| 'cast' is not followed by whitespace. |
57
|
| Line is longer than 80 characters. |
58
|
| '{' should be on a new line. |
58
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter indent should be final. |
70
|
| '50' is a magic number. |
72
|
| ',' is not followed by whitespace. |
73
|
| '{' should be on a new line. |
77
|
| Line is longer than 80 characters. |
78
|
| 'cast' is not followed by whitespace. |
78
|
| '+' is not preceded with whitespace. |
78
|
| '+' is not followed by whitespace. |
78
|
org/apache/pluto/portalImpl/om/portlet/impl/PortletDefinitionImpl.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. |
49
|
| Missing a Javadoc comment. |
49
|
| '{' should be on a new line. |
51
|
| Missing a Javadoc comment. |
54
|
| Name 'application' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'castorResources' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Missing a Javadoc comment. |
58
|
| Name 'castorSupportedLocales' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
58
|
| Missing a Javadoc comment. |
59
|
| Name 'classLoader' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
59
|
| Missing a Javadoc comment. |
60
|
| Name 'className' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
61
|
| Name 'contentTypes' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
61
|
| Line is longer than 80 characters. |
62
|
| Missing a Javadoc comment. |
62
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
62
|
| Line is longer than 80 characters. |
64
|
| Missing a Javadoc comment. |
64
|
| Name 'displayNames' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
64
|
| Missing a Javadoc comment. |
65
|
| Name 'expirationCache' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
65
|
| Line has trailing spaces. |
66
|
| Missing a Javadoc comment. |
66
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
66
|
| Variable 'id' must be private and have accessor methods. |
66
|
| Line is longer than 80 characters. |
67
|
| Missing a Javadoc comment. |
67
|
| Name 'initParams' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
67
|
| Line is longer than 80 characters. |
68
|
| Missing a Javadoc comment. |
68
|
| Name 'initSecurityRoleRefs' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
68
|
| Missing a Javadoc comment. |
69
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
69
|
| Missing a Javadoc comment. |
71
|
| Name 'objectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
71
|
| Line is longer than 80 characters. |
72
|
| Missing a Javadoc comment. |
72
|
| Name 'preferences' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
72
|
| Missing a Javadoc comment. |
75
|
| Name 'resourceBundle' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
75
|
| Missing a Javadoc comment. |
76
|
| Name 'servlet' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
76
|
| Missing a Javadoc comment. |
79
|
| Name 'supportedLocales' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
79
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Line has trailing spaces. |
84
|
| '==' is not preceded with whitespace. |
85
|
| '==' is not followed by whitespace. |
85
|
| '{' should be on a new line. |
85
|
| Line has trailing spaces. |
86
|
| Line is longer than 80 characters. |
86
|
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter locale should be final. |
105
|
| '{' should be on a new line. |
105
|
| Method 'getLanguageSet' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| Line is longer than 80 characters. |
111
|
| 'cast' is not followed by whitespace. |
111
|
| Line has trailing spaces. |
112
|
| Method 'getInitParameterSet' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Method 'getInitSecurityRoleRefSet' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Method 'getPreferenceSet' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Line is longer than 80 characters. |
127
|
| 'cast' is not followed by whitespace. |
127
|
| Method 'getContentTypeSet' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| Method 'getPortletApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Method 'getServletDefinition' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Parameter locale should be final. |
146
|
| Method 'getExpirationCache' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Missing a Javadoc comment. |
158
|
| Parameter id should be final. |
158
|
| 'id' hides a field. |
158
|
| Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Missing a Javadoc comment. |
163
|
| Parameter className should be final. |
163
|
| 'className' hides a field. |
163
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Missing a Javadoc comment. |
168
|
| Parameter name should be final. |
168
|
| 'name' hides a field. |
168
|
| Line is longer than 80 characters. |
174
|
| Method 'setDescriptions' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Missing a Javadoc comment. |
176
|
| Parameter descriptions should be final. |
176
|
| 'descriptions' hides a field. |
176
|
| '{' should be on a new line. |
176
|
| Method 'setDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Missing a Javadoc comment. |
180
|
| Parameter displayNames should be final. |
180
|
| 'displayNames' hides a field. |
180
|
| Method 'setPortletClassLoader' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Missing a Javadoc comment. |
185
|
| Parameter loader should be final. |
185
|
| Line has trailing spaces. |
189
|
| Missing a Javadoc comment. |
190
|
| Method 'postBuild' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Missing a Javadoc comment. |
197
|
| Parameter parameter should be final. |
197
|
| 'cast' is not followed by whitespace. |
199
|
| 'cast' is not followed by whitespace. |
200
|
| '!=' is not preceded with whitespace. |
201
|
| '!=' is not followed by whitespace. |
201
|
| '{' should be on a new line. |
201
|
| 'cast' is not followed by whitespace. |
202
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Missing a Javadoc comment. |
206
|
| Parameter parameter should be final. |
206
|
| Line has trailing spaces. |
208
|
| 'cast' is not followed by whitespace. |
208
|
| '{' should be on a new line. |
212
|
| 'cast' is not followed by whitespace. |
214
|
| ',' is not followed by whitespace. |
217
|
| '3' is a magic number. |
218
|
| '=' is not preceded with whitespace. |
219
|
| '=' is not followed by whitespace. |
219
|
| '<' is not preceded with whitespace. |
219
|
| '3' is a magic number. |
219
|
| '<' is not followed by whitespace. |
219
|
| ';' is preceded with whitespace. |
219
|
| ';' is not followed by whitespace. |
219
|
| '{' should be on a new line. |
219
|
| '{' should be on a new line. |
220
|
| '}' should be alone on a line. |
222
|
| '{' should be on a new line. |
222
|
| Line is longer than 80 characters. |
226
|
| '==' is not preceded with whitespace. |
230
|
| '==' is not followed by whitespace. |
230
|
| '{' should be on a new line. |
230
|
| '!=' is not preceded with whitespace. |
233
|
| '!=' is not followed by whitespace. |
233
|
| '{' should be on a new line. |
233
|
| Line has trailing spaces. |
234
|
| 'cast' is not followed by whitespace. |
234
|
| 'cast' is not followed by whitespace. |
236
|
| 'cast' is not followed by whitespace. |
237
|
| 'cast' is not followed by whitespace. |
238
|
| Method 'postStore' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Missing a Javadoc comment. |
241
|
| Parameter parameter should be final. |
241
|
| 'cast' is not followed by whitespace. |
243
|
| '!=' is not preceded with whitespace. |
244
|
| '!=' is not followed by whitespace. |
244
|
| '{' should be on a new line. |
244
|
| 'cast' is not followed by whitespace. |
245
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Missing a Javadoc comment. |
248
|
| Parameter parameter should be final. |
248
|
| Line is longer than 80 characters. |
250
|
| 'cast' is not followed by whitespace. |
250
|
| 'cast' is not followed by whitespace. |
251
|
| '!=' is not preceded with whitespace. |
252
|
| '!=' is not followed by whitespace. |
252
|
| '{' should be on a new line. |
252
|
| 'cast' is not followed by whitespace. |
253
|
| Method 'preStore' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Missing a Javadoc comment. |
256
|
| Parameter parameter should be final. |
256
|
| 'cast' is not followed by whitespace. |
258
|
| '!=' is not preceded with whitespace. |
259
|
| '!=' is not followed by whitespace. |
259
|
| '{' should be on a new line. |
259
|
| 'cast' is not followed by whitespace. |
260
|
| Method 'getCastorContentTypes' is not designed for extension - needs to be abstract, final or empty. |
266
|
| Missing a Javadoc comment. |
266
|
| 'return' is not followed by whitespace. |
268
|
| 'cast' is not followed by whitespace. |
268
|
| Method 'getCastorDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Missing a Javadoc comment. |
271
|
| 'return' is not followed by whitespace. |
273
|
| 'cast' is not followed by whitespace. |
273
|
| Method 'getCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
276
|
| Missing a Javadoc comment. |
276
|
| 'return' is not followed by whitespace. |
278
|
| 'cast' is not followed by whitespace. |
278
|
| Method 'getDescriptions' is not designed for extension - needs to be abstract, final or empty. |
281
|
| Missing a Javadoc comment. |
281
|
| 'return' is not followed by whitespace. |
283
|
| 'cast' is not followed by whitespace. |
283
|
| Method 'getCastorInitParams' is not designed for extension - needs to be abstract, final or empty. |
286
|
| Missing a Javadoc comment. |
286
|
| Line has trailing spaces. |
288
|
| Line is longer than 80 characters. |
288
|
| 'return' is not followed by whitespace. |
288
|
| 'cast' is not followed by whitespace. |
288
|
| Method 'getCastorInitSecurityRoleRefs' is not designed for extension - needs to be abstract, final or empty. |
291
|
| Missing a Javadoc comment. |
291
|
| Method 'getCastorPreferences' is not designed for extension - needs to be abstract, final or empty. |
296
|
| Missing a Javadoc comment. |
296
|
| Method 'getCastorResources' is not designed for extension - needs to be abstract, final or empty. |
301
|
| Missing a Javadoc comment. |
301
|
| Line has trailing spaces. |
304
|
| Method 'getCastorSupportedLocales' is not designed for extension - needs to be abstract, final or empty. |
319
|
| Missing a Javadoc comment. |
319
|
| Missing a Javadoc comment. |
325
|
| 'if' construct must use '{}'s. |
328
|
| '!=' is not preceded with whitespace. |
328
|
| '!=' is not followed by whitespace. |
328
|
| Line has trailing spaces. |
330
|
| '+' is not preceded with whitespace. |
330
|
| '+' is not followed by whitespace. |
330
|
| Method 'getPortletClassLoader' is not designed for extension - needs to be abstract, final or empty. |
334
|
| Missing a Javadoc comment. |
334
|
| Method 'getResourceBundle' is not designed for extension - needs to be abstract, final or empty. |
339
|
| Missing a Javadoc comment. |
339
|
| Line has trailing spaces. |
342
|
| Method 'getSupportedLocales' is not designed for extension - needs to be abstract, final or empty. |
344
|
| Missing a Javadoc comment. |
344
|
| Method 'setCastorContentTypes' is not designed for extension - needs to be abstract, final or empty. |
349
|
| Missing a Javadoc comment. |
349
|
| Parameter castorContentTypes should be final. |
349
|
| Line has trailing spaces. |
352
|
| Method 'setCastorInitParams' is not designed for extension - needs to be abstract, final or empty. |
354
|
| Missing a Javadoc comment. |
354
|
| Parameter castorInitParams should be final. |
354
|
| Line is longer than 80 characters. |
359
|
| Method 'setCastorInitSecurityRoleRefs' is not designed for extension - needs to be abstract, final or empty. |
359
|
| Missing a Javadoc comment. |
359
|
| Parameter castorInitSecurityRoleRefs should be final. |
359
|
| Method 'setCastorDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
364
|
| Missing a Javadoc comment. |
364
|
| Parameter castorDisplayNames should be final. |
364
|
| Method 'setCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
369
|
| Missing a Javadoc comment. |
369
|
| Parameter castorDescriptions should be final. |
369
|
| Method 'setCastorPreferences' is not designed for extension - needs to be abstract, final or empty. |
374
|
| Missing a Javadoc comment. |
374
|
| Parameter castorPreferences should be final. |
374
|
| Method 'setCastorResources' is not designed for extension - needs to be abstract, final or empty. |
379
|
| Missing a Javadoc comment. |
379
|
| Parameter resources should be final. |
379
|
| Line has trailing spaces. |
382
|
| Method 'setCastorSupportedLocales' is not designed for extension - needs to be abstract, final or empty. |
384
|
| Missing a Javadoc comment. |
384
|
| Parameter castorSupportedLocales should be final. |
384
|
| 'castorSupportedLocales' hides a field. |
384
|
| 'cast' is not followed by whitespace. |
386
|
| Method 'setExpirationCache' is not designed for extension - needs to be abstract, final or empty. |
389
|
| Missing a Javadoc comment. |
389
|
| Parameter expirationCache should be final. |
389
|
| 'expirationCache' hides a field. |
389
|
| Line is longer than 80 characters. |
394
|
| Method 'setPortletApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
394
|
| Missing a Javadoc comment. |
394
|
| Parameter application should be final. |
394
|
| 'application' hides a field. |
394
|
| Method 'setResourceBundle' is not designed for extension - needs to be abstract, final or empty. |
399
|
| Missing a Javadoc comment. |
399
|
| Parameter resourceBundle should be final. |
399
|
| 'resourceBundle' hides a field. |
399
|
| Line has trailing spaces. |
402
|
| Method 'setServletDefinition' is not designed for extension - needs to be abstract, final or empty. |
404
|
| Missing a Javadoc comment. |
404
|
| Parameter servlet should be final. |
404
|
| 'servlet' hides a field. |
404
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
412
|
| Missing a Javadoc comment. |
412
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
417
|
| Missing a Javadoc comment. |
417
|
| Parameter indent should be final. |
417
|
| '50' is a magic number. |
419
|
| ',' is not followed by whitespace. |
420
|
| ',' is not followed by whitespace. |
422
|
| ',' is not followed by whitespace. |
424
|
| ',' is not followed by whitespace. |
426
|
| ',' is not followed by whitespace. |
428
|
| ',' is not followed by whitespace. |
430
|
| ',' is not followed by whitespace. |
433
|
| Line is longer than 80 characters. |
434
|
| 'cast' is not followed by whitespace. |
434
|
| ',' is not followed by whitespace. |
436
|
| Line is longer than 80 characters. |
437
|
| 'cast' is not followed by whitespace. |
437
|
| ',' is not followed by whitespace. |
439
|
| Line is longer than 80 characters. |
440
|
| 'cast' is not followed by whitespace. |
440
|
| ',' is not followed by whitespace. |
442
|
| Line is longer than 80 characters. |
443
|
| 'cast' is not followed by whitespace. |
443
|
| ',' is not followed by whitespace. |
445
|
| 'cast' is not followed by whitespace. |
446
|
| ',' is not followed by whitespace. |
448
|
| 'cast' is not followed by whitespace. |
449
|
| ',' is not followed by whitespace. |
451
|
| 'cast' is not followed by whitespace. |
452
|
| '!=' is not preceded with whitespace. |
455
|
| '!=' is not followed by whitespace. |
455
|
| '{' should be on a new line. |
455
|
| ',' is not followed by whitespace. |
456
|
| Line is longer than 80 characters. |
458
|
| 'cast' is not followed by whitespace. |
458
|
| '+' is not preceded with whitespace. |
458
|
| '+' is not followed by whitespace. |
458
|
| ',' is not followed by whitespace. |
460
|
org/apache/pluto/portalImpl/om/portlet/impl/PortletDefinitionListImpl.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
|
| '{' should be on a new line. |
36
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter objectId should be final. |
40
|
| '{' should be on a new line. |
43
|
| Line is longer than 80 characters. |
44
|
| 'cast' is not followed by whitespace. |
44
|
| '{' should be on a new line. |
45
|
| Line has trailing spaces. |
53
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter parameter should be final. |
57
|
| 'cast' is not followed by whitespace. |
59
|
| Line is longer than 80 characters. |
60
|
| 'cast' is not followed by whitespace. |
60
|
| 'cast' is not followed by whitespace. |
61
|
| '{' should be on a new line. |
64
|
| 'cast' is not followed by whitespace. |
65
|
| 'cast' is not followed by whitespace. |
67
|
| '{' should be on a new line. |
70
|
| Line is longer than 80 characters. |
71
|
| 'cast' is not followed by whitespace. |
71
|
| 'cast' is not followed by whitespace. |
74
|
| Line has trailing spaces. |
78
|
| Missing a Javadoc comment. |
83
|
| Parameter parameter should be final. |
83
|
| '{' should be on a new line. |
83
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter parameter should be final. |
89
|
| '{' should be on a new line. |
89
|
| '{' should be on a new line. |
91
|
| 'cast' is not followed by whitespace. |
92
|
| Missing a Javadoc comment. |
99
|
| Parameter parameter should be final. |
99
|
| '{' should be on a new line. |
99
|
| Missing a Javadoc comment. |
105
|
| Parameter parameter should be final. |
105
|
| '{' should be on a new line. |
105
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter objectId should be final. |
110
|
| '{' should be on a new line. |
113
|
| Line is longer than 80 characters. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| '{' should be on a new line. |
115
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Missing a Javadoc comment. |
127
|
| Parameter indent should be final. |
127
|
| '50' is a magic number. |
129
|
| ',' is not followed by whitespace. |
130
|
| '{' should be on a new line. |
134
|
| Line is longer than 80 characters. |
135
|
| 'cast' is not followed by whitespace. |
135
|
| '+' is not preceded with whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
org/apache/pluto/portalImpl/om/portlet/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/servlet/impl/MimeTypeImpl.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
|
| '{' should be on a new line. |
25
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
27
|
| Name 'extension' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Missing a Javadoc comment. |
28
|
| Name 'mimeType' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
33
|
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
41
|
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter extension should be final. |
41
|
| 'extension' hides a field. |
41
|
| Line has trailing spaces. |
45
|
| Line has trailing spaces. |
49
|
| Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Line has trailing spaces. |
53
|
| Line has trailing spaces. |
57
|
| Method 'setMimeType' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter mimeType should be final. |
57
|
| 'mimeType' hides a field. |
57
|
org/apache/pluto/portalImpl/om/servlet/impl/ResourceRef.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
|
| '{' should be on a new line. |
19
|
| Line has trailing spaces. |
20
|
| Missing a Javadoc comment. |
21
|
| Name 'description' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
21
|
| Missing a Javadoc comment. |
22
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
22
|
| Missing a Javadoc comment. |
23
|
| Name 'type' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
23
|
| Missing a Javadoc comment. |
24
|
| Name 'auth' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
24
|
| Missing a Javadoc comment. |
25
|
| Name 'sharing' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
25
|
| Line has trailing spaces. |
26
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
30
|
| '{' should be on a new line. |
30
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
37
|
| '{' should be on a new line. |
37
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
46
|
| '{' should be on a new line. |
46
|
| Method 'getAuth' is not designed for extension - needs to be abstract, final or empty. |
54
|
| '{' should be on a new line. |
54
|
| Method 'getSharing' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| '{' should be on a new line. |
58
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter string should be final. |
65
|
| '{' should be on a new line. |
65
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter string should be final. |
72
|
| '{' should be on a new line. |
72
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter string should be final. |
76
|
| '{' should be on a new line. |
76
|
| Method 'setAuth' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter string should be final. |
80
|
| '{' should be on a new line. |
80
|
| Method 'setSharing' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter string should be final. |
84
|
| '{' should be on a new line. |
84
|
org/apache/pluto/portalImpl/om/servlet/impl/ResourceRefSet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
32
|
| Expected an @return tag. |
37
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter name should be final. |
37
|
| Expected @param tag for 'name'. |
37
|
| 'while' is not followed by whitespace. |
40
|
| '{' should be on a new line. |
40
|
| 'cast' is not followed by whitespace. |
41
|
| 'if' is not followed by whitespace. |
42
|
| '{' should be on a new line. |
42
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter ref should be final. |
49
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter ref should be final. |
54
|
| 'while' is not followed by whitespace. |
57
|
| '{' should be on a new line. |
57
|
| 'cast' is not followed by whitespace. |
58
|
| 'if' is not followed by whitespace. |
59
|
| '{' should be on a new line. |
59
|
org/apache/pluto/portalImpl/om/servlet/impl/ServletDefinitionImpl.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. |
44
|
| Line is longer than 80 characters. |
45
|
| '{' should be on a new line. |
45
|
| Line is longer than 80 characters. |
47
|
| Missing a Javadoc comment. |
47
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
48
|
| Name 'displayNames' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
51
|
| Name 'icon' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
51
|
| Variable 'icon' must be private and have accessor methods. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
53
|
| Name 'initParams' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
53
|
| Line is longer than 80 characters. |
54
|
| Missing a Javadoc comment. |
54
|
| Name 'initSecurityRoleRefs' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'jspFile' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Variable 'jspFile' must be private and have accessor methods. |
55
|
| Missing a Javadoc comment. |
56
|
| Name 'loadOnStartup' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
56
|
| Variable 'loadOnStartup' must be private and have accessor methods. |
56
|
| Missing a Javadoc comment. |
57
|
| Name 'objectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
57
|
| Missing a Javadoc comment. |
58
|
| Name 'securityRoleRef' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
58
|
| Variable 'securityRoleRef' must be private and have accessor methods. |
58
|
| Missing a Javadoc comment. |
59
|
| Name 'servletClass' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
59
|
| Missing a Javadoc comment. |
60
|
| Name 'servletMapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
61
|
| Name 'servletName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
61
|
| Missing a Javadoc comment. |
62
|
| Name 'available' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
62
|
| Missing a Javadoc comment. |
64
|
| Name 'webApplication' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
64
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| '==' is not preceded with whitespace. |
70
|
| '==' is not followed by whitespace. |
70
|
| '{' should be on a new line. |
70
|
| Line is longer than 80 characters. |
71
|
| Method 'getServletName' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter locale should be final. |
81
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter locale should be final. |
89
|
| '{' should be on a new line. |
89
|
| Method 'getServletClass' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Method 'getInitParameterSet' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Method 'getWebApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Method 'getRequestDispatcher' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| Parameter servletContext should be final. |
108
|
| Line is longer than 80 characters. |
110
|
| '==' is not preceded with whitespace. |
111
|
| '==' is not followed by whitespace. |
111
|
| '{' should be on a new line. |
111
|
| Line is longer than 80 characters. |
112
|
| '+' is not preceded with whitespace. |
112
|
| '+' is not followed by whitespace. |
112
|
| 'cast' is not followed by whitespace. |
112
|
| '+' is not preceded with whitespace. |
112
|
| '+' is not followed by whitespace. |
112
|
| '{' should be on a new line. |
115
|
| Line is longer than 80 characters. |
116
|
| '+' is not preceded with whitespace. |
116
|
| '+' is not followed by whitespace. |
116
|
| Method 'getAvailable' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| '{' should be on a new line. |
121
|
| Method 'isUnavailable' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| '{' should be on a new line. |
125
|
| '{' should be on a new line. |
126
|
| '}' should be alone on a line. |
128
|
| '{' should be on a new line. |
128
|
| '}' should be alone on a line. |
131
|
| '{' should be on a new line. |
131
|
| Method 'postBuild' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Missing a Javadoc comment. |
138
|
| Parameter parameter should be final. |
138
|
| 'cast' is not followed by whitespace. |
140
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Missing a Javadoc comment. |
144
|
| Parameter parameter should be final. |
144
|
| 'cast' is not followed by whitespace. |
146
|
| 'cast' is not followed by whitespace. |
147
|
| Missing a Javadoc comment. |
149
|
| Parameter parameter should be final. |
149
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter parameter should be final. |
152
|
| 'cast' is not followed by whitespace. |
154
|
| Missing a Javadoc comment. |
156
|
| Parameter parameter should be final. |
156
|
| Line has trailing spaces. |
161
|
| Line has trailing spaces. |
162
|
| Method 'getCastorId' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| '{' should be on a new line. |
162
|
| 'if' construct must use '{}'s. |
163
|
| 'else' construct must use '{}'s. |
165
|
| Method 'getCastorInitParams' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Missing a Javadoc comment. |
169
|
| Line is longer than 80 characters. |
171
|
| 'return' is not followed by whitespace. |
171
|
| 'cast' is not followed by whitespace. |
171
|
| Method 'getCastorInitSecurityRoleRefs' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Missing a Javadoc comment. |
174
|
| Method 'getCastorDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Missing a Javadoc comment. |
179
|
| 'return' is not followed by whitespace. |
181
|
| 'cast' is not followed by whitespace. |
181
|
| Method 'getCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| 'return' is not followed by whitespace. |
186
|
| 'cast' is not followed by whitespace. |
186
|
| Method 'getDescriptions' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Missing a Javadoc comment. |
189
|
| 'return' is not followed by whitespace. |
191
|
| 'cast' is not followed by whitespace. |
191
|
| Method 'getInitSecurityRoleRefSet' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Missing a Javadoc comment. |
196
|
| Method 'getJspFile' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Missing a Javadoc comment. |
203
|
| Line has trailing spaces. |
209
|
| Method 'setCastorId' is not designed for extension - needs to be abstract, final or empty. |
209
|
| Missing a Javadoc comment. |
209
|
| Parameter id should be final. |
209
|
| 'id' hides a field. |
209
|
| '{' should be on a new line. |
209
|
| Line is longer than 80 characters. |
213
|
| Method 'setCastorInitSecurityRoleRefs' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| Parameter castorInitSecurityRoleRefs should be final. |
213
|
| Method 'setCastorDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Missing a Javadoc comment. |
218
|
| Parameter castorDisplayNames should be final. |
218
|
| Method 'setCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Missing a Javadoc comment. |
223
|
| Parameter castorDescriptions should be final. |
223
|
| Method 'setDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Missing a Javadoc comment. |
228
|
| Parameter displayNames should be final. |
228
|
| 'displayNames' hides a field. |
228
|
| Method 'setDescriptions' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Missing a Javadoc comment. |
233
|
| Parameter descriptions should be final. |
233
|
| 'descriptions' hides a field. |
233
|
| '{' should be on a new line. |
233
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Missing a Javadoc comment. |
237
|
| Parameter id should be final. |
237
|
| 'id' hides a field. |
237
|
| Method 'setServletClass' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Missing a Javadoc comment. |
243
|
| Parameter servletClass should be final. |
243
|
| 'servletClass' hides a field. |
243
|
| Method 'setAvailable' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Missing a Javadoc comment. |
248
|
| Parameter available should be final. |
248
|
| 'available' hides a field. |
248
|
| '{' should be on a new line. |
248
|
| '{' should be on a new line. |
249
|
| '}' should be alone on a line. |
251
|
| '{' should be on a new line. |
251
|
| Method 'setJspFile' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Missing a Javadoc comment. |
256
|
| Parameter jspFile should be final. |
256
|
| 'jspFile' hides a field. |
256
|
| Method 'setServletMapping' is not designed for extension - needs to be abstract, final or empty. |
261
|
| Missing a Javadoc comment. |
261
|
| Parameter servletMapping should be final. |
261
|
| 'servletMapping' hides a field. |
261
|
| Method 'setServletName' is not designed for extension - needs to be abstract, final or empty. |
266
|
| Missing a Javadoc comment. |
266
|
| Parameter servletName should be final. |
266
|
| 'servletName' hides a field. |
266
|
| Line is longer than 80 characters. |
271
|
| Method 'setWebApplicationDefinition' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Missing a Javadoc comment. |
271
|
| Parameter webApplication should be final. |
271
|
| 'webApplication' hides a field. |
271
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
278
|
| Missing a Javadoc comment. |
278
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Missing a Javadoc comment. |
283
|
| Parameter indent should be final. |
283
|
| '50' is a magic number. |
285
|
| ',' is not followed by whitespace. |
286
|
| ',' is not followed by whitespace. |
288
|
| ',' is not followed by whitespace. |
290
|
| ',' is not followed by whitespace. |
292
|
| Line is longer than 80 characters. |
293
|
| ',' is not followed by whitespace. |
294
|
| 'cast' is not followed by whitespace. |
295
|
| ',' is not followed by whitespace. |
297
|
| 'cast' is not followed by whitespace. |
298
|
| '!=' is not preceded with whitespace. |
300
|
| '!=' is not followed by whitespace. |
300
|
| '{' should be on a new line. |
300
|
| Line is longer than 80 characters. |
301
|
| '}' should be alone on a line. |
302
|
| '!=' is not preceded with whitespace. |
302
|
| '!=' is not followed by whitespace. |
302
|
| '{' should be on a new line. |
302
|
| Line is longer than 80 characters. |
303
|
| ',' is not followed by whitespace. |
305
|
| Line is longer than 80 characters. |
306
|
| 'cast' is not followed by whitespace. |
306
|
| ',' is not followed by whitespace. |
308
|
| Line is longer than 80 characters. |
309
|
| 'cast' is not followed by whitespace. |
309
|
| '!=' is not preceded with whitespace. |
311
|
| '!=' is not followed by whitespace. |
311
|
| '{' should be on a new line. |
311
|
| ',' is not followed by whitespace. |
312
|
| '+' is not preceded with whitespace. |
314
|
| '+' is not followed by whitespace. |
314
|
| ',' is not followed by whitespace. |
316
|
org/apache/pluto/portalImpl/om/servlet/impl/ServletDefinitionListImpl.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
|
| Line is longer than 80 characters. |
37
|
| '{' should be on a new line. |
37
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter name should be final. |
41
|
| '{' should be on a new line. |
44
|
| Line is longer than 80 characters. |
45
|
| 'cast' is not followed by whitespace. |
45
|
| '{' should be on a new line. |
46
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter name should be final. |
55
|
| Parameter className should be final. |
55
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter name should be final. |
66
|
| '{' should be on a new line. |
69
|
| Line is longer than 80 characters. |
70
|
| 'cast' is not followed by whitespace. |
70
|
| '{' should be on a new line. |
71
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter servletDefinition should be final. |
79
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter parameter should be final. |
86
|
| 'cast' is not followed by whitespace. |
88
|
| Line is longer than 80 characters. |
89
|
| 'cast' is not followed by whitespace. |
89
|
| 'cast' is not followed by whitespace. |
90
|
| 'cast' is not followed by whitespace. |
91
|
| '{' should be on a new line. |
96
|
| Line is longer than 80 characters. |
97
|
| 'cast' is not followed by whitespace. |
97
|
| ',' is not followed by whitespace. |
98
|
| '{' should be on a new line. |
102
|
| 'cast' is not followed by whitespace. |
103
|
| 'cast' is not followed by whitespace. |
104
|
| '{' should be on a new line. |
106
|
| '{' should be on a new line. |
107
|
| Line is longer than 80 characters. |
108
|
| Line is longer than 80 characters. |
111
|
| 'cast' is not followed by whitespace. |
111
|
| '==' is not preceded with whitespace. |
112
|
| '==' is not followed by whitespace. |
112
|
| '{' should be on a new line. |
112
|
| Line is longer than 80 characters. |
113
|
| '+' is not preceded with whitespace. |
113
|
| '+' is not followed by whitespace. |
113
|
| '+' is not preceded with whitespace. |
113
|
| '+' is not followed by whitespace. |
113
|
| 'cast' is not followed by whitespace. |
115
|
| Missing a Javadoc comment. |
126
|
| Parameter parameter should be final. |
126
|
| '{' should be on a new line. |
126
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Parameter parameter should be final. |
132
|
| '{' should be on a new line. |
132
|
| '{' should be on a new line. |
134
|
| 'cast' is not followed by whitespace. |
135
|
| Missing a Javadoc comment. |
143
|
| Parameter parameter should be final. |
143
|
| '{' should be on a new line. |
143
|
| Missing a Javadoc comment. |
149
|
| Parameter parameter should be final. |
149
|
| '{' should be on a new line. |
149
|
| Line has trailing spaces. |
151
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Missing a Javadoc comment. |
154
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Missing a Javadoc comment. |
159
|
| Parameter indent should be final. |
159
|
| '50' is a magic number. |
161
|
| ',' is not followed by whitespace. |
162
|
| '{' should be on a new line. |
166
|
| Line is longer than 80 characters. |
167
|
| 'cast' is not followed by whitespace. |
167
|
| '+' is not preceded with whitespace. |
167
|
| '+' is not followed by whitespace. |
167
|
org/apache/pluto/portalImpl/om/servlet/impl/ServletMappingImpl.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
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
26
|
| Missing a Javadoc comment. |
27
|
| Name 'servletName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Missing a Javadoc comment. |
28
|
| Name 'urlPattern' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Missing a Javadoc comment. |
30
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter id should be final. |
41
|
| 'id' hides a field. |
41
|
| Method 'getServletName' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Method 'setServletName' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter servletName should be final. |
51
|
| 'servletName' hides a field. |
51
|
| Method 'getUrlPattern' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Method 'setUrlPattern' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter urlPattern should be final. |
61
|
| 'urlPattern' hides a field. |
61
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter indent should be final. |
73
|
| '50' is a magic number. |
75
|
| ',' is not followed by whitespace. |
76
|
| ',' is not followed by whitespace. |
78
|
| ',' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
82
|
| Line is longer than 80 characters. |
83
|
| ',' is not followed by whitespace. |
84
|
| Line is longer than 80 characters. |
85
|
| ',' is not followed by whitespace. |
86
|
org/apache/pluto/portalImpl/om/servlet/impl/TagDefinition.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
|
| '{' should be on a new line. |
19
|
| Line has trailing spaces. |
20
|
| Missing a Javadoc comment. |
21
|
| Name 'uri' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
21
|
| '=' is not followed by whitespace. |
21
|
| Missing a Javadoc comment. |
22
|
| Name 'location' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
22
|
| Line has trailing spaces. |
23
|
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. |
28
|
| '{' should be on a new line. |
28
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
36
|
| '{' should be on a new line. |
36
|
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter string should be final. |
44
|
| Expected @param tag for 'string'. |
44
|
| '{' should be on a new line. |
44
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter string should be final. |
52
|
| Expected @param tag for 'string'. |
52
|
| '{' should be on a new line. |
52
|
org/apache/pluto/portalImpl/om/servlet/impl/TagDefinitionImpl.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
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
23
|
| Name 'uri' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
23
|
| '=' is not followed by whitespace. |
23
|
| Missing a Javadoc comment. |
24
|
| Name 'location' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
24
|
| Missing a Javadoc comment. |
26
|
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. |
33
|
| '{' should be on a new line. |
33
|
| Method 'getUri' is not designed for extension - needs to be abstract, final or empty. |
40
|
| '{' should be on a new line. |
40
|
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter string should be final. |
47
|
| '{' should be on a new line. |
47
|
| Method 'setUri' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter string should be final. |
54
|
| '{' should be on a new line. |
54
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter indent should be final. |
70
|
| '50' is a magic number. |
72
|
| ',' is not followed by whitespace. |
73
|
| ',' is not followed by whitespace. |
75
|
| ',' is not followed by whitespace. |
77
|
| Line is longer than 80 characters. |
78
|
| ',' is not followed by whitespace. |
79
|
| Line is longer than 80 characters. |
80
|
| ',' is not followed by whitespace. |
81
|
org/apache/pluto/portalImpl/om/servlet/impl/TagDefinitionSet.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
|
| Missing a Javadoc comment. |
27
|
| '{' should be on a new line. |
27
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter locale should be final. |
30
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
40
|
| Parameter parameter should be final. |
40
|
| '{' should be on a new line. |
40
|
| Missing a Javadoc comment. |
46
|
| Parameter parameter should be final. |
46
|
| '{' should be on a new line. |
46
|
| Missing a Javadoc comment. |
52
|
| Parameter parameter should be final. |
52
|
| '{' should be on a new line. |
52
|
| Missing a Javadoc comment. |
58
|
| Parameter parameter should be final. |
58
|
| '{' should be on a new line. |
58
|
| Missing a Javadoc comment. |
64
|
| Parameter parameter should be final. |
64
|
| '{' should be on a new line. |
64
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter indent should be final. |
75
|
| Line contains a tab character. |
88
|
org/apache/pluto/portalImpl/om/servlet/impl/WebApplicationDefinitionImpl.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. |
47
|
| '{' should be on a new line. |
48
|
| Missing a Javadoc comment. |
52
|
| Name 'icon' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Variable 'icon' must be private and have accessor methods. |
52
|
| Missing a Javadoc comment. |
53
|
| Name 'distributable' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
53
|
| Variable 'distributable' must be private and have accessor methods. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'sessionConfig' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
54
|
| Variable 'sessionConfig' must be private and have accessor methods. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'mimeMapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Variable 'mimeMapping' must be private and have accessor methods. |
55
|
| Missing a Javadoc comment. |
56
|
| Name 'welcomeFileList' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
56
|
| Variable 'welcomeFileList' must be private and have accessor methods. |
56
|
| Missing a Javadoc comment. |
57
|
| Name 'errorPage' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
57
|
| Variable 'errorPage' must be private and have accessor methods. |
57
|
| Missing a Javadoc comment. |
58
|
| Name 'taglib' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
58
|
| Variable 'taglib' must be private and have accessor methods. |
58
|
| Missing a Javadoc comment. |
59
|
| Name 'resourceRef' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
59
|
| Variable 'resourceRef' must be private and have accessor methods. |
59
|
| Missing a Javadoc comment. |
60
|
| Name 'securityConstraint' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
60
|
| Variable 'securityConstraint' must be private and have accessor methods. |
60
|
| Missing a Javadoc comment. |
61
|
| Name 'loginConfig' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
61
|
| Variable 'loginConfig' must be private and have accessor methods. |
61
|
| Missing a Javadoc comment. |
62
|
| Name 'securityRole' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
62
|
| Variable 'securityRole' must be private and have accessor methods. |
62
|
| Missing a Javadoc comment. |
63
|
| Name 'envEntry' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
63
|
| Variable 'envEntry' must be private and have accessor methods. |
63
|
| Missing a Javadoc comment. |
64
|
| Name 'ejbRef' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
64
|
| Variable 'ejbRef' must be private and have accessor methods. |
64
|
| Line is longer than 80 characters. |
65
|
| Missing a Javadoc comment. |
65
|
| Name 'castorMimeMappings' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
65
|
| Line has trailing spaces. |
68
|
| Missing a Javadoc comment. |
68
|
| Name 'contextPath' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
68
|
| Line is longer than 80 characters. |
69
|
| Missing a Javadoc comment. |
69
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
69
|
| Line is longer than 80 characters. |
70
|
| Missing a Javadoc comment. |
70
|
| Name 'displayNames' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
70
|
| Missing a Javadoc comment. |
71
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
71
|
| Line is longer than 80 characters. |
72
|
| Missing a Javadoc comment. |
72
|
| Name 'initParams' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
72
|
| Missing a Javadoc comment. |
73
|
| Name 'objectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
73
|
| Missing a Javadoc comment. |
74
|
| Name 'servletMappings' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
74
|
| Missing a Javadoc comment. |
75
|
| Name 'servlets' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
75
|
| Line is longer than 80 characters. |
76
|
| Missing a Javadoc comment. |
76
|
| Name 'securityRoles' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
76
|
| Line is longer than 80 characters. |
78
|
| Missing a Javadoc comment. |
80
|
| Name 'taglibs' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
80
|
| Missing a Javadoc comment. |
81
|
| Name 'castorResourceRef' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
81
|
| Line has trailing spaces. |
85
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| '{' should be on a new line. |
86
|
| '==' is not preceded with whitespace. |
87
|
| '==' is not followed by whitespace. |
87
|
| '{' should be on a new line. |
87
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
94
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter locale should be final. |
96
|
| '{' should be on a new line. |
96
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Parameter locale should be final. |
100
|
| Method 'getInitParameterSet' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Method 'getServletDefinitionList' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Parameter servletContext should be final. |
115
|
| '{' should be on a new line. |
117
|
| '+' is not preceded with whitespace. |
118
|
| '+' is not followed by whitespace. |
118
|
| Method 'getContextRoot' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Missing a Javadoc comment. |
123
|
| '{' should be on a new line. |
123
|
| Missing a Javadoc comment. |
130
|
| Parameter parameter should be final. |
130
|
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Missing a Javadoc comment. |
135
|
| Parameter parameter should be final. |
135
|
| 'cast' is not followed by whitespace. |
137
|
| Line is longer than 80 characters. |
138
|
| 'cast' is not followed by whitespace. |
138
|
| 'cast' is not followed by whitespace. |
139
|
| 'cast' is not followed by whitespace. |
141
|
| 'cast' is not followed by whitespace. |
143
|
| 'cast' is not followed by whitespace. |
145
|
| 'cast' is not followed by whitespace. |
146
|
| Method 'postStore' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Parameter parameter should be final. |
150
|
| 'cast' is not followed by whitespace. |
152
|
| Method 'preBuild' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| Parameter parameter should be final. |
155
|
| 'cast' is not followed by whitespace. |
157
|
| Line is longer than 80 characters. |
158
|
| 'cast' is not followed by whitespace. |
158
|
| 'cast' is not followed by whitespace. |
159
|
| 'cast' is not followed by whitespace. |
169
|
| 'cast' is not followed by whitespace. |
175
|
| Method 'preStore' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Missing a Javadoc comment. |
178
|
| Parameter parameter should be final. |
178
|
| 'cast' is not followed by whitespace. |
180
|
| Line is longer than 80 characters. |
181
|
| 'cast' is not followed by whitespace. |
181
|
| 'cast' is not followed by whitespace. |
182
|
| 'cast' is not followed by whitespace. |
184
|
| 'cast' is not followed by whitespace. |
186
|
| Line has trailing spaces. |
188
|
| Line has trailing spaces. |
190
|
| Line has trailing spaces. |
191
|
| Method 'getCastorId' is not designed for extension - needs to be abstract, final or empty. |
191
|
| Missing a Javadoc comment. |
191
|
| '{' should be on a new line. |
191
|
| '{' should be on a new line. |
192
|
| '}' should be alone on a line. |
194
|
| '{' should be on a new line. |
194
|
| Method 'getCastorInitParams' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Missing a Javadoc comment. |
199
|
| Line is longer than 80 characters. |
201
|
| 'return' is not followed by whitespace. |
201
|
| 'cast' is not followed by whitespace. |
201
|
| Method 'getCastorServlets' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Missing a Javadoc comment. |
204
|
| 'return' is not followed by whitespace. |
206
|
| 'cast' is not followed by whitespace. |
206
|
| Method 'getCastorDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
209
|
| Missing a Javadoc comment. |
209
|
| 'return' is not followed by whitespace. |
211
|
| 'cast' is not followed by whitespace. |
211
|
| Method 'getCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Missing a Javadoc comment. |
214
|
| 'return' is not followed by whitespace. |
216
|
| 'cast' is not followed by whitespace. |
216
|
| Method 'getSecurityRoles' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Missing a Javadoc comment. |
219
|
| Method 'getServletMappings' is not designed for extension - needs to be abstract, final or empty. |
224
|
| Missing a Javadoc comment. |
224
|
| Line has trailing spaces. |
228
|
| Method 'setCastorId' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Missing a Javadoc comment. |
228
|
| Parameter id should be final. |
228
|
| 'id' hides a field. |
228
|
| '{' should be on a new line. |
228
|
| Line has trailing spaces. |
231
|
| Method 'setContextRoot' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Missing a Javadoc comment. |
232
|
| Parameter contextPath should be final. |
232
|
| 'contextPath' hides a field. |
232
|
| Line has trailing spaces. |
234
|
| '-' is not preceded with whitespace. |
237
|
| '-' is not followed by whitespace. |
237
|
| '4' is a magic number. |
237
|
| Line has trailing spaces. |
240
|
| Method 'setDescriptions' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Missing a Javadoc comment. |
242
|
| Parameter descriptions should be final. |
242
|
| 'descriptions' hides a field. |
242
|
| Method 'setDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
247
|
| Missing a Javadoc comment. |
247
|
| Parameter displayNames should be final. |
247
|
| 'displayNames' hides a field. |
247
|
| Method 'setCastorDescriptions' is not designed for extension - needs to be abstract, final or empty. |
252
|
| Missing a Javadoc comment. |
252
|
| Parameter castorDescriptions should be final. |
252
|
| Method 'setCastorDisplayNames' is not designed for extension - needs to be abstract, final or empty. |
257
|
| Missing a Javadoc comment. |
257
|
| Parameter castorDisplayNames should be final. |
257
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
262
|
| Missing a Javadoc comment. |
262
|
| Parameter id should be final. |
262
|
| 'id' hides a field. |
262
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
270
|
| Missing a Javadoc comment. |
270
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
275
|
| Missing a Javadoc comment. |
275
|
| Parameter indent should be final. |
275
|
| '50' is a magic number. |
277
|
| ',' is not followed by whitespace. |
278
|
| ',' is not followed by whitespace. |
280
|
| ',' is not followed by whitespace. |
282
|
| ',' is not followed by whitespace. |
285
|
| 'cast' is not followed by whitespace. |
286
|
| ',' is not followed by whitespace. |
288
|
| 'cast' is not followed by whitespace. |
289
|
| ',' is not followed by whitespace. |
291
|
| Line is longer than 80 characters. |
292
|
| 'cast' is not followed by whitespace. |
292
|
| ',' is not followed by whitespace. |
294
|
| 'cast' is not followed by whitespace. |
295
|
| '{' should be on a new line. |
298
|
| ',' is not followed by whitespace. |
299
|
| '{' should be on a new line. |
302
|
| Line is longer than 80 characters. |
303
|
| 'cast' is not followed by whitespace. |
303
|
| '+' is not preceded with whitespace. |
303
|
| '+' is not followed by whitespace. |
303
|
| ',' is not followed by whitespace. |
306
|
| Line is longer than 80 characters. |
307
|
| ',' is not followed by whitespace. |
308
|
| Line is longer than 80 characters. |
313
|
| Method 'getTagDefinitionSet' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Method 'getCastorTagDefinitions' is not designed for extension - needs to be abstract, final or empty. |
323
|
| Missing a Javadoc comment. |
323
|
| '{' should be on a new line. |
323
|
| Method 'setCastorTagDefinitions' is not designed for extension - needs to be abstract, final or empty. |
327
|
| Missing a Javadoc comment. |
327
|
| Parameter taglibs should be final. |
327
|
| 'taglibs' hides a field. |
327
|
| Method 'getCastorResourceRefSet' is not designed for extension - needs to be abstract, final or empty. |
332
|
| Missing a Javadoc comment. |
332
|
| '{' should be on a new line. |
332
|
| Method 'setCastorResourceRefSet' is not designed for extension - needs to be abstract, final or empty. |
336
|
| Missing a Javadoc comment. |
336
|
| Parameter resourceRefs should be final. |
336
|
| '{' should be on a new line. |
336
|
| Line has trailing spaces. |
344
|
| Method 'getCastorMimeMappings' is not designed for extension - needs to be abstract, final or empty. |
344
|
| Line has trailing spaces. |
348
|
| Line has trailing spaces. |
352
|
| Method 'setCastorMimeMappings' is not designed for extension - needs to be abstract, final or empty. |
352
|
| Parameter castorMimeMappings should be final. |
352
|
| 'castorMimeMappings' hides a field. |
352
|
org/apache/pluto/portalImpl/om/servlet/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/om/window/impl/PortletWindowImpl.java
Error | Line |
| File does not end with a newline. |
0
|
org/apache/pluto/portalImpl/om/window/impl/PortletWindowImpl.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 has trailing spaces. |
28
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
30
|
| Name 'objectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'portletEntity' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Parameter id should be final. |
34
|
| 'id' hides a field. |
34
|
| '{' should be on a new line. |
34
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
45
|
| '==' is not preceded with whitespace. |
47
|
| '==' is not followed by whitespace. |
47
|
| Line is longer than 80 characters. |
49
|
| Method 'getPortletEntity' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter id should be final. |
69
|
| 'id' hides a field. |
69
|
| Line has trailing spaces. |
74
|
| Line has trailing spaces. |
77
|
| Method 'setPortletEntity' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter portletEntity should be final. |
80
|
| 'portletEntity' hides a field. |
80
|
| '{' should be on a new line. |
80
|
org/apache/pluto/portalImpl/om/window/impl/PortletWindowListImpl.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. |
29
|
| Missing a Javadoc comment. |
29
|
| '{' should be on a new line. |
29
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'windows' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Variable 'windows' must be private and have accessor methods. |
32
|
| Missing a Javadoc comment. |
34
|
| '{' should be on a new line. |
34
|
| Line has trailing spaces. |
42
|
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. |
45
|
| '{' should be on a new line. |
45
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter id should be final. |
59
|
| 'cast' is not followed by whitespace. |
61
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
68
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter window should be final. |
71
|
| '{' should be on a new line. |
71
|
| 'if' is not followed by whitespace. |
72
|
| '{' should be on a new line. |
72
|
| Line has trailing spaces. |
79
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter id should be final. |
82
|
| '{' is not preceded with whitespace. |
82
|
| '{' should be on a new line. |
82
|
| 'if' is not followed by whitespace. |
83
|
| '{' should be on a new line. |
83
|
org/apache/pluto/portalImpl/om/window/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/services/Service.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. |
50
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter aConfig should be final. |
67
|
| Parameter aProperties should be final. |
68
|
| 'if' is not followed by whitespace. |
70
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter aContext should be final. |
94
|
| Parameter aProperties should be final. |
95
|
| Parameter aProperties should be final. |
110
|
| Line has trailing spaces. |
115
|
| Line has trailing spaces. |
117
|
| Line has trailing spaces. |
121
|
| Method 'postInit' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Parameter aConfig should be final. |
121
|
| Expected @param tag for 'aConfig'. |
121
|
| Line has trailing spaces. |
127
|
| Line has trailing spaces. |
129
|
| Line has trailing spaces. |
133
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Parameter aConfig should be final. |
147
|
org/apache/pluto/portalImpl/services/ServiceManager.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. |
38
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
47
|
| Line has trailing spaces. |
49
|
| Line has trailing spaces. |
53
|
| Line has trailing spaces. |
63
|
| Line is longer than 80 characters. |
66
|
| Line has trailing spaces. |
69
|
| Utility classes should not have a public or default constructor. |
72
|
| Line is longer than 80 characters. |
75
|
| Missing a Javadoc comment. |
75
|
| 'static' modifier out of order with the JLS suggestions. |
75
|
| Line is longer than 80 characters. |
76
|
| Missing a Javadoc comment. |
76
|
| 'static' modifier out of order with the JLS suggestions. |
76
|
| Parameter aConfig should be final. |
91
|
| Line is longer than 80 characters. |
104
|
| Line is longer than 80 characters. |
106
|
| Method length is 155 lines (max allowed is 150). |
113
|
| Parameter aConfig should be final. |
113
|
| Parameter aServiceConfigFile should be final. |
114
|
| Parameter aServiceConfigDir should be final. |
115
|
| '!' is followed by whitespace. |
119
|
| The double-checked locking idiom is broken and should be avoided. |
123
|
| '!' is followed by whitespace. |
123
|
| 'if' construct must use '{}'s. |
140
|
| 'if' construct must use '{}'s. |
143
|
| 'if' construct must use '{}'s. |
154
|
| Line is longer than 80 characters. |
155
|
| Line is longer than 80 characters. |
156
|
| ';' is followed by whitespace. |
162
|
| 'if' construct must use '{}'s. |
178
|
| Line is longer than 80 characters. |
179
|
| Line is longer than 80 characters. |
202
|
| 'if' construct must use '{}'s. |
204
|
| Line is longer than 80 characters. |
205
|
| 'if' construct must use '{}'s. |
207
|
| Must have at least one statement. |
211
|
| 'if' construct must use '{}'s. |
215
|
| Line is longer than 80 characters. |
216
|
| 'if' construct must use '{}'s. |
220
|
| 'if' construct must use '{}'s. |
225
|
| Line is longer than 80 characters. |
226
|
| 'if' construct must use '{}'s. |
232
|
| Line is longer than 80 characters. |
233
|
| 'if' construct must use '{}'s. |
239
|
| Line is longer than 80 characters. |
240
|
| 'if' construct must use '{}'s. |
246
|
| Line is longer than 80 characters. |
247
|
| 'if' construct must use '{}'s. |
264
|
| Line is longer than 80 characters. |
265
|
| '!=' is not preceded with whitespace. |
266
|
| '!=' is not followed by whitespace. |
266
|
| Line is longer than 80 characters. |
268
|
| Line has trailing spaces. |
274
|
| Parameter aConfig should be final. |
278
|
| '{' should be on a new line. |
278
|
| The double-checked locking idiom is broken and should be avoided. |
285
|
| 'if' construct must use '{}'s. |
302
|
| Line is longer than 80 characters. |
306
|
| ';' is followed by whitespace. |
306
|
| 'if' construct must use '{}'s. |
316
|
| Line is longer than 80 characters. |
317
|
| Parameter aConfig should be final. |
330
|
| The double-checked locking idiom is broken and should be avoided. |
338
|
| 'if' construct must use '{}'s. |
355
|
| Line is longer than 80 characters. |
360
|
| ';' is followed by whitespace. |
360
|
| 'if' construct must use '{}'s. |
370
|
| Line is longer than 80 characters. |
371
|
| Parameter aClass should be final. |
390
|
| Missing a Javadoc comment. |
400
|
| Missing a Javadoc comment. |
402
|
| Missing a Javadoc comment. |
403
|
org/apache/pluto/portalImpl/services/config/Config.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. |
43
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
48
|
| 'static' modifier out of order with the JLS suggestions. |
48
|
| Name 'cService' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
48
|
org/apache/pluto/portalImpl/services/config/ConfigService.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 'getString' 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 'getString' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter name should be final. |
49
|
| Parameter defaultValue should be final. |
49
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter name should be final. |
54
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter name should be final. |
59
|
| Parameter defaultValue should be final. |
59
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter name should be final. |
64
|
| Parameter defaultValue should be final. |
64
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter name should be final. |
69
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter name should be final. |
74
|
| Parameter defaultValue should be final. |
74
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter name should be final. |
79
|
| Parameter defaultValue should be final. |
79
|
| Method 'keys' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
org/apache/pluto/portalImpl/services/config/ConfigServiceImpl.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. |
40
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter aConfig should be final. |
40
|
| Parameter aProperties should be final. |
40
|
| Line is longer than 80 characters. |
44
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
61
|
| Name 'iParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
61
|
org/apache/pluto/portalImpl/services/config/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/services/factorymanager/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
|
| Line has trailing spaces. |
29
|
| Utility classes should not have a public or default constructor. |
32
|
| Parameter theClass should be final. |
46
|
| Missing a Javadoc comment. |
51
|
| Line is longer than 80 characters. |
56
|
| Missing a Javadoc comment. |
56
|
| 'static' modifier out of order with the JLS suggestions. |
56
|
| Name 'cService' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
56
|
org/apache/pluto/portalImpl/services/factorymanager/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
|
| Line has trailing spaces. |
29
|
| Parameter theClass should be final. |
50
|
org/apache/pluto/portalImpl/services/factorymanager/FactoryManagerServiceImpl.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
|
| Missing a Javadoc comment. |
45
|
| 'static' modifier out of order with the JLS suggestions. |
45
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
59
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter config should be final. |
59
|
| Parameter aProperties should be final. |
59
|
| Expected @param tag for 'aProperties'. |
59
|
| 'if' construct must use '{}'s. |
64
|
| 'if' construct must use '{}'s. |
67
|
| 'cast' is not followed by whitespace. |
77
|
| '!=' is not preceded with whitespace. |
81
|
| '!=' is not followed by whitespace. |
81
|
| '&&' should be on a new line. |
81
|
| ')' is preceded with whitespace. |
82
|
| Line is longer than 80 characters. |
84
|
| '+' is not preceded with whitespace. |
84
|
| '+' is not followed by whitespace. |
84
|
| Line is longer than 80 characters. |
86
|
| 'cast' is not followed by whitespace. |
86
|
| Line is longer than 80 characters. |
103
|
| ';' is followed by whitespace. |
103
|
| 'if' construct must use '{}'s. |
119
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
125
|
| 'cast' is not followed by whitespace. |
125
|
| 'cast' is not followed by whitespace. |
137
|
| 'if' construct must use '{}'s. |
139
|
| Line is longer than 80 characters. |
140
|
| 'if' construct must use '{}'s. |
144
|
| Line is longer than 80 characters. |
145
|
| 'if' construct must use '{}'s. |
149
|
| Line is longer than 80 characters. |
150
|
| 'if' construct must use '{}'s. |
156
|
| Line is longer than 80 characters. |
157
|
| 'if' construct must use '{}'s. |
163
|
| Line is longer than 80 characters. |
164
|
| 'if' construct must use '{}'s. |
170
|
| Line is longer than 80 characters. |
171
|
| 'if' construct must use '{}'s. |
187
|
| Line is longer than 80 characters. |
188
|
| Line has trailing spaces. |
189
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Parameter config should be final. |
199
|
| 'if' construct must use '{}'s. |
204
|
| Line has trailing spaces. |
208
|
| ';' is followed by whitespace. |
209
|
| 'if' construct must use '{}'s. |
219
|
| Line is longer than 80 characters. |
220
|
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. |
239
|
| Parameter theClass should be final. |
239
|
| Missing a Javadoc comment. |
249
|
| Name 'factoryMap' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
249
|
| Missing a Javadoc comment. |
250
|
| Name 'factoryList' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
250
|
org/apache/pluto/portalImpl/services/factorymanager/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/services/log/Log.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. |
33
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
39
|
| '{' should be on a new line. |
39
|
| Missing a Javadoc comment. |
43
|
| '{' should be on a new line. |
43
|
| Missing a Javadoc comment. |
47
|
| '{' should be on a new line. |
47
|
| Missing a Javadoc comment. |
51
|
| '{' should be on a new line. |
51
|
| Missing a Javadoc comment. |
55
|
| Parameter aMessage should be final. |
55
|
| '{' should be on a new line. |
55
|
| Missing a Javadoc comment. |
59
|
| Parameter aMessage should be final. |
59
|
| Parameter aThrowable should be final. |
59
|
| '{' should be on a new line. |
59
|
| Missing a Javadoc comment. |
63
|
| Parameter aMessage should be final. |
63
|
| '{' should be on a new line. |
63
|
| Missing a Javadoc comment. |
67
|
| Parameter aMessage should be final. |
67
|
| '{' should be on a new line. |
67
|
| Missing a Javadoc comment. |
71
|
| Parameter aMessage should be final. |
71
|
| '{' should be on a new line. |
71
|
| Missing a Javadoc comment. |
75
|
| Parameter aMessage should be final. |
75
|
| Parameter aThrowable should be final. |
75
|
| '{' should be on a new line. |
75
|
| Missing a Javadoc comment. |
79
|
| Parameter aThrowable should be final. |
79
|
| '{' should be on a new line. |
79
|
| '{' should be on a new line. |
93
|
| 'if' construct must use '{}'s. |
96
|
| 'if' is not followed by whitespace. |
96
|
| '==' is not preceded with whitespace. |
96
|
| '==' is not followed by whitespace. |
96
|
org/apache/pluto/portalImpl/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. |
28
|
org/apache/pluto/portalImpl/services/log/LogServiceImpl.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. |
36
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter component should be final. |
38
|
| '{' should be on a new line. |
38
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter klass should be final. |
45
|
| '{' should be on a new line. |
45
|
org/apache/pluto/portalImpl/services/log/LoggerImpl.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
|
| '{' should be on a new line. |
25
|
| Missing a Javadoc comment. |
27
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Missing a Javadoc comment. |
29
|
| Parameter log should be final. |
29
|
| 'log' hides a field. |
29
|
| '{' should be on a new line. |
29
|
| Method 'isDebugEnabled' 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 'isInfoEnabled' 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 'isWarnEnabled' 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 'isErrorEnabled' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| '{' should be on a new line. |
45
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter aMessage should be final. |
49
|
| '{' should be on a new line. |
49
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter aMessage should be final. |
53
|
| Parameter aThrowable should be final. |
53
|
| '{' should be on a new line. |
53
|
| Method 'info' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter aMessage should be final. |
57
|
| '{' should be on a new line. |
57
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter aMessage should be final. |
61
|
| '{' should be on a new line. |
61
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter aMessage should be final. |
65
|
| '{' should be on a new line. |
65
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter aMessage should be final. |
69
|
| Parameter aThrowable should be final. |
69
|
| '{' should be on a new line. |
69
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter aThrowable should be final. |
73
|
| '{' should be on a new line. |
73
|
org/apache/pluto/portalImpl/services/log/StandardOutLogService.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
|
| Class StandardOutLogService should be declared as final. |
36
|
| '{' should be on a new line. |
36
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| '{' should be on a new line. |
42
|
| 'if' construct must use '{}'s. |
43
|
| 'if' is not followed by whitespace. |
43
|
| '==' is not preceded with whitespace. |
43
|
| '==' is not followed by whitespace. |
43
|
| Missing a Javadoc comment. |
48
|
| '{' should be on a new line. |
48
|
| Missing a Javadoc comment. |
52
|
| Parameter aComponent should be final. |
52
|
| '{' should be on a new line. |
52
|
| Line has trailing spaces. |
55
|
| Missing a Javadoc comment. |
56
|
| Parameter klass should be final. |
56
|
| '{' should be on a new line. |
56
|
org/apache/pluto/portalImpl/services/log/StandardOutLogger.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
|
| Missing a Javadoc comment. |
31
|
| '{' should be on a new line. |
31
|
| Method 'isDebugEnabled' 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 'isInfoEnabled' 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 'isWarnEnabled' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| '{' should be on a new line. |
42
|
| Method 'isErrorEnabled' 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
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter aMessage should be final. |
50
|
| '{' should be on a new line. |
50
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter aMessage should be final. |
54
|
| Parameter aThrowable should be final. |
54
|
| '{' should be on a new line. |
54
|
| Method 'info' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter aMessage should be final. |
59
|
| '{' should be on a new line. |
59
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter aMessage should be final. |
63
|
| '{' should be on a new line. |
63
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter aMessage should be final. |
67
|
| '{' should be on a new line. |
67
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter aMessage should be final. |
71
|
| Parameter aThrowable should be final. |
71
|
| '{' should be on a new line. |
71
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter aThrowable should be final. |
76
|
| '{' should be on a new line. |
76
|
org/apache/pluto/portalImpl/services/log/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/services/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/services/pageregistry/PageRegistry.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
|
| Utility classes should not have a public or default constructor. |
32
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
36
|
| 'static' modifier out of order with the JLS suggestions. |
36
|
| Name 'cService' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
36
|
| Line is longer than 80 characters. |
37
|
| Line has trailing spaces. |
41
|
| Expected an @return tag. |
54
|
| Parameter id should be final. |
54
|
| Expected @param tag for 'id'. |
54
|
| '{' should be on a new line. |
54
|
| Line has trailing spaces. |
60
|
| Parameter fragment should be final. |
63
|
| Expected @throws tag for 'Exception'. |
63
|
| '{' is not preceded with whitespace. |
63
|
| '{' should be on a new line. |
63
|
org/apache/pluto/portalImpl/services/pageregistry/PageRegistryService.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
|
| Line has trailing spaces. |
52
|
| Expected an @return tag. |
62
|
| Parameter id should be final. |
62
|
| Expected @param tag for 'id'. |
62
|
| Line has trailing spaces. |
63
|
| Line has trailing spaces. |
66
|
| Parameter fragment should be final. |
69
|
| Expected @throws tag for 'Exception'. |
69
|
org/apache/pluto/portalImpl/services/pageregistry/PageRegistryServiceFileImpl.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. |
50
|
| Missing a Javadoc comment. |
50
|
| 'static' modifier out of order with the JLS suggestions. |
50
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
51
|
| 'static' modifier out of order with the JLS suggestions. |
51
|
| Missing a Javadoc comment. |
53
|
| 'static' modifier out of order with the JLS suggestions. |
53
|
| Missing a Javadoc comment. |
56
|
| Name 'mapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
56
|
| Missing a Javadoc comment. |
58
|
| Name 'servletContext' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
58
|
| Missing a Javadoc comment. |
60
|
| Name 'registry' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
61
|
| Name 'root' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
61
|
| Missing a Javadoc comment. |
62
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
62
|
| Missing a Javadoc comment. |
64
|
| Name 'fragments' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
64
|
| Line is longer than 80 characters. |
66
|
| 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
|
| Parameter properties should be final. |
66
|
| Line has trailing spaces. |
67
|
| Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
71
|
| 'if' construct must use '{}'s. |
73
|
| '+' is not preceded with whitespace. |
83
|
| '+' is not followed by whitespace. |
83
|
| ',' is not followed by whitespace. |
83
|
| Line is longer than 80 characters. |
91
|
| Line has trailing spaces. |
93
|
| Method 'postInit' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter config should be final. |
96
|
| '{' should be on a new line. |
96
|
| Line has trailing spaces. |
97
|
| Line has trailing spaces. |
99
|
| Line is longer than 80 characters. |
102
|
| Method 'getRootFragment' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Method 'getFragment' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter id should be final. |
112
|
| '{' should be on a new line. |
112
|
| 'cast' is not followed by whitespace. |
113
|
| Method 'addFragment' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Parameter fragment should be final. |
116
|
| '{' should be on a new line. |
116
|
| 'if' is not followed by whitespace. |
118
|
| '!' is followed by whitespace. |
118
|
| '{' should be on a new line. |
118
|
| Line has trailing spaces. |
119
|
| '}' should be alone on a line. |
122
|
| '{' should be on a new line. |
122
|
| Line is longer than 80 characters. |
124
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| Missing a Javadoc comment. |
131
|
| Line has trailing spaces. |
134
|
| 'if' construct must use '{}'s. |
136
|
| 'cast' is not followed by whitespace. |
141
|
org/apache/pluto/portalImpl/services/pageregistry/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistry.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
|
| Utility classes should not have a public or default constructor. |
33
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
37
|
| 'static' modifier out of order with the JLS suggestions. |
37
|
| Name 'cService' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
37
|
| Line is longer than 80 characters. |
38
|
| Line has trailing spaces. |
42
|
| Line is longer than 80 characters. |
45
|
| Line has trailing spaces. |
52
|
| Parameter id should be final. |
55
|
| Expected @param tag for 'id'. |
55
|
org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryService.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. |
45
|
| Line has trailing spaces. |
54
|
| Line is longer than 80 characters. |
57
|
| 'public' modifier out of order with the JLS suggestions. |
57
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
61
|
| 'public' modifier out of order with the JLS suggestions. |
64
|
| Parameter id should be final. |
64
|
| Expected @param tag for 'id'. |
64
|
org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryServiceContextImpl.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
57
|
| '{' should be on a new line. |
57
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
58
|
| Line is longer than 80 characters. |
60
|
| Missing a Javadoc comment. |
60
|
| 'static' modifier out of order with the JLS suggestions. |
60
|
| Line is longer than 80 characters. |
61
|
| Missing a Javadoc comment. |
61
|
| 'static' modifier out of order with the JLS suggestions. |
61
|
| Line is longer than 80 characters. |
63
|
| Missing a Javadoc comment. |
63
|
| Line is longer than 80 characters. |
64
|
| Missing a Javadoc comment. |
64
|
| Missing a Javadoc comment. |
66
|
| Name 'webXmlMapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
66
|
| Missing a Javadoc comment. |
67
|
| Name 'portletXmlMapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
67
|
| Missing a Javadoc comment. |
69
|
| Name 'registry' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
69
|
| Missing a Javadoc comment. |
70
|
| Name 'definitions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
70
|
| Line is longer than 80 characters. |
72
|
| Method 'getPortletApplicationDefinitionList' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| '{' should be on a new line. |
72
|
| Method 'getPortletDefinition' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter id should be final. |
76
|
| '{' should be on a new line. |
76
|
| Line is longer than 80 characters. |
80
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter config should be final. |
80
|
| Parameter props should be final. |
80
|
| '{' should be on a new line. |
80
|
| Line is longer than 80 characters. |
82
|
| Line is longer than 80 characters. |
83
|
| '{' should be on a new line. |
87
|
| Line is longer than 80 characters. |
89
|
| '{' should be on a new line. |
94
|
| Line is longer than 80 characters. |
95
|
| Line is longer than 80 characters. |
97
|
| '{' should be on a new line. |
97
|
| Line is longer than 80 characters. |
104
|
| Missing a Javadoc comment. |
104
|
| Parameter context should be final. |
104
|
| Parameter path should be final. |
104
|
| '{' should be on a new line. |
104
|
| '{' should be on a new line. |
107
|
| '}' should be alone on a line. |
109
|
| '{' should be on a new line. |
109
|
| Line is longer than 80 characters. |
110
|
| '}' should be alone on a line. |
111
|
| '{' should be on a new line. |
111
|
| Line is longer than 80 characters. |
112
|
| Line is longer than 80 characters. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter context should be final. |
117
|
| Parameter path should be final. |
117
|
| '{' should be on a new line. |
117
|
| '{' should be on a new line. |
119
|
| Line is longer than 80 characters. |
122
|
| '{' should be on a new line. |
123
|
| '{' should be on a new line. |
124
|
| '{' should be on a new line. |
127
|
| '}' should be alone on a line. |
131
|
| '{' should be on a new line. |
131
|
| '}' should be alone on a line. |
134
|
| '{' should be on a new line. |
134
|
| Line is longer than 80 characters. |
135
|
| Line is longer than 80 characters. |
139
|
| Missing a Javadoc comment. |
139
|
| Parameter context should be final. |
139
|
| Parameter path should be final. |
139
|
| '{' should be on a new line. |
139
|
| '{' should be on a new line. |
142
|
| Line is longer than 80 characters. |
143
|
| Line is longer than 80 characters. |
147
|
| '{' should be on a new line. |
148
|
| Line is longer than 80 characters. |
149
|
| '{' should be on a new line. |
153
|
| Line is longer than 80 characters. |
155
|
| '}' should be alone on a line. |
156
|
| '{' should be on a new line. |
156
|
| Line is longer than 80 characters. |
157
|
| '{' should be on a new line. |
161
|
| Line is longer than 80 characters. |
162
|
| '}' should be alone on a line. |
163
|
| '{' should be on a new line. |
163
|
| Line is longer than 80 characters. |
164
|
| '}' should be alone on a line. |
165
|
| '{' should be on a new line. |
165
|
| Line is longer than 80 characters. |
166
|
| '{' should be on a new line. |
171
|
| Line is longer than 80 characters. |
172
|
| '{' should be on a new line. |
175
|
| Line is longer than 80 characters. |
177
|
| Line is longer than 80 characters. |
179
|
| '}' should be alone on a line. |
180
|
| '{' should be on a new line. |
180
|
| Line is longer than 80 characters. |
181
|
| '{' should be on a new line. |
186
|
| Line is longer than 80 characters. |
187
|
| '}' should be alone on a line. |
188
|
| '{' should be on a new line. |
188
|
| Line is longer than 80 characters. |
189
|
| '}' should be alone on a line. |
190
|
| '{' should be on a new line. |
190
|
| Line is longer than 80 characters. |
191
|
| '{' should be on a new line. |
198
|
| '}' should be alone on a line. |
202
|
| '{' should be on a new line. |
202
|
| Line is longer than 80 characters. |
203
|
org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryServiceFileImpl.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. |
36
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
58
|
| 'static' modifier out of order with the JLS suggestions. |
63
|
| 'static' modifier out of order with the JLS suggestions. |
69
|
| '5' is a magic number. |
70
|
| 'static' modifier out of order with the JLS suggestions. |
76
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
79
|
| Missing a Javadoc comment. |
79
|
| 'static' modifier out of order with the JLS suggestions. |
79
|
| Line is longer than 80 characters. |
80
|
| Missing a Javadoc comment. |
80
|
| 'static' modifier out of order with the JLS suggestions. |
80
|
| Line is longer than 80 characters. |
82
|
| Missing a Javadoc comment. |
82
|
| 'static' modifier out of order with the JLS suggestions. |
82
|
| Line is longer than 80 characters. |
83
|
| Missing a Javadoc comment. |
83
|
| 'static' modifier out of order with the JLS suggestions. |
83
|
| Missing a Javadoc comment. |
86
|
| Name 'mappingPortletXml' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
86
|
| Missing a Javadoc comment. |
87
|
| Name 'mappingWebXml' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
87
|
| Missing a Javadoc comment. |
89
|
| Name 'servletContext' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
89
|
| Missing a Javadoc comment. |
91
|
| Name 'baseWMDir' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
91
|
| Missing a Javadoc comment. |
92
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
92
|
| Line has trailing spaces. |
96
|
| Missing a Javadoc comment. |
96
|
| Name 'registry' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
96
|
| Variable 'registry' must be private and have accessor methods. |
96
|
| Missing a Javadoc comment. |
98
|
| Name 'portletsKeyObjectId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
98
|
| Variable 'portletsKeyObjectId' must be private and have accessor methods. |
98
|
| Line is longer than 80 characters. |
100
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Parameter config should be final. |
100
|
| Parameter properties should be final. |
100
|
| '==' is not preceded with whitespace. |
105
|
| '==' is not followed by whitespace. |
105
|
| Line has trailing spaces. |
108
|
| '+' should be on a new line. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| '+' should be on a new line. |
109
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| 'if' construct must use '{}'s. |
111
|
| 'if' is not followed by whitespace. |
111
|
| Line is longer than 80 characters. |
112
|
| Line has trailing spaces. |
117
|
| '{' should be on a new line. |
118
|
| Line is longer than 80 characters. |
119
|
| '-' is not preceded with whitespace. |
119
|
| '-' is not followed by whitespace. |
119
|
| Line has trailing spaces. |
121
|
| Line has trailing spaces. |
122
|
| Line is longer than 80 characters. |
124
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| Line has trailing spaces. |
125
|
| Line is longer than 80 characters. |
127
|
| Line has trailing spaces. |
129
|
| Line is longer than 80 characters. |
133
|
| Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
133
|
| 'if' construct must use '{}'s. |
135
|
| '+' is not preceded with whitespace. |
143
|
| '+' is not followed by whitespace. |
143
|
| ',' is not followed by whitespace. |
143
|
| Line is longer than 80 characters. |
147
|
| 'if' construct must use '{}'s. |
149
|
| '+' is not preceded with whitespace. |
157
|
| '+' is not followed by whitespace. |
157
|
| ',' is not followed by whitespace. |
157
|
| Line is longer than 80 characters. |
166
|
| Method 'getPortletApplicationDefinitionList' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
| Method 'getPortletDefinition' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Missing a Javadoc comment. |
171
|
| Parameter id should be final. |
171
|
| 'cast' is not followed by whitespace. |
173
|
| Missing a Javadoc comment. |
176
|
| '=' is not preceded with whitespace. |
180
|
| '=' is not followed by whitespace. |
180
|
| '<' is not preceded with whitespace. |
180
|
| '<' is not followed by whitespace. |
180
|
| '+' is not preceded with whitespace. |
182
|
| '+' is not followed by whitespace. |
182
|
| Line has trailing spaces. |
185
|
| Parameter webModule should be final. |
201
|
| '&&' should be on a new line. |
206
|
| '&&' should be on a new line. |
207
|
| '{' should be on a new line. |
208
|
| Missing a Javadoc comment. |
216
|
| Parameter baseDir should be final. |
216
|
| Parameter webModule should be final. |
216
|
| Line is longer than 80 characters. |
218
|
| '+' is not preceded with whitespace. |
218
|
| '+' is not followed by whitespace. |
218
|
| '+' is not preceded with whitespace. |
218
|
| '+' is not followed by whitespace. |
218
|
| '+' is not preceded with whitespace. |
218
|
| '+' is not followed by whitespace. |
218
|
| '+' is not preceded with whitespace. |
218
|
| '+' is not followed by whitespace. |
218
|
| '+' is not preceded with whitespace. |
220
|
| '+' is not followed by whitespace. |
220
|
| '+' is not preceded with whitespace. |
221
|
| '+' is not followed by whitespace. |
221
|
| Line is longer than 80 characters. |
229
|
| '+' is not preceded with whitespace. |
229
|
| '+' is not followed by whitespace. |
229
|
| '+' is not preceded with whitespace. |
229
|
| '+' is not followed by whitespace. |
229
|
| '+' is not preceded with whitespace. |
229
|
| '+' is not followed by whitespace. |
229
|
| Line is longer than 80 characters. |
232
|
| Line has trailing spaces. |
234
|
| Line is longer than 80 characters. |
235
|
| Line contains a tab character. |
236
|
| Line has trailing spaces. |
237
|
| Line is longer than 80 characters. |
238
|
| 'cast' is not followed by whitespace. |
238
|
| '(' is followed by whitespace. |
238
|
| ')' is preceded with whitespace. |
238
|
| Line has trailing spaces. |
244
|
| Line contains a tab character. |
248
|
| Line has trailing spaces. |
249
|
| Line is longer than 80 characters. |
250
|
| 'cast' is not followed by whitespace. |
250
|
| Line has trailing spaces. |
280
|
| Line has trailing spaces. |
282
|
| '(' is followed by whitespace. |
286
|
| ')' is preceded with whitespace. |
286
|
| '!=' is not preceded with whitespace. |
290
|
| '!=' is not followed by whitespace. |
290
|
| Missing a Javadoc comment. |
302
|
| Line is longer than 80 characters. |
308
|
| 'cast' is not followed by whitespace. |
308
|
| 'cast' is not followed by whitespace. |
314
|
org/apache/pluto/portalImpl/services/portletdefinitionregistry/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/services/portletentityregistry/PortletEntityRegistry.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
|
| Utility classes should not have a public or default constructor. |
33
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
37
|
| 'static' modifier out of order with the JLS suggestions. |
37
|
| Name 'cService' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
37
|
| Line is longer than 80 characters. |
38
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
49
|
| Line has trailing spaces. |
52
|
| Parameter id should be final. |
56
|
| Missing a Javadoc comment. |
61
|
| Missing a Javadoc comment. |
66
|
| Line has trailing spaces. |
70
|
| Missing a Javadoc comment. |
71
|
| Parameter portletEntity should be final. |
71
|
| '{' should be on a new line. |
71
|
org/apache/pluto/portalImpl/services/portletentityregistry/PortletEntityRegistryService.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. |
45
|
| Line has trailing spaces. |
54
|
| Line is longer than 80 characters. |
57
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
61
|
| Parameter id should be final. |
65
|
| Missing a Javadoc comment. |
67
|
| Line has trailing spaces. |
68
|
| Missing a Javadoc comment. |
69
|
| Line has trailing spaces. |
70
|
| Missing a Javadoc comment. |
71
|
| Parameter portletEntity should be final. |
71
|
org/apache/pluto/portalImpl/services/portletentityregistry/PortletEntityRegistryServiceFileImpl.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. |
37
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
58
|
| 'static' modifier out of order with the JLS suggestions. |
58
|
| Line is longer than 80 characters. |
59
|
| Missing a Javadoc comment. |
59
|
| 'static' modifier out of order with the JLS suggestions. |
59
|
| Line is longer than 80 characters. |
61
|
| Missing a Javadoc comment. |
61
|
| 'static' modifier out of order with the JLS suggestions. |
61
|
| Missing a Javadoc comment. |
64
|
| Name 'mapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
64
|
| Variable 'mapping' must be private and have accessor methods. |
64
|
| Missing a Javadoc comment. |
66
|
| Name 'servletContext' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
66
|
| Variable 'servletContext' must be private and have accessor methods. |
66
|
| Missing a Javadoc comment. |
67
|
| Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
67
|
| Missing a Javadoc comment. |
69
|
| Name 'registry' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
69
|
| Variable 'registry' must be private and have accessor methods. |
69
|
| Line has trailing spaces. |
70
|
| Missing a Javadoc comment. |
72
|
| Name 'portletEntitiesKeyObjectID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
72
|
| Variable 'portletEntitiesKeyObjectID' must be private and have accessor methods. |
72
|
| Line is longer than 80 characters. |
74
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter servletConfig should be final. |
74
|
| Parameter properties should be final. |
74
|
| Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
79
|
| 'if' construct must use '{}'s. |
81
|
| '+' is not preceded with whitespace. |
91
|
| '+' is not followed by whitespace. |
91
|
| ',' is not followed by whitespace. |
91
|
| Line has trailing spaces. |
94
|
| Method 'getPortletApplicationEntityList' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Method 'getPortletEntity' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Parameter id should be final. |
103
|
| 'cast' is not followed by whitespace. |
105
|
| Method 'store' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| Line has trailing spaces. |
111
|
| 'if' construct must use '{}'s. |
113
|
| Line has trailing spaces. |
115
|
| Line has trailing spaces. |
117
|
| '{' should be on a new line. |
118
|
| Method 'load' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Line is longer than 80 characters. |
157
|
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Missing a Javadoc comment. |
164
|
| Parameter portletEntity should be final. |
164
|
| '{' should be on a new line. |
164
|
| Line is longer than 80 characters. |
165
|
| Missing a Javadoc comment. |
168
|
| Name '_load' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
168
|
| Line has trailing spaces. |
171
|
| 'if' construct must use '{}'s. |
173
|
| Line has trailing spaces. |
176
|
| '{' should be on a new line. |
176
|
| Line has trailing spaces. |
178
|
| Line is longer than 80 characters. |
178
|
| Line is longer than 80 characters. |
180
|
| 'cast' is not followed by whitespace. |
180
|
| Missing a Javadoc comment. |
211
|
| Line is longer than 80 characters. |
216
|
| 'cast' is not followed by whitespace. |
216
|
| Line has trailing spaces. |
222
|
| Line is longer than 80 characters. |
222
|
| 'cast' is not followed by whitespace. |
222
|
| Line is longer than 80 characters. |
223
|
| Method 'getPortletEntities' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Missing a Javadoc comment. |
233
|
org/apache/pluto/portalImpl/services/portletentityregistry/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/servlet/ServletObjectAccess.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
|
| Parameter portletWindow should be final. |
33
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter response should be final. |
38
|
| Line is longer than 80 characters. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter response should be final. |
43
|
| Parameter writer should be final. |
43
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
51
|
| 'cast' is not followed by whitespace. |
51
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
55
|
| 'cast' is not followed by whitespace. |
55
|
org/apache/pluto/portalImpl/servlet/ServletRequestFactory.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
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
org/apache/pluto/portalImpl/servlet/ServletRequestFactoryImpl.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
|
| Line is longer than 80 characters. |
31
|
| Method 'getServletRequest' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter request should be final. |
31
|
| Parameter portletWindow should be final. |
31
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
38
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter config should be final. |
38
|
| Parameter properties should be final. |
38
|
| Line has trailing spaces. |
43
|
| Missing a Javadoc comment. |
44
|
org/apache/pluto/portalImpl/servlet/ServletRequestImpl.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. |
32
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
35
|
| Name 'control' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Variable 'control' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'portletWindow' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Variable 'portletWindow' must be private and have accessor methods. |
36
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter servletRequest should be final. |
38
|
| Parameter window should be final. |
38
|
| Line is longer than 80 characters. |
44
|
| Line has trailing spaces. |
49
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
58
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter name should be final. |
58
|
| '=' is not preceded with whitespace. |
60
|
| '=' is not followed by whitespace. |
60
|
| '!=' is not preceded with whitespace. |
61
|
| '!=' is not followed by whitespace. |
61
|
| '{' should be on a new line. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
67
|
| Method 'getParameterMap' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Line has trailing spaces. |
71
|
| 'cast' is not followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
79
|
| Line has trailing spaces. |
83
|
| '{' should be on a new line. |
86
|
| Line is longer than 80 characters. |
87
|
| '{' should be on a new line. |
87
|
| 'cast' is not followed by whitespace. |
88
|
| Line is longer than 80 characters. |
90
|
| 'cast' is not followed by whitespace. |
90
|
| Line has trailing spaces. |
91
|
| '{' should be on a new line. |
92
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
94
|
| Line is longer than 80 characters. |
95
|
| Line has trailing spaces. |
104
|
| Line has trailing spaces. |
105
|
| Method 'getParameterNames' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Line has trailing spaces. |
110
|
| Method 'getParameterValues' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter name should be final. |
110
|
org/apache/pluto/portalImpl/servlet/ServletResponseFactory.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
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Line has trailing spaces. |
31
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Line has trailing spaces. |
33
|
org/apache/pluto/portalImpl/servlet/ServletResponseFactoryImpl.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
|
| Line is longer than 80 characters. |
31
|
| Method 'getServletResponse' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter response should be final. |
31
|
| Line is longer than 80 characters. |
37
|
| Method 'getStoredServletResponse' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter response should be final. |
37
|
| Parameter writer should be final. |
37
|
| Line is longer than 80 characters. |
39
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter config should be final. |
45
|
| Parameter properties should be final. |
45
|
| Line has trailing spaces. |
50
|
| Missing a Javadoc comment. |
51
|
org/apache/pluto/portalImpl/servlet/ServletResponseImpl.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
|
| Missing a Javadoc comment. |
27
|
| Parameter response should be final. |
27
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
38
|
| Method 'setResponse' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter response should be final. |
38
|
| Line has trailing spaces. |
42
|
org/apache/pluto/portalImpl/servlet/StoredServletResponseImpl.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
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
29
|
| Name 'writer' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
29
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter response should be final. |
31
|
| Parameter _writer should be final. |
31
|
| Name '_writer' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Line has trailing spaces. |
37
|
| Method 'setResponse' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter response should be final. |
37
|
| Line has trailing spaces. |
41
|
| Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Method 'flushBuffer' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
org/apache/pluto/portalImpl/servlet/TCKdriver.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. |
45
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
49
|
| Line has trailing spaces. |
50
|
| '{' should be on a new line. |
52
|
| Missing a Javadoc comment. |
55
|
| Name 'testpageNo' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Line is longer than 80 characters. |
56
|
| Missing a Javadoc comment. |
56
|
| Name 'windowNo' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
56
|
| '100' is a magic number. |
56
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
58
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
63
|
| Line is longer than 80 characters. |
73
|
| Line is longer than 80 characters. |
75
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method length is 151 lines (max allowed is 150). |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter servletRequest should be final. |
75
|
| Parameter servletResponse should be final. |
75
|
| '{' should be on a new line. |
76
|
| Line is longer than 80 characters. |
80
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '{' should be on a new line. |
81
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '{' should be on a new line. |
83
|
| '+' is not preceded with whitespace. |
84
|
| '+' is not followed by whitespace. |
84
|
| Line has trailing spaces. |
86
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
92
|
| '(' is followed by whitespace. |
97
|
| '=' is not preceded with whitespace. |
97
|
| '=' is not followed by whitespace. |
97
|
| '{' should be on a new line. |
97
|
| Line has trailing spaces. |
105
|
| '(' is followed by whitespace. |
105
|
| '!' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on a new line. |
105
|
| Line is longer than 80 characters. |
107
|
| 'if' construct must use '{}'s. |
108
|
| Line is longer than 80 characters. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on a new line. |
111
|
| Line is longer than 80 characters. |
112
|
| '{' should be on a new line. |
112
|
| Line is longer than 80 characters. |
113
|
| 'cast' is not followed by whitespace. |
113
|
| '{' should be on a new line. |
114
|
| Line is longer than 80 characters. |
115
|
| Line is longer than 80 characters. |
116
|
| 'cast' is not followed by whitespace. |
116
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
118
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| '{' should be on a new line. |
123
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| '+' is not preceded with whitespace. |
124
|
| '+' is not followed by whitespace. |
124
|
| Line is longer than 80 characters. |
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
|
| '(' is followed by whitespace. |
131
|
| '!' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on a new line. |
131
|
| Line is longer than 80 characters. |
133
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on a new line. |
134
|
| Line is longer than 80 characters. |
135
|
| Line contains a tab character. |
135
|
| '+' is not preceded with whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
| '+' is not preceded with whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
| Line is longer than 80 characters. |
136
|
| Line contains a tab character. |
136
|
| Line is longer than 80 characters. |
137
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
138
|
| Line is longer than 80 characters. |
141
|
| '{' should be on a new line. |
141
|
| Line is longer than 80 characters. |
142
|
| '{' should be on a new line. |
142
|
| '{' should be on a new line. |
149
|
| Line is longer than 80 characters. |
150
|
| '{' should be on a new line. |
150
|
| Line is longer than 80 characters. |
151
|
| 'cast' is not followed by whitespace. |
151
|
| '{' should be on a new line. |
152
|
| Line is longer than 80 characters. |
153
|
| '{' should be on a new line. |
153
|
| Line is longer than 80 characters. |
154
|
| 'cast' is not followed by whitespace. |
154
|
| Line is longer than 80 characters. |
155
|
| '{' should be on a new line. |
155
|
| Line is longer than 80 characters. |
156
|
| Line is longer than 80 characters. |
157
|
| 'cast' is not followed by whitespace. |
157
|
| Line is longer than 80 characters. |
158
|
| Line is longer than 80 characters. |
160
|
| '(' is followed by whitespace. |
167
|
| '!' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| '{' should be on a new line. |
167
|
| '+' is not preceded with whitespace. |
168
|
| '+' is not followed by whitespace. |
168
|
| '+' is not preceded with whitespace. |
168
|
| '+' is not followed by whitespace. |
168
|
| Line is longer than 80 characters. |
169
|
| '+' is not preceded with whitespace. |
169
|
| '+' is not followed by whitespace. |
169
|
| '+' is not preceded with whitespace. |
169
|
| '+' is not followed by whitespace. |
169
|
| '+' is not preceded with whitespace. |
173
|
| '+' is not followed by whitespace. |
173
|
| Line has trailing spaces. |
184
|
| Line has trailing spaces. |
203
|
| '{' should be on a new line. |
204
|
| Line has trailing spaces. |
205
|
| '}' should be alone on a line. |
208
|
| '{' should be on a new line. |
208
|
| Line is longer than 80 characters. |
209
|
| '+' is not preceded with whitespace. |
209
|
| '+' is not followed by whitespace. |
209
|
| Line has trailing spaces. |
210
|
| Line is longer than 80 characters. |
210
|
| Line has trailing spaces. |
224
|
| Method 'doPost' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Missing a Javadoc comment. |
228
|
| Parameter request should be final. |
228
|
| Line is longer than 80 characters. |
229
|
| Parameter response should be final. |
229
|
org/apache/pluto/portalImpl/servlet/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/util/NameValuePairs.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
|
| Method 'size' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter aName should be final. |
61
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter aName should be final. |
78
|
| Parameter aDefault should be final. |
78
|
| 'if' construct must use '{}'s. |
82
|
| Method 'getStrings' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter aName should be final. |
98
|
| 'if' construct must use '{}'s. |
104
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Parameter aName should be final. |
111
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Parameter aName should be final. |
116
|
| Parameter aDefault should be final. |
116
|
| 'if' construct must use '{}'s. |
122
|
| Method 'getInteger' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Missing a Javadoc comment. |
128
|
| Parameter aName should be final. |
128
|
| Parameter aDefault should be final. |
128
|
| 'if' construct must use '{}'s. |
134
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Parameter aName should be final. |
140
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Parameter aName should be final. |
145
|
| Parameter aDefault should be final. |
145
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Missing a Javadoc comment. |
159
|
| Parameter aName should be final. |
159
|
| Parameter aDefault should be final. |
159
|
| Line is longer than 80 characters. |
161
|
| Avoid inline conditionals. |
161
|
| Method 'names' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Missing a Javadoc comment. |
164
|
| Missing a Javadoc comment. |
169
|
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Missing a Javadoc comment. |
174
|
| Parameter aParent should be final. |
174
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Missing a Javadoc comment. |
179
|
| Missing a Javadoc comment. |
186
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Missing a Javadoc comment. |
190
|
| Parameter aName should be final. |
190
|
| Parameter aValue should be final. |
190
|
| '{' is followed by whitespace. |
192
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
195
|
| Missing a Javadoc comment. |
195
|
| Parameter aName should be final. |
195
|
| Parameter aValues should be final. |
195
|
| 'if' construct must use '{}'s. |
197
|
| Line is longer than 80 characters. |
198
|
| 'if' construct must use '{}'s. |
199
|
| Line is longer than 80 characters. |
200
|
| 'if' construct must use '{}'s. |
204
|
| Line is longer than 80 characters. |
205
|
| Line is longer than 80 characters. |
218
|
| Line is longer than 80 characters. |
220
|
| Line is longer than 80 characters. |
221
|
| Method 'findEntry' is not designed for extension - needs to be abstract, final or empty. |
227
|
| Missing a Javadoc comment. |
227
|
| Parameter aName should be final. |
227
|
| 'if' construct must use '{}'s. |
229
|
| Line is longer than 80 characters. |
230
|
| ';' is followed by whitespace. |
234
|
| Method 'removeEntry' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Missing a Javadoc comment. |
253
|
| Parameter aName should be final. |
253
|
| 'if' construct must use '{}'s. |
255
|
| Line is longer than 80 characters. |
256
|
| ';' is followed by whitespace. |
260
|
| '!' is followed by whitespace. |
273
|
| Missing a Javadoc comment. |
279
|
| Name 'iParent' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
279
|
| Missing a Javadoc comment. |
281
|
| Name 'iEntries' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
281
|
| Missing a Javadoc comment. |
283
|
| Parameter aName should be final. |
283
|
| 'if' construct must use '{}'s. |
289
|
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Missing a Javadoc comment. |
295
|
| Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. |
300
|
| Missing a Javadoc comment. |
300
|
| Missing a Javadoc comment. |
305
|
| Missing a Javadoc comment. |
308
|
| Name 'iName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
308
|
| Variable 'iName' must be private and have accessor methods. |
308
|
| Missing a Javadoc comment. |
309
|
| Name 'iValues' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
309
|
| Variable 'iValues' must be private and have accessor methods. |
309
|
| Missing a Javadoc comment. |
311
|
| Parameter aName should be final. |
311
|
| Parameter aValues should be final. |
311
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
317
|
| Missing a Javadoc comment. |
317
|
| 'if' construct must use '{}'s. |
326
|
| Class EntryIterator should be declared as final. |
336
|
| Missing a Javadoc comment. |
336
|
| Missing a Javadoc comment. |
339
|
| Name 'iPairs' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
339
|
| Missing a Javadoc comment. |
340
|
| Name 'iIterator' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
340
|
| Missing a Javadoc comment. |
342
|
| Parameter aPairs should be final. |
342
|
| Line has trailing spaces. |
349
|
| Missing a Javadoc comment. |
350
|
| 'if' construct must use '{}'s. |
352
|
| Missing a Javadoc comment. |
356
|
| 'if' construct must use '{}'s. |
358
|
| Missing a Javadoc comment. |
362
|
| Missing a Javadoc comment. |
369
|
| 'if' construct must use '{}'s. |
374
|
| '==' is not preceded with whitespace. |
374
|
| '==' is not followed by whitespace. |
374
|
org/apache/pluto/portalImpl/util/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
|
| Class ObjectID should be declared as final. |
32
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
35
|
| Name 'stringOID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'intOID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| Parameter oid should be final. |
38
|
| Parameter stringOID should be final. |
38
|
| 'stringOID' hides a field. |
38
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter stream should be final. |
46
|
| Missing a Javadoc comment. |
53
|
| Parameter stream should be final. |
53
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
60
|
| Missing a Javadoc comment. |
61
|
| Parameter object should be final. |
61
|
| 'if' construct must use '{}'s. |
65
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
66
|
| 'if' construct must use '{}'s. |
67
|
| 'if' construct must use '{}'s. |
69
|
| Line has trailing spaces. |
70
|
| 'cast' is not followed by whitespace. |
70
|
| Missing a Javadoc comment. |
74
|
| Missing a Javadoc comment. |
79
|
| Missing a Javadoc comment. |
84
|
| Missing a Javadoc comment. |
89
|
| 'public' modifier out of order with the JLS suggestions. |
89
|
| Parameter idStr should be final. |
89
|
| Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
92
|
| '=' is not preceded with whitespace. |
93
|
| '=' is not followed by whitespace. |
93
|
| '<' is not preceded with whitespace. |
93
|
| '<' is not followed by whitespace. |
93
|
| 'if' construct must use '{}'s. |
95
|
| '%' is not preceded with whitespace. |
95
|
| '%' is not followed by whitespace. |
95
|
| '==' is not preceded with whitespace. |
95
|
| '==' is not followed by whitespace. |
95
|
| 'else' construct must use '{}'s. |
96
|
org/apache/pluto/portalImpl/util/Parameters.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
|
| Missing a Javadoc comment. |
34
|
| Parameter params should be final. |
34
|
| 'cast' is not followed by whitespace. |
40
|
| 'cast' is not followed by whitespace. |
42
|
| Missing a Javadoc comment. |
46
|
| Parameter aConfig should be final. |
46
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
56
|
| Parameter aContext should be final. |
56
|
| Line is longer than 80 characters. |
58
|
| Method 'setString' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter aKey should be final. |
66
|
| Parameter aValue should be final. |
66
|
| 'if' construct must use '{}'s. |
68
|
| Line is longer than 80 characters. |
69
|
| 'if' construct must use '{}'s. |
70
|
| Line is longer than 80 characters. |
71
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter aName should be final. |
83
|
| Method 'removeWithPrefix' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Parameter aPrefix should be final. |
95
|
| ';' is followed by whitespace. |
99
|
| ';' is followed by whitespace. |
109
|
org/apache/pluto/portalImpl/util/Properties.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 'load' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter aInputStream should be final. |
41
|
| Expected @param tag for 'aInputStream'. |
41
|
| Expected @throws tag for 'IOException'. |
41
|
| 'if' construct must use '{}'s. |
43
|
| Line is longer than 80 characters. |
46
|
| '||' should be on a new line. |
52
|
| 'if' construct must use '{}'s. |
64
|
| 'if' construct must use '{}'s. |
73
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
93
|
| Expected an @return tag. |
99
|
| Method 'getSubSet' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter aNamePrefix should be final. |
99
|
| ';' is preceded with whitespace. |
105
|
| ';' is followed by whitespace. |
105
|
| '(' is followed by whitespace. |
111
|
org/apache/pluto/portalImpl/util/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portalImpl/xml/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
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| 'static' modifier out of order with the JLS suggestions. |
32
|
| Line has trailing spaces. |
33
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| 'static' modifier out of order with the JLS suggestions. |
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
|
| Missing a Javadoc comment. |
37
|
| 'static' modifier out of order with the JLS suggestions. |
37
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| 'static' modifier out of order with the JLS suggestions. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| 'static' modifier out of order with the JLS suggestions. |
40
|
| Missing a Javadoc comment. |
41
|
| 'static' modifier out of order with the JLS suggestions. |
41
|
| Line is longer than 80 characters. |
44
|
| Missing a Javadoc comment. |
44
|
| 'static' modifier out of order with the JLS suggestions. |
44
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
45
|
| 'static' modifier out of order with the JLS suggestions. |
45
|
org/apache/pluto/portalImpl/xml/XmlException.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 'throwable' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Parameter text should be final. |
50
|
| Parameter text should be final. |
66
|
| Parameter cause should be final. |
66
|
| Parameter cause should be final. |
81
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
95
|
| Method 'getRootCause' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Line has trailing spaces. |
114
|
| Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Parameter out should be final. |
114
|
| Line has trailing spaces. |
121
|
| Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter out should be final. |
124
|
| 'if' is not followed by whitespace. |
128
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
org/apache/pluto/portalImpl/xml/XmlParser.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
|
| Utility classes should not have a public or default constructor. |
35
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter portletXml should be final. |
39
|
| Line has trailing spaces. |
41
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
48
|
| 'try' is not followed by whitespace. |
51
|
| '{' is not preceded with whitespace. |
51
|
| '{' should be on a new line. |
51
|
| Line is longer than 80 characters. |
53
|
| Line has trailing spaces. |
54
|
| Line is longer than 80 characters. |
54
|
| Line has trailing spaces. |
56
|
| Line is longer than 80 characters. |
56
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '}' should be alone on a line. |
63
|
| ',' is not followed by whitespace. |
65
|
| Line is longer than 80 characters. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter webXml should be final. |
69
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
80
|
| Line contains a tab character. |
80
|
| Line is longer than 80 characters. |
81
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| Line has trailing spaces. |
84
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| Line has trailing spaces. |
86
|
| Missing a Javadoc comment. |
91
|
| Method 'warning' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter exception should be final. |
96
|
| '{' should be on a new line. |
96
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Parameter exception should be final. |
99
|
| '{' should be on a new line. |
99
|
| Line is longer than 80 characters. |
102
|
| Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter exception should be final. |
102
|
| '{' should be on a new line. |
102
|
| Line has trailing spaces. |
106
|
| Line has trailing spaces. |
107
|
| Missing a Javadoc comment. |
108
|
| Line has trailing spaces. |
111
|
| Missing a Javadoc comment. |
112
|
| Name 'publicDTD' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
112
|
| Variable 'publicDTD' must be private and have accessor methods. |
112
|
| Missing a Javadoc comment. |
113
|
| Name 'resourceDTDs' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
113
|
| Variable 'resourceDTDs' must be private and have accessor methods. |
113
|
| Missing a Javadoc comment. |
114
|
| Name 'resourceDTDNames' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
114
|
| Variable 'resourceDTDNames' must be private and have accessor methods. |
114
|
| '=' is not preceded with whitespace. |
114
|
| Missing a Javadoc comment. |
116
|
| Parameter publicDTD should be final. |
116
|
| 'publicDTD' hides a field. |
116
|
| Parameter resourceDTD should be final. |
117
|
| Parameter resourceDTDName should be final. |
118
|
| Missing a Javadoc comment. |
125
|
| Parameter resourceDTDs should be final. |
125
|
| 'resourceDTDs' hides a field. |
125
|
| Parameter resourceDTDNames should be final. |
126
|
| 'resourceDTDNames' hides a field. |
126
|
| Line has trailing spaces. |
132
|
| Line is longer than 80 characters. |
132
|
| Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Parameter publicId should be final. |
132
|
| Parameter systemId should be final. |
132
|
| '=' is not preceded with whitespace. |
135
|
| '=' is not followed by whitespace. |
135
|
| '<' is not preceded with whitespace. |
135
|
| '<' is not followed by whitespace. |
135
|
| Line is longer than 80 characters. |
138
|
| Line is longer than 80 characters. |
140
|
| 'if' construct must use '{}'s. |
142
|
| Line is longer than 80 characters. |
144
|
| '+' is not preceded with whitespace. |
144
|
| '+' is not followed by whitespace. |
144
|
| Line has trailing spaces. |
147
|
| Line is longer than 80 characters. |
149
|
| Line has trailing spaces. |
150
|
org/apache/pluto/portalImpl/xml/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/admin/BaseAdminObject.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
25
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Missing a Javadoc comment. |
28
|
| Name '_className' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Name '_logId' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| '{' should be on a new line. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter className should be final. |
39
|
| '{' should be on a new line. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter className should be final. |
43
|
| Parameter logId should be final. |
43
|
| '{' should be on a new line. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
48
|
| Method 'logMethodStart' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter methodName should be final. |
48
|
| '{' should be on a new line. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
52
|
| Method 'logMethodEnd' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter methodName should be final. |
52
|
| '{' should be on a new line. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
56
|
| Method 'logMethodEnd' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter methodName should be final. |
56
|
| Parameter retVal should be final. |
56
|
| '{' should be on a new line. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line is longer than 80 characters. |
60
|
| Line contains a tab character. |
60
|
| Method 'logParam' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter methodName should be final. |
60
|
| Parameter paramName should be final. |
60
|
| Parameter paramVal should be final. |
60
|
| '{' should be on a new line. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
64
|
| Method 'logParam' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter methodName should be final. |
64
|
| Parameter paramName should be final. |
64
|
| Parameter paramVal should be final. |
64
|
| '{' should be on a new line. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
68
|
| Method 'logParam' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter methodName should be final. |
68
|
| Parameter paramName should be final. |
68
|
| Parameter paramVal should be final. |
68
|
| '{' should be on a new line. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
72
|
| Method 'logVar' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter methodName should be final. |
72
|
| Parameter varName should be final. |
72
|
| Parameter varVal should be final. |
72
|
| '{' should be on a new line. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
76
|
| Method 'logVar' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter methodName should be final. |
76
|
| Parameter varName should be final. |
76
|
| Parameter varVal should be final. |
76
|
| '{' should be on a new line. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
80
|
| Method 'logVar' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter methodName should be final. |
80
|
| Parameter varName should be final. |
80
|
| Parameter varVal should be final. |
80
|
| '{' should be on a new line. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
84
|
| Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter methodName should be final. |
84
|
| Parameter msg should be final. |
84
|
| '{' should be on a new line. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
88
|
| Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter methodName should be final. |
88
|
| Parameter msg should be final. |
88
|
| '{' should be on a new line. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
92
|
| Method 'logError' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Parameter methodName should be final. |
92
|
| Parameter msg should be final. |
92
|
| Parameter e should be final. |
92
|
| '{' should be on a new line. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
96
|
| Method 'logError' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter methodName should be final. |
96
|
| Parameter e should be final. |
96
|
| '{' should be on a new line. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
org/apache/pluto/portlet/admin/PlutoAdminConstants.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| interfaces should describe a type and hence have methods. |
26
|
| '{' should be on a new line. |
26
|
| Line contains a tab character. |
28
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Line contains a tab character. |
33
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Redundant 'public' modifier. |
40
|
| Line contains a tab character. |
41
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Line contains a tab character. |
42
|
| Missing a Javadoc comment. |
42
|
| Redundant 'public' modifier. |
42
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Redundant 'public' modifier. |
46
|
| Line contains a tab character. |
47
|
| Missing a Javadoc comment. |
47
|
| Redundant 'public' modifier. |
47
|
org/apache/pluto/portlet/admin/PlutoAdminException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
25
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| Name '_cause' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| '{' should be on a new line. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Parameter message should be final. |
39
|
| Expected @param tag for 'message'. |
39
|
| '{' should be on a new line. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Parameter cause should be final. |
46
|
| Expected @param tag for 'cause'. |
46
|
| '{' should be on a new line. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
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
|
| Parameter message should be final. |
55
|
| Expected @param tag for 'message'. |
55
|
| Parameter cause should be final. |
55
|
| Expected @param tag for 'cause'. |
55
|
| '{' should be on a new line. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
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
|
| Method 'getCause' is not designed for extension - needs to be abstract, final or empty. |
63
|
| '{' should be on a new line. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| '{' should be on a new line. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| '{' should be on a new line. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
org/apache/pluto/portlet/admin/PlutoAdminLogger.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Class PlutoAdminLogger should be declared as final. |
27
|
| '{' should be on a new line. |
27
|
| Line contains a tab character. |
28
|
| Missing a Javadoc comment. |
28
|
| Name '_log' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
28
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| '{' should be on a new line. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter className should be final. |
40
|
| Parameter methodName should be final. |
40
|
| '{' should be on a new line. |
40
|
| Line contains a tab character. |
41
|
| '{' should be on a new line. |
41
|
| Line is longer than 80 characters. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter className should be final. |
46
|
| Parameter methodName should be final. |
46
|
| '{' should be on a new line. |
46
|
| Line contains a tab character. |
47
|
| '{' should be on a new line. |
47
|
| Line is longer than 80 characters. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter className should be final. |
52
|
| Parameter methodName should be final. |
52
|
| Parameter retVal should be final. |
52
|
| '{' should be on a new line. |
52
|
| Line contains a tab character. |
53
|
| '{' should be on a new line. |
53
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| Avoid inline conditionals. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line is longer than 80 characters. |
58
|
| Line contains a tab character. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter className should be final. |
58
|
| Parameter methodName should be final. |
58
|
| Parameter paramName should be final. |
58
|
| Parameter paramVal should be final. |
58
|
| '{' should be on a new line. |
58
|
| Line contains a tab character. |
59
|
| '{' should be on a new line. |
59
|
| Line is longer than 80 characters. |
60
|
| Line contains a tab character. |
60
|
| Avoid inline conditionals. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line is longer than 80 characters. |
64
|
| Line contains a tab character. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter className should be final. |
64
|
| Parameter methodName should be final. |
64
|
| Parameter paramName should be final. |
64
|
| Parameter paramVal should be final. |
64
|
| '{' should be on a new line. |
64
|
| Line contains a tab character. |
65
|
| '{' should be on a new line. |
65
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line is longer than 80 characters. |
70
|
| Line contains a tab character. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter className should be final. |
70
|
| Parameter methodName should be final. |
70
|
| Parameter paramName should be final. |
70
|
| Parameter paramVal should be final. |
70
|
| '{' should be on a new line. |
70
|
| Line contains a tab character. |
71
|
| '{' should be on a new line. |
71
|
| Line is longer than 80 characters. |
72
|
| Line contains a tab character. |
72
|
| Avoid inline conditionals. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line is longer than 80 characters. |
76
|
| Line contains a tab character. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter className should be final. |
76
|
| Parameter methodName should be final. |
76
|
| Parameter varName should be final. |
76
|
| Parameter varVal should be final. |
76
|
| '{' should be on a new line. |
76
|
| Line contains a tab character. |
77
|
| '{' should be on a new line. |
77
|
| Line is longer than 80 characters. |
78
|
| Line contains a tab character. |
78
|
| Avoid inline conditionals. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line is longer than 80 characters. |
82
|
| Line contains a tab character. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter className should be final. |
82
|
| Parameter methodName should be final. |
82
|
| Parameter varName should be final. |
82
|
| Parameter varVal should be final. |
82
|
| '{' should be on a new line. |
82
|
| Line contains a tab character. |
83
|
| '{' should be on a new line. |
83
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line is longer than 80 characters. |
88
|
| Line contains a tab character. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter className should be final. |
88
|
| Parameter methodName should be final. |
88
|
| Parameter varName should be final. |
88
|
| Parameter varVal should be final. |
88
|
| '{' should be on a new line. |
88
|
| Line contains a tab character. |
89
|
| '{' should be on a new line. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Avoid inline conditionals. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
94
|
| Line contains a tab character. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter className should be final. |
94
|
| Parameter methodName should be final. |
94
|
| Parameter msg should be final. |
94
|
| '{' should be on a new line. |
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 is longer than 80 characters. |
100
|
| Line contains a tab character. |
100
|
| Missing a Javadoc comment. |
100
|
| Parameter className should be final. |
100
|
| Parameter methodName should be final. |
100
|
| Parameter msg should be final. |
100
|
| '{' should be on a new line. |
100
|
| Line contains a tab character. |
101
|
| '{' should be on a new line. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
106
|
| Line contains a tab character. |
106
|
| Missing a Javadoc comment. |
106
|
| Parameter className should be final. |
106
|
| Parameter methodName should be final. |
106
|
| Parameter msg should be final. |
106
|
| Parameter e should be final. |
106
|
| '{' should be on a new line. |
106
|
| Line contains a tab character. |
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. |
110
|
| Line is longer than 80 characters. |
112
|
| Line contains a tab character. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter className should be final. |
112
|
| Parameter methodName should be final. |
112
|
| Parameter e should be final. |
112
|
| '{' should be on a new line. |
112
|
| Line contains a tab character. |
113
|
| '{' should be on a new line. |
113
|
| Line is longer than 80 characters. |
114
|
| Line contains a tab character. |
114
|
| Avoid inline conditionals. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line is longer than 80 characters. |
118
|
| Line contains a tab character. |
118
|
| Missing a Javadoc comment. |
118
|
| Parameter className should be final. |
118
|
| Parameter methodName should be final. |
118
|
| Parameter msg should be final. |
118
|
| '{' should be on a new line. |
118
|
| Line contains a tab character. |
119
|
| '{' should be on a new line. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter className should be final. |
124
|
| Parameter methodName should be final. |
124
|
| Parameter msg should be final. |
124
|
| '{' should be on a new line. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| '{' should be on a new line. |
126
|
| Line is longer than 80 characters. |
127
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| 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
|
| 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. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Avoid inline conditionals. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
org/apache/pluto/portlet/admin/bean/PageTO.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| '{' should be on a new line. |
33
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| Line contains a tab character. |
37
|
| Missing a Javadoc comment. |
37
|
| Name '_page' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| Name '_rows' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
39
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Name '_cols' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
40
|
| Line contains a tab character. |
41
|
| Missing a Javadoc comment. |
41
|
| Name '_name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
41
|
| Line contains a tab character. |
42
|
| Missing a Javadoc comment. |
42
|
| Name '_title' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| Name '_description' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
43
|
| Line contains a tab character. |
44
|
| Missing a Javadoc comment. |
44
|
| Name '_portlets' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
44
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| '{' should be on a new line. |
50
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
56
|
| Parameter page should be final. |
56
|
| Expected @param tag for 'page'. |
56
|
| '{' should be on a new line. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Method 'getCols' is not designed for extension - needs to be abstract, final or empty. |
64
|
| '{' should be on a new line. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Method 'getPage' is not designed for extension - needs to be abstract, final or empty. |
71
|
| '{' should be on a new line. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Method 'setPage' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter page should be final. |
77
|
| '{' should be on a new line. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Method 'getRows' is not designed for extension - needs to be abstract, final or empty. |
84
|
| '{' should be on a new line. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Method 'setCols' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter cols should be final. |
91
|
| '{' should be on a new line. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Method 'setRows' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter rows should be final. |
97
|
| '{' should be on a new line. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| '{' should be on a new line. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter name should be final. |
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. |
110
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| '{' is not preceded with whitespace. |
110
|
| '{' should be on a new line. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line is longer than 80 characters. |
143
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
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
|
| Expected an @return tag. |
158
|
| Line contains a tab character. |
158
|
| Method 'getPortlet' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Parameter row should be final. |
158
|
| Expected @param tag for 'row'. |
158
|
| Parameter col should be final. |
158
|
| Expected @param tag for 'col'. |
158
|
| '{' should be on a new line. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| '{' should be on a new line. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| '{' should be on a new line. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Expected an @return tag. |
177
|
| Line contains a tab character. |
177
|
| Method 'getPortlet' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Parameter value should be final. |
177
|
| Expected @param tag for 'value'. |
177
|
| '{' should be on a new line. |
177
|
| Line contains a tab character. |
178
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| '{' should be on a new line. |
182
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| '{' should be on a new line. |
184
|
| Line contains a tab character. |
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. |
190
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Expected an @return tag. |
199
|
| Line contains a tab character. |
199
|
| Method 'getPortletByCell' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Parameter row should be final. |
199
|
| Expected @param tag for 'row'. |
199
|
| Parameter col should be final. |
199
|
| Expected @param tag for 'col'. |
199
|
| '{' should be on a new line. |
199
|
| Line contains a tab character. |
200
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| '{' should be on a new line. |
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
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Method 'getPortlets' is not designed for extension - needs to be abstract, final or empty. |
218
|
| '{' should be on a new line. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Line contains a tab character. |
225
|
| Method 'setPortlets' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Parameter portlets should be final. |
225
|
| '{' should be on a new line. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line contains a tab character. |
231
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Parameter description should be final. |
231
|
| '{' should be on a new line. |
231
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Parameter title should be final. |
237
|
| '{' should be on a new line. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line contains a tab character. |
243
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
243
|
| '{' should be on a new line. |
243
|
| Line contains a tab character. |
244
|
| Line contains a tab character. |
245
|
| Line contains a tab character. |
247
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
247
|
| Missing a Javadoc comment. |
247
|
| '{' is not preceded with whitespace. |
247
|
| '{' should be on a new line. |
247
|
| 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. |
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. |
257
|
| '{' should be on a new line. |
257
|
| Line contains a tab character. |
258
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
260
|
| Line contains a tab character. |
261
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
263
|
org/apache/pluto/portlet/admin/bean/PortletMessage.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
25
|
| Line contains a tab character. |
26
|
| Missing a Javadoc comment. |
26
|
| Name 'message' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
26
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| Name 'type' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
27
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Parameter message should be final. |
32
|
| 'message' hides a field. |
32
|
| Expected @param tag for 'message'. |
32
|
| Parameter type should be final. |
32
|
| 'type' hides a field. |
32
|
| Expected @param tag for 'type'. |
32
|
| '{' should be on a new line. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Parameter message should be final. |
41
|
| 'message' hides a field. |
41
|
| Expected @param tag for 'message'. |
41
|
| Parameter type should be final. |
41
|
| 'type' hides a field. |
41
|
| Expected @param tag for 'type'. |
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 contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '{' should be on a new line. |
50
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
56
|
| Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter message should be final. |
56
|
| 'message' hides a field. |
56
|
| '{' should be on a new line. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
62
|
| '{' should be on a new line. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter type should be final. |
68
|
| 'type' hides a field. |
68
|
| '{' should be on a new line. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
org/apache/pluto/portlet/admin/bean/PortletMessageType.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Class PortletMessageType should be declared as final. |
24
|
| '{' should be on a new line. |
24
|
| Line is longer than 80 characters. |
26
|
| Line contains a tab character. |
26
|
| Missing a Javadoc comment. |
26
|
| Name 'INFO' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
26
|
| Variable 'INFO' must be private and have accessor methods. |
26
|
| Line is longer than 80 characters. |
27
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| Name 'ERROR' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
27
|
| Variable 'ERROR' must be private and have accessor methods. |
27
|
| Line is longer than 80 characters. |
28
|
| Line contains a tab character. |
28
|
| Missing a Javadoc comment. |
28
|
| Name 'STATUS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
28
|
| Variable 'STATUS' must be private and have accessor methods. |
28
|
| Line is longer than 80 characters. |
29
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Name 'ALERT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29
|
| Variable 'ALERT' must be private and have accessor methods. |
29
|
| Line is longer than 80 characters. |
30
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Name 'SUCCESS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Variable 'SUCCESS' must be private and have accessor methods. |
30
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Variable 'name' must be private and have accessor methods. |
32
|
| Line contains a tab character. |
33
|
| Missing a Javadoc comment. |
33
|
| Name 'CssClass' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
33
|
| Variable 'CssClass' must be private and have accessor methods. |
33
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Parameter name should be final. |
38
|
| 'name' hides a field. |
38
|
| Expected @param tag for 'name'. |
38
|
| Parameter cssClass should be final. |
38
|
| Expected @param tag for 'cssClass'. |
38
|
| '{' should be on a new line. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter testName should be final. |
43
|
| '{' should be on a new line. |
43
|
| Line contains a tab character. |
44
|
| '{' is not preceded with whitespace. |
44
|
| '{' should be on a new line. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| '}' should be alone on a line. |
46
|
| '{' is not preceded with whitespace. |
46
|
| '{' should be on a new line. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| '}' should be alone on a line. |
48
|
| '{' is not preceded with whitespace. |
48
|
| '{' should be on a new line. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| '}' should be alone on a line. |
50
|
| '{' is not preceded with whitespace. |
50
|
| '{' should be on a new line. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| '}' should be alone on a line. |
52
|
| '{' is not preceded with whitespace. |
52
|
| '{' should be on a new line. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| '}' should be alone on a line. |
54
|
| '{' should be on a new line. |
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. |
59
|
| Missing a Javadoc comment. |
59
|
| '{' is not preceded with whitespace. |
59
|
| '{' should be on a new line. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter msgType should be final. |
63
|
| Parameter testName should be final. |
63
|
| '{' should be on a new line. |
63
|
| Line contains a tab character. |
64
|
| Conditional logic can be removed. |
64
|
| '{' should be on a new line. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| '}' should be alone on a line. |
66
|
| '{' should be on a new line. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
71
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter obj should be final. |
71
|
| '{' should be on a new line. |
71
|
| Line contains a tab character. |
72
|
| '{' should be on a new line. |
72
|
| Line contains a tab character. |
73
|
| 'cast' is not followed by whitespace. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| '}' should be alone on a line. |
75
|
| '{' should be on a new line. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
org/apache/pluto/portlet/admin/bean/PortletTO.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
28
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Name '_name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Name '_value' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| Name '_row' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
34
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| Name '_col' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
35
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| '{' is not preceded with whitespace. |
40
|
| '{' should be on a new line. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Parameter name should be final. |
52
|
| Expected @param tag for 'name'. |
52
|
| Parameter value should be final. |
52
|
| Expected @param tag for 'value'. |
52
|
| Parameter row should be final. |
52
|
| Expected @param tag for 'row'. |
52
|
| Parameter col should be final. |
52
|
| Expected @param tag for 'col'. |
52
|
| '{' should be on a new line. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Method 'getCol' is not designed for extension - needs to be abstract, final or empty. |
64
|
| '{' should be on a new line. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Method 'setCol' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter col should be final. |
70
|
| '{' should be on a new line. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
76
|
| '{' should be on a new line. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter name should be final. |
82
|
| '{' should be on a new line. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Method 'getRow' is not designed for extension - needs to be abstract, final or empty. |
88
|
| '{' should be on a new line. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Method 'setRow' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter row should be final. |
94
|
| '{' should be on a new line. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
100
|
| '{' should be on a new line. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter value should be final. |
106
|
| '{' should be on a new line. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
111
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| '{' should be on a new line. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter p_portlet should be final. |
130
|
| Name 'p_portlet' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
130
|
| '{' should be on a new line. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| 'cast' is not followed by whitespace. |
132
|
| Line contains a tab character. |
133
|
| Name 'p_row' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
133
|
| Line contains a tab character. |
134
|
| '{' should be on a new line. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| '}' should be alone on a line. |
136
|
| '{' is not preceded with whitespace. |
136
|
| '{' should be on a new line. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| '}' should be alone on a line. |
138
|
| '{' should be on a new line. |
138
|
| Line contains a tab character. |
139
|
| Name 'p_col' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
139
|
| Line contains a tab character. |
140
|
| '{' should be on a new line. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| '}' should be alone on a line. |
142
|
| '{' should be on a new line. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
org/apache/pluto/portlet/admin/bean/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/admin/controller/ControllerPortlet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
40
|
| Line contains a tab character. |
42
|
| Missing a Javadoc comment. |
42
|
| Name '_incView' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
42
|
| Variable '_incView' must be private and have accessor methods. |
42
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| Name '_incEdit' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
43
|
| Variable '_incEdit' must be private and have accessor methods. |
43
|
| Line contains a tab character. |
44
|
| Missing a Javadoc comment. |
44
|
| Name '_incHelp' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
44
|
| Variable '_incHelp' must be private and have accessor methods. |
44
|
| Line contains a tab character. |
45
|
| Missing a Javadoc comment. |
45
|
| Name '_properties' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
45
|
| Variable '_properties' must be private and have accessor methods. |
45
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Name '_ctx' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
46
|
| Variable '_ctx' must be private and have accessor methods. |
46
|
| Line contains a tab character. |
48
|
| Line is longer than 80 characters. |
49
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Method 'doEdit' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter request should be final. |
51
|
| Parameter response should be final. |
51
|
| Line contains a tab character. |
52
|
| '{' should be on a new line. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line is longer than 80 characters. |
59
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Method 'doView' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter request should be final. |
61
|
| Parameter response should be final. |
61
|
| Line contains a tab character. |
62
|
| '{' should be on a new line. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
69
|
| Line is longer than 80 characters. |
70
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Method 'doHelp' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter request should be final. |
72
|
| Parameter response should be final. |
72
|
| Line contains a tab character. |
73
|
| '{' should be on a new line. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| '{' should be on a new line. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| '{' should be on a new line. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| '{' should be on a new line. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| '{' should be on a new line. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| '{' should be on a new line. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line is longer than 80 characters. |
112
|
| Line contains a tab character. |
112
|
| ';' is not followed by whitespace. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| '}' should be alone on a line. |
115
|
| '{' should be on a new line. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
122
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
131
|
| Method 'log' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| Parameter msg should be final. |
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. |
136
|
| Method 'log' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter msg should be final. |
136
|
| Parameter e should be final. |
136
|
| '{' should be on a new line. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
141
|
| Method 'getPageRegistryFileName' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
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. |
144
|
| Line contains a tab character. |
146
|
| Method 'getPageRegistryFilePath' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| '{' should be on a new line. |
146
|
| Line is longer than 80 characters. |
147
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
150
|
| Method 'getPortletRegistryFileName' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| '{' should be on a new line. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
155
|
| Method 'getPortletRegistryFilePath' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| '{' should be on a new line. |
155
|
| Line is longer than 80 characters. |
156
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
159
|
| Method 'getDataDirPath' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Missing a Javadoc comment. |
159
|
| '{' should be on a new line. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line is longer than 80 characters. |
162
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line has trailing spaces. |
164
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line is longer than 80 characters. |
167
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line is longer than 80 characters. |
169
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
175
|
| Method 'printParams' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Missing a Javadoc comment. |
175
|
| Parameter request should be final. |
175
|
| '{' should be on a new line. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| '{' should be on a new line. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| '{' should be on a new line. |
181
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
org/apache/pluto/portlet/admin/controller/DeployWarPortlet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
42
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| Name 'service' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
43
|
| Line contains a tab character. |
46
|
| Method 'doEdit' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter request should be final. |
46
|
| Parameter response should be final. |
46
|
| Line contains a tab character. |
47
|
| '{' should be on a new line. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
51
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Method 'doView' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter request should be final. |
54
|
| Parameter response should be final. |
54
|
| Line contains a tab character. |
55
|
| '{' should be on a new line. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| '{' should be on a new line. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
67
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Method 'doHelp' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter request should be final. |
70
|
| Parameter response should be final. |
70
|
| Line contains a tab character. |
71
|
| '{' should be on a new line. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Method 'processAction' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter request should be final. |
75
|
| Parameter response should be final. |
75
|
| Line contains a tab character. |
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
|
| '{' should be on a new line. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| ',' is not followed by whitespace. |
84
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| '(' is followed by whitespace. |
89
|
| '{' should be on a new line. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| '}' should be alone on a line. |
91
|
| '{' should be on a new line. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line is longer than 80 characters. |
100
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
106
|
| '}' should be alone on a line. |
106
|
| '{' should be on a new line. |
106
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
111
|
| '}' should be alone on a line. |
111
|
| '{' should be on a new line. |
111
|
| Line contains a tab character. |
113
|
| Line is longer than 80 characters. |
114
|
| Line contains a tab character. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| '{' should be on a new line. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| '{' should be on a new line. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| '}' should be alone on a line. |
123
|
| '{' should be on a new line. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
129
|
| '}' should be alone on a line. |
129
|
| '{' should be on a new line. |
129
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line is longer than 80 characters. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
138
|
| '}' should be alone on a line. |
138
|
| '{' should be on a new line. |
138
|
| Line contains a tab character. |
139
|
| Line is longer than 80 characters. |
140
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
org/apache/pluto/portlet/admin/controller/PageRegistryPortlet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
35
|
| Line contains a tab character. |
37
|
| Missing a Javadoc comment. |
37
|
| Name 'service' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
37
|
| 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
|
| Line contains a tab character. |
42
|
| Method 'doEdit' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter request should be final. |
42
|
| Parameter response should be final. |
42
|
| Line contains a tab character. |
43
|
| '{' should be on a new line. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| '{' should be on a new line. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Method 'doView' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter request should be final. |
56
|
| Parameter response should be final. |
56
|
| Line contains a tab character. |
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 contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| '{' should be on a new line. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line is longer than 80 characters. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Method 'doHelp' 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
|
| Line contains a tab character. |
72
|
| '{' should be on a new line. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line is longer than 80 characters. |
77
|
| Line contains a tab character. |
79
|
| Method 'processAction' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter request should be final. |
79
|
| Parameter response should be final. |
79
|
| Line contains a tab character. |
80
|
| '{' should be on a new line. |
80
|
| Line contains a tab character. |
82
|
| '{' should be on a new line. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Comment matches to-do format 'TODO:'. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Comment matches to-do format 'TODO:'. |
95
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Comment matches to-do format 'TODO:'. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Comment matches to-do format 'TODO:'. |
107
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| '}' should be alone on a line. |
113
|
| '{' should be on a new line. |
113
|
| Line contains a tab character. |
114
|
| Line is longer than 80 characters. |
115
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
org/apache/pluto/portlet/admin/controller/PortletEntityRegistryPortlet.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
35
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
36
|
| Name 'service' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
36
|
| Line contains a tab character. |
37
|
| Line is longer than 80 characters. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Method 'doEdit' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter request should be final. |
40
|
| Parameter response should be final. |
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 is longer than 80 characters. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Method 'doView' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter request should be final. |
48
|
| Parameter response should be final. |
48
|
| Line contains a tab character. |
49
|
| '{' should be on a new line. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| '{' should be on a new line. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line is longer than 80 characters. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Method 'doHelp' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter request should be final. |
67
|
| Parameter response should be final. |
67
|
| Line contains a tab character. |
68
|
| '{' should be on a new line. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line is longer than 80 characters. |
73
|
| Method 'processAction' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter request should be final. |
75
|
| Parameter response should be final. |
75
|
| '{' should be on a new line. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Comment matches to-do format 'TODO:'. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line is longer than 80 characters. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line is longer than 80 characters. |
108
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
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. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
org/apache/pluto/portlet/admin/controller/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/admin/model/PageRegistryXao.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
41
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
45
|
| 'static' modifier out of order with the JLS suggestions. |
45
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
46
|
| 'static' modifier out of order with the JLS suggestions. |
46
|
| Missing a Javadoc comment. |
47
|
| 'static' modifier out of order with the JLS suggestions. |
47
|
| Missing a Javadoc comment. |
49
|
| Name 'mapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
49
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Expected @throws tag for 'Exception'. |
54
|
| Redundant throws: 'Exception' is unchecked exception. |
54
|
| '{' should be on a new line. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Redundant throws: 'Exception' is unchecked exception. |
58
|
| Line contains a tab character. |
60
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| Line is longer than 80 characters. |
62
|
| Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
62
|
| '+' is not preceded with whitespace. |
71
|
| '+' is not followed by whitespace. |
71
|
| ',' is not followed by whitespace. |
71
|
| Method 'save' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter page should be final. |
78
|
| Redundant throws: 'Exception' is unchecked exception. |
78
|
| '{' should be on a new line. |
78
|
| Line contains a tab character. |
79
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
79
|
| Line is longer than 80 characters. |
80
|
| Line contains a tab character. |
81
|
| Method 'load' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Redundant throws: 'Exception' is unchecked exception. |
92
|
| Line contains a tab character. |
94
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
94
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
97
|
| Line is longer than 80 characters. |
102
|
| 'cast' is not followed by whitespace. |
102
|
| Method 'pageExists' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| Parameter page should be final. |
106
|
| '{' should be on a new line. |
106
|
| Line contains a tab character. |
107
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| '{' should be on a new line. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| '}' should be alone on a line. |
113
|
| '{' should be on a new line. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| '{' 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. |
122
|
| '{' should be on a new line. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line is longer than 80 characters. |
126
|
| Line contains a tab character. |
126
|
| 'if' is not followed by whitespace. |
126
|
| '{' should be on a new line. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
org/apache/pluto/portlet/admin/model/PortletEntityRegistryXao.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
38
|
| '{' should be on a new line. |
44
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
48
|
| 'static' modifier out of order with the JLS suggestions. |
48
|
| Line is longer than 80 characters. |
49
|
| Missing a Javadoc comment. |
49
|
| 'static' modifier out of order with the JLS suggestions. |
49
|
| Missing a Javadoc comment. |
50
|
| 'static' modifier out of order with the JLS suggestions. |
50
|
| Missing a Javadoc comment. |
52
|
| Name 'castorApplications' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
52
|
| Missing a Javadoc comment. |
55
|
| Name 'mapping' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
55
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Expected @throws tag for 'Exception'. |
60
|
| Redundant throws: 'Exception' is unchecked exception. |
60
|
| '{' should be on a new line. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Redundant throws: 'Exception' is unchecked exception. |
64
|
| Line contains a tab character. |
66
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
66
|
| Line is longer than 80 characters. |
68
|
| Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
68
|
| '+' is not preceded with whitespace. |
77
|
| '+' is not followed by whitespace. |
77
|
| ',' is not followed by whitespace. |
77
|
| Method 'save' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter apps should be final. |
85
|
| Redundant throws: 'Exception' is unchecked exception. |
85
|
| Line contains a tab character. |
87
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
87
|
| Line is longer than 80 characters. |
88
|
| Line contains a tab character. |
89
|
| Method 'load' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Redundant throws: 'Exception' is unchecked exception. |
100
|
| Line contains a tab character. |
102
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
102
|
| Line is longer than 80 characters. |
104
|
| Line contains a tab character. |
105
|
| Line is longer than 80 characters. |
110
|
| 'cast' is not followed by whitespace. |
110
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter indent should be final. |
120
|
| '1000' is a magic number. |
122
|
| ',' is not followed by whitespace. |
123
|
| ',' is not followed by whitespace. |
126
|
| '{' should be on a new line. |
129
|
| ',' is not followed by whitespace. |
130
|
| '{' should be on a new line. |
137
|
| Line is longer than 80 characters. |
138
|
| 'cast' is not followed by whitespace. |
138
|
| '+' is not preceded with whitespace. |
138
|
| '+' is not followed by whitespace. |
138
|
| ',' is not followed by whitespace. |
140
|
| Method 'getApplications' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Redundant throws: 'Exception' is unchecked exception. |
145
|
| '{' should be on a new line. |
145
|
| Line contains a tab character. |
146
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
146
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line is longer than 80 characters. |
158
|
| Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Missing a Javadoc comment. |
158
|
| Parameter castorId should be final. |
158
|
| Redundant throws: 'Exception' is unchecked exception. |
158
|
| '{' should be on a new line. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| 'while' is not followed by whitespace. |
162
|
| '{' should be on a new line. |
162
|
| Line is longer than 80 characters. |
163
|
| Line contains a tab character. |
163
|
| 'cast' is not followed by whitespace. |
163
|
| Line contains a tab character. |
164
|
| '{' should be on a new line. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line is longer than 80 characters. |
172
|
| Method 'getPortletPreferences' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Parameter appId should be final. |
172
|
| Parameter portletId should be final. |
172
|
| Redundant throws: 'Exception' is unchecked exception. |
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. |
176
|
| Line contains a tab character. |
177
|
| 'while' is not followed by whitespace. |
177
|
| '{' should be on a new line. |
177
|
| Line contains a tab character. |
178
|
| 'cast' is not followed by whitespace. |
178
|
| Line contains a tab character. |
179
|
| '{' should be on a new line. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Method 'applicationExists' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Missing a Javadoc comment. |
187
|
| Parameter appContext should be final. |
187
|
| '{' should be on a new line. |
187
|
| Line contains a tab character. |
188
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
188
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| '{' should be on a new line. |
191
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| '}' should be alone on a line. |
193
|
| '{' should be on a new line. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| '{' should be on a new line. |
198
|
| Line is longer than 80 characters. |
199
|
| 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. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
org/apache/pluto/portlet/admin/model/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/admin/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/admin/services/DeployWarService.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| '{' should be on a new line. |
61
|
| Missing a Javadoc comment. |
63
|
| Line contains a tab character. |
64
|
| Missing a Javadoc comment. |
64
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| '{' should be on a new line. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Parameter logId should be final. |
77
|
| Expected @param tag for 'logId'. |
77
|
| '{' should be on a new line. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Expected an @return tag. |
88
|
| Line is longer than 80 characters. |
88
|
| Method 'processFileUpload' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter request should be final. |
88
|
| Parameter response should be final. |
88
|
| '{' should be on a new line. |
88
|
| Line contains a tab character. |
89
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
89
|
| Line is longer than 80 characters. |
92
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| '10' is a magic number. |
100
|
| '1000' is a magic number. |
100
|
| '1000' is a magic number. |
100
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| '100' is a magic number. |
103
|
| '1000' is a magic number. |
103
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
132
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| '(' is followed by whitespace. |
137
|
| '{' should be on a new line. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| '}' should be alone on a line. |
139
|
| '{' should be on a new line. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line is longer than 80 characters. |
143
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line is longer than 80 characters. |
145
|
| Line contains a tab character. |
145
|
| Line is longer than 80 characters. |
146
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| '=' is not followed by whitespace. |
149
|
| '{' should be on a new line. |
149
|
| Line contains a tab character. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| '{' should be on a new line. |
153
|
| Line is longer than 80 characters. |
154
|
| Line contains a tab character. |
154
|
| '+' should be on a new line. |
154
|
| Line is longer than 80 characters. |
155
|
| Line contains a tab character. |
155
|
| '+' should be on a new line. |
155
|
| Line is longer than 80 characters. |
156
|
| Line contains a tab character. |
156
|
| '+' should be on a new line. |
156
|
| Line is longer than 80 characters. |
157
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| '}' should be alone on a line. |
158
|
| '{' should be on a new line. |
158
|
| Line is longer than 80 characters. |
159
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| '{' is not preceded with whitespace. |
164
|
| '{' should be on a new line. |
164
|
| '}' should be alone on a line. |
168
|
| '{' should be on a new line. |
168
|
| '}' should be alone on a line. |
173
|
| '{' should be on a new line. |
173
|
| Line is longer than 80 characters. |
175
|
| Line contains a tab character. |
175
|
| Missing a Javadoc comment. |
182
|
| Parameter delimiter should be final. |
182
|
| Parameter pathName should be final. |
182
|
| '{' should be on a new line. |
182
|
| Line is longer than 80 characters. |
188
|
| Line contains a tab character. |
188
|
| Missing a Javadoc comment. |
188
|
| Parameter argStringArrayList should be final. |
188
|
| '{' should be on a new line. |
188
|
| Line is longer than 80 characters. |
189
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
194
|
| Missing a Javadoc comment. |
194
|
| Parameter zipfilename should be final. |
194
|
| Parameter filename should be final. |
194
|
| '{' should be on a new line. |
194
|
| Line contains a tab character. |
195
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
195
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| '{' should be on a new line. |
197
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| '{' should be on a new line. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| '{' should be on a new line. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| 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. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line has trailing spaces. |
218
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line is longer than 80 characters. |
220
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line is longer than 80 characters. |
227
|
| Line contains a tab character. |
227
|
| Parameter serverFileName should be final. |
227
|
| Parameter tempDir should be final. |
227
|
| Parameter request should be final. |
227
|
| Parameter appExists should be final. |
227
|
| Expected @throws tag for 'Exception'. |
227
|
| '{' should be on a new line. |
227
|
| Line is longer than 80 characters. |
228
|
| Line contains a tab character. |
228
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Name 'CONTAINER_HOME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
230
|
| Line is longer than 80 characters. |
231
|
| Line contains a tab character. |
231
|
| Name 'PORTLET_DEPLOY_DIR' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
231
|
| Line has trailing spaces. |
232
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| '{' should be on a new line. |
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 is longer than 80 characters. |
250
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| '{' should be on a new line. |
251
|
| Line contains a tab character. |
252
|
| Line contains a tab character. |
253
|
| '{' should be on a new line. |
253
|
| Line contains a tab character. |
254
|
| Line contains a tab character. |
255
|
| '{' should be on a new line. |
255
|
| Line contains a tab character. |
256
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| '+' is not preceded with whitespace. |
258
|
| '+' is not followed by whitespace. |
258
|
| '+' is not followed by whitespace. |
258
|
| Line contains a tab character. |
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. |
264
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line is longer than 80 characters. |
267
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Line contains a tab character. |
272
|
| Missing a Javadoc comment. |
272
|
| Parameter inputMap should be final. |
272
|
| '{' should be on a new line. |
272
|
| '{' should be on a new line. |
277
|
| Line contains a tab character. |
284
|
| Line contains a tab character. |
286
|
| Line contains a tab character. |
287
|
| Line contains a tab character. |
288
|
| Line contains a tab character. |
289
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
292
|
| Method 'setPage' is not designed for extension - needs to be abstract, final or empty. |
292
|
| Parameter req should be final. |
292
|
| Expected @param tag for 'req'. |
292
|
| '{' should be on a new line. |
292
|
| Line contains a tab character. |
293
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
293
|
| Line contains a tab character. |
294
|
| Line is longer than 80 characters. |
295
|
| Line contains a tab character. |
295
|
| 'cast' is not followed by whitespace. |
295
|
| 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
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Line contains a tab character. |
305
|
| Line contains a tab character. |
306
|
| Line contains a tab character. |
307
|
| Line contains a tab character. |
308
|
| Line contains a tab character. |
309
|
| Line contains a tab character. |
310
|
| Line is longer than 80 characters. |
311
|
| Line contains a tab character. |
311
|
| Line contains a tab character. |
312
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Line contains a tab character. |
315
|
| Method 'savePageLayout' is not designed for extension - needs to be abstract, final or empty. |
315
|
| Missing a Javadoc comment. |
315
|
| Parameter req should be final. |
315
|
| '{' should be on a new line. |
315
|
| Line contains a tab character. |
316
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
316
|
| Line contains a tab character. |
317
|
| Line contains a tab character. |
318
|
| Line is longer than 80 characters. |
319
|
| Line contains a tab character. |
319
|
| 'cast' is not followed by whitespace. |
319
|
| Line contains a tab character. |
320
|
| Line contains a tab character. |
321
|
| Line contains a tab character. |
322
|
| Line contains a tab character. |
323
|
| Line contains a tab character. |
324
|
| ';' is preceded with whitespace. |
324
|
| '{' should be on a new line. |
324
|
| Line contains a tab character. |
325
|
| ';' is preceded with whitespace. |
325
|
| '{' should be on a new line. |
325
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
327
|
| Name 'name_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
327
|
| Line contains a tab character. |
328
|
| Line contains a tab character. |
329
|
| Line contains a tab character. |
330
|
| Line contains a tab character. |
331
|
| Line has trailing spaces. |
332
|
| Line contains a tab character. |
332
|
| Line contains a tab character. |
333
|
| Line contains a tab character. |
334
|
| Line contains a tab character. |
335
|
| 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. |
340
|
| Line contains a tab character. |
341
|
| Line contains a tab character. |
342
|
| Line contains a tab character. |
343
|
| Line contains a tab character. |
345
|
| Line contains a tab character. |
346
|
| Line contains a tab character. |
347
|
| Line contains a tab character. |
349
|
| Line contains a tab character. |
350
|
| Line contains a tab character. |
351
|
| Line contains a tab character. |
352
|
| Method 'addToPageReg' is not designed for extension - needs to be abstract, final or empty. |
353
|
| Parameter page should be final. |
353
|
| '{' should be on a new line. |
353
|
| Line contains a tab character. |
354
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
354
|
| Line contains a tab character. |
355
|
| Line contains a tab character. |
356
|
| Line contains a tab character. |
358
|
| Line contains a tab character. |
359
|
| Line contains a tab character. |
360
|
| Line contains a tab character. |
361
|
| '{' should be on a new line. |
361
|
| Line contains a tab character. |
362
|
| Line is longer than 80 characters. |
363
|
| Line contains a tab character. |
363
|
| Line is longer than 80 characters. |
364
|
| Line contains a tab character. |
364
|
| 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. |
370
|
| Line contains a tab character. |
371
|
| Line contains a tab character. |
372
|
| Line contains a tab character. |
373
|
| Line contains a tab character. |
374
|
| '{' is not preceded with whitespace. |
374
|
| '{' should be on a new line. |
374
|
| Line is longer than 80 characters. |
375
|
| Line contains a tab character. |
375
|
| Line contains a tab character. |
376
|
| Line contains a tab character. |
377
|
| Line contains a tab character. |
378
|
| ';' is not followed by whitespace. |
378
|
| Line contains a tab character. |
379
|
| Line contains a tab character. |
380
|
| Line contains a tab character. |
381
|
| Line contains a tab character. |
382
|
| Line contains a tab character. |
384
|
| Line is longer than 80 characters. |
385
|
| Line contains a tab character. |
385
|
| Line contains a tab character. |
386
|
| Line contains a tab character. |
387
|
| Line contains a tab character. |
388
|
| Line contains a tab character. |
389
|
| Line contains a tab character. |
390
|
| Line contains a tab character. |
391
|
| Line contains a tab character. |
393
|
| Line contains a tab character. |
394
|
| Line is longer than 80 characters. |
395
|
| Line contains a tab character. |
395
|
| Line contains a tab character. |
396
|
| Line contains a tab character. |
397
|
| Line contains a tab character. |
398
|
| Line contains a tab character. |
399
|
| Line contains a tab character. |
400
|
| Line contains a tab character. |
401
|
| Line contains a tab character. |
402
|
| Line contains a tab character. |
403
|
| '{' should be on a new line. |
403
|
| Line contains a tab character. |
404
|
| Line contains a tab character. |
405
|
| 'cast' is not followed by whitespace. |
405
|
| Line contains a tab character. |
406
|
| Line contains a tab character. |
407
|
| Line contains a tab character. |
408
|
| Line contains a tab character. |
409
|
| Line contains a tab character. |
410
|
| Line contains a tab character. |
411
|
| '{' should be on a new line. |
411
|
| Line is longer than 80 characters. |
412
|
| Line contains a tab character. |
412
|
| Line is longer than 80 characters. |
413
|
| Line contains a tab character. |
413
|
| Line contains a tab character. |
414
|
| Line is longer than 80 characters. |
416
|
| Line contains a tab character. |
416
|
| Line is longer than 80 characters. |
417
|
| Line contains a tab character. |
417
|
| Line is longer than 80 characters. |
418
|
| Line contains a tab character. |
418
|
| Line contains a tab character. |
420
|
| Line contains a tab character. |
421
|
| '{' should be on a new line. |
421
|
| Line is longer than 80 characters. |
422
|
| Line contains a tab character. |
422
|
| Line contains a tab character. |
423
|
| Line is longer than 80 characters. |
424
|
| Line contains a tab character. |
424
|
| Line contains a tab character. |
425
|
| Line contains a tab character. |
426
|
| Line contains a tab character. |
427
|
| Line contains a tab character. |
429
|
| Line is longer than 80 characters. |
430
|
| Line contains a tab character. |
430
|
| Line contains a tab character. |
431
|
| Line contains a tab character. |
432
|
| Line contains a tab character. |
433
|
| Line contains a tab character. |
434
|
| Line contains a tab character. |
435
|
| Line contains a tab character. |
437
|
| '}' should be alone on a line. |
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. |
440
|
| '}' should be alone on a line. |
440
|
| '{' should be on a new line. |
440
|
| Line contains a tab character. |
441
|
| '{' should be on a new line. |
441
|
| Line contains a tab character. |
442
|
| '{' should be on a new line. |
442
|
| Line contains a tab character. |
443
|
| Line contains a tab character. |
444
|
| '}' should be alone on a line. |
444
|
| '{' should be on a new line. |
444
|
| Line contains a tab character. |
445
|
| Line contains a tab character. |
446
|
| Line contains a tab character. |
447
|
| Line contains a tab character. |
448
|
| Line contains a tab character. |
449
|
| Method 'addToPortletContexts' is not designed for extension - needs to be abstract, final or empty. |
452
|
| Missing a Javadoc comment. |
452
|
| Parameter context should be final. |
452
|
| '{' should be on a new line. |
452
|
| Line contains a tab character. |
453
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
453
|
| Line contains a tab character. |
454
|
| Line contains a tab character. |
455
|
| Line contains a tab character. |
456
|
| Line contains a tab character. |
457
|
| Line contains a tab character. |
458
|
| Line contains a tab character. |
459
|
| Line contains a tab character. |
460
|
| '{' should be on a new line. |
460
|
| Line contains a tab character. |
461
|
| Line is longer than 80 characters. |
462
|
| Line contains a tab character. |
462
|
| Line has trailing spaces. |
464
|
| Line contains a tab character. |
464
|
| Line contains a tab character. |
465
|
| Line contains a tab character. |
466
|
| Line contains a tab character. |
467
|
| Avoid inline conditionals. |
467
|
| Line has trailing spaces. |
469
|
| Line contains a tab character. |
469
|
| Line contains a tab character. |
470
|
| Line contains a tab character. |
471
|
| Line is longer than 80 characters. |
472
|
| Line contains a tab character. |
472
|
| Line contains a tab character. |
473
|
| '{' should be on a new line. |
473
|
| Line contains a tab character. |
474
|
| Line contains a tab character. |
475
|
| Line is longer than 80 characters. |
476
|
| Line contains a tab character. |
476
|
| Line contains a tab character. |
477
|
| '{' should be on a new line. |
477
|
| Line contains a tab character. |
478
|
| ';' is not followed by whitespace. |
478
|
| Line is longer than 80 characters. |
479
|
| Line contains a tab character. |
479
|
| ';' is not followed by whitespace. |
479
|
| Line contains a tab character. |
480
|
| '{' should be on a new line. |
480
|
| Line has trailing spaces. |
481
|
| Line contains a tab character. |
481
|
| Line contains a tab character. |
482
|
| Line contains a tab character. |
483
|
| Line contains a tab character. |
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. |
488
|
| Line contains a tab character. |
489
|
| Line contains a tab character. |
490
|
| ',' is not followed by whitespace. |
490
|
| Line contains a tab character. |
491
|
| Line contains a tab character. |
492
|
| '}' should be alone on a line. |
492
|
| '{' should be on a new line. |
492
|
| Line is longer than 80 characters. |
493
|
| Line contains a tab character. |
493
|
| Line contains a tab character. |
494
|
| Line contains a tab character. |
495
|
| Line contains a tab character. |
496
|
| Method 'pageExists' is not designed for extension - needs to be abstract, final or empty. |
500
|
| Missing a Javadoc comment. |
500
|
| Parameter pageName should be final. |
500
|
| '{' should be on a new line. |
500
|
| Line contains a tab character. |
501
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
501
|
| Line contains a tab character. |
502
|
| Line contains a tab character. |
503
|
| '{' should be on a new line. |
503
|
| Line contains a tab character. |
504
|
| Line contains a tab character. |
505
|
| Line contains a tab character. |
506
|
| '}' should be alone on a line. |
506
|
| '{' should be on a new line. |
506
|
| Line contains a tab character. |
507
|
| Line contains a tab character. |
508
|
| Line contains a tab character. |
509
|
| Line contains a tab character. |
510
|
| Method 'readFileToString' is not designed for extension - needs to be abstract, final or empty. |
513
|
| Missing a Javadoc comment. |
513
|
| Parameter file should be final. |
513
|
| '{' is not preceded with whitespace. |
513
|
| '{' should be on a new line. |
513
|
| Line contains a tab character. |
514
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
514
|
| Line contains a tab character. |
515
|
| Line contains a tab character. |
516
|
| Line contains a tab character. |
517
|
| '{' should be on a new line. |
517
|
| Line contains a tab character. |
518
|
| Line contains a tab character. |
519
|
| Line contains a tab character. |
520
|
| Line contains a tab character. |
521
|
| Line contains a tab character. |
522
|
| 'while' is not followed by whitespace. |
522
|
| '{' should be on a new line. |
522
|
| Line contains a tab character. |
523
|
| 'cast' is not followed by whitespace. |
523
|
| Line contains a tab character. |
524
|
| Line contains a tab character. |
525
|
| Line contains a tab character. |
526
|
| Line contains a tab character. |
527
|
| '}' should be alone on a line. |
527
|
| '{' should be on a new line. |
527
|
| Line contains a tab character. |
528
|
| Line contains a tab character. |
529
|
| Line contains a tab character. |
530
|
| '}' should be alone on a line. |
530
|
| '{' should be on a new line. |
530
|
| Line contains a tab character. |
531
|
| Line contains a tab character. |
532
|
| Line contains a tab character. |
533
|
| '}' should be alone on a line. |
533
|
| '{' should be on a new line. |
533
|
| Line contains a tab character. |
534
|
| '{' should be on a new line. |
534
|
| Line contains a tab character. |
535
|
| '{' should be on a new line. |
535
|
| Line contains a tab character. |
536
|
| Line contains a tab character. |
537
|
| '}' should be alone on a line. |
537
|
| '{' should be on a new line. |
537
|
| Line contains a tab character. |
538
|
| Line contains a tab character. |
539
|
| Line contains a tab character. |
540
|
| Line contains a tab character. |
541
|
| Line contains a tab character. |
542
|
| Line contains a tab character. |
543
|
| Method 'writeStringToFile' is not designed for extension - needs to be abstract, final or empty. |
546
|
| Missing a Javadoc comment. |
546
|
| Parameter file should be final. |
546
|
| Parameter contents should be final. |
546
|
| '{' is not preceded with whitespace. |
546
|
| '{' should be on a new line. |
546
|
| Line contains a tab character. |
547
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
547
|
| Line contains a tab character. |
548
|
| Line contains a tab character. |
549
|
| '{' should be on a new line. |
549
|
| Line contains a tab character. |
550
|
| Line contains a tab character. |
551
|
| Line contains a tab character. |
552
|
| Line contains a tab character. |
553
|
| '}' should be alone on a line. |
553
|
| '{' should be on a new line. |
553
|
| Line contains a tab character. |
554
|
| Line contains a tab character. |
555
|
| Line contains a tab character. |
556
|
| '}' should be alone on a line. |
556
|
| '{' should be on a new line. |
556
|
| Line contains a tab character. |
557
|
| Line contains a tab character. |
558
|
| Line contains a tab character. |
559
|
| '}' should be alone on a line. |
559
|
| '{' should be on a new line. |
559
|
| Line contains a tab character. |
560
|
| '{' should be on a new line. |
560
|
| Line contains a tab character. |
561
|
| '{' should be on a new line. |
561
|
| Line contains a tab character. |
562
|
| Line contains a tab character. |
563
|
| '}' should be alone on a line. |
563
|
| '{' should be on a new line. |
563
|
| Line contains a tab character. |
564
|
| Line contains a tab character. |
565
|
| Line contains a tab character. |
566
|
| Line contains a tab character. |
567
|
| Line contains a tab character. |
568
|
org/apache/pluto/portlet/admin/services/PageRegistryService.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| '{' should be on a new line. |
44
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
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. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
79
|
| Method 'getPageRegistry' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| '{' should be on a new line. |
79
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| '{' should be on a new line. |
83
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| '{' should be on a new line. |
93
|
| 'if' is not followed by whitespace. |
96
|
| '{' should be on a new line. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| '{' should be on a new line. |
107
|
| Line contains a tab character. |
108
|
| 'cast' is not followed by whitespace. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| 'cast' is not followed by whitespace. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
175
|
| Method 'getPageVO' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Missing a Javadoc comment. |
175
|
| Parameter name should be final. |
175
|
| '{' is not preceded with whitespace. |
175
|
| '{' should be on a new line. |
175
|
| Line contains a tab character. |
176
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
176
|
| 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. |
182
|
| '{' should be on a new line. |
182
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
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. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| 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 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. |
252
|
| Line contains a tab character. |
253
|
| Method 'getAllPages' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Parameter req should be final. |
253
|
| Expected @param tag for 'req'. |
253
|
| '{' should be on a new line. |
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. |
259
|
| Method 'getPage' is not designed for extension - needs to be abstract, final or empty. |
259
|
| Missing a Javadoc comment. |
259
|
| Parameter req should be final. |
259
|
| '{' should be on a new line. |
259
|
| Line contains a tab character. |
260
|
| Line contains a tab character. |
261
|
| Line is longer than 80 characters. |
262
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
265
|
| Method 'modifyPageAttributes' is not designed for extension - needs to be abstract, final or empty. |
265
|
| Missing a Javadoc comment. |
265
|
| Parameter req should be final. |
265
|
| '{' should be on a new line. |
265
|
| Line contains a tab character. |
266
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
266
|
| Line contains a tab character. |
267
|
| Line is longer than 80 characters. |
268
|
| Line contains a tab character. |
268
|
| 'cast' is not followed by whitespace. |
268
|
| Line contains a tab character. |
269
|
| Line contains a tab character. |
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
|
| 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 is longer than 80 characters. |
279
|
| 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 'getPortletMapForSelect' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Missing a Javadoc comment. |
283
|
| Parameter app should be final. |
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. |
286
|
| Line contains a tab character. |
287
|
| '{' should be on a new line. |
287
|
| Line contains a tab character. |
288
|
| 'cast' is not followed by whitespace. |
288
|
| Line contains a tab character. |
289
|
| '{' should be on a new line. |
289
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Line contains a tab character. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| 'while' is not followed by whitespace. |
296
|
| '{' is not preceded with whitespace. |
296
|
| '{' should be on a new line. |
296
|
| Line contains a tab character. |
297
|
| 'cast' is not followed by whitespace. |
297
|
| Line contains a tab character. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line contains a tab character. |
301
|
org/apache/pluto/portlet/admin/services/PortletNameFinder.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Utility classes should not have a public or default constructor. |
44
|
| '{' should be on a new line. |
44
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
48
|
| '{' should be on a new line. |
48
|
| Missing a Javadoc comment. |
52
|
| Parameter ios should be final. |
52
|
| Redundant throws: 'Exception' is unchecked exception. |
52
|
| '{' should be on a new line. |
52
|
| Line contains a tab character. |
53
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| '{' should be on a new line. |
73
|
| '}' should be alone on a line. |
75
|
| '{' should be on a new line. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line is longer than 80 characters. |
81
|
| '{' should be on a new line. |
86
|
| '}' should be alone on a line. |
88
|
| '{' should be on a new line. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| '}' should be alone on a line. |
91
|
| '{' should be on a new line. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| '{' should be on a new line. |
99
|
| Line is longer than 80 characters. |
102
|
| '{' should be on a new line. |
120
|
| Missing a Javadoc comment. |
121
|
| Missing a Javadoc comment. |
122
|
| Name 'out' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
122
|
| Variable 'out' must be private and have accessor methods. |
122
|
| Missing a Javadoc comment. |
123
|
| Parameter p_out should be final. |
123
|
| Name 'p_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
123
|
| '{' should be on a new line. |
123
|
| Line contains a tab character. |
124
|
| Missing a Javadoc comment. |
128
|
| Parameter e should be final. |
128
|
| '{' should be on a new line. |
128
|
| '{' should be on a new line. |
130
|
| '+' should be on a new line. |
133
|
| '+' should be on a new line. |
134
|
| Missing a Javadoc comment. |
140
|
| Parameter e should be final. |
140
|
| '{' should be on a new line. |
140
|
| Line contains a tab character. |
141
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
141
|
| Line contains a tab character. |
143
|
| Missing a Javadoc comment. |
146
|
| Parameter e should be final. |
146
|
| '{' should be on a new line. |
146
|
| Line contains a tab character. |
147
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
147
|
| Line is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| Missing a Javadoc comment. |
153
|
| Parameter e should be final. |
153
|
| '{' should be on a new line. |
153
|
| Line contains a tab character. |
154
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
154
|
| Line is longer than 80 characters. |
156
|
| Line contains a tab character. |
156
|
org/apache/pluto/portlet/admin/services/PortletRegistryService.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
37
|
| '{' should be on a new line. |
46
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| '{' should be on a new line. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
58
|
| Method 'getPageRegistryData' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter prPath should be final. |
58
|
| '{' should be on a new line. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
75
|
| Method 'getPortletEntityRegistry' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter perPath should be final. |
75
|
| '{' should be on a new line. |
75
|
| Line contains a tab character. |
76
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
93
|
| Line is longer than 80 characters. |
94
|
| Line contains a tab character. |
94
|
| Line is longer than 80 characters. |
95
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| Method 'getPortletPreferences' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter perPath should be final. |
110
|
| Parameter appId should be final. |
110
|
| Parameter portletId should be final. |
110
|
| ')' is preceded with whitespace. |
110
|
| '{' should be on a new line. |
110
|
| Line is longer than 80 characters. |
111
|
| Line contains a tab character. |
111
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line is longer than 80 characters. |
122
|
| Line contains a tab character. |
122
|
| Method 'addPortletPreference' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Parameter perPath should be final. |
122
|
| Parameter appId should be final. |
122
|
| Parameter portletId should be final. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on a new line. |
122
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
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. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
153
|
| Missing a Javadoc comment. |
153
|
| '{' should be on a new line. |
153
|
| Line contains a tab character. |
154
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| '{' should be on a new line. |
158
|
| Line is longer than 80 characters. |
159
|
| Line contains a tab character. |
159
|
| Line is longer than 80 characters. |
160
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| '}' should be alone on a line. |
162
|
| '{' should be on a new line. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| '{' should be on a new line. |
169
|
| Line is longer than 80 characters. |
170
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| '{' should be on a new line. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
184
|
| Method 'getPortletEntityRegistry' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Parameter request should be final. |
184
|
| '{' should be on a new line. |
184
|
| Line contains a tab character. |
185
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
188
|
| '{' should be on a new line. |
188
|
| Line is longer than 80 characters. |
189
|
| Line contains a tab character. |
189
|
| Line is longer than 80 characters. |
190
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| '}' should be alone on a line. |
194
|
| '{' should be on a new line. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| Line is longer than 80 characters. |
200
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
206
|
| Method 'getPortletEntityRegistryApp' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Missing a Javadoc comment. |
206
|
| Parameter request should be final. |
206
|
| '{' should be on a new line. |
206
|
| Line contains a tab character. |
207
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
207
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| '{' should be on a new line. |
213
|
| Line is longer than 80 characters. |
214
|
| Line contains a tab character. |
214
|
| Line is longer than 80 characters. |
215
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| '}' should be alone on a line. |
217
|
| '{' should be on a new line. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line is longer than 80 characters. |
221
|
| Line contains a tab character. |
221
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
225
|
| Method 'getPortletPreferences' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Missing a Javadoc comment. |
225
|
| Parameter request should be final. |
225
|
| '{' should be on a new line. |
225
|
| Line contains a tab character. |
226
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| '{' should be on a new line. |
233
|
| Line is longer than 80 characters. |
234
|
| Line contains a tab character. |
234
|
| Line is longer than 80 characters. |
235
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| '}' should be alone on a line. |
238
|
| '{' should be on a new line. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line is longer than 80 characters. |
243
|
| Line contains a tab character. |
243
|
| 'cast' is not followed by whitespace. |
243
|
| Line contains a tab character. |
244
|
| '{' should be on a new line. |
244
|
| Line contains a tab character. |
245
|
| Line contains a tab character. |
246
|
| Line contains a tab character. |
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
|
org/apache/pluto/portlet/admin/services/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/admin/taglib/MessageTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
58
|
| '{' should be on a new line. |
69
|
| Line contains a tab character. |
71
|
| Missing a Javadoc comment. |
71
|
| Name 'message' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
71
|
| Line contains a tab character. |
72
|
| Missing a Javadoc comment. |
72
|
| Name 'messageType' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Missing a Javadoc comment. |
74
|
| Name 'cssClass' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
74
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line is longer than 80 characters. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line is longer than 80 characters. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line is longer than 80 characters. |
85
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Expected an @return tag. |
92
|
| Line contains a tab character. |
92
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Expected @throws tag for 'JspException'. |
92
|
| '{' should be on a new line. |
92
|
| Line is longer than 80 characters. |
94
|
| 'cast' is not followed by whitespace. |
94
|
| Line is longer than 80 characters. |
96
|
| 'cast' is not followed by whitespace. |
96
|
| Line contains a tab character. |
97
|
| Line is longer than 80 characters. |
98
|
| 'cast' is not followed by whitespace. |
98
|
| Line contains a tab character. |
99
|
| '{' should be on a new line. |
101
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on a new line. |
103
|
| Line contains a tab character. |
104
|
| '{' should be on a new line. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| '}' should be alone on a line. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on a new line. |
108
|
| Line contains a tab character. |
110
|
| '}' should be alone on a line. |
110
|
| ')' is preceded with whitespace. |
110
|
| '{' should be on a new line. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| '{' should be on a new line. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| '}' should be alone on a line. |
124
|
| '{' should be on a new line. |
124
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
130
|
| Missing a Javadoc comment. |
130
|
| Parameter msg should be final. |
130
|
| Parameter css should be final. |
130
|
| '{' is not preceded with whitespace. |
130
|
| '{' should be on a new line. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Parameter message should be final. |
141
|
| 'message' hides a field. |
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
|
| Line contains a tab character. |
148
|
| Method 'setCssClass' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter cssClass should be final. |
148
|
| 'cssClass' hides a field. |
148
|
| '{' should be on a new line. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Method 'setMessageType' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Parameter messageType should be final. |
154
|
| 'messageType' hides a field. |
154
|
| '{' should be on a new line. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
org/apache/pluto/portlet/admin/taglib/PortletSelectTag.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
44
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Name 'portletMap' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
46
|
| Line contains a tab character. |
47
|
| Missing a Javadoc comment. |
47
|
| Name 'row' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
47
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Name 'column' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
48
|
| Line contains a tab character. |
50
|
| 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. |
51
|
| 'cast' is not followed by whitespace. |
51
|
| Line is longer than 80 characters. |
53
|
| 'cast' is not followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on a new line. |
55
|
| Line contains a tab character. |
56
|
| '{' should be on a new line. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| '{' should be on a new line. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| 'cast' is not followed by whitespace. |
63
|
| Line contains a tab character. |
64
|
| 'cast' is not followed by whitespace. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| '{' should be on a new line. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| 'while' is not followed by whitespace. |
69
|
| '{' should be on a new line. |
69
|
| Line contains a tab character. |
70
|
| 'cast' is not followed by whitespace. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| '{' should be on a new line. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| '}' should be alone on a line. |
84
|
| '{' should be on a new line. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Method 'setPortletMap' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter portletMap should be final. |
94
|
| 'portletMap' hides a field. |
94
|
| '{' should be on a new line. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Method 'setColumn' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter column should be final. |
100
|
| 'column' hides a field. |
100
|
| '{' should be on a new line. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Method 'setRow' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter row should be final. |
106
|
| 'row' hides a field. |
106
|
| '{' should be on a new line. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
org/apache/pluto/portlet/admin/taglib/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/pluto/portlet/admin/util/PlutoAdminContext.java
Error | Line |
| Line does not match expected header line of ' Version 2.0, January 2004'. |
2
|
| Class PlutoAdminContext should be declared as final. |
38
|
| '{' should be on a new line. |
38
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Line is longer than 80 characters. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Name '_containerHome' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Line contains a tab character. |
44
|
| Missing a Javadoc comment. |
44
|
| Name '_plutoHome' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Line contains a tab character. |
45
|
| Missing a Javadoc comment. |
45
|
| Name '_plutoContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Name '_deploymentPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Line contains a tab character. |
47
|
| Missing a Javadoc comment. |
47
|
| Name '_cache' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Name '_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| '{' should be on a new line. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
56
|
| Missing a Javadoc comment. |
56
|
| '{' is not preceded with whitespace. |
56
|
| '{' should be on a new line. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| '{' should be on a new line. |
67
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| '{' is not preceded with whitespace. |
91
|
| '{' should be on a new line. |
91
|
| Line contains a tab character. |
92
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line is longer than 80 characters. |
99
|
| Line contains a tab character. |
99
|
| Line is longer than 80 characters. |
100
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Unused @throws tag for 'IOException'. |
130
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Unused @throws tag for 'NullPointerException'. |
132
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Parameter propFileName should be final. |
135
|
| '{' is not preceded with whitespace. |
135
|
| '{' should be on a new line. |
135
|
| Line contains a tab character. |
136
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| 'cast' is not followed by whitespace. |
139
|
| Line contains a tab character. |
140
|
| '(' is followed by whitespace. |
140
|
| '{' should be on a new line. |
140
|
| Line contains a tab character. |
141
|
| Line is longer than 80 characters. |
142
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| '{' should be on a new line. |
143
|
| Line contains a tab character. |
144
|
| '+' should be on a new line. |
144
|
| Line is longer than 80 characters. |
145
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
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 alone on a line. |
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. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| '}' should be alone on a line. |
160
|
| '{' should be on a new line. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
165
|
| Missing a Javadoc comment. |
165
|
| '{' is not preceded with whitespace. |
165
|
| '{' should be on a new line. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
169
|
| Missing a Javadoc comment. |
169
|
| '{' is not preceded with whitespace. |
169
|
| '{' should be on a new line. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Expected an @return tag. |
178
|
| Line contains a tab character. |
178
|
| '{' should be on a new line. |
178
|
| Line is longer than 80 characters. |
179
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line has trailing spaces. |
185
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Expected an @return tag. |
188
|
| Line contains a tab character. |
188
|
| '{' is not preceded with whitespace. |
188
|
| '{' should be on a new line. |
188
|
| Line contains a tab character. |
189
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| Line has trailing spaces. |
193
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line has trailing spaces. |
196
|
| Line contains a tab character. |
196
|
| Unused @param tag for 'home'. |
197
|
| Parameter plutoHome should be final. |
199
|
| Expected @param tag for 'plutoHome'. |
199
|
| '{' should be on a new line. |
199
|
| Line contains a tab character. |
200
|
| Name 'METHOD_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
200
|
| Comment matches to-do format 'TODO:'. |
201
|
| Line is longer than 80 characters. |
201
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| '{' should be on a new line. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| '{' should be on a new line. |
205
|
| Line is longer than 80 characters. |
206
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line contains a tab character. |
208
|
| Line is longer than 80 characters. |
209
|
| Line contains a tab character. |
209
|
| '}' should be alone on a line. |
209
|
| '-' is not preceded with whitespace. |
209
|
| '-' is not followed by whitespace. |
209
|
| '{' should be on a new line. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| '}' should be alone on a line. |
212
|
| '{' should be on a new line. |
212
|
| Line has trailing spaces. |
213
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| Line is longer than 80 characters. |
215
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line is longer than 80 characters. |
219
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Line is longer than 80 characters. |
222
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Line contains a tab character. |
225
|
| Line is longer than 80 characters. |
226
|
| Line contains a tab character. |
226
|
| Line has trailing spaces. |
228
|
| Line has trailing spaces. |
230
|
| Line is longer than 80 characters. |
230
|
| Expected an @return tag. |
233
|
| '{' is not preceded with whitespace. |
233
|
| '{' should be on a new line. |
233
|
| Line has trailing spaces. |
234
|
| Line has trailing spaces. |
236
|
| Expected an @return tag. |
241
|
| '{' is not preceded with whitespace. |
241
|
| '{' should be on a new line. |
241
|
| Line has trailing spaces. |
242
|
org/apache/pluto/portlet/admin/util/PortletApplicationEntityImplComparator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
31
|
| '{' should be on a new line. |
31
|
| Line is longer than 80 characters. |
33
|
| Line contains a tab character. |
33
|
| Missing a Javadoc comment. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| '{' should be on a new line. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter obj1 should be final. |
41
|
| Parameter obj2 should be final. |
41
|
| '{' should be on a new line. |
41
|
| Line is longer than 80 characters. |
42
|
| Line contains a tab character. |
42
|
| '{' should be on a new line. |
42
|
| Line is longer than 80 characters. |
43
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| '}' should be alone on a line. |
44
|
| '{' should be on a new line. |
44
|
| Line is longer than 80 characters. |
45
|
| Line contains a tab character. |
45
|
| 'cast' is not followed by whitespace. |
45
|
| Line is longer than 80 characters. |
46
|
| Line contains a tab character. |
46
|
| 'cast' is not followed by whitespace. |
46
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
org/apache/pluto/portlet/admin/util/package.html
Error | Line |
| Missing package documentation file. | 0 |