Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
59 | 0 | 0 | 1876 |
Files
org/hardcode/juf/BadConfigurationException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Parameter arg0 should be final. |
24
|
| Expected @param tag for 'arg0'. |
24
|
| Parameter arg0 should be final. |
34
|
| Expected @param tag for 'arg0'. |
34
|
| Parameter arg1 should be final. |
34
|
| Expected @param tag for 'arg1'. |
34
|
| Parameter arg0 should be final. |
43
|
| Expected @param tag for 'arg0'. |
43
|
org/hardcode/juf/ClientStatusException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
6
|
| Line is longer than 80 characters. |
7
|
| Line has trailing spaces. |
8
|
| Line contains a tab character. |
13
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Parameter arg0 should be final. |
22
|
| Expected @param tag for 'arg0'. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Parameter arg0 should be final. |
29
|
| Expected @param tag for 'arg0'. |
29
|
| Parameter arg1 should be final. |
29
|
| Expected @param tag for 'arg1'. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Parameter arg0 should be final. |
35
|
| Expected @param tag for 'arg0'. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
org/hardcode/juf/DownloadException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line contains a tab character. |
11
|
| Line has trailing spaces. |
12
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Parameter arg0 should be final. |
20
|
| Expected @param tag for 'arg0'. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Parameter arg0 should be final. |
27
|
| Expected @param tag for 'arg0'. |
27
|
| Parameter arg1 should be final. |
27
|
| Expected @param tag for 'arg1'. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Parameter arg0 should be final. |
33
|
| Expected @param tag for 'arg0'. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
org/hardcode/juf/InstallException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
3
|
| Parameter message should be final. |
19
|
| Expected @param tag for 'message'. |
19
|
| Parameter message should be final. |
29
|
| Expected @param tag for 'message'. |
29
|
| Parameter cause should be final. |
29
|
| Expected @param tag for 'cause'. |
29
|
| Parameter cause should be final. |
38
|
| Expected @param tag for 'cause'. |
38
|
org/hardcode/juf/Installer.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| First sentence should end with a period. |
14
|
| Line is longer than 80 characters. |
17
|
| Redundant 'public' modifier. |
24
|
| Expected @throws tag for 'InstallException'. |
25
|
org/hardcode/juf/JUpdate.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
29
|
| First sentence should end with a period. |
35
|
| Unused @param tag for 'file'. |
39
|
| Unused @throws tag for 'RuntimeException'. |
48
|
| Method 'getClientUpdateInformation' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Parameter name should be final. |
50
|
| First sentence should end with a period. |
60
|
| Line is longer than 80 characters. |
80
|
| Method 'doUpdate' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter clientStatus should be final. |
80
|
| Parameter clientUpdateInfo should be final. |
80
|
| Expected @param tag for 'clientUpdateInfo'. |
80
|
| Parameter name should be final. |
80
|
| Parameter u should be final. |
80
|
| Parameter listener should be final. |
81
|
| Line has trailing spaces. |
82
|
| '{' is followed by whitespace. |
90
|
| First sentence should end with a period. |
108
|
| Parameter ui should be final. |
119
|
| Parameter packageName should be final. |
119
|
| First sentence should end with a period. |
131
|
| Line is longer than 80 characters. |
146
|
| Method 'checkUpdates' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter name should be final. |
146
|
| Parameter clientUpdateInfo should be final. |
146
|
| Expected @param tag for 'clientUpdateInfo'. |
146
|
| Parameter listener should be final. |
146
|
| Line is longer than 80 characters. |
154
|
| First sentence should end with a period. |
168
|
| Unused @throws tag for 'RuntimeException'. |
181
|
| Parameter st should be final. |
183
|
| Parameter listener should be final. |
183
|
| First sentence should end with a period. |
219
|
| Parameter name should be final. |
229
|
| Expected @throws tag for 'ClientStatusException'. |
230
|
| Parameter name should be final. |
255
|
| Parameter info should be final. |
255
|
| Expected @param tag for 'info'. |
255
|
| Expected @throws tag for 'ClientStatusException'. |
256
|
| Expected @throws tag for 'IOException'. |
256
|
| First sentence should end with a period. |
267
|
| Parameter updateName should be final. |
274
|
| '+' should be on a new line. |
275
|
org/hardcode/juf/JUpdateUtilities.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Method 'download' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Parameter url should be final. |
39
|
| Expected @param tag for 'url'. |
39
|
| Parameter temp should be final. |
39
|
| Expected @param tag for 'temp'. |
39
|
| Expected @throws tag for 'IOException'. |
40
|
| Expected @throws tag for 'NoServerFileException'. |
40
|
| Redundant throws: 'NoServerFileException' is subclass of 'IOException'. |
40
|
| '10240' is a magic number. |
58
|
| '10240' is a magic number. |
62
|
| '100' is a magic number. |
66
|
| '10240' is a magic number. |
71
|
| '10240' is a magic number. |
74
|
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter source should be final. |
93
|
| Parameter dest should be final. |
93
|
| Line is longer than 80 characters. |
102
|
| First sentence should end with a period. |
116
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
121
|
| Line is longer than 80 characters. |
123
|
| Method 'getComponentStatus' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter status should be final. |
126
|
| Parameter componentName should be final. |
126
|
| Line is longer than 80 characters. |
129
|
| Line contains a tab character. |
129
|
| '{' is not preceded with whitespace. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line has trailing spaces. |
133
|
org/hardcode/juf/ListenerSupport.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line contains a tab character. |
11
|
| Missing a Javadoc comment. |
11
|
| Redundant 'public' modifier. |
11
|
| Line contains a tab character. |
12
|
| Missing a Javadoc comment. |
12
|
| Redundant 'public' modifier. |
12
|
| Line contains a tab character. |
14
|
| Missing a Javadoc comment. |
14
|
| Redundant 'public' modifier. |
14
|
org/hardcode/juf/ListenerSupportImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' is not preceded with whitespace. |
12
|
| Line contains a tab character. |
14
|
| Missing a Javadoc comment. |
14
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Parameter listener should be final. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Parameter progress should be final. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Parameter progress should be final. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
org/hardcode/juf/NoServerFileException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line contains a tab character. |
13
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Parameter arg0 should be final. |
22
|
| Expected @param tag for 'arg0'. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
org/hardcode/juf/ProgressListener.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line contains a tab character. |
10
|
| Missing a Javadoc comment. |
10
|
org/hardcode/juf/UpdateListener.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' is not preceded with whitespace. |
9
|
| Line contains a tab character. |
10
|
| Missing a Javadoc comment. |
10
|
org/hardcode/juf/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/hardcode/juf/sample/JUpdateClientSample.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
22
|
| Missing a Javadoc comment. |
22
|
| Parameter args should be final. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| '{' is not preceded with whitespace. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line is longer than 80 characters. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line is longer than 80 characters. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line is longer than 80 characters. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line is longer than 80 characters. |
43
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| '400' is a magic number. |
49
|
| '400' is a magic number. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line is longer than 80 characters. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line has trailing spaces. |
80
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
org/hardcode/juf/sample/SampleUpdate.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
18
|
| '{' is not preceded with whitespace. |
20
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line is longer than 80 characters. |
24
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line is longer than 80 characters. |
26
|
| Line contains a tab character. |
26
|
| Method 'install' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Parameter clientStatus should be final. |
26
|
| Parameter status should be final. |
26
|
| Parameter listener should be final. |
26
|
| Line contains a tab character. |
27
|
| Line is longer than 80 characters. |
28
|
| Line contains a tab character. |
28
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| '{' is not preceded with whitespace. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| 'else' is not preceded with whitespace. |
35
|
| '}' is not followed by whitespace. |
35
|
| 'else' is not followed by whitespace. |
35
|
| '{' is not preceded with whitespace. |
35
|
| Line is longer than 80 characters. |
36
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line is longer than 80 characters. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
org/hardcode/juf/sample/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/hardcode/juf/status/Status.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - java.io.IOException. |
14
|
| Unused import - java.io.Reader. |
15
|
| Unused import - java.io.Serializable. |
16
|
| Unused import - java.io.Writer. |
17
|
| Unused import - org.exolab.castor.xml.MarshalException. |
18
|
| Unused import - org.exolab.castor.xml.ValidationException. |
21
|
| Unused import - org.xml.sax.ContentHandler. |
22
|
| Line has trailing spaces. |
26
|
| First sentence should end with a period. |
36
|
| Name '_componentName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| First sentence should end with a period. |
41
|
| Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| First sentence should end with a period. |
46
|
| Name '_has_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
56
|
| First sentence should end with a period. |
65
|
| Method 'deleteVersion' is not designed for extension - needs to be abstract, final or empty. |
68
|
| '{' should be on the previous line. |
69
|
| '=' is not preceded with whitespace. |
70
|
| Line has trailing spaces. |
71
|
| Line has trailing spaces. |
75
|
| Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. |
78
|
| '{' should be on the previous line. |
79
|
| Line has trailing spaces. |
81
|
| Line has trailing spaces. |
85
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
88
|
| '{' should be on the previous line. |
89
|
| Line has trailing spaces. |
91
|
| First sentence should end with a period. |
93
|
| Expected an @return tag. |
96
|
| Method 'hasVersion' is not designed for extension - needs to be abstract, final or empty. |
96
|
| '{' should be on the previous line. |
97
|
| Line has trailing spaces. |
99
|
| First sentence should end with a period. |
101
|
| Expected an @return tag. |
104
|
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. |
104
|
| '{' should be on the previous line. |
105
|
| '}' should be on the same line. |
108
|
| Line has trailing spaces. |
113
|
| First sentence should end with a period. |
115
|
| Line has trailing spaces. |
117
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter out should be final. |
120
|
| Expected @param tag for 'out'. |
120
|
| Line is longer than 80 characters. |
121
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
121
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
121
|
| Line has trailing spaces. |
123
|
| Line has trailing spaces. |
125
|
| First sentence should end with a period. |
127
|
| Line has trailing spaces. |
129
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter handler should be final. |
132
|
| Expected @param tag for 'handler'. |
132
|
| Line is longer than 80 characters. |
133
|
| Expected @throws tag for 'java.io.IOException'. |
133
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
133
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
133
|
| Line has trailing spaces. |
135
|
| Line has trailing spaces. |
137
|
| Line has trailing spaces. |
141
|
| Method 'setComponentName' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter componentName should be final. |
144
|
| '{' should be on the previous line. |
145
|
| Line has trailing spaces. |
147
|
| Line has trailing spaces. |
151
|
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Parameter version should be final. |
154
|
| '{' should be on the previous line. |
155
|
| Line has trailing spaces. |
158
|
| First sentence should end with a period. |
160
|
| Line has trailing spaces. |
162
|
| Expected an @return tag. |
165
|
| Parameter reader should be final. |
165
|
| Expected @param tag for 'reader'. |
165
|
| Line is longer than 80 characters. |
166
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
166
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
166
|
| Line is longer than 80 characters. |
168
|
| Line has trailing spaces. |
169
|
| First sentence should end with a period. |
171
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
175
|
| '{' should be on the previous line. |
176
|
| Line is longer than 80 characters. |
177
|
| Line has trailing spaces. |
179
|
org/hardcode/juf/status/StatusDescriptor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - org.exolab.castor.mapping.AccessMode. |
14
|
| Unused import - org.exolab.castor.xml.TypeValidator. |
15
|
| Unused import - org.exolab.castor.xml.XMLFieldDescriptor. |
16
|
| Using the '.*' form of import should be avoided - org.exolab.castor.xml.validators.*. |
17
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Missing a Javadoc comment. |
56
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line has trailing spaces. |
63
|
| Line is longer than 80 characters. |
65
|
| Line has trailing spaces. |
68
|
| '(' is followed by whitespace. |
68
|
| Parameter object should be final. |
68
|
| ')' is preceded with whitespace. |
68
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
69
|
| '{' should be on the previous line. |
70
|
| Line has trailing spaces. |
74
|
| Line is longer than 80 characters. |
74
|
| '(' is followed by whitespace. |
74
|
| Parameter object should be final. |
74
|
| Parameter value should be final. |
74
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
75
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
75
|
| '{' should be on the previous line. |
76
|
| '(' is followed by whitespace. |
79
|
| '}' should be on the same line. |
80
|
| '(' is followed by whitespace. |
85
|
| Parameter parent should be final. |
85
|
| ')' is preceded with whitespace. |
85
|
| ')' is preceded with whitespace. |
88
|
| Line has trailing spaces. |
92
|
| Avoid nested blocks. |
96
|
| Line is longer than 80 characters. |
103
|
| Line has trailing spaces. |
105
|
| '(' is followed by whitespace. |
105
|
| Parameter object should be final. |
105
|
| ')' is preceded with whitespace. |
105
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
106
|
| '{' should be on the previous line. |
107
|
| 'if' construct must use '{}'s. |
109
|
| 'if' is not followed by whitespace. |
109
|
| Line has trailing spaces. |
113
|
| Line is longer than 80 characters. |
113
|
| '(' is followed by whitespace. |
113
|
| Parameter object should be final. |
113
|
| Parameter value should be final. |
113
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
114
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
114
|
| '{' should be on the previous line. |
115
|
| 'if' construct must use '{}'s. |
119
|
| Line has trailing spaces. |
120
|
| '(' is followed by whitespace. |
121
|
| 'cast' is not followed by whitespace. |
121
|
| '}' should be on the same line. |
122
|
| '(' is followed by whitespace. |
127
|
| Parameter parent should be final. |
127
|
| ')' is preceded with whitespace. |
127
|
| ')' is preceded with whitespace. |
130
|
| Line has trailing spaces. |
134
|
| Avoid nested blocks. |
138
|
| '=' is not preceded with whitespace. |
139
|
| Line has trailing spaces. |
144
|
| First sentence should end with a period. |
152
|
| Expected an @return tag. |
155
|
| Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. |
155
|
| '{' should be on the previous line. |
156
|
| Line has trailing spaces. |
158
|
| First sentence should end with a period. |
160
|
| Expected an @return tag. |
163
|
| Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. |
163
|
| '{' should be on the previous line. |
164
|
| Line has trailing spaces. |
166
|
| First sentence should end with a period. |
168
|
| Expected an @return tag. |
171
|
| Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. |
171
|
| '{' should be on the previous line. |
172
|
| Line has trailing spaces. |
174
|
| First sentence should end with a period. |
176
|
| Expected an @return tag. |
179
|
| Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. |
179
|
| '{' should be on the previous line. |
180
|
| Line has trailing spaces. |
182
|
| First sentence should end with a period. |
184
|
| Expected an @return tag. |
187
|
| Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. |
187
|
| '{' should be on the previous line. |
188
|
| Line has trailing spaces. |
190
|
| First sentence should end with a period. |
192
|
| Expected an @return tag. |
195
|
| Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. |
195
|
| '{' should be on the previous line. |
196
|
| Line has trailing spaces. |
198
|
| First sentence should end with a period. |
200
|
| Expected an @return tag. |
203
|
| Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. |
203
|
| '{' should be on the previous line. |
204
|
| Line has trailing spaces. |
206
|
| First sentence should end with a period. |
208
|
| Expected an @return tag. |
211
|
| Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. |
211
|
| '{' should be on the previous line. |
212
|
| Line has trailing spaces. |
214
|
org/hardcode/juf/status/UpdateInfo.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - java.io.IOException. |
14
|
| Unused import - java.io.Reader. |
15
|
| Unused import - java.io.Serializable. |
16
|
| Unused import - java.io.Writer. |
17
|
| Unused import - java.util.Enumeration. |
18
|
| Unused import - org.exolab.castor.xml.MarshalException. |
20
|
| Unused import - org.exolab.castor.xml.ValidationException. |
23
|
| Unused import - org.xml.sax.ContentHandler. |
24
|
| Line has trailing spaces. |
28
|
| First sentence should end with a period. |
38
|
| Name '_urlPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| First sentence should end with a period. |
43
|
| Name '_statusList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
53
|
| First sentence should end with a period. |
63
|
| Line has trailing spaces. |
65
|
| Method 'addStatus' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter vStatus should be final. |
68
|
| Expected @param tag for 'vStatus'. |
68
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
69
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
69
|
| '{' should be on the previous line. |
70
|
| Line has trailing spaces. |
72
|
| First sentence should end with a period. |
74
|
| Line has trailing spaces. |
76
|
| Method 'addStatus' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter index should be final. |
80
|
| Expected @param tag for 'index'. |
80
|
| Parameter vStatus should be final. |
80
|
| Expected @param tag for 'vStatus'. |
80
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
81
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
81
|
| '{' should be on the previous line. |
82
|
| Line has trailing spaces. |
84
|
| First sentence should end with a period. |
86
|
| Expected an @return tag. |
89
|
| Method 'enumerateStatus' is not designed for extension - needs to be abstract, final or empty. |
89
|
| '{' should be on the previous line. |
90
|
| Line has trailing spaces. |
92
|
| First sentence should end with a period. |
94
|
| Line has trailing spaces. |
96
|
| Expected an @return tag. |
99
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter index should be final. |
99
|
| Expected @param tag for 'index'. |
99
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
100
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
100
|
| '{' should be on the previous line. |
101
|
| Line has trailing spaces. |
106
|
| Line has trailing spaces. |
108
|
| First sentence should end with a period. |
110
|
| Expected an @return tag. |
113
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
113
|
| '{' should be on the previous line. |
114
|
| Line is longer than 80 characters. |
116
|
| Line is longer than 80 characters. |
118
|
| Line has trailing spaces. |
121
|
| First sentence should end with a period. |
123
|
| Expected an @return tag. |
126
|
| Method 'getStatusCount' is not designed for extension - needs to be abstract, final or empty. |
126
|
| '{' should be on the previous line. |
127
|
| Line has trailing spaces. |
129
|
| Line has trailing spaces. |
133
|
| Method 'getUrlPrefix' is not designed for extension - needs to be abstract, final or empty. |
136
|
| '{' should be on the previous line. |
137
|
| Line has trailing spaces. |
139
|
| First sentence should end with a period. |
141
|
| Expected an @return tag. |
144
|
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. |
144
|
| '{' should be on the previous line. |
145
|
| '}' should be on the same line. |
148
|
| Line has trailing spaces. |
153
|
| First sentence should end with a period. |
155
|
| Line has trailing spaces. |
157
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter out should be final. |
160
|
| Expected @param tag for 'out'. |
160
|
| Line is longer than 80 characters. |
161
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
161
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
161
|
| Line has trailing spaces. |
163
|
| Line has trailing spaces. |
165
|
| First sentence should end with a period. |
167
|
| Line has trailing spaces. |
169
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Parameter handler should be final. |
172
|
| Expected @param tag for 'handler'. |
172
|
| Line is longer than 80 characters. |
173
|
| Expected @throws tag for 'java.io.IOException'. |
173
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
173
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
173
|
| Line has trailing spaces. |
175
|
| Line has trailing spaces. |
177
|
| First sentence should end with a period. |
179
|
| Method 'removeAllStatus' is not designed for extension - needs to be abstract, final or empty. |
182
|
| '{' should be on the previous line. |
183
|
| Line has trailing spaces. |
185
|
| First sentence should end with a period. |
187
|
| Line has trailing spaces. |
189
|
| Expected an @return tag. |
192
|
| Method 'removeStatus' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter index should be final. |
192
|
| Expected @param tag for 'index'. |
192
|
| '{' should be on the previous line. |
193
|
| Line has trailing spaces. |
197
|
| First sentence should end with a period. |
199
|
| Line has trailing spaces. |
201
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Parameter index should be final. |
205
|
| Expected @param tag for 'index'. |
205
|
| Parameter vStatus should be final. |
205
|
| Expected @param tag for 'vStatus'. |
205
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
206
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
206
|
| '{' should be on the previous line. |
207
|
| Line has trailing spaces. |
213
|
| First sentence should end with a period. |
215
|
| Line has trailing spaces. |
217
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Parameter statusArray should be final. |
220
|
| Expected @param tag for 'statusArray'. |
220
|
| '{' should be on the previous line. |
221
|
| Line has trailing spaces. |
227
|
| Line has trailing spaces. |
231
|
| Method 'setUrlPrefix' is not designed for extension - needs to be abstract, final or empty. |
234
|
| Parameter urlPrefix should be final. |
234
|
| '{' should be on the previous line. |
235
|
| Line has trailing spaces. |
237
|
| First sentence should end with a period. |
239
|
| Line has trailing spaces. |
241
|
| Expected an @return tag. |
244
|
| Parameter reader should be final. |
244
|
| Expected @param tag for 'reader'. |
244
|
| Line is longer than 80 characters. |
245
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
245
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
245
|
| Line is longer than 80 characters. |
247
|
| Line has trailing spaces. |
248
|
| First sentence should end with a period. |
250
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
254
|
| '{' should be on the previous line. |
255
|
| Line is longer than 80 characters. |
256
|
| Line has trailing spaces. |
258
|
org/hardcode/juf/status/UpdateInfoDescriptor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - org.exolab.castor.mapping.AccessMode. |
14
|
| Unused import - org.exolab.castor.xml.TypeValidator. |
15
|
| Unused import - org.exolab.castor.xml.XMLFieldDescriptor. |
16
|
| Using the '.*' form of import should be avoided - org.exolab.castor.xml.validators.*. |
17
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Missing a Javadoc comment. |
56
|
| Line has trailing spaces. |
59
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
64
|
| Line has trailing spaces. |
66
|
| Line is longer than 80 characters. |
68
|
| Line has trailing spaces. |
71
|
| '(' is followed by whitespace. |
71
|
| Parameter object should be final. |
71
|
| ')' is preceded with whitespace. |
71
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
72
|
| '{' should be on the previous line. |
73
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
77
|
| '(' is followed by whitespace. |
77
|
| Parameter object should be final. |
77
|
| Parameter value should be final. |
77
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
78
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
78
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
82
|
| '}' should be on the same line. |
83
|
| '(' is followed by whitespace. |
88
|
| Parameter parent should be final. |
88
|
| ')' is preceded with whitespace. |
88
|
| ')' is preceded with whitespace. |
91
|
| Line has trailing spaces. |
95
|
| Avoid nested blocks. |
99
|
| Line has trailing spaces. |
106
|
| Line is longer than 80 characters. |
108
|
| Line has trailing spaces. |
110
|
| '(' is followed by whitespace. |
110
|
| Parameter object should be final. |
110
|
| ')' is preceded with whitespace. |
110
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
111
|
| '{' should be on the previous line. |
112
|
| Line has trailing spaces. |
116
|
| Line is longer than 80 characters. |
116
|
| '(' is followed by whitespace. |
116
|
| Parameter object should be final. |
116
|
| Parameter value should be final. |
116
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
117
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
117
|
| '{' should be on the previous line. |
118
|
| '(' is followed by whitespace. |
121
|
| '}' should be on the same line. |
122
|
| '(' is followed by whitespace. |
127
|
| Parameter parent should be final. |
127
|
| ')' is preceded with whitespace. |
127
|
| ')' is preceded with whitespace. |
130
|
| Line has trailing spaces. |
134
|
| Avoid nested blocks. |
138
|
| First sentence should end with a period. |
148
|
| Expected an @return tag. |
151
|
| Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. |
151
|
| '{' should be on the previous line. |
152
|
| Line has trailing spaces. |
154
|
| First sentence should end with a period. |
156
|
| Expected an @return tag. |
159
|
| Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. |
159
|
| '{' should be on the previous line. |
160
|
| Line has trailing spaces. |
162
|
| First sentence should end with a period. |
164
|
| Expected an @return tag. |
167
|
| Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. |
167
|
| '{' should be on the previous line. |
168
|
| Line has trailing spaces. |
170
|
| First sentence should end with a period. |
172
|
| Expected an @return tag. |
175
|
| Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. |
175
|
| '{' should be on the previous line. |
176
|
| Line has trailing spaces. |
178
|
| First sentence should end with a period. |
180
|
| Expected an @return tag. |
183
|
| Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. |
183
|
| '{' should be on the previous line. |
184
|
| Line has trailing spaces. |
186
|
| First sentence should end with a period. |
188
|
| Expected an @return tag. |
191
|
| Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. |
191
|
| '{' should be on the previous line. |
192
|
| Line has trailing spaces. |
194
|
| First sentence should end with a period. |
196
|
| Expected an @return tag. |
199
|
| Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. |
199
|
| '{' should be on the previous line. |
200
|
| Line has trailing spaces. |
202
|
| First sentence should end with a period. |
204
|
| Expected an @return tag. |
207
|
| Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. |
207
|
| '{' should be on the previous line. |
208
|
| Line has trailing spaces. |
210
|
org/hardcode/juf/status/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/hardcode/juf/ui/UpdatePanel.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
18
|
| Missing a Javadoc comment. |
18
|
| Line contains a tab character. |
19
|
| Missing a Javadoc comment. |
19
|
| Line contains a tab character. |
20
|
| Missing a Javadoc comment. |
20
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Missing a Javadoc comment. |
22
|
| Line has trailing spaces. |
23
|
| Line contains a tab character. |
23
|
| First sentence should end with a period. |
24
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Method 'setModel' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter jupdate should be final. |
32
|
| '{' is not preceded with whitespace. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line has trailing spaces. |
36
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Missing a Javadoc comment. |
37
|
| '{' is not preceded with whitespace. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line has trailing spaces. |
45
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Method 'getSelectedUpdates' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| '{' is not preceded with whitespace. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| 'updates' hides a field. |
48
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line is longer than 80 characters. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
55
|
| Line contains a tab character. |
55
|
| First sentence should end with a period. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line has trailing spaces. |
58
|
| Line contains a tab character. |
58
|
| Unused Javadoc tag. |
59
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| '300' is a magic number. |
63
|
| ',' is not followed by whitespace. |
63
|
| '200' is a magic number. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| First sentence should end with a period. |
66
|
| Line contains a tab character. |
66
|
| Line has trailing spaces. |
67
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line is longer than 80 characters. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| '70' is a magic number. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| First sentence should end with a period. |
81
|
| Line contains a tab character. |
81
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
83
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
84
|
| Line has trailing spaces. |
85
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| Line has trailing spaces. |
90
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Parameter e should be final. |
90
|
| Line is longer than 80 characters. |
91
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line is longer than 80 characters. |
95
|
| Line contains a tab character. |
95
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line has trailing spaces. |
98
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| First sentence should end with a period. |
105
|
| Line contains a tab character. |
105
|
| Line has trailing spaces. |
106
|
| Line contains a tab character. |
106
|
| Line has trailing spaces. |
107
|
| Line contains a tab character. |
107
|
| Line has trailing spaces. |
108
|
| Line contains a tab character. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
org/hardcode/juf/ui/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/hardcode/juf/update/Feature.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - java.io.IOException. |
14
|
| Unused import - java.io.Reader. |
15
|
| Unused import - java.io.Serializable. |
16
|
| Unused import - java.io.Writer. |
17
|
| Unused import - org.exolab.castor.xml.MarshalException. |
18
|
| Unused import - org.exolab.castor.xml.ValidationException. |
21
|
| Unused import - org.xml.sax.ContentHandler. |
22
|
| Line has trailing spaces. |
26
|
| First sentence should end with a period. |
36
|
| Name '_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
46
|
| Line has trailing spaces. |
59
|
| Method 'getContent' is not designed for extension - needs to be abstract, final or empty. |
62
|
| '{' should be on the previous line. |
63
|
| Line has trailing spaces. |
65
|
| First sentence should end with a period. |
67
|
| Expected an @return tag. |
70
|
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. |
70
|
| '{' should be on the previous line. |
71
|
| '}' should be on the same line. |
74
|
| Line has trailing spaces. |
79
|
| First sentence should end with a period. |
81
|
| Line has trailing spaces. |
83
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter out should be final. |
86
|
| Expected @param tag for 'out'. |
86
|
| Line is longer than 80 characters. |
87
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
87
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
87
|
| Line has trailing spaces. |
89
|
| Line has trailing spaces. |
91
|
| First sentence should end with a period. |
93
|
| Line has trailing spaces. |
95
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter handler should be final. |
98
|
| Expected @param tag for 'handler'. |
98
|
| Line is longer than 80 characters. |
99
|
| Expected @throws tag for 'java.io.IOException'. |
99
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
99
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
99
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
103
|
| Line has trailing spaces. |
108
|
| Method 'setContent' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter content should be final. |
111
|
| '{' should be on the previous line. |
112
|
| Line has trailing spaces. |
114
|
| First sentence should end with a period. |
116
|
| Line has trailing spaces. |
118
|
| Expected an @return tag. |
121
|
| Parameter reader should be final. |
121
|
| Expected @param tag for 'reader'. |
121
|
| Line is longer than 80 characters. |
122
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
122
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
122
|
| Line is longer than 80 characters. |
124
|
| Line has trailing spaces. |
125
|
| First sentence should end with a period. |
127
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
131
|
| '{' should be on the previous line. |
132
|
| Line is longer than 80 characters. |
133
|
| Line has trailing spaces. |
135
|
org/hardcode/juf/update/FeatureDescriptor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - org.exolab.castor.mapping.AccessMode. |
14
|
| Unused import - org.exolab.castor.xml.TypeValidator. |
15
|
| Unused import - org.exolab.castor.xml.XMLFieldDescriptor. |
16
|
| Using the '.*' form of import should be avoided - org.exolab.castor.xml.validators.*. |
17
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Missing a Javadoc comment. |
56
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
63
|
| Line has trailing spaces. |
66
|
| '(' is followed by whitespace. |
66
|
| Parameter object should be final. |
66
|
| ')' is preceded with whitespace. |
66
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
67
|
| '{' should be on the previous line. |
68
|
| Line has trailing spaces. |
72
|
| Line is longer than 80 characters. |
72
|
| '(' is followed by whitespace. |
72
|
| Parameter object should be final. |
72
|
| Parameter value should be final. |
72
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
73
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
73
|
| '{' should be on the previous line. |
74
|
| '(' is followed by whitespace. |
77
|
| '}' should be on the same line. |
78
|
| '(' is followed by whitespace. |
83
|
| Parameter parent should be final. |
83
|
| ')' is preceded with whitespace. |
83
|
| ')' is preceded with whitespace. |
86
|
| Line has trailing spaces. |
89
|
| Avoid nested blocks. |
92
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
101
|
| First sentence should end with a period. |
109
|
| Expected an @return tag. |
112
|
| Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. |
112
|
| '{' should be on the previous line. |
113
|
| Line has trailing spaces. |
115
|
| First sentence should end with a period. |
117
|
| Expected an @return tag. |
120
|
| Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. |
120
|
| '{' should be on the previous line. |
121
|
| Line has trailing spaces. |
123
|
| First sentence should end with a period. |
125
|
| Expected an @return tag. |
128
|
| Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. |
128
|
| '{' should be on the previous line. |
129
|
| Line has trailing spaces. |
131
|
| First sentence should end with a period. |
133
|
| Expected an @return tag. |
136
|
| Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. |
136
|
| '{' should be on the previous line. |
137
|
| Line has trailing spaces. |
139
|
| First sentence should end with a period. |
141
|
| Expected an @return tag. |
144
|
| Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. |
144
|
| '{' should be on the previous line. |
145
|
| Line has trailing spaces. |
147
|
| First sentence should end with a period. |
149
|
| Expected an @return tag. |
152
|
| Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. |
152
|
| '{' should be on the previous line. |
153
|
| Line has trailing spaces. |
155
|
| First sentence should end with a period. |
157
|
| Expected an @return tag. |
160
|
| Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. |
160
|
| '{' should be on the previous line. |
161
|
| Line has trailing spaces. |
163
|
| First sentence should end with a period. |
165
|
| Expected an @return tag. |
168
|
| Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. |
168
|
| '{' should be on the previous line. |
169
|
| Line has trailing spaces. |
171
|
org/hardcode/juf/update/Installer.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - java.io.IOException. |
14
|
| Unused import - java.io.Reader. |
15
|
| Unused import - java.io.Serializable. |
16
|
| Unused import - java.io.Writer. |
17
|
| Unused import - org.exolab.castor.xml.MarshalException. |
18
|
| Unused import - org.exolab.castor.xml.ValidationException. |
21
|
| Unused import - org.xml.sax.ContentHandler. |
22
|
| Line has trailing spaces. |
26
|
| First sentence should end with a period. |
36
|
| Name '_className' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| First sentence should end with a period. |
41
|
| Name '_jarUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
51
|
| Line has trailing spaces. |
62
|
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. |
65
|
| '{' should be on the previous line. |
66
|
| Line has trailing spaces. |
68
|
| Line has trailing spaces. |
72
|
| Method 'getJarUrl' is not designed for extension - needs to be abstract, final or empty. |
75
|
| '{' should be on the previous line. |
76
|
| Line has trailing spaces. |
78
|
| First sentence should end with a period. |
80
|
| Expected an @return tag. |
83
|
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. |
83
|
| '{' should be on the previous line. |
84
|
| '}' should be on the same line. |
87
|
| Line has trailing spaces. |
92
|
| First sentence should end with a period. |
94
|
| Line has trailing spaces. |
96
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter out should be final. |
99
|
| Expected @param tag for 'out'. |
99
|
| Line is longer than 80 characters. |
100
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
100
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
100
|
| Line has trailing spaces. |
102
|
| Line has trailing spaces. |
104
|
| First sentence should end with a period. |
106
|
| Line has trailing spaces. |
108
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter handler should be final. |
111
|
| Expected @param tag for 'handler'. |
111
|
| Line is longer than 80 characters. |
112
|
| Expected @throws tag for 'java.io.IOException'. |
112
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
112
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
112
|
| Line has trailing spaces. |
114
|
| Line has trailing spaces. |
116
|
| Line has trailing spaces. |
120
|
| Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter className should be final. |
123
|
| '{' should be on the previous line. |
124
|
| Line has trailing spaces. |
126
|
| Line has trailing spaces. |
130
|
| Method 'setJarUrl' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Parameter jarUrl should be final. |
133
|
| '{' should be on the previous line. |
134
|
| Line has trailing spaces. |
136
|
| First sentence should end with a period. |
138
|
| Line has trailing spaces. |
140
|
| Expected an @return tag. |
143
|
| Parameter reader should be final. |
143
|
| Expected @param tag for 'reader'. |
143
|
| Line is longer than 80 characters. |
144
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
144
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
144
|
| Line is longer than 80 characters. |
146
|
| Line has trailing spaces. |
147
|
| First sentence should end with a period. |
149
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
153
|
| '{' should be on the previous line. |
154
|
| Line is longer than 80 characters. |
155
|
| Line has trailing spaces. |
157
|
org/hardcode/juf/update/InstallerDescriptor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - org.exolab.castor.mapping.AccessMode. |
14
|
| Unused import - org.exolab.castor.xml.TypeValidator. |
15
|
| Unused import - org.exolab.castor.xml.XMLFieldDescriptor. |
16
|
| Using the '.*' form of import should be avoided - org.exolab.castor.xml.validators.*. |
17
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Missing a Javadoc comment. |
56
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line has trailing spaces. |
63
|
| Line is longer than 80 characters. |
65
|
| Line has trailing spaces. |
68
|
| '(' is followed by whitespace. |
68
|
| Parameter object should be final. |
68
|
| ')' is preceded with whitespace. |
68
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
69
|
| '{' should be on the previous line. |
70
|
| Line has trailing spaces. |
74
|
| Line is longer than 80 characters. |
74
|
| '(' is followed by whitespace. |
74
|
| Parameter object should be final. |
74
|
| Parameter value should be final. |
74
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
75
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
75
|
| '{' should be on the previous line. |
76
|
| '(' is followed by whitespace. |
79
|
| '}' should be on the same line. |
80
|
| '(' is followed by whitespace. |
85
|
| Parameter parent should be final. |
85
|
| ')' is preceded with whitespace. |
85
|
| ')' is preceded with whitespace. |
88
|
| Line has trailing spaces. |
92
|
| Avoid nested blocks. |
96
|
| Line is longer than 80 characters. |
103
|
| Line has trailing spaces. |
106
|
| '(' is followed by whitespace. |
106
|
| Parameter object should be final. |
106
|
| ')' is preceded with whitespace. |
106
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
107
|
| '{' should be on the previous line. |
108
|
| Line has trailing spaces. |
112
|
| Line is longer than 80 characters. |
112
|
| '(' is followed by whitespace. |
112
|
| Parameter object should be final. |
112
|
| Parameter value should be final. |
112
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
113
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
113
|
| '{' should be on the previous line. |
114
|
| '(' is followed by whitespace. |
117
|
| '}' should be on the same line. |
118
|
| '(' is followed by whitespace. |
123
|
| Parameter parent should be final. |
123
|
| ')' is preceded with whitespace. |
123
|
| ')' is preceded with whitespace. |
126
|
| Line has trailing spaces. |
130
|
| Avoid nested blocks. |
134
|
| Line has trailing spaces. |
141
|
| First sentence should end with a period. |
149
|
| Expected an @return tag. |
152
|
| Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. |
152
|
| '{' should be on the previous line. |
153
|
| Line has trailing spaces. |
155
|
| First sentence should end with a period. |
157
|
| Expected an @return tag. |
160
|
| Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. |
160
|
| '{' should be on the previous line. |
161
|
| Line has trailing spaces. |
163
|
| First sentence should end with a period. |
165
|
| Expected an @return tag. |
168
|
| Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. |
168
|
| '{' should be on the previous line. |
169
|
| Line has trailing spaces. |
171
|
| First sentence should end with a period. |
173
|
| Expected an @return tag. |
176
|
| Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. |
176
|
| '{' should be on the previous line. |
177
|
| Line has trailing spaces. |
179
|
| First sentence should end with a period. |
181
|
| Expected an @return tag. |
184
|
| Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. |
184
|
| '{' should be on the previous line. |
185
|
| Line has trailing spaces. |
187
|
| First sentence should end with a period. |
189
|
| Expected an @return tag. |
192
|
| Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. |
192
|
| '{' should be on the previous line. |
193
|
| Line has trailing spaces. |
195
|
| First sentence should end with a period. |
197
|
| Expected an @return tag. |
200
|
| Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. |
200
|
| '{' should be on the previous line. |
201
|
| Line has trailing spaces. |
203
|
| First sentence should end with a period. |
205
|
| Expected an @return tag. |
208
|
| Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. |
208
|
| '{' should be on the previous line. |
209
|
| Line has trailing spaces. |
211
|
org/hardcode/juf/update/Update.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - java.io.IOException. |
14
|
| Unused import - java.io.Reader. |
15
|
| Unused import - java.io.Serializable. |
16
|
| Unused import - java.io.Writer. |
17
|
| Unused import - java.util.Enumeration. |
18
|
| Unused import - org.exolab.castor.xml.MarshalException. |
20
|
| Unused import - org.exolab.castor.xml.ValidationException. |
23
|
| Unused import - org.xml.sax.ContentHandler. |
24
|
| Line has trailing spaces. |
28
|
| First sentence should end with a period. |
38
|
| Name '_componentName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| First sentence should end with a period. |
43
|
| Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| First sentence should end with a period. |
48
|
| Name '_has_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| First sentence should end with a period. |
53
|
| Name '_installer' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| First sentence should end with a period. |
58
|
| Name '_featureList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
61
|
| Missing a Javadoc comment. |
68
|
| First sentence should end with a period. |
78
|
| Line has trailing spaces. |
80
|
| Method 'addFeature' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter vFeature should be final. |
83
|
| Expected @param tag for 'vFeature'. |
83
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
84
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
84
|
| '{' should be on the previous line. |
85
|
| Line has trailing spaces. |
87
|
| First sentence should end with a period. |
89
|
| Line has trailing spaces. |
91
|
| Method 'addFeature' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Parameter index should be final. |
95
|
| Expected @param tag for 'index'. |
95
|
| Parameter vFeature should be final. |
95
|
| Expected @param tag for 'vFeature'. |
95
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
96
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
96
|
| '{' should be on the previous line. |
97
|
| Line has trailing spaces. |
99
|
| First sentence should end with a period. |
101
|
| Method 'deleteVersion' is not designed for extension - needs to be abstract, final or empty. |
104
|
| '{' should be on the previous line. |
105
|
| '=' is not preceded with whitespace. |
106
|
| Line has trailing spaces. |
107
|
| First sentence should end with a period. |
109
|
| Expected an @return tag. |
112
|
| Method 'enumerateFeature' is not designed for extension - needs to be abstract, final or empty. |
112
|
| '{' should be on the previous line. |
113
|
| Line has trailing spaces. |
115
|
| Line has trailing spaces. |
119
|
| Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. |
122
|
| '{' should be on the previous line. |
123
|
| Line has trailing spaces. |
125
|
| First sentence should end with a period. |
127
|
| Line has trailing spaces. |
129
|
| Expected an @return tag. |
132
|
| Method 'getFeature' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter index should be final. |
132
|
| Expected @param tag for 'index'. |
132
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
133
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
133
|
| '{' should be on the previous line. |
134
|
| Line has trailing spaces. |
139
|
| Line has trailing spaces. |
141
|
| First sentence should end with a period. |
143
|
| Expected an @return tag. |
146
|
| Method 'getFeature' is not designed for extension - needs to be abstract, final or empty. |
146
|
| '{' should be on the previous line. |
147
|
| Line is longer than 80 characters. |
149
|
| Line is longer than 80 characters. |
151
|
| Line has trailing spaces. |
154
|
| First sentence should end with a period. |
156
|
| Expected an @return tag. |
159
|
| Method 'getFeatureCount' is not designed for extension - needs to be abstract, final or empty. |
159
|
| '{' should be on the previous line. |
160
|
| Line has trailing spaces. |
162
|
| Line has trailing spaces. |
166
|
| Method 'getInstaller' is not designed for extension - needs to be abstract, final or empty. |
169
|
| '{' should be on the previous line. |
170
|
| Line has trailing spaces. |
172
|
| Line has trailing spaces. |
176
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
179
|
| '{' should be on the previous line. |
180
|
| Line has trailing spaces. |
182
|
| First sentence should end with a period. |
184
|
| Expected an @return tag. |
187
|
| Method 'hasVersion' is not designed for extension - needs to be abstract, final or empty. |
187
|
| '{' should be on the previous line. |
188
|
| Line has trailing spaces. |
190
|
| First sentence should end with a period. |
192
|
| Expected an @return tag. |
195
|
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. |
195
|
| '{' should be on the previous line. |
196
|
| '}' should be on the same line. |
199
|
| Line has trailing spaces. |
204
|
| First sentence should end with a period. |
206
|
| Line has trailing spaces. |
208
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Parameter out should be final. |
211
|
| Expected @param tag for 'out'. |
211
|
| Line is longer than 80 characters. |
212
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
212
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
212
|
| Line has trailing spaces. |
214
|
| Line has trailing spaces. |
216
|
| First sentence should end with a period. |
218
|
| Line has trailing spaces. |
220
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Parameter handler should be final. |
223
|
| Expected @param tag for 'handler'. |
223
|
| Line is longer than 80 characters. |
224
|
| Expected @throws tag for 'java.io.IOException'. |
224
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
224
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
224
|
| Line has trailing spaces. |
226
|
| Line has trailing spaces. |
228
|
| First sentence should end with a period. |
230
|
| Method 'removeAllFeature' is not designed for extension - needs to be abstract, final or empty. |
233
|
| '{' should be on the previous line. |
234
|
| Line has trailing spaces. |
236
|
| First sentence should end with a period. |
238
|
| Line has trailing spaces. |
240
|
| Expected an @return tag. |
243
|
| Method 'removeFeature' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Parameter index should be final. |
243
|
| Expected @param tag for 'index'. |
243
|
| '{' should be on the previous line. |
244
|
| Line has trailing spaces. |
248
|
| Line has trailing spaces. |
252
|
| Method 'setComponentName' is not designed for extension - needs to be abstract, final or empty. |
255
|
| Parameter componentName should be final. |
255
|
| '{' should be on the previous line. |
256
|
| Line has trailing spaces. |
258
|
| First sentence should end with a period. |
260
|
| Line has trailing spaces. |
262
|
| Method 'setFeature' is not designed for extension - needs to be abstract, final or empty. |
266
|
| Parameter index should be final. |
266
|
| Expected @param tag for 'index'. |
266
|
| Parameter vFeature should be final. |
266
|
| Expected @param tag for 'vFeature'. |
266
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
267
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
267
|
| '{' should be on the previous line. |
268
|
| Line has trailing spaces. |
274
|
| First sentence should end with a period. |
276
|
| Line has trailing spaces. |
278
|
| Method 'setFeature' is not designed for extension - needs to be abstract, final or empty. |
281
|
| Parameter featureArray should be final. |
281
|
| Expected @param tag for 'featureArray'. |
281
|
| '{' should be on the previous line. |
282
|
| Line has trailing spaces. |
288
|
| Line has trailing spaces. |
292
|
| Method 'setInstaller' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Parameter installer should be final. |
295
|
| '{' should be on the previous line. |
296
|
| Line has trailing spaces. |
298
|
| Line has trailing spaces. |
302
|
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. |
305
|
| Parameter version should be final. |
305
|
| '{' should be on the previous line. |
306
|
| Line has trailing spaces. |
309
|
| First sentence should end with a period. |
311
|
| Line has trailing spaces. |
313
|
| Expected an @return tag. |
316
|
| Parameter reader should be final. |
316
|
| Expected @param tag for 'reader'. |
316
|
| Line is longer than 80 characters. |
317
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
317
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
317
|
| Line is longer than 80 characters. |
319
|
| Line has trailing spaces. |
320
|
| First sentence should end with a period. |
322
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
325
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
326
|
| '{' should be on the previous line. |
327
|
| Line is longer than 80 characters. |
328
|
| Line has trailing spaces. |
330
|
org/hardcode/juf/update/UpdateDescriptor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - org.exolab.castor.mapping.AccessMode. |
14
|
| Unused import - org.exolab.castor.xml.TypeValidator. |
15
|
| Unused import - org.exolab.castor.xml.XMLFieldDescriptor. |
16
|
| Using the '.*' form of import should be avoided - org.exolab.castor.xml.validators.*. |
17
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Method length is 160 lines (max allowed is 150). |
56
|
| Missing a Javadoc comment. |
56
|
| Line has trailing spaces. |
59
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
64
|
| Line has trailing spaces. |
66
|
| Line is longer than 80 characters. |
68
|
| Line has trailing spaces. |
71
|
| '(' is followed by whitespace. |
71
|
| Parameter object should be final. |
71
|
| ')' is preceded with whitespace. |
71
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
72
|
| '{' should be on the previous line. |
73
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
77
|
| '(' is followed by whitespace. |
77
|
| Parameter object should be final. |
77
|
| Parameter value should be final. |
77
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
78
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
78
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
82
|
| '}' should be on the same line. |
83
|
| '(' is followed by whitespace. |
88
|
| Parameter parent should be final. |
88
|
| ')' is preceded with whitespace. |
88
|
| ')' is preceded with whitespace. |
91
|
| Line has trailing spaces. |
95
|
| Avoid nested blocks. |
99
|
| Line is longer than 80 characters. |
106
|
| Line has trailing spaces. |
108
|
| '(' is followed by whitespace. |
108
|
| Parameter object should be final. |
108
|
| ')' is preceded with whitespace. |
108
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
109
|
| '{' should be on the previous line. |
110
|
| 'if' construct must use '{}'s. |
112
|
| 'if' is not followed by whitespace. |
112
|
| Line has trailing spaces. |
116
|
| Line is longer than 80 characters. |
116
|
| '(' is followed by whitespace. |
116
|
| Parameter object should be final. |
116
|
| Parameter value should be final. |
116
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
117
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
117
|
| '{' should be on the previous line. |
118
|
| 'if' construct must use '{}'s. |
122
|
| Line has trailing spaces. |
123
|
| '(' is followed by whitespace. |
124
|
| 'cast' is not followed by whitespace. |
124
|
| '}' should be on the same line. |
125
|
| '(' is followed by whitespace. |
130
|
| Parameter parent should be final. |
130
|
| ')' is preceded with whitespace. |
130
|
| ')' is preceded with whitespace. |
133
|
| Line has trailing spaces. |
137
|
| Avoid nested blocks. |
141
|
| '=' is not preceded with whitespace. |
142
|
| Line has trailing spaces. |
147
|
| Line is longer than 80 characters. |
149
|
| Line has trailing spaces. |
151
|
| '(' is followed by whitespace. |
151
|
| Parameter object should be final. |
151
|
| ')' is preceded with whitespace. |
151
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
152
|
| '{' should be on the previous line. |
153
|
| Line has trailing spaces. |
157
|
| Line is longer than 80 characters. |
157
|
| '(' is followed by whitespace. |
157
|
| Parameter object should be final. |
157
|
| Parameter value should be final. |
157
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
158
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
158
|
| '{' should be on the previous line. |
159
|
| Line is longer than 80 characters. |
162
|
| '(' is followed by whitespace. |
162
|
| '}' should be on the same line. |
163
|
| '(' is followed by whitespace. |
168
|
| Parameter parent should be final. |
168
|
| ')' is preceded with whitespace. |
168
|
| ')' is preceded with whitespace. |
171
|
| Line has trailing spaces. |
175
|
| Avoid nested blocks. |
178
|
| Line is longer than 80 characters. |
182
|
| Line has trailing spaces. |
184
|
| '(' is followed by whitespace. |
184
|
| Parameter object should be final. |
184
|
| ')' is preceded with whitespace. |
184
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
185
|
| '{' should be on the previous line. |
186
|
| Line has trailing spaces. |
190
|
| Line is longer than 80 characters. |
190
|
| '(' is followed by whitespace. |
190
|
| Parameter object should be final. |
190
|
| Parameter value should be final. |
190
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
191
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
191
|
| '{' should be on the previous line. |
192
|
| '(' is followed by whitespace. |
195
|
| '}' should be on the same line. |
196
|
| '(' is followed by whitespace. |
201
|
| Parameter parent should be final. |
201
|
| ')' is preceded with whitespace. |
201
|
| ')' is preceded with whitespace. |
204
|
| Line has trailing spaces. |
208
|
| Avoid nested blocks. |
212
|
| First sentence should end with a period. |
222
|
| Expected an @return tag. |
225
|
| Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. |
225
|
| '{' should be on the previous line. |
226
|
| Line has trailing spaces. |
228
|
| First sentence should end with a period. |
230
|
| Expected an @return tag. |
233
|
| Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. |
233
|
| '{' should be on the previous line. |
234
|
| Line has trailing spaces. |
236
|
| First sentence should end with a period. |
238
|
| Expected an @return tag. |
241
|
| Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. |
241
|
| '{' should be on the previous line. |
242
|
| Line has trailing spaces. |
244
|
| First sentence should end with a period. |
246
|
| Expected an @return tag. |
249
|
| Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. |
249
|
| '{' should be on the previous line. |
250
|
| Line has trailing spaces. |
252
|
| First sentence should end with a period. |
254
|
| Expected an @return tag. |
257
|
| Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. |
257
|
| '{' should be on the previous line. |
258
|
| Line has trailing spaces. |
260
|
| First sentence should end with a period. |
262
|
| Expected an @return tag. |
265
|
| Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. |
265
|
| '{' should be on the previous line. |
266
|
| Line has trailing spaces. |
268
|
| First sentence should end with a period. |
270
|
| Expected an @return tag. |
273
|
| Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. |
273
|
| '{' should be on the previous line. |
274
|
| Line has trailing spaces. |
276
|
| First sentence should end with a period. |
278
|
| Expected an @return tag. |
281
|
| Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. |
281
|
| '{' should be on the previous line. |
282
|
| Line has trailing spaces. |
284
|
org/hardcode/juf/update/Updates.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - java.io.IOException. |
14
|
| Unused import - java.io.Reader. |
15
|
| Unused import - java.io.Serializable. |
16
|
| Unused import - java.io.Writer. |
17
|
| Unused import - java.util.Enumeration. |
18
|
| Unused import - org.exolab.castor.xml.MarshalException. |
20
|
| Unused import - org.exolab.castor.xml.ValidationException. |
23
|
| Unused import - org.xml.sax.ContentHandler. |
24
|
| Line has trailing spaces. |
28
|
| First sentence should end with a period. |
38
|
| Name '_updateList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
48
|
| First sentence should end with a period. |
58
|
| Line has trailing spaces. |
60
|
| Method 'addUpdate' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter vUpdate should be final. |
63
|
| Expected @param tag for 'vUpdate'. |
63
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
64
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
64
|
| '{' should be on the previous line. |
65
|
| Line has trailing spaces. |
67
|
| First sentence should end with a period. |
69
|
| Line has trailing spaces. |
71
|
| Method 'addUpdate' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter index should be final. |
75
|
| Expected @param tag for 'index'. |
75
|
| Parameter vUpdate should be final. |
75
|
| Expected @param tag for 'vUpdate'. |
75
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
76
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
76
|
| '{' should be on the previous line. |
77
|
| Line has trailing spaces. |
79
|
| First sentence should end with a period. |
81
|
| Expected an @return tag. |
84
|
| Method 'enumerateUpdate' is not designed for extension - needs to be abstract, final or empty. |
84
|
| '{' should be on the previous line. |
85
|
| Line has trailing spaces. |
87
|
| First sentence should end with a period. |
89
|
| Line has trailing spaces. |
91
|
| Expected an @return tag. |
94
|
| Method 'getUpdate' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter index should be final. |
94
|
| Expected @param tag for 'index'. |
94
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
95
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
95
|
| '{' should be on the previous line. |
96
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
103
|
| First sentence should end with a period. |
105
|
| Expected an @return tag. |
108
|
| Method 'getUpdate' is not designed for extension - needs to be abstract, final or empty. |
108
|
| '{' should be on the previous line. |
109
|
| Line is longer than 80 characters. |
111
|
| Line is longer than 80 characters. |
113
|
| Line has trailing spaces. |
116
|
| First sentence should end with a period. |
118
|
| Expected an @return tag. |
121
|
| Method 'getUpdateCount' is not designed for extension - needs to be abstract, final or empty. |
121
|
| '{' should be on the previous line. |
122
|
| Line has trailing spaces. |
124
|
| First sentence should end with a period. |
126
|
| Expected an @return tag. |
129
|
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. |
129
|
| '{' should be on the previous line. |
130
|
| '}' should be on the same line. |
133
|
| Line has trailing spaces. |
138
|
| First sentence should end with a period. |
140
|
| Line has trailing spaces. |
142
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter out should be final. |
145
|
| Expected @param tag for 'out'. |
145
|
| Line is longer than 80 characters. |
146
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
146
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
146
|
| Line has trailing spaces. |
148
|
| Line has trailing spaces. |
150
|
| First sentence should end with a period. |
152
|
| Line has trailing spaces. |
154
|
| Method 'marshal' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter handler should be final. |
157
|
| Expected @param tag for 'handler'. |
157
|
| Line is longer than 80 characters. |
158
|
| Expected @throws tag for 'java.io.IOException'. |
158
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
158
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
158
|
| Line has trailing spaces. |
160
|
| Line has trailing spaces. |
162
|
| First sentence should end with a period. |
164
|
| Method 'removeAllUpdate' is not designed for extension - needs to be abstract, final or empty. |
167
|
| '{' should be on the previous line. |
168
|
| Line has trailing spaces. |
170
|
| First sentence should end with a period. |
172
|
| Line has trailing spaces. |
174
|
| Expected an @return tag. |
177
|
| Method 'removeUpdate' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Parameter index should be final. |
177
|
| Expected @param tag for 'index'. |
177
|
| '{' should be on the previous line. |
178
|
| Line has trailing spaces. |
182
|
| First sentence should end with a period. |
184
|
| Line has trailing spaces. |
186
|
| Method 'setUpdate' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Parameter index should be final. |
190
|
| Expected @param tag for 'index'. |
190
|
| Parameter vUpdate should be final. |
190
|
| Expected @param tag for 'vUpdate'. |
190
|
| Expected @throws tag for 'java.lang.IndexOutOfBoundsException'. |
191
|
| Redundant throws: 'java.lang.IndexOutOfBoundsException' is unchecked exception. |
191
|
| '{' should be on the previous line. |
192
|
| Line has trailing spaces. |
198
|
| First sentence should end with a period. |
200
|
| Line has trailing spaces. |
202
|
| Method 'setUpdate' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Parameter updateArray should be final. |
205
|
| Expected @param tag for 'updateArray'. |
205
|
| '{' should be on the previous line. |
206
|
| Line has trailing spaces. |
212
|
| First sentence should end with a period. |
214
|
| Line has trailing spaces. |
216
|
| Expected an @return tag. |
219
|
| Parameter reader should be final. |
219
|
| Expected @param tag for 'reader'. |
219
|
| Line is longer than 80 characters. |
220
|
| Expected @throws tag for 'org.exolab.castor.xml.MarshalException'. |
220
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
220
|
| Line is longer than 80 characters. |
222
|
| Line has trailing spaces. |
223
|
| First sentence should end with a period. |
225
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Expected @throws tag for 'org.exolab.castor.xml.ValidationException'. |
229
|
| '{' should be on the previous line. |
230
|
| Line is longer than 80 characters. |
231
|
| Line has trailing spaces. |
233
|
org/hardcode/juf/update/UpdatesDescriptor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
2
|
| Unused import - org.exolab.castor.mapping.AccessMode. |
14
|
| Unused import - org.exolab.castor.xml.TypeValidator. |
15
|
| Unused import - org.exolab.castor.xml.XMLFieldDescriptor. |
16
|
| Using the '.*' form of import should be avoided - org.exolab.castor.xml.validators.*. |
17
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Missing a Javadoc comment. |
56
|
| Line has trailing spaces. |
59
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
64
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
68
|
| Line is longer than 80 characters. |
70
|
| Line has trailing spaces. |
72
|
| '(' is followed by whitespace. |
72
|
| Parameter object should be final. |
72
|
| ')' is preceded with whitespace. |
72
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
73
|
| '{' should be on the previous line. |
74
|
| Line has trailing spaces. |
78
|
| Line is longer than 80 characters. |
78
|
| '(' is followed by whitespace. |
78
|
| Parameter object should be final. |
78
|
| Parameter value should be final. |
78
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
79
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
79
|
| '{' should be on the previous line. |
80
|
| '(' is followed by whitespace. |
83
|
| '}' should be on the same line. |
84
|
| '(' is followed by whitespace. |
89
|
| Parameter parent should be final. |
89
|
| ')' is preceded with whitespace. |
89
|
| ')' is preceded with whitespace. |
92
|
| Line has trailing spaces. |
96
|
| Avoid nested blocks. |
100
|
| First sentence should end with a period. |
110
|
| Expected an @return tag. |
113
|
| Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. |
113
|
| '{' should be on the previous line. |
114
|
| Line has trailing spaces. |
116
|
| First sentence should end with a period. |
118
|
| Expected an @return tag. |
121
|
| Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. |
121
|
| '{' should be on the previous line. |
122
|
| Line has trailing spaces. |
124
|
| First sentence should end with a period. |
126
|
| Expected an @return tag. |
129
|
| Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. |
129
|
| '{' should be on the previous line. |
130
|
| Line has trailing spaces. |
132
|
| First sentence should end with a period. |
134
|
| Expected an @return tag. |
137
|
| Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. |
137
|
| '{' should be on the previous line. |
138
|
| Line has trailing spaces. |
140
|
| First sentence should end with a period. |
142
|
| Expected an @return tag. |
145
|
| Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. |
145
|
| '{' should be on the previous line. |
146
|
| Line has trailing spaces. |
148
|
| First sentence should end with a period. |
150
|
| Expected an @return tag. |
153
|
| Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. |
153
|
| '{' should be on the previous line. |
154
|
| Line has trailing spaces. |
156
|
| First sentence should end with a period. |
158
|
| Expected an @return tag. |
161
|
| Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. |
161
|
| '{' should be on the previous line. |
162
|
| Line has trailing spaces. |
164
|
| First sentence should end with a period. |
166
|
| Expected an @return tag. |
169
|
| Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. |
169
|
| '{' should be on the previous line. |
170
|
| Line has trailing spaces. |
172
|
org/hardcode/juf/update/package.html
Error | Line |
| Missing package documentation file. | 0 |