Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
3 | 0 | 0 | 110 |
Files
org/apache/avalon/excalibur/thread/impl/InstrumentedResourceLimitingThreadPool.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. |
35
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
48
|
| Name 'm_underlyingPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| First sentence should end with a period. |
50
|
| Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Line is longer than 80 characters. |
65
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '{' should be on the previous line. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line is longer than 80 characters. |
73
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '(' is followed by whitespace. |
83
|
| '10000' is a magic number. |
83
|
| ')' is preceded with whitespace. |
83
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
94
|
| Line is longer than 80 characters. |
96
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
99
|
| Line is longer than 80 characters. |
100
|
| Line is longer than 80 characters. |
101
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
115
|
| '{' should be on the previous line. |
117
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '}' 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. |
123
|
| ')' is preceded with whitespace. |
123
|
| Method 'setInstrumentableName' is not designed for extension - needs to be abstract, final or empty. |
143
|
| '(' is followed by whitespace. |
143
|
| Parameter name should be final. |
143
|
| ')' is preceded with whitespace. |
143
|
| '{' should be on the previous line. |
144
|
| Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. |
153
|
| '{' should be on the previous line. |
154
|
| Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. |
169
|
| '{' should be on the previous line. |
170
|
| Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. |
183
|
| '{' should be on the previous line. |
184
|
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. |
193
|
| '{' should be on the previous line. |
194
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Missing a Javadoc comment. |
198
|
| '(' is followed by whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| '{' should be on the previous line. |
199
|
| '(' is followed by whitespace. |
200
|
| ')' is preceded with whitespace. |
200
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Missing a Javadoc comment. |
203
|
| '{' should be on the previous line. |
204
|
| Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Missing a Javadoc comment. |
208
|
| '{' should be on the previous line. |
209
|
| Method 'decommission' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| '(' is followed by whitespace. |
213
|
| ')' is preceded with whitespace. |
213
|
| '{' should be on the previous line. |
214
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| Method 'getCreatedClass' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Missing a Javadoc comment. |
218
|
| '{' should be on the previous line. |
219
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
230
|
| '(' is followed by whitespace. |
230
|
| ')' is preceded with whitespace. |
230
|
| '{' should be on the previous line. |
231
|
| '(' is followed by whitespace. |
232
|
| ')' is preceded with whitespace. |
232
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
242
|
| '(' is followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| '{' should be on the previous line. |
243
|
| '(' is followed by whitespace. |
244
|
| ')' is preceded with whitespace. |
244
|
| Line is longer than 80 characters. |
254
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
254
|
| '(' is followed by whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| '(' is followed by whitespace. |
256
|
| ')' is preceded with whitespace. |
256
|
org/apache/avalon/excalibur/thread/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |