Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
| Files | Infos | Warnings | Errors |
| 219 | 0 | 0 | 3773 |
Files
org/neuclear/commons/Cache.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
31
|
| First sentence should end with a period. |
35
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
45
|
| Parameter name should be final. |
45
|
| 'if' construct must use '{}'s. |
47
|
| Method 'cache' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Line is longer than 80 characters. |
58
|
| Missing a Javadoc comment. |
64
|
org/neuclear/commons/LowLevelException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
36
|
| First sentence should end with a period. |
40
|
| Missing a Javadoc comment. |
46
|
| Parameter e should be final. |
46
|
| Line is longer than 80 characters. |
47
|
| '+' is not preceded with whitespace. |
47
|
| '+' is not followed by whitespace. |
47
|
| Missing a Javadoc comment. |
49
|
| Parameter message should be final. |
49
|
| '+' is not preceded with whitespace. |
50
|
| '+' is not followed by whitespace. |
50
|
org/neuclear/commons/NeuClearException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Line is longer than 80 characters. |
12
|
| Line is longer than 80 characters. |
13
|
| Line is longer than 80 characters. |
17
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line has trailing spaces. |
41
|
| Missing a Javadoc comment. |
48
|
org/neuclear/commons/RegexFileNameFilter.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
17
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
42
|
| Line has trailing spaces. |
48
|
| Redundant 'final' modifier. |
54
|
| Missing a Javadoc comment. |
58
|
org/neuclear/commons/Utility.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
8
|
| Line is longer than 80 characters. |
9
|
| Line is longer than 80 characters. |
10
|
| Line is longer than 80 characters. |
12
|
| Line is longer than 80 characters. |
16
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
130
|
| Line is longer than 80 characters. |
131
|
| Line is longer than 80 characters. |
132
|
| Line is longer than 80 characters. |
134
|
| Line is longer than 80 characters. |
136
|
| Using the '.*' form of import should be avoided - java.io.*. |
146
|
| Missing a Javadoc comment. |
150
|
| Missing a Javadoc comment. |
152
|
| Missing a Javadoc comment. |
155
|
| Missing a Javadoc comment. |
159
|
| Missing a Javadoc comment. |
163
|
| 'if' construct must use '{}'s. |
164
|
| Line is longer than 80 characters. |
170
|
| Missing a Javadoc comment. |
170
|
| Line is longer than 80 characters. |
176
|
| Missing a Javadoc comment. |
176
|
| Missing a Javadoc comment. |
180
|
| Missing a Javadoc comment. |
184
|
| Parameter clause should be final. |
184
|
| 'if' construct must use '{}'s. |
185
|
| Line is longer than 80 characters. |
188
|
| Missing a Javadoc comment. |
191
|
| 'if' construct must use '{}'s. |
192
|
| Missing a Javadoc comment. |
203
|
| Missing a Javadoc comment. |
207
|
| Line is longer than 80 characters. |
211
|
| Missing a Javadoc comment. |
211
|
| 'if' construct must use '{}'s. |
212
|
| 'for' construct must use '{}'s. |
214
|
| 'if' construct must use '{}'s. |
215
|
| First sentence should end with a period. |
220
|
| Expected an @return tag. |
225
|
| Expected @param tag for 'def'. |
225
|
| Avoid inline conditionals. |
226
|
| 'if' construct must use '{}'s. |
229
|
| Missing a Javadoc comment. |
234
|
| Parameter prompt should be final. |
234
|
| Missing a Javadoc comment. |
239
|
| Line is longer than 80 characters. |
240
|
| Missing a Javadoc comment. |
248
|
| Parameter reference should be final. |
248
|
| Line is longer than 80 characters. |
252
|
| 'if' construct must use '{}'s. |
258
|
| Line is longer than 80 characters. |
259
|
| Missing a Javadoc comment. |
265
|
| Line is longer than 80 characters. |
266
|
| Avoid inline conditionals. |
266
|
| Missing a Javadoc comment. |
269
|
| 'static' modifier out of order with the JLS suggestions. |
269
|
org/neuclear/commons/configuration/ConfigurableContainer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - org.picocontainer.*. |
3
|
| Missing a Javadoc comment. |
17
|
| Parameter config should be final. |
17
|
| 'if' construct must use '{}'s. |
19
|
| Line is longer than 80 characters. |
23
|
| Method 'registerComponentImplementation' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Missing a Javadoc comment. |
23
|
| Parameter o should be final. |
23
|
| Parameter aClass should be final. |
23
|
| Redundant throws: 'PicoRegistrationException' is unchecked exception. |
23
|
| Line is longer than 80 characters. |
27
|
| Method 'registerComponentImplementation' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| Parameter o should be final. |
27
|
| Parameter aClass should be final. |
27
|
| Parameter parameters should be final. |
27
|
| Redundant throws: 'PicoRegistrationException' is unchecked exception. |
27
|
| Line is longer than 80 characters. |
31
|
| Method 'registerComponentImplementation' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter aClass should be final. |
31
|
| Redundant throws: 'PicoRegistrationException' is unchecked exception. |
31
|
| Line is longer than 80 characters. |
35
|
| Method 'registerComponentInstance' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter o should be final. |
35
|
| Redundant throws: 'PicoRegistrationException' is unchecked exception. |
35
|
| Line is longer than 80 characters. |
39
|
| Method 'registerComponentInstance' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter o should be final. |
39
|
| Parameter o1 should be final. |
39
|
| Redundant throws: 'PicoRegistrationException' is unchecked exception. |
39
|
| Line is longer than 80 characters. |
43
|
| Method 'registerComponent' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter componentAdapter should be final. |
43
|
| Redundant throws: 'PicoRegistrationException' is unchecked exception. |
43
|
| Method 'unregisterComponent' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter o should be final. |
47
|
| Method 'unregisterComponentByInstance' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter o should be final. |
51
|
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter picoContainer should be final. |
55
|
| Method 'getComponentInstance' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter o should be final. |
59
|
| Method 'getComponentInstanceOfType' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter aClass should be final. |
63
|
| Method 'getComponentInstances' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Method 'getComponentAdapter' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter o should be final. |
75
|
| Method 'getComponentAdapterOfType' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter aClass should be final. |
79
|
| Method 'getComponentAdapters' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Method 'getComponentAdaptersOfType' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter aClass should be final. |
87
|
| Method 'verify' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Redundant throws: 'PicoVerificationException' is unchecked exception. |
91
|
| Method 'addOrderedComponentAdapter' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter componentAdapter should be final. |
95
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Missing a Javadoc comment. |
111
|
org/neuclear/commons/configuration/Configuration.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
13
|
| Redundant 'public' modifier. |
13
|
| ';' is preceded with whitespace. |
13
|
org/neuclear/commons/configuration/ConfigurationException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
3
|
| Line has trailing spaces. |
4
|
| Missing a Javadoc comment. |
10
|
org/neuclear/commons/configuration/DefaultConfiguration.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Missing a Javadoc comment. |
17
|
| Parameter pico should be final. |
17
|
| Line is longer than 80 characters. |
19
|
org/neuclear/commons/configuration/ServletContextContainer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
14
|
| Missing a Javadoc comment. |
14
|
| Parameter servletContextEvent should be final. |
14
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
27
|
| 'if' construct must use '{}'s. |
30
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter servletContextEvent should be final. |
38
|
| Method 'getDefaultConfiguration' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
47
|
org/neuclear/commons/configuration/package.html
| Error | Line |
| Missing package documentation file. | 0 |
org/neuclear/commons/crypto/Base32.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
33
|
| First sentence should end with a period. |
48
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
54
|
| Unclosed HTML tag found: <code>{@link java.math.BigInteger}<code>. |
59
|
| Expected @param tag for 'big'. |
64
|
| First sentence should end with a period. |
71
|
| Expected an @return tag. |
77
|
| Expected @param tag for 'raw'. |
77
|
| Expected @throws tag for 'CryptoException'. |
77
|
| '5' is a magic number. |
78
|
| '8' is a magic number. |
79
|
| Array brackets at illegal position. |
81
|
| Array brackets at illegal position. |
82
|
| '5' is a magic number. |
82
|
| '8' is a magic number. |
85
|
| '5' is a magic number. |
85
|
| '8' is a magic number. |
86
|
| Avoid inline conditionals. |
86
|
| '8' is a magic number. |
86
|
| '5' is a magic number. |
88
|
| '8' is a magic number. |
93
|
| 'if' construct must use '{}'s. |
96
|
| '0x03' is a magic number. |
96
|
| '4' is a magic number. |
100
|
| 'if' construct must use '{}'s. |
101
|
| '0x0F' is a magic number. |
101
|
| '4' is a magic number. |
103
|
| '5' is a magic number. |
105
|
| 'if' construct must use '{}'s. |
106
|
| '7' is a magic number. |
110
|
| 'if' construct must use '{}'s. |
111
|
| '0x07' is a magic number. |
111
|
| '3' is a magic number. |
113
|
| '5' is a magic number. |
|