Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
61 | 0 | 0 | 2480 |
Files
org/apache/excalibur/event/command/AbstractThreadManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| First sentence should end with a period. |
30
|
| '{' should be on the previous line. |
38
|
| First sentence should end with a period. |
39
|
| Name 'm_pipelines' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| First sentence should end with a period. |
42
|
| Name 'm_executor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| First sentence should end with a period. |
45
|
| Name 'm_done' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| First sentence should end with a period. |
48
|
| Line is longer than 80 characters. |
48
|
| Name 'm_sleepTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| '1000L' is a magic number. |
49
|
| First sentence should end with a period. |
51
|
| Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| First sentence should end with a period. |
54
|
| Expected an @return tag. |
55
|
| Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. |
55
|
| '{' should be on the previous line. |
56
|
| First sentence should end with a period. |
60
|
| Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. |
65
|
| '(' is followed by whitespace. |
65
|
| Parameter sleepTime should be final. |
65
|
| ')' is preceded with whitespace. |
65
|
| '{' should be on the previous line. |
66
|
| Expected an @return tag. |
73
|
| Method 'getSleepTime' is not designed for extension - needs to be abstract, final or empty. |
73
|
| '{' should be on the previous line. |
74
|
| First sentence should end with a period. |
78
|
| Method 'setExecutor' is not designed for extension - needs to be abstract, final or empty. |
83
|
| '(' is followed by whitespace. |
83
|
| Parameter executor should be final. |
83
|
| ')' is preceded with whitespace. |
83
|
| '{' should be on the previous line. |
84
|
| 'if' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| '}' should be on the same line. |
88
|
| '{' should be on the previous line. |
90
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| Line is longer than 80 characters. |
96
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
100
|
| '{' should be on the previous line. |
101
|
| 'if' is not followed by whitespace. |
102
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| Method 'register' is not designed for extension - needs to be abstract, final or empty. |
116
|
| '(' is followed by whitespace. |
116
|
| Parameter pipeline should be final. |
116
|
| ')' is preceded with whitespace. |
116
|
| '{' should be on the previous line. |
117
|
| 'if' is not followed by whitespace. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| Line is longer than 80 characters. |
120
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
121
|
| '{' should be on the previous line. |
125
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| 'if' is not followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '{' should be on the previous line. |
131
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| '}' should be on the same line. |
134
|
| 'catch' is not followed by whitespace. |
135
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '{' should be on the previous line. |
136
|
| First sentence should end with a period. |
142
|
| Method 'deregister' is not designed for extension - needs to be abstract, final or empty. |
147
|
| '(' is followed by whitespace. |
147
|
| Parameter pipeline should be final. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| 'if' is not followed by whitespace. |
149
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| '{' should be on the previous line. |
150
|
| Line is longer than 80 characters. |
151
|
| '(' is followed by whitespace. |
151
|
| ')' is preceded with whitespace. |
152
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| 'if' is not followed by whitespace. |
157
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
| '{' should be on the previous line. |
158
|
| First sentence should end with a period. |
163
|
| Method 'deregisterAll' is not designed for extension - needs to be abstract, final or empty. |
166
|
| '{' should be on the previous line. |
167
|
| 'if' is not followed by whitespace. |
168
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '{' should be on the previous line. |
169
|
| Line is longer than 80 characters. |
170
|
| '(' is followed by whitespace. |
170
|
| Line is longer than 80 characters. |
171
|
| ')' is preceded with whitespace. |
171
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| '{' should be on the previous line. |
176
|
| '(' is followed by whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| '(' is followed by whitespace. |
182
|
| '!' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| '{' should be on the previous line. |
183
|
| Line is longer than 80 characters. |
184
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
192
|
| '{' should be on the previous line. |
193
|
| Missing a Javadoc comment. |
200
|
| '{' is not followed by whitespace. |
200
|
| '}' is not preceded with whitespace. |
200
|
| First sentence should end with a period. |
202
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
206
|
| '{' should be on the previous line. |
207
|
| 'while' is not followed by whitespace. |
208
|
| '(' is followed by whitespace. |
208
|
| ')' is preceded with whitespace. |
208
|
| '{' should be on the previous line. |
209
|
| 'while' is not followed by whitespace. |
212
|
| '(' is followed by whitespace. |
212
|
| ')' is preceded with whitespace. |
212
|
| '{' should be on the previous line. |
213
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '{' should be on the previous line. |
217
|
| '(' is followed by whitespace. |
218
|
| ')' is preceded with whitespace. |
218
|
| '}' should be on the same line. |
219
|
| 'catch' is not followed by whitespace. |
220
|
| '(' is followed by whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| '{' should be on the previous line. |
221
|
| 'if' is not followed by whitespace. |
222
|
| '(' is followed by whitespace. |
222
|
| ')' is preceded with whitespace. |
222
|
| '{' should be on the previous line. |
223
|
| Line is longer than 80 characters. |
224
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| '{' should be on the previous line. |
230
|
| '{' should be on the previous line. |
232
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| '}' should be on the same line. |
234
|
| 'catch' is not followed by whitespace. |
235
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| '{' should be on the previous line. |
236
|
| Line is longer than 80 characters. |
244
|
| '{' should be on the previous line. |
250
|
| First sentence should end with a period. |
251
|
| Name 'm_pipeline' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
252
|
| '(' is followed by whitespace. |
259
|
| Parameter pipeline should be final. |
259
|
| ')' is preceded with whitespace. |
259
|
| '{' should be on the previous line. |
260
|
| First sentence should end with a period. |
264
|
| Line is longer than 80 characters. |
265
|
| '{' should be on the previous line. |
268
|
| 'for' is not followed by whitespace. |
272
|
| '(' is followed by whitespace. |
272
|
| ')' is preceded with whitespace. |
272
|
| '{' should be on the previous line. |
273
|
| '{' should be on the previous line. |
275
|
| '(' is followed by whitespace. |
276
|
| ')' is preceded with whitespace. |
276
|
| '}' should be on the same line. |
277
|
| 'catch' is not followed by whitespace. |
278
|
| '(' is followed by whitespace. |
278
|
| ')' is preceded with whitespace. |
278
|
| '{' should be on the previous line. |
279
|
| 'if' is not followed by whitespace. |
284
|
| '(' is followed by whitespace. |
284
|
| ')' is preceded with whitespace. |
284
|
| '{' should be on the previous line. |
285
|
| Line is longer than 80 characters. |
286
|
| '(' is followed by whitespace. |
286
|
| ')' is preceded with whitespace. |
287
|
org/apache/excalibur/event/command/CommandManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Using the '.*' form of import should be avoided - org.apache.excalibur.event.*. |
30
|
| Missing a Javadoc comment. |
70
|
| Name 'm_queue' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
70
|
| Missing a Javadoc comment. |
71
|
| Name 'm_signalHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
71
|
| Missing a Javadoc comment. |
72
|
| Name 'm_mutex' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| Missing a Javadoc comment. |
73
|
| Name 'm_eventHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
73
|
| Missing a Javadoc comment. |
74
|
| Name 'm_sources' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
74
|
| Missing a Javadoc comment. |
75
|
| Name 'm_failureHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
75
|
| Missing a Javadoc comment. |
76
|
| Name 'm_isAccepting' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
76
|
| First sentence should end with a period. |
78
|
| Line is longer than 80 characters. |
85
|
| Line is longer than 80 characters. |
96
|
| Unused @throws tag for 'NullPointerException'. |
100
|
| Method 'setCommandFailureHandler' is not designed for extension - needs to be abstract, final or empty. |
102
|
| 'if' construct must use '{}'s. |
103
|
| Line is longer than 80 characters. |
108
|
| Method 'getCommandFailureHandler' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
134
|
| Parameter signal should be final. |
134
|
| Parameter handler should be final. |
134
|
| Line is longer than 80 characters. |
137
|
| Must have at least one statement. |
148
|
| Line is longer than 80 characters. |
162
|
| Parameter signal should be final. |
162
|
| Parameter handler should be final. |
162
|
| Line is longer than 80 characters. |
165
|
| Must have at least one statement. |
176
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Missing a Javadoc comment. |
215
|
| Missing a Javadoc comment. |
216
|
| Name 'm_signalHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
216
|
| Missing a Javadoc comment. |
217
|
| Name 'm_delayedCommands' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
217
|
| Missing a Javadoc comment. |
219
|
| Parameter signalHandlers should be final. |
219
|
| Missing a Javadoc comment. |
223
|
| Redundant 'final' modifier. |
223
|
| Parameter elements should be final. |
223
|
| Line is longer than 80 characters. |
230
|
| Line is longer than 80 characters. |
237
|
| Line is longer than 80 characters. |
244
|
| Line is longer than 80 characters. |
247
|
| '+' should be on a new line. |
248
|
| Missing a Javadoc comment. |
260
|
| Redundant 'final' modifier. |
260
|
| Parameter element should be final. |
260
|
| Line is longer than 80 characters. |
266
|
| '+' should be on a new line. |
283
|
| Line is longer than 80 characters. |
296
|
| Line is longer than 80 characters. |
298
|
| Missing a Javadoc comment. |
309
|
| Missing a Javadoc comment. |
310
|
| Name 'm_command' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
310
|
| Variable 'm_command' must be private and have accessor methods. |
310
|
| Missing a Javadoc comment. |
311
|
| Name 'm_nextRunTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
311
|
| Variable 'm_nextRunTime' must be private and have accessor methods. |
311
|
| Missing a Javadoc comment. |
312
|
| Name 'm_numExecutions' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
312
|
| Variable 'm_numExecutions' must be private and have accessor methods. |
312
|
| Missing a Javadoc comment. |
313
|
| Name 'm_repeatable' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
313
|
| Variable 'm_repeatable' must be private and have accessor methods. |
313
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
326
|
| Parameter element should be final. |
326
|
| Parameter modifyingSink should be final. |
326
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
340
|
| Parameter elements should be final. |
340
|
| Array brackets at illegal position. |
340
|
| Parameter modifyingSink should be final. |
340
|
org/apache/excalibur/event/command/DefaultThreadManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
32
|
| Unused @param tag for 'pool'. |
36
|
| '(' is followed by whitespace. |
38
|
| Expected @param tag for 'executor'. |
38
|
| ')' is preceded with whitespace. |
38
|
| '{' should be on the previous line. |
39
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
org/apache/excalibur/event/command/NullCommandFailureHandler.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
35
|
| Method 'handleCommandFailure' is not designed for extension - needs to be abstract, final or empty. |
37
|
| '(' is followed by whitespace. |
37
|
| Parameter command should be final. |
37
|
| Parameter throwable should be final. |
37
|
| ')' is preceded with whitespace. |
37
|
org/apache/excalibur/event/command/TPCThreadManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
38
|
| Name 'm_threadPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_processors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'm_threadsPerProcessor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name 'm_keepAliveTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| '300000' is a magic number. |
41
|
| Missing a Javadoc comment. |
42
|
| Name 'm_hardShutdown' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| First sentence should end with a period. |
44
|
| Line is longer than 80 characters. |
58
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
73
|
| '(' is followed by whitespace. |
82
|
| Parameter parameters should be final. |
82
|
| ')' is preceded with whitespace. |
82
|
| Line is longer than 80 characters. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| Line is longer than 80 characters. |
87
|
| '(' is followed by whitespace. |
87
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| Line is longer than 80 characters. |
89
|
| '300000' is a magic number. |
89
|
| '(' is followed by whitespace. |
91
|
| '(' is followed by whitespace. |
91
|
| '1000L' is a magic number. |
91
|
| ')' is preceded with whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| Line is longer than 80 characters. |
93
|
| '(' is followed by whitespace. |
93
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| Missing a Javadoc comment. |
96
|
| '{' should be on the previous line. |
97
|
| 'if' is not followed by whitespace. |
98
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '{' should be on the previous line. |
99
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| 'if' is not followed by whitespace. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| Line is longer than 80 characters. |
105
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| Line is longer than 80 characters. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| '(' is followed by whitespace. |
113
|
| Parameter run should be final. |
114
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| 'if' is not followed by whitespace. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| '{' should be on the previous line. |
124
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
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. |
133
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '}' should be on the same line. |
136
|
| '{' should be on the previous line. |
138
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
139
|
| 'if' is not followed by whitespace. |
142
|
| '(' is followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| '{' should be on the previous line. |
143
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| Missing a Javadoc comment. |
152
|
| Redundant 'final' modifier. |
152
|
| '{' should be on the previous line. |
153
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| '{' should be on the previous line. |
155
|
| '}' should be on the same line. |
157
|
| '{' should be on the previous line. |
159
|
| '{' should be on the previous line. |
166
|
| '(' is followed by whitespace. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| Line is longer than 80 characters. |
169
|
| '+' should be on a new line. |
169
|
| '}' should be on the same line. |
172
|
| '{' should be on the previous line. |
174
|
| Line is longer than 80 characters. |
175
|
org/apache/excalibur/event/command/TPSPThreadManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Using the '.*' form of import should be avoided - java.util.*. |
19
|
| '{' should be on the previous line. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_pipelines' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_maxThreadsPerPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'm_threshold' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name 'm_margin' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| '{' should be on the previous line. |
49
|
| '(' is followed by whitespace. |
50
|
| '1000' is a magic number. |
50
|
| ')' is preceded with whitespace. |
50
|
| Line is longer than 80 characters. |
58
|
| '(' is followed by whitespace. |
60
|
| Parameter maxThreadPerPool should be final. |
60
|
| Parameter threshold should be final. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| '/' is not preceded with whitespace. |
62
|
| '/' is not followed by whitespace. |
62
|
| '4' is a magic number. |
62
|
| Line is longer than 80 characters. |
70
|
| Line is longer than 80 characters. |
71
|
| '(' is followed by whitespace. |
73
|
| Parameter maxThreadPerPool should be final. |
73
|
| Parameter threshold should be final. |
73
|
| Parameter margin should be final. |
73
|
| ')' is preceded with whitespace. |
73
|
| '(' is followed by whitespace. |
85
|
| Parameter pipeline should be final. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| '{' should be on the previous line. |
92
|
| '{' should be on the previous line. |
99
|
| '}' should be on the same line. |
101
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| Must have at least one statement. |
103
|
| Line is longer than 80 characters. |
106
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| First sentence should end with a period. |
111
|
| '(' is followed by whitespace. |
116
|
| Parameter pipeline should be final. |
116
|
| ')' is preceded with whitespace. |
116
|
| '{' should be on the previous line. |
117
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| 'while' is not followed by whitespace. |
120
|
| '{' should be on the previous line. |
121
|
| Line is longer than 80 characters. |
122
|
| 'cast' is not followed by whitespace. |
122
|
| First sentence should end with a period. |
127
|
| '{' should be on the previous line. |
131
|
| 'while' is not followed by whitespace. |
133
|
| '{' should be on the previous line. |
134
|
| 'cast' is not followed by whitespace. |
135
|
| '{' should be on the previous line. |
143
|
| Missing a Javadoc comment. |
144
|
| Name 'm_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
144
|
| Missing a Javadoc comment. |
145
|
| Name 'm_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
145
|
| Missing a Javadoc comment. |
146
|
| Name 'm_keepProcessing' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
146
|
| Line is longer than 80 characters. |
154
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| 'if' construct must use '{}'s. |
156
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| 'if' construct must use '{}'s. |
157
|
| 'if' is not followed by whitespace. |
157
|
| '{' should be on the previous line. |
167
|
| '{' should be on the previous line. |
169
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| '{' should be on the previous line. |
173
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '{' should be on the previous line. |
185
|
| '{' should be on the previous line. |
187
|
| '}' should be on the same line. |
189
|
| '{' should be on the previous line. |
191
|
| Must have at least one statement. |
191
|
| '{' should be on the previous line. |
200
|
| '{' should be on the previous line. |
210
|
| Line is longer than 80 characters. |
216
|
| Line is longer than 80 characters. |
218
|
| Missing a Javadoc comment. |
220
|
| Name 'm_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
220
|
| Missing a Javadoc comment. |
221
|
| Name 'm_threadPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
221
|
| Missing a Javadoc comment. |
222
|
| Name 'm_threshold' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
222
|
| Missing a Javadoc comment. |
223
|
| Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
223
|
| Missing a Javadoc comment. |
224
|
| Name 'm_margin' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
224
|
| Missing a Javadoc comment. |
225
|
| Name 'm_runners' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
225
|
| Missing a Javadoc comment. |
226
|
| Name 'm_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
226
|
| Missing a Javadoc comment. |
227
|
| Name 'm_initRunner' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
227
|
| Line is longer than 80 characters. |
230
|
| Line is longer than 80 characters. |
236
|
| Line is longer than 80 characters. |
239
|
| '(' is followed by whitespace. |
239
|
| Parameter runner should be final. |
239
|
| Parameter handler should be final. |
239
|
| Parameter threadPool should be final. |
239
|
| Parameter threshold should be final. |
239
|
| Parameter margin should be final. |
239
|
| ')' is preceded with whitespace. |
239
|
| 'if' construct must use '{}'s. |
241
|
| 'if' construct must use '{}'s. |
242
|
| 'if' construct must use '{}'s. |
243
|
| Line is longer than 80 characters. |
243
|
| 'if' construct must use '{}'s. |
244
|
| '(' is followed by whitespace. |
244
|
| Line is longer than 80 characters. |
245
|
| '+' should be on a new line. |
245
|
| 'if' construct must use '{}'s. |
247
|
| '(' is followed by whitespace. |
247
|
| ')' is preceded with whitespace. |
247
|
| Line is longer than 80 characters. |
248
|
| 'if' construct must use '{}'s. |
249
|
| '(' is followed by whitespace. |
249
|
| ')' is preceded with whitespace. |
249
|
| Line is longer than 80 characters. |
250
|
| '(' is followed by whitespace. |
250
|
| '+' should be on a new line. |
250
|
| Line is longer than 80 characters. |
251
|
| '+' should be on a new line. |
251
|
| ')' is preceded with whitespace. |
252
|
| '(' is followed by whitespace. |
261
|
| '{' should be on the previous line. |
262
|
| '}' should be on the same line. |
266
|
| '{' should be on the previous line. |
268
|
| Line is longer than 80 characters. |
281
|
| '(' is followed by whitespace. |
289
|
| Parameter context should be final. |
289
|
| ')' is preceded with whitespace. |
289
|
| '{' should be on the previous line. |
290
|
| '{' should be on the previous line. |
292
|
| '{' should be on the previous line. |
295
|
| '}' should be on the same line. |
297
|
| '(' is followed by whitespace. |
298
|
| ')' is preceded with whitespace. |
298
|
| '{' should be on the previous line. |
299
|
| Must have at least one statement. |
299
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| '(' is followed by whitespace. |
321
|
| Parameter context should be final. |
321
|
| ')' is preceded with whitespace. |
321
|
| '{' should be on the previous line. |
322
|
| '{' should be on the previous line. |
326
|
| '(' is followed by whitespace. |
327
|
| ')' is preceded with whitespace. |
327
|
| '{' should be on the previous line. |
328
|
| 'cast' is not followed by whitespace. |
329
|
| '{' should be on the previous line. |
339
|
| 'while' is not followed by whitespace. |
341
|
| '{' should be on the previous line. |
342
|
| 'cast' is not followed by whitespace. |
343
|
org/apache/excalibur/event/command/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/excalibur/event/impl/AbstractQueue.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
29
|
| First sentence should end with a period. |
30
|
| 'static' modifier out of order with the JLS suggestions. |
31
|
| First sentence should end with a period. |
32
|
| Name 'm_timeout' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Variable 'm_timeout' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_predicate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Variable 'm_predicate' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_interceptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Variable 'm_interceptor' must be private and have accessor methods. |
35
|
| First sentence should end with a period. |
37
|
| Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. |
42
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| Avoid inline conditionals. |
44
|
| First sentence should end with a period. |
47
|
| Method 'maxSize' is not designed for extension - needs to be abstract, final or empty. |
52
|
| '{' should be on the previous line. |
53
|
| Method 'isFull' is not designed for extension - needs to be abstract, final or empty. |
64
|
| '{' should be on the previous line. |
65
|
| Line is longer than 80 characters. |
74
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '{' should be on the previous line. |
77
|
| 'if' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| '}' should be on the same line. |
81
|
| '{' should be on the previous line. |
83
|
| Method 'block' is not designed for extension - needs to be abstract, final or empty. |
94
|
| '(' is followed by whitespace. |
94
|
| Parameter lock should be final. |
94
|
| ')' is preceded with whitespace. |
94
|
| '{' should be on the previous line. |
95
|
| 'if' is not followed by whitespace. |
96
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
97
|
| 'while' is not followed by whitespace. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '{' should be on the previous line. |
102
|
| '{' should be on the previous line. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '}' should be on the same line. |
106
|
| 'catch' is not followed by whitespace. |
107
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| '{' should be on the previous line. |
108
|
| Must have at least one statement. |
108
|
| Method 'setEnqueuePredicate' is not designed for extension - needs to be abstract, final or empty. |
118
|
| '(' is followed by whitespace. |
118
|
| Parameter predicate should be final. |
118
|
| Expected @param tag for 'predicate'. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| 'if' construct must use '{}'s. |
120
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| Expected an @return tag. |
128
|
| Method 'getEnqueuePredicate' is not designed for extension - needs to be abstract, final or empty. |
128
|
| '{' should be on the previous line. |
129
|
| Method 'setDequeueInterceptor' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter executable should be final. |
142
|
| '{' should be on the previous line. |
143
|
| 'if' construct must use '{}'s. |
144
|
| Line is longer than 80 characters. |
144
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| Method 'getDequeueInterceptor' is not designed for extension - needs to be abstract, final or empty. |
156
|
| '{' should be on the previous line. |
157
|
org/apache/excalibur/event/impl/DefaultQueue.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_mutex' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_reserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Variable 'm_reserve' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'm_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| '(' is followed by whitespace. |
51
|
| Parameter size should be final. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| '(' is followed by whitespace. |
53
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| Missing a Javadoc comment. |
56
|
| '(' is followed by whitespace. |
56
|
| Parameter predicate should be final. |
56
|
| ')' is preceded with whitespace. |
56
|
| '{' should be on the previous line. |
57
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '{' should be on the previous line. |
70
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| Line is longer than 80 characters. |
77
|
| '{' should be on the previous line. |
80
|
| '{' should be on the previous line. |
92
|
| Missing a Javadoc comment. |
96
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
98
|
| '{' should be on the previous line. |
102
|
| '{' should be on the previous line. |
105
|
| 'if' is not followed by whitespace. |
106
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '{' should be on the previous line. |
107
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '}' should be on the same line. |
109
|
| '{' should be on the previous line. |
111
|
| Line is longer than 80 characters. |
112
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| '}' should be on the same line. |
114
|
| '{' should be on the previous line. |
116
|
| '}' should be on the same line. |
119
|
| 'catch' is not followed by whitespace. |
120
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| '{' should be on the previous line. |
121
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on the previous line. |
123
|
| Line is longer than 80 characters. |
124
|
| Missing a Javadoc comment. |
131
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on the previous line. |
132
|
| '{' should be on the previous line. |
136
|
| '{' should be on the previous line. |
139
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '(' is followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| '{' should be on the previous line. |
143
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '}' should be on the same line. |
146
|
| '{' should be on the previous line. |
148
|
| '}' should be on the same line. |
151
|
| 'catch' is not followed by whitespace. |
152
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '{' should be on the previous line. |
153
|
| Must have at least one statement. |
153
|
| Missing a Javadoc comment. |
159
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| '{' should be on the previous line. |
161
|
| '{' should be on the previous line. |
165
|
| '{' should be on the previous line. |
168
|
| 'if' is not followed by whitespace. |
169
|
| '(' is followed by whitespace. |
169
|
| '!' is followed by whitespace. |
169
|
| '(' is followed by whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| '{' should be on the previous line. |
170
|
| Line is longer than 80 characters. |
171
|
| '(' is followed by whitespace. |
171
|
| ')' is preceded with whitespace. |
171
|
| 'for' is not followed by whitespace. |
174
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '{' should be on the previous line. |
175
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| '}' should be on the same line. |
178
|
| '{' should be on the previous line. |
180
|
| '}' should be on the same line. |
183
|
| 'catch' is not followed by whitespace. |
184
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| '{' should be on the previous line. |
185
|
| Must have at least one statement. |
185
|
| Missing a Javadoc comment. |
189
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| '{' should be on the previous line. |
191
|
| '{' should be on the previous line. |
193
|
| '{' should be on the previous line. |
196
|
| 'if' is not followed by whitespace. |
197
|
| '(' is followed by whitespace. |
197
|
| '!' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| '{' should be on the previous line. |
198
|
| Line is longer than 80 characters. |
199
|
| '(' is followed by whitespace. |
199
|
| ')' is preceded with whitespace. |
199
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| '}' should be on the same line. |
203
|
| '{' should be on the previous line. |
205
|
| '}' should be on the same line. |
208
|
| 'catch' is not followed by whitespace. |
209
|
| '(' is followed by whitespace. |
209
|
| ')' is preceded with whitespace. |
209
|
| '{' should be on the previous line. |
210
|
| Must have at least one statement. |
210
|
| Missing a Javadoc comment. |
214
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '{' should be on the previous line. |
215
|
| '{' should be on the previous line. |
220
|
| 'if' is not followed by whitespace. |
221
|
| '(' is followed by whitespace. |
221
|
| '(' is followed by whitespace. |
221
|
| ')' is preceded with whitespace. |
221
|
| ')' is preceded with whitespace. |
221
|
| '{' should be on the previous line. |
222
|
| '{' should be on the previous line. |
224
|
| '(' is followed by whitespace. |
225
|
| '(' is followed by whitespace. |
226
|
| ')' is preceded with whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '}' should be on the same line. |
228
|
| '{' should be on the previous line. |
230
|
| '}' should be on the same line. |
234
|
| 'catch' is not followed by whitespace. |
235
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| '{' should be on the previous line. |
236
|
| Must have at least one statement. |
236
|
| Comment matches to-do format 'TODO:'. |
237
|
| Missing a Javadoc comment. |
244
|
| '{' should be on the previous line. |
245
|
| '{' should be on the previous line. |
250
|
| 'if' is not followed by whitespace. |
251
|
| '(' is followed by whitespace. |
251
|
| '(' is followed by whitespace. |
251
|
| ')' is preceded with whitespace. |
251
|
| ')' is preceded with whitespace. |
251
|
| '{' should be on the previous line. |
252
|
| '{' should be on the previous line. |
254
|
| '(' is followed by whitespace. |
255
|
| ')' is preceded with whitespace. |
255
|
| '}' should be on the same line. |
256
|
| '{' should be on the previous line. |
258
|
| '}' should be on the same line. |
262
|
| 'catch' is not followed by whitespace. |
263
|
| '(' is followed by whitespace. |
263
|
| ')' is preceded with whitespace. |
263
|
| '{' should be on the previous line. |
264
|
| Must have at least one statement. |
264
|
| Comment matches to-do format 'TODO:'. |
265
|
| '(' is followed by whitespace. |
283
|
| Parameter buf should be final. |
283
|
| Parameter count should be final. |
283
|
| ')' is preceded with whitespace. |
283
|
| '{' should be on the previous line. |
284
|
| 'for' is not followed by whitespace. |
287
|
| '(' is followed by whitespace. |
287
|
| ')' is preceded with whitespace. |
287
|
| '{' should be on the previous line. |
288
|
| Missing a Javadoc comment. |
295
|
| '{' should be on the previous line. |
296
|
| '{' should be on the previous line. |
301
|
| 'if' is not followed by whitespace. |
302
|
| '(' is followed by whitespace. |
302
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| '{' should be on the previous line. |
303
|
| '{' should be on the previous line. |
305
|
| 'if' is not followed by whitespace. |
306
|
| '(' is followed by whitespace. |
306
|
| ')' is preceded with whitespace. |
306
|
| '{' should be on the previous line. |
307
|
| '}' should be on the same line. |
310
|
| '{' should be on the previous line. |
312
|
| '}' should be on the same line. |
316
|
| 'catch' is not followed by whitespace. |
317
|
| '(' is followed by whitespace. |
317
|
| ')' is preceded with whitespace. |
317
|
| '{' should be on the previous line. |
318
|
| Must have at least one statement. |
318
|
| Comment matches to-do format 'TODO:'. |
319
|
| Missing a Javadoc comment. |
326
|
| Missing a Javadoc comment. |
328
|
| Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
328
|
| Missing a Javadoc comment. |
329
|
| Name 'm_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
329
|
| Missing a Javadoc comment. |
331
|
| '(' is followed by whitespace. |
331
|
| Parameter parent should be final. |
331
|
| Parameter elements should be final. |
331
|
| ')' is preceded with whitespace. |
331
|
| Missing a Javadoc comment. |
338
|
| '{' should be on the previous line. |
339
|
| 'if' is not followed by whitespace. |
340
|
| '(' is followed by whitespace. |
340
|
| ')' is preceded with whitespace. |
340
|
| '{' should be on the previous line. |
341
|
| Line is longer than 80 characters. |
342
|
| '(' is followed by whitespace. |
342
|
| ')' is preceded with whitespace. |
342
|
| '{' should be on the previous line. |
346
|
| '(' is followed by whitespace. |
348
|
| ')' is preceded with whitespace. |
348
|
| '}' should be on the same line. |
350
|
| 'catch' is not followed by whitespace. |
351
|
| '(' is followed by whitespace. |
351
|
| ')' is preceded with whitespace. |
351
|
| '{' should be on the previous line. |
352
|
| Line is longer than 80 characters. |
353
|
| '(' is followed by whitespace. |
353
|
| ')' is preceded with whitespace. |
353
|
| Missing a Javadoc comment. |
358
|
| '{' should be on the previous line. |
359
|
| 'if' is not followed by whitespace. |
360
|
| '(' is followed by whitespace. |
360
|
| ')' is preceded with whitespace. |
360
|
| '{' should be on the previous line. |
361
|
| Line is longer than 80 characters. |
362
|
| '(' is followed by whitespace. |
362
|
| ')' is preceded with whitespace. |
362
|
org/apache/excalibur/event/impl/FixedSizeQueue.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
32
|
| '{' should be on the previous line. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_mutex' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'm_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name 'm_reserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Variable 'm_reserve' must be private and have accessor methods. |
41
|
| '(' is followed by whitespace. |
49
|
| Parameter size should be final. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| 'if' construct must use '{}'s. |
51
|
| 'if' is not followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| Line is longer than 80 characters. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| Missing a Javadoc comment. |
58
|
| '{' should be on the previous line. |
59
|
| 'if' is not followed by whitespace. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| '}' should be on the same line. |
65
|
| '{' should be on the previous line. |
67
|
| Missing a Javadoc comment. |
74
|
| '{' should be on the previous line. |
75
|
| Missing a Javadoc comment. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
81
|
| '{' should be on the previous line. |
85
|
| '{' should be on the previous line. |
88
|
| 'if' is not followed by whitespace. |
89
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '{' should be on the previous line. |
90
|
| Line is longer than 80 characters. |
91
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '}' should be on the same line. |
95
|
| '{' should be on the previous line. |
97
|
| '}' should be on the same line. |
100
|
| 'catch' is not followed by whitespace. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '{' should be on the previous line. |
102
|
| Must have at least one statement. |
102
|
| Missing a Javadoc comment. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| '{' should be on the previous line. |
113
|
| '{' should be on the previous line. |
116
|
| 'if' is not followed by whitespace. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| '{' should be on the previous line. |
118
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '}' should be on the same line. |
124
|
| '{' should be on the previous line. |
126
|
| '}' should be on the same line. |
129
|
| 'catch' is not followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '{' should be on the previous line. |
131
|
| Must have at least one statement. |
131
|
| Missing a Javadoc comment. |
137
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| '{' should be on the previous line. |
139
|
| '{' should be on the previous line. |
143
|
| '{' should be on the previous line. |
146
|
| 'if' is not followed by whitespace. |
147
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| Line is longer than 80 characters. |
149
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| 'for' is not followed by whitespace. |
152
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '{' should be on the previous line. |
153
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| '}' should be on the same line. |
156
|
| '{' should be on the previous line. |
158
|
| '}' should be on the same line. |
161
|
| 'catch' is not followed by whitespace. |
162
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '{' should be on the previous line. |
163
|
| Must have at least one statement. |
163
|
| Missing a Javadoc comment. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| '{' should be on the previous line. |
169
|
| '{' should be on the previous line. |
171
|
| '{' should be on the previous line. |
174
|
| 'if' is not followed by whitespace. |
175
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| '{' should be on the previous line. |
176
|
| Line is longer than 80 characters. |
177
|
| '(' is followed by whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| '}' should be on the same line. |
181
|
| '{' should be on the previous line. |
183
|
| '}' should be on the same line. |
186
|
| 'catch' is not followed by whitespace. |
187
|
| '(' is followed by whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| '{' should be on the previous line. |
188
|
| Must have at least one statement. |
188
|
| Missing a Javadoc comment. |
192
|
| '(' is followed by whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| '{' should be on the previous line. |
193
|
| '{' should be on the previous line. |
197
|
| 'if' is not followed by whitespace. |
198
|
| '(' is followed by whitespace. |
198
|
| '(' is followed by whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| '{' should be on the previous line. |
199
|
| '{' should be on the previous line. |
201
|
| '(' is followed by whitespace. |
202
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '}' should be on the same line. |
204
|
| '{' should be on the previous line. |
206
|
| '}' should be on the same line. |
210
|
| 'catch' is not followed by whitespace. |
211
|
| '(' is followed by whitespace. |
211
|
| ')' is preceded with whitespace. |
211
|
| '{' should be on the previous line. |
212
|
| Must have at least one statement. |
212
|
| Missing a Javadoc comment. |
218
|
| Redundant 'final' modifier. |
218
|
| '(' is followed by whitespace. |
218
|
| Parameter element should be final. |
218
|
| ')' is preceded with whitespace. |
218
|
| '{' should be on the previous line. |
219
|
| 'if' is not followed by whitespace. |
223
|
| '(' is followed by whitespace. |
223
|
| ')' is preceded with whitespace. |
223
|
| '{' should be on the previous line. |
224
|
| Missing a Javadoc comment. |
229
|
| Redundant 'final' modifier. |
229
|
| '{' should be on the previous line. |
230
|
| 'if' is not followed by whitespace. |
233
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| '{' should be on the previous line. |
234
|
| 'if' is not followed by whitespace. |
238
|
| '(' is followed by whitespace. |
238
|
| ')' is preceded with whitespace. |
238
|
| '{' should be on the previous line. |
239
|
| Redundant 'final' modifier. |
260
|
| '(' is followed by whitespace. |
260
|
| Parameter count should be final. |
260
|
| ')' is preceded with whitespace. |
260
|
| '{' should be on the previous line. |
261
|
| 'for' is not followed by whitespace. |
264
|
| '(' is followed by whitespace. |
264
|
| ')' is preceded with whitespace. |
264
|
| '{' should be on the previous line. |
265
|
| Missing a Javadoc comment. |
272
|
| '{' should be on the previous line. |
273
|
| '{' should be on the previous line. |
277
|
| 'if' is not followed by whitespace. |
278
|
| '(' is followed by whitespace. |
278
|
| '(' is followed by whitespace. |
278
|
| ')' is preceded with whitespace. |
278
|
| ')' is preceded with whitespace. |
278
|
| '{' should be on the previous line. |
279
|
| '{' should be on the previous line. |
281
|
| '(' is followed by whitespace. |
282
|
| ')' is preceded with whitespace. |
282
|
| '}' should be on the same line. |
283
|
| '{' should be on the previous line. |
285
|
| '}' should be on the same line. |
289
|
| 'catch' is not followed by whitespace. |
290
|
| '(' is followed by whitespace. |
290
|
| ')' is preceded with whitespace. |
290
|
| '{' should be on the previous line. |
291
|
| Must have at least one statement. |
291
|
| Missing a Javadoc comment. |
297
|
| '{' should be on the previous line. |
298
|
| '{' should be on the previous line. |
302
|
| 'if' is not followed by whitespace. |
303
|
| '(' is followed by whitespace. |
303
|
| '(' is followed by whitespace. |
303
|
| ')' is preceded with whitespace. |
303
|
| ')' is preceded with whitespace. |
303
|
| '{' should be on the previous line. |
304
|
| '{' should be on the previous line. |
306
|
| 'if' is not followed by whitespace. |
307
|
| '(' is followed by whitespace. |
307
|
| ')' is preceded with whitespace. |
307
|
| '{' should be on the previous line. |
308
|
| '}' should be on the same line. |
311
|
| '{' should be on the previous line. |
313
|
| '}' should be on the same line. |
317
|
| 'catch' is not followed by whitespace. |
318
|
| '(' is followed by whitespace. |
318
|
| ')' is preceded with whitespace. |
318
|
| '{' should be on the previous line. |
319
|
| Must have at least one statement. |
319
|
| Line is longer than 80 characters. |
325
|
| Missing a Javadoc comment. |
325
|
| Missing a Javadoc comment. |
327
|
| Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
327
|
| Missing a Javadoc comment. |
328
|
| Name 'm_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
328
|
| Line is longer than 80 characters. |
330
|
| Missing a Javadoc comment. |
330
|
| '(' is followed by whitespace. |
330
|
| Parameter parent should be final. |
330
|
| Parameter elements should be final. |
330
|
| ')' is preceded with whitespace. |
330
|
| Missing a Javadoc comment. |
337
|
| '{' should be on the previous line. |
338
|
| 'if' is not followed by whitespace. |
339
|
| '(' is followed by whitespace. |
339
|
| ')' is preceded with whitespace. |
339
|
| '{' should be on the previous line. |
340
|
| Line is longer than 80 characters. |
341
|
| '(' is followed by whitespace. |
341
|
| ')' is preceded with whitespace. |
341
|
| '{' should be on the previous line. |
345
|
| '(' is followed by whitespace. |
346
|
| ')' is preceded with whitespace. |
346
|
| '}' should be on the same line. |
349
|
| 'catch' is not followed by whitespace. |
350
|
| '(' is followed by whitespace. |
350
|
| ')' is preceded with whitespace. |
350
|
| '{' should be on the previous line. |
351
|
| Line is longer than 80 characters. |
352
|
| '(' is followed by whitespace. |
352
|
| ')' is preceded with whitespace. |
352
|
| Missing a Javadoc comment. |
357
|
| '{' should be on the previous line. |
358
|
| 'if' is not followed by whitespace. |
359
|
| '(' is followed by whitespace. |
359
|
| ')' is preceded with whitespace. |
359
|
| '{' should be on the previous line. |
360
|
| Line is longer than 80 characters. |
361
|
| '(' is followed by whitespace. |
361
|
| ')' is preceded with whitespace. |
361
|
org/apache/excalibur/event/impl/LossyMultiCastSink.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
41
|
| Name 'm_sinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Name 'm_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Name 'm_oneSuccess' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Parameter sinks should be final. |
68
|
| '{' should be on the previous line. |
69
|
| Parameter sinks should be final. |
83
|
| Parameter oneSuccess should be final. |
83
|
| Expected @param tag for 'oneSuccess'. |
83
|
| '{' should be on the previous line. |
84
|
| Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. |
94
|
| '{' should be on the previous line. |
95
|
| Method 'isFull' is not designed for extension - needs to be abstract, final or empty. |
102
|
| '{' should be on the previous line. |
103
|
| Method 'maxSize' is not designed for extension - needs to be abstract, final or empty. |
110
|
| '{' should be on the previous line. |
111
|
| Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter element should be final. |
118
|
| '{' should be on the previous line. |
119
|
| '{' should be on the previous line. |
128
|
| '{' should be on the previous line. |
135
|
| '{' should be on the previous line. |
142
|
| Line is longer than 80 characters. |
143
|
| Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter elements should be final. |
150
|
| '{' should be on the previous line. |
151
|
| '{' should be on the previous line. |
160
|
| '{' should be on the previous line. |
164
|
| '}' should be on the same line. |
166
|
| '{' should be on the previous line. |
168
|
| '{' should be on the previous line. |
178
|
| Line is longer than 80 characters. |
179
|
| Method 'tryEnqueue' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter element should be final. |
186
|
| '{' should be on the previous line. |
187
|
| '{' should be on the previous line. |
189
|
| '}' should be on the same line. |
192
|
| '{' should be on the previous line. |
194
|
| Method 'prepareEnqueue' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Parameter elements should be final. |
202
|
| '{' should be on the previous line. |
204
|
| '{' should be on the previous line. |
214
|
| '{' should be on the previous line. |
218
|
| '}' should be on the same line. |
220
|
| '{' should be on the previous line. |
222
|
| '{' should be on the previous line. |
231
|
| Method 'size' is not designed for extension - needs to be abstract, final or empty. |
241
|
| '{' should be on the previous line. |
242
|
| Line is longer than 80 characters. |
253
|
| '{' should be on the previous line. |
257
|
| First sentence should end with a period. |
258
|
| Name 'm_preparedEnqueues' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
261
|
| '{' should be on the previous line. |
268
|
| '{' should be on the previous line. |
272
|
| '{' should be on the previous line. |
281
|
| '{' should be on the previous line. |
285
|
| Line is longer than 80 characters. |
290
|
| Parameter preparedEnqueue should be final. |
299
|
| '{' should be on the previous line. |
300
|
org/apache/excalibur/event/impl/MultiCastSink.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
43
|
| Name 'm_sinks' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Name 'm_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Name 'm_single' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Parameter sinks should be final. |
64
|
| '{' should be on the previous line. |
65
|
| Parameter sinks should be final. |
80
|
| Parameter single should be final. |
80
|
| '{' should be on the previous line. |
81
|
| Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. |
91
|
| '{' should be on the previous line. |
92
|
| Method 'isFull' is not designed for extension - needs to be abstract, final or empty. |
99
|
| '{' should be on the previous line. |
100
|
| Method 'maxSize' is not designed for extension - needs to be abstract, final or empty. |
107
|
| '{' should be on the previous line. |
108
|
| Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter element should be final. |
115
|
| '{' should be on the previous line. |
116
|
| '{' is followed by whitespace. |
118
|
| Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter elements should be final. |
125
|
| '{' should be on the previous line. |
126
|
| Method 'tryEnqueue' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter element should be final. |
134
|
| '{' should be on the previous line. |
135
|
| '{' should be on the previous line. |
137
|
| '}' should be on the same line. |
140
|
| '{' should be on the previous line. |
142
|
| Method 'prepareEnqueue' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter elements should be final. |
150
|
| '{' should be on the previous line. |
152
|
| '{' should be on the previous line. |
163
|
| '{' should be on the previous line. |
167
|
| '}' should be on the same line. |
169
|
| '{' should be on the previous line. |
171
|
| '{' should be on the previous line. |
177
|
| '{' should be on the previous line. |
185
|
| Method 'size' is not designed for extension - needs to be abstract, final or empty. |
198
|
| '{' should be on the previous line. |
199
|
| Line is longer than 80 characters. |
210
|
| '{' should be on the previous line. |
214
|
| First sentence should end with a period. |
215
|
| Name 'm_preparedEnqueues' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
218
|
| '{' should be on the previous line. |
225
|
| '{' should be on the previous line. |
229
|
| '{' should be on the previous line. |
238
|
| '{' should be on the previous line. |
242
|
| Line is longer than 80 characters. |
247
|
| Parameter preparedEnqueue should be final. |
256
|
| '{' should be on the previous line. |
257
|
org/apache/excalibur/event/impl/NullDequeueInterceptor.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
31
|
| Parameter context should be final. |
43
|
| '{' is not followed by whitespace. |
43
|
| '}' is not preceded with whitespace. |
43
|
| Parameter context should be final. |
55
|
| '{' is not followed by whitespace. |
55
|
| '}' is not preceded with whitespace. |
55
|
org/apache/excalibur/event/impl/NullEnqueuePredicate.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
28
|
| Missing a Javadoc comment. |
29
|
| Parameter element should be final. |
29
|
| Parameter modifyingSink should be final. |
29
|
| '{' should be on the previous line. |
30
|
| Missing a Javadoc comment. |
34
|
| Parameter element should be final. |
34
|
| Parameter modifyingSink should be final. |
34
|
| '{' should be on the previous line. |
35
|
org/apache/excalibur/event/impl/RateLimitingPredicate.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
29
|
| First sentence should end with a period. |
30
|
| Name 'm_targetRate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| First sentence should end with a period. |
33
|
| Name 'm_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
36
|
| Name 'm_tokenCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_lastTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_regenTimeMs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| First sentence should end with a period. |
40
|
| Parameter depth should be final. |
52
|
| '{' should be on the previous line. |
53
|
| Parameter targetRate should be final. |
68
|
| Parameter depth should be final. |
68
|
| '{' should be on the previous line. |
69
|
| '1.0e3' is a magic number. |
73
|
| '{' should be on the previous line. |
75
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter element should be final. |
87
|
| Parameter sink should be final. |
87
|
| '{' should be on the previous line. |
88
|
| '{' should be on the previous line. |
90
|
| '{' should be on the previous line. |
99
|
| '{' should be on the previous line. |
104
|
| '{' should be on the previous line. |
112
|
| '}' should be on the same line. |
115
|
| '{' should be on the previous line. |
117
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter elements should be final. |
125
|
| Parameter sink should be final. |
125
|
| '{' should be on the previous line. |
126
|
| '{' should be on the previous line. |
128
|
| '{' should be on the previous line. |
137
|
| '{' should be on the previous line. |
142
|
| '{' should be on the previous line. |
149
|
| '}' should be on the same line. |
152
|
| '{' should be on the previous line. |
154
|
| Method 'getTargetRate' is not designed for extension - needs to be abstract, final or empty. |
167
|
| '{' should be on the previous line. |
168
|
| Method 'getDepth' is not designed for extension - needs to be abstract, final or empty. |
179
|
| '{' should be on the previous line. |
180
|
| Method 'getBucketSize' is not designed for extension - needs to be abstract, final or empty. |
191
|
| '{' should be on the previous line. |
192
|
| Method 'setTargetRate' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Parameter targetRate should be final. |
204
|
| '{' should be on the previous line. |
205
|
| '1.0e3' is a magic number. |
208
|
| '{' should be on the previous line. |
210
|
| Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Parameter depth should be final. |
222
|
| '{' should be on the previous line. |
223
|
org/apache/excalibur/event/impl/ThresholdEnqueuePredicate.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
29
|
| Missing a Javadoc comment. |
30
|
| Name 'm_threshold' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Parameter limit should be final. |
37
|
| '{' should be on the previous line. |
38
|
| Expected an @return tag. |
46
|
| Parameter element should be final. |
46
|
| Expected @param tag for 'element'. |
46
|
| Parameter modifyingSink should be final. |
46
|
| Expected @param tag for 'modifyingSink'. |
46
|
| '{' should be on the previous line. |
47
|
| 'if' construct must use '{}'s. |
48
|
| '(' is followed by whitespace. |
48
|
| '<=' is not followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| Expected an @return tag. |
57
|
| Parameter elements should be final. |
57
|
| Expected @param tag for 'elements'. |
57
|
| Parameter modifyingSink should be final. |
57
|
| Expected @param tag for 'modifyingSink'. |
57
|
| '{' should be on the previous line. |
58
|
| 'if' construct must use '{}'s. |
59
|
| '(' is followed by whitespace. |
59
|
| '<=' is not followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
org/apache/excalibur/event/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/excalibur/mpool/BlockingFixedSizePool.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_timeout' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'm_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| First sentence should end with a period. |
42
|
| Name 'm_semaphore' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Variable 'm_semaphore' must be private and have accessor methods. |
43
|
| Missing a Javadoc comment. |
45
|
| '(' is followed by whitespace. |
45
|
| Parameter factory should be final. |
45
|
| Parameter size should be final. |
45
|
| ')' is preceded with whitespace. |
45
|
| Redundant throws: 'Exception' is unchecked exception. |
46
|
| '{' should be on the previous line. |
47
|
| '(' is followed by whitespace. |
48
|
| '1000' is a magic number. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
51
|
| '(' is followed by whitespace. |
51
|
| Parameter factory should be final. |
51
|
| Parameter size should be final. |
51
|
| Parameter timeout should be final. |
51
|
| ')' is preceded with whitespace. |
51
|
| Redundant throws: 'Exception' is unchecked exception. |
52
|
| '{' should be on the previous line. |
53
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| Avoid inline conditionals. |
54
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| Missing a Javadoc comment. |
60
|
| Redundant throws: 'Exception' is unchecked exception. |
61
|
| '{' should be on the previous line. |
62
|
| 'for' is not followed by whitespace. |
63
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| Missing a Javadoc comment. |
69
|
| '{' should be on the previous line. |
70
|
| 'if' is not followed by whitespace. |
71
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '{' should be on the previous line. |
72
|
| Line is longer than 80 characters. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| 'synchronized' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| 'if' is not followed by whitespace. |
80
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '{' should be on the previous line. |
81
|
| 'if' is not followed by whitespace. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| '{' should be on the previous line. |
89
|
| '{' should be on the previous line. |
91
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '}' should be on the same line. |
93
|
| 'catch' is not followed by whitespace. |
94
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '{' should be on the previous line. |
95
|
| Must have at least one statement. |
95
|
| 'if' is not followed by whitespace. |
98
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '{' should be on the previous line. |
99
|
| Line is longer than 80 characters. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| 'if' is not followed by whitespace. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| '-' should be on a new line. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '}' should be on the same line. |
109
|
| '{' should be on the previous line. |
111
|
| '{' should be on the previous line. |
113
|
| '{' should be on the previous line. |
115
|
| '}' should be on the same line. |
117
|
| 'catch' is not followed by whitespace. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| Must have at least one statement. |
119
|
| 'if' is not followed by whitespace. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on the previous line. |
123
|
| Line is longer than 80 characters. |
124
|
| '(' is followed by whitespace. |
124
|
| ')' is preceded with whitespace. |
124
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '{' should be on the previous line. |
131
|
| '}' should be on the same line. |
133
|
| 'catch' is not followed by whitespace. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on the previous line. |
135
|
| Must have at least one statement. |
135
|
| 'if' is not followed by whitespace. |
140
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '{' should be on the previous line. |
141
|
| Line is longer than 80 characters. |
142
|
| '(' is followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| Missing a Javadoc comment. |
148
|
| '(' is followed by whitespace. |
148
|
| Parameter object should be final. |
148
|
| ')' is preceded with whitespace. |
148
|
| '{' should be on the previous line. |
149
|
| 'synchronized' is not followed by whitespace. |
150
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| '{' should be on the previous line. |
151
|
| 'if' is not followed by whitespace. |
152
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '{' should be on the previous line. |
153
|
| '{' should be on the previous line. |
155
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '}' should be on the same line. |
157
|
| 'catch' is not followed by whitespace. |
158
|
| '(' is followed by whitespace. |
158
|
| ')' is preceded with whitespace. |
158
|
| '{' should be on the previous line. |
159
|
| Must have at least one statement. |
159
|
| Line is longer than 80 characters. |
160
|
| '}' should be on the same line. |
162
|
| '{' should be on the previous line. |
164
|
| 'if' is not followed by whitespace. |
165
|
| '(' is followed by whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
| '{' should be on the previous line. |
166
|
| '(' is followed by whitespace. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| '}' should be on the same line. |
169
|
| '{' should be on the previous line. |
171
|
| '{' should be on the previous line. |
173
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '}' should be on the same line. |
175
|
| 'catch' is not followed by whitespace. |
176
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| '{' should be on the previous line. |
177
|
| Must have at least one statement. |
177
|
| Line is longer than 80 characters. |
178
|
| Missing a Javadoc comment. |
185
|
| Redundant throws: 'Exception' is unchecked exception. |
186
|
| '{' should be on the previous line. |
187
|
| Missing a Javadoc comment. |
191
|
| '{' should be on the previous line. |
192
|
| 'synchronized' is not followed by whitespace. |
195
|
| '(' is followed by whitespace. |
195
|
| ')' is preceded with whitespace. |
195
|
| '{' should be on the previous line. |
196
|
| 'while' is not followed by whitespace. |
197
|
| '(' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| '{' should be on the previous line. |
198
|
| '{' should be on the previous line. |
200
|
| '(' is followed by whitespace. |
201
|
| ')' is preceded with whitespace. |
201
|
| '}' should be on the same line. |
202
|
| 'catch' is not followed by whitespace. |
203
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '{' should be on the previous line. |
204
|
| Must have at least one statement. |
204
|
| Line is longer than 80 characters. |
205
|
org/apache/excalibur/mpool/DefaultPoolManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_keyGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_keyMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'm_factoryMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
42
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| Missing a Javadoc comment. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '{' should be on the previous line. |
48
|
| 'if' is not followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| '{' should be on the previous line. |
54
|
| '(' is followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '}' should be on the same line. |
56
|
| 'catch' is not followed by whitespace. |
57
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '{' should be on the previous line. |
58
|
| Must have at least one statement. |
58
|
| Expected an @return tag. |
67
|
| Method 'getManagedPool' is not designed for extension - needs to be abstract, final or empty. |
67
|
| '(' is followed by whitespace. |
67
|
| Parameter factory should be final. |
67
|
| Expected @param tag for 'factory'. |
67
|
| Parameter initialEntries should be final. |
67
|
| Expected @param tag for 'initialEntries'. |
67
|
| ')' is preceded with whitespace. |
67
|
| Expected @throws tag for 'Exception'. |
68
|
| '{' should be on the previous line. |
69
|
| 'cast' is not followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| 'if' is not followed by whitespace. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '{' should be on the previous line. |
73
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '(' is followed by whitespace. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| Expected an @return tag. |
86
|
| Redundant 'final' modifier. |
86
|
| '{' should be on the previous line. |
87
|
| Missing a Javadoc comment. |
91
|
| '{' should be on the previous line. |
92
|
| Missing a Javadoc comment. |
93
|
| Name 'm_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
93
|
| Missing a Javadoc comment. |
94
|
| Name 'm_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
94
|
| Missing a Javadoc comment. |
95
|
| Name 'm_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
95
|
| Missing a Javadoc comment. |
96
|
| Name 'm_grow' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
96
|
| Missing a Javadoc comment. |
98
|
| '(' is followed by whitespace. |
98
|
| Parameter map should be final. |
98
|
| ')' is preceded with whitespace. |
98
|
| '{' should be on the previous line. |
99
|
| Missing a Javadoc comment. |
103
|
| '{' should be on the previous line. |
104
|
| '10' is a magic number. |
105
|
| '1000L' is a magic number. |
105
|
| Missing a Javadoc comment. |
108
|
| '{' should be on the previous line. |
109
|
| '10' is a magic number. |
110
|
| '1000L' is a magic number. |
110
|
| Missing a Javadoc comment. |
113
|
| '{' should be on the previous line. |
114
|
| Missing a Javadoc comment. |
118
|
| '{' should be on the previous line. |
120
|
| 'while' is not followed by whitespace. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| '{' should be on the previous line. |
124
|
| 'cast' is not followed by whitespace. |
125
|
| '(' is followed by whitespace. |
126
|
| 'cast' is not followed by whitespace. |
126
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| 'if' is not followed by whitespace. |
129
|
| '(' is followed by whitespace. |
129
|
| ')' is preceded with whitespace. |
129
|
| '{' should be on the previous line. |
130
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| 'if' is not followed by whitespace. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on the previous line. |
135
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
org/apache/excalibur/mpool/FixedSizePool.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| '(' is followed by whitespace. |
38
|
| Parameter factory should be final. |
38
|
| Parameter size should be final. |
38
|
| ')' is preceded with whitespace. |
38
|
| '{' should be on the previous line. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| 'for' is not followed by whitespace. |
44
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| '{' should be on the previous line. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Missing a Javadoc comment. |
50
|
| '{' should be on the previous line. |
51
|
| 'if' is not followed by whitespace. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '{' should be on the previous line. |
53
|
| Line is longer than 80 characters. |
54
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| 'synchronized' is not followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '{' should be on the previous line. |
60
|
| Missing a Javadoc comment. |
67
|
| '(' is followed by whitespace. |
67
|
| Parameter object should be final. |
67
|
| ')' is preceded with whitespace. |
67
|
| '{' should be on the previous line. |
68
|
| 'if' is not followed by whitespace. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
70
|
| '{' should be on the previous line. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '}' should be on the same line. |
74
|
| 'catch' is not followed by whitespace. |
75
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '{' should be on the previous line. |
76
|
| Must have at least one statement. |
76
|
| Line is longer than 80 characters. |
77
|
| '}' should be on the same line. |
79
|
| '{' should be on the previous line. |
81
|
| 'synchronized' is not followed by whitespace. |
82
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '{' should be on the previous line. |
83
|
| '(' is followed by whitespace. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| Missing a Javadoc comment. |
90
|
| '{' should be on the previous line. |
92
|
| Missing a Javadoc comment. |
96
|
| '{' should be on the previous line. |
97
|
| 'synchronized' is not followed by whitespace. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '{' should be on the previous line. |
101
|
| 'while' is not followed by whitespace. |
102
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| '{' should be on the previous line. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '}' should be on the same line. |
107
|
| 'catch' is not followed by whitespace. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| Must have at least one statement. |
109
|
| Line is longer than 80 characters. |
110
|
org/apache/excalibur/mpool/PoolUtil.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous 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
|
| '{' should be on the previous line. |
36
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '{' should be on the previous line. |
47
|
| 'if' is not followed by whitespace. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '{' should be on the previous line. |
49
|
| '(' is followed by whitespace. |
50
|
| 'cast' is not followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '}' should be on the same line. |
51
|
| '{' should be on the previous line. |
53
|
| '{' should be on the previous line. |
55
|
| Line is longer than 80 characters. |
57
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| 'if' is not followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '{' should be on the previous line. |
60
|
| '(' is followed by whitespace. |
61
|
| ')' is preceded with whitespace. |
61
|
| '}' should be on the same line. |
63
|
| 'catch' is not followed by whitespace. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '{' should be on the previous line. |
65
|
| Must have at least one statement. |
65
|
| Missing a Javadoc comment. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
org/apache/excalibur/mpool/VariableSizePool.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| First sentence should end with a period. |
39
|
| '(' is followed by whitespace. |
42
|
| Parameter factory should be final. |
42
|
| Expected @param tag for 'factory'. |
42
|
| Parameter size should be final. |
42
|
| Expected @param tag for 'size'. |
42
|
| ')' is preceded with whitespace. |
42
|
| Expected @throws tag for 'Exception'. |
43
|
| '{' should be on the previous line. |
44
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| First sentence should end with a period. |
48
|
| '(' is followed by whitespace. |
51
|
| Parameter factory should be final. |
51
|
| Expected @param tag for 'factory'. |
51
|
| Parameter size should be final. |
51
|
| Expected @param tag for 'size'. |
51
|
| Parameter key should be final. |
51
|
| Expected @param tag for 'key'. |
51
|
| ')' is preceded with whitespace. |
51
|
| Expected @throws tag for 'Exception'. |
52
|
| '{' should be on the previous line. |
53
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| 'synchronized' is not followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '{' should be on the previous line. |
59
|
| 'for' is not followed by whitespace. |
60
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| Missing a Javadoc comment. |
67
|
| '{' should be on the previous line. |
69
|
| 'if' is not followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '{' should be on the previous line. |
71
|
| Line is longer than 80 characters. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| 'synchronized' is not followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| 'if' is not followed by whitespace. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
80
|
| 'if' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| Missing a Javadoc comment. |
93
|
| '(' is followed by whitespace. |
93
|
| Parameter pooledObject should be final. |
93
|
| ')' is preceded with whitespace. |
93
|
| '{' should be on the previous line. |
94
|
| 'if' is not followed by whitespace. |
95
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '{' should be on the previous line. |
96
|
| '{' should be on the previous line. |
98
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '}' should be on the same line. |
100
|
| 'catch' is not followed by whitespace. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '{' should be on the previous line. |
102
|
| Must have at least one statement. |
102
|
| Line is longer than 80 characters. |
103
|
| '}' should be on the same line. |
105
|
| '{' should be on the previous line. |
107
|
| 'synchronized' is not followed by whitespace. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| '(' is followed by whitespace. |
110
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| Missing a Javadoc comment. |
115
|
| '{' should be on the previous line. |
117
|
| 'synchronized' is not followed by whitespace. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| Missing a Javadoc comment. |
124
|
| '{' should be on the previous line. |
125
|
| 'synchronized' is not followed by whitespace. |
128
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| '{' should be on the previous line. |
129
|
| 'while' is not followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '{' should be on the previous line. |
131
|
| '{' should be on the previous line. |
133
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '}' should be on the same line. |
135
|
| 'catch' is not followed by whitespace. |
136
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| '{' should be on the previous line. |
137
|
| Must have at least one statement. |
137
|
| Line is longer than 80 characters. |
138
|
| Missing a Javadoc comment. |
144
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '{' should be on the previous line. |
146
|
| 'if' is not followed by whitespace. |
147
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| 'synchronized' is not followed by whitespace. |
152
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '{' should be on the previous line. |
153
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| 'for' is not followed by whitespace. |
156
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '{' should be on the previous line. |
157
|
| '{' should be on the previous line. |
159
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
160
|
| '}' should be on the same line. |
161
|
| 'catch' is not followed by whitespace. |
162
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '{' should be on the previous line. |
163
|
| Must have at least one statement. |
163
|
| Missing a Javadoc comment. |
170
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| '{' should be on the previous line. |
172
|
| 'if' is not followed by whitespace. |
173
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| '{' should be on the previous line. |
174
|
| 'synchronized' is not followed by whitespace. |
178
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '{' should be on the previous line. |
179
|
| 'for' is not followed by whitespace. |
180
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| '{' should be on the previous line. |
181
|
| '{' should be on the previous line. |
183
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| '}' should be on the same line. |
185
|
| 'catch' is not followed by whitespace. |
186
|
| '(' is followed by whitespace. |
186
|
| ')' is preceded with whitespace. |
186
|
| '{' should be on the previous line. |
187
|
| Must have at least one statement. |
187
|
| Missing a Javadoc comment. |
194
|
| '(' is followed by whitespace. |
194
|
| ')' is preceded with whitespace. |
194
|
| '{' should be on the previous line. |
196
|
| 'if' is not followed by whitespace. |
197
|
| '(' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| '{' should be on the previous line. |
198
|
| 'synchronized' is not followed by whitespace. |
202
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| '{' should be on the previous line. |
203
|
org/apache/excalibur/mpool/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/excalibur/util/CPUParser.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
28
|
| First sentence should end with a period. |
29
|
| Expected an @return tag. |
32
|
| Line is longer than 80 characters. |
38
|
| Expected an @return tag. |
40
|
org/apache/excalibur/util/SystemUtil.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'm_processors' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'm_cpuInfo' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'm_architecture' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_osName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_osVersion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
35
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '{' should be on the previous line. |
46
|
| '+' should be on a new line. |
47
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| 'cast' is not followed by whitespace. |
50
|
| '}' should be on the same line. |
54
|
| 'catch' is not followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '+' should be on a new line. |
60
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '(' is followed by whitespace. |
77
|
| Parameter mosname should be final. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| 'for' is not followed by whitespace. |
82
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '{' should be on the previous line. |
83
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| 'if' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| '&&' should be on a new line. |
85
|
| ')' is preceded with whitespace. |
86
|
| '{' should be on the previous line. |
87
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| First sentence should end with a period. |
95
|
| '{' should be on the previous line. |
97
|
| Line is longer than 80 characters. |
101
|
| Expected an @return tag. |
104
|
| Redundant 'final' modifier. |
104
|
| '{' should be on the previous line. |
105
|
| Missing a Javadoc comment. |
109
|
| Redundant 'final' modifier. |
109
|
| '{' should be on the previous line. |
110
|
| First sentence should end with a period. |
114
|
| Expected an @return tag. |
117
|
| Redundant 'final' modifier. |
117
|
| '{' should be on the previous line. |
118
|
| First sentence should end with a period. |
122
|
| Expected an @return tag. |
125
|
| Redundant 'final' modifier. |
125
|
| '{' should be on the previous line. |
126
|
| First sentence should end with a period. |
130
|
| Expected an @return tag. |
133
|
| Redundant 'final' modifier. |
133
|
| '{' should be on the previous line. |
134
|
org/apache/excalibur/util/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/excalibur/util/system/Linux.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_processors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'm_cpuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| '{' should be on the previous line. |
39
|
| '{' should be on the previous line. |
44
|
| Line is longer than 80 characters. |
45
|
| '(' is followed by whitespace. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| 'while' is not followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| 'if' is not followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| 'if' is not followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '{' should be on the previous line. |
59
|
| '(' is followed by whitespace. |
66
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '(' is followed by whitespace. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '(' is followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '(' is followed by whitespace. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '(' is followed by whitespace. |
74
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| '}' should be on the same line. |
77
|
| 'catch' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| First sentence should end with a period. |
88
|
| Expected an @return tag. |
91
|
| '{' should be on the previous line. |
92
|
| Line is longer than 80 characters. |
100
|
| Expected an @return tag. |
102
|
| '{' should be on the previous line. |
103
|
| Line is longer than 80 characters. |
114
|
| Redundant 'final' modifier. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| Line is longer than 80 characters. |
116
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| 'for' is not followed by whitespace. |
119
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| '{' should be on the previous line. |
120
|
org/apache/excalibur/util/system/Windows2000.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'm_processors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_cpuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
36
|
| '{' should be on the previous line. |
37
|
| '{' should be on the previous line. |
42
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| Line is longer than 80 characters. |
50
|
| '(' is followed by whitespace. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| '}' should be on the same line. |
54
|
| 'catch' is not followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| Must have at least one statement. |
56
|
| First sentence should end with a period. |
63
|
| Expected an @return tag. |
66
|
| '{' should be on the previous line. |
67
|
| Line is longer than 80 characters. |
75
|
| Expected an @return tag. |
77
|
| '{' should be on the previous line. |
78
|
org/apache/excalibur/util/system/Windows95.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_processors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_cpuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
37
|
| '{' should be on the previous line. |
38
|
| '{' should be on the previous line. |
42
|
| Line is longer than 80 characters. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| Line is longer than 80 characters. |
46
|
| '(' is followed by whitespace. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '}' should be on the same line. |
48
|
| 'catch' is not followed by whitespace. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| Must have at least one statement. |
50
|
| First sentence should end with a period. |
56
|
| Expected an @return tag. |
59
|
| '{' should be on the previous line. |
60
|
| Line is longer than 80 characters. |
68
|
| Expected an @return tag. |
70
|
| '{' should be on the previous line. |
71
|
org/apache/excalibur/util/system/Windows98.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_processors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_cpuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
37
|
| '{' should be on the previous line. |
38
|
| '{' should be on the previous line. |
42
|
| Line is longer than 80 characters. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| Line is longer than 80 characters. |
46
|
| '(' is followed by whitespace. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '}' should be on the same line. |
48
|
| 'catch' is not followed by whitespace. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| Must have at least one statement. |
50
|
| First sentence should end with a period. |
56
|
| Expected an @return tag. |
59
|
| '{' should be on the previous line. |
60
|
| Line is longer than 80 characters. |
68
|
| Expected an @return tag. |
70
|
| '{' should be on the previous line. |
71
|
org/apache/excalibur/util/system/WindowsNT.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'm_processors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'm_cpuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Missing a Javadoc comment. |
36
|
| '{' should be on the previous line. |
37
|
| '{' should be on the previous line. |
42
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| Line is longer than 80 characters. |
50
|
| '(' is followed by whitespace. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| '}' should be on the same line. |
54
|
| 'catch' is not followed by whitespace. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| Must have at least one statement. |
56
|
| First sentence should end with a period. |
63
|
| Expected an @return tag. |
66
|
| '{' should be on the previous line. |
67
|
| Line is longer than 80 characters. |
75
|
| Expected an @return tag. |
77
|
| '{' should be on the previous line. |
78
|
org/apache/excalibur/util/system/WindowsXP.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'm_processors' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'm_cpuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| '{' should be on the previous line. |
40
|
| '{' should be on the previous line. |
45
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| Line is longer than 80 characters. |
53
|
| '(' is followed by whitespace. |
53
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '}' should be on the same line. |
57
|
| 'catch' is not followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '{' should be on the previous line. |
59
|
| Must have at least one statement. |
59
|
| First sentence should end with a period. |
66
|
| Expected an @return tag. |
69
|
| '{' should be on the previous line. |
70
|
| Line is longer than 80 characters. |
78
|
| Expected an @return tag. |
80
|
| '{' should be on the previous line. |
81
|
org/apache/excalibur/util/system/package.html
Error | Line |
| Missing package documentation file. | 0 |