Checkstyle Errors
The following document contains the results of
Checkstyle
for severity error.
Files
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/AuthInfoUnavailableException.java
Error |
Line |
|
Line is longer than 80 characters. |
6 |
|
Line has trailing spaces. |
7 |
|
Line has trailing spaces. |
14 |
|
Parameter msg should be final. |
23 |
|
Expected @param tag for 'msg'. |
23 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/CredentialsInsufficientException.java
Error |
Line |
|
Line is longer than 80 characters. |
6 |
|
Line has trailing spaces. |
13 |
|
Parameter msg should be final. |
22 |
|
Expected @param tag for 'msg'. |
22 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/MaxRetriesException.java
Error |
Line |
|
Line is longer than 80 characters. |
6 |
|
Line has trailing spaces. |
14 |
|
Parameter msg should be final. |
23 |
|
Expected @param tag for 'msg'. |
23 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamLoginModule.java
Error |
Line |
|
Missing a Javadoc comment. |
46 |
|
Missing a Javadoc comment. |
47 |
|
Missing a Javadoc comment. |
48 |
|
Missing a Javadoc comment. |
49 |
|
Missing a Javadoc comment. |
50 |
|
Missing a Javadoc comment. |
51 |
|
Name 'logged_in' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51 |
|
Missing a Javadoc comment. |
52 |
|
Line has trailing spaces. |
53 |
|
Line has trailing spaces. |
55 |
|
Line has trailing spaces. |
62 |
|
Line is longer than 80 characters. |
63 |
|
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
65 |
|
Parameter subject should be final. |
65 |
|
'subject' hides a field. |
65 |
|
Parameter callbackHandler should be final. |
65 |
|
Expected @param tag for 'callbackHandler'. |
65 |
|
Parameter sharedState should be final. |
66 |
|
Expected @param tag for 'sharedState'. |
66 |
|
Parameter options should be final. |
66 |
|
Expected @param tag for 'options'. |
66 |
|
'if' construct must use '{}'s. |
69 |
|
Line is longer than 80 characters. |
69 |
|
Comment matches to-do format 'TODO:'. |
70 |
|
Method 'login' is not designed for extension - needs to be abstract, final or empty. |
75 |
|
Missing a Javadoc comment. |
75 |
|
'if' construct must use '{}'s. |
76 |
|
Line is longer than 80 characters. |
76 |
|
'+' should be on a new line. |
76 |
|
Line is longer than 80 characters. |
77 |
|
Line has trailing spaces. |
78 |
|
Line has trailing spaces. |
92 |
|
Line has trailing spaces. |
96 |
|
Line has trailing spaces. |
100 |
|
Line has trailing spaces. |
104 |
|
Line has trailing spaces. |
108 |
|
Line has trailing spaces. |
112 |
|
Line has trailing spaces. |
117 |
|
switch without "default" clause. |
120 |
|
Line has trailing spaces. |
124 |
|
Line has trailing spaces. |
128 |
|
Line has trailing spaces. |
132 |
|
Line has trailing spaces. |
136 |
|
Line has trailing spaces. |
140 |
|
Line has trailing spaces. |
144 |
|
Line has trailing spaces. |
148 |
|
Line has trailing spaces. |
151 |
|
Line has trailing spaces. |
152 |
|
Method 'commit' is not designed for extension - needs to be abstract, final or empty. |
156 |
|
Missing a Javadoc comment. |
156 |
|
'if' construct must use '{}'s. |
158 |
|
'if' construct must use '{}'s. |
161 |
|
Line has trailing spaces. |
162 |
|
Method 'abort' is not designed for extension - needs to be abstract, final or empty. |
168 |
|
Missing a Javadoc comment. |
168 |
|
'if' construct must use '{}'s. |
170 |
|
Method 'logout' is not designed for extension - needs to be abstract, final or empty. |
180 |
|
Missing a Javadoc comment. |
180 |
|
'if' construct must use '{}'s. |
181 |
|
'if' construct must use '{}'s. |
183 |
|
Line has trailing spaces. |
190 |
|
Missing a Javadoc comment. |
191 |
|
Line has trailing spaces. |
196 |
|
Missing a Javadoc comment. |
197 |
|
Missing a Javadoc comment. |
204 |
|
Missing a Javadoc comment. |
206 |
|
Parameter messages should be final. |
206 |
|
Parameter responses should be final. |
206 |
|
Line has trailing spaces. |
221 |
|
Parameter callbacks should be final. |
226 |
|
Expected @param tag for 'callbacks'. |
226 |
|
Parameter responses should be final. |
226 |
|
Expected @param tag for 'responses'. |
226 |
|
Line has trailing spaces. |
229 |
|
Line is longer than 80 characters. |
238 |
|
Line is longer than 80 characters. |
242 |
|
Line is longer than 80 characters. |
249 |
|
'if' construct must use '{}'s. |
253 |
|
Line is longer than 80 characters. |
253 |
|
Missing a Javadoc comment. |
256 |
|
Parameter messages should be final. |
256 |
|
Line has trailing spaces. |
269 |
|
Line is longer than 80 characters. |
272 |
|
Line has trailing spaces. |
274 |
|
Line is longer than 80 characters. |
276 |
|
Line has trailing spaces. |
278 |
|
Line is longer than 80 characters. |
280 |
|
Line has trailing spaces. |
282 |
|
Line is longer than 80 characters. |
284 |
|
'+' is not preceded with whitespace. |
284 |
|
'+' is not followed by whitespace. |
284 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamModuleLoadingException.java
Error |
Line |
|
Line has trailing spaces. |
6 |
|
Line has trailing spaces. |
13 |
|
Parameter msg should be final. |
22 |
|
Expected @param tag for 'msg'. |
22 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamPrincipal.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamPrincipal.java
Error |
Line |
|
Missing a Javadoc comment. |
12 |
|
Line has trailing spaces. |
13 |
|
Missing a Javadoc comment. |
14 |
|
Parameter name should be final. |
14 |
|
'name' hides a field. |
14 |
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
21 |
|
Missing a Javadoc comment. |
21 |
|
Line has trailing spaces. |
24 |
|
Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
25 |
|
Missing a Javadoc comment. |
25 |
|
Parameter o should be final. |
25 |
|
'if' construct must use '{}'s. |
26 |
|
'if' construct must use '{}'s. |
27 |
|
'if' construct must use '{}'s. |
28 |
|
Line has trailing spaces. |
32 |
|
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
33 |
|
Missing a Javadoc comment. |
33 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PermissionDeniedException.java
Error |
Line |
|
Line has trailing spaces. |
13 |
|
Parameter msg should be final. |
22 |
|
Expected @param tag for 'msg'. |
22 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/Pam.java
Error |
Line |
|
Line has trailing spaces. |
7 |
|
Line has trailing spaces. |
11 |
|
Missing a Javadoc comment. |
12 |
|
Name 'pam_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
12 |
|
Missing a Javadoc comment. |
13 |
|
Line has trailing spaces. |
14 |
|
Line has trailing spaces. |
18 |
|
Line has trailing spaces. |
20 |
|
Line is longer than 80 characters. |
21 |
|
Line is longer than 80 characters. |
23 |
|
Parameter serviceName should be final. |
25 |
|
Parameter user should be final. |
25 |
|
Parameter callback should be final. |
25 |
|
'callback' hides a field. |
25 |
|
'if' construct must use '{}'s. |
30 |
|
Line is longer than 80 characters. |
30 |
|
'+' is not preceded with whitespace. |
30 |
|
Method 'end' is not designed for extension - needs to be abstract, final or empty. |
38 |
|
Line has trailing spaces. |
47 |
|
Method 'finalize' is not designed for extension - needs to be abstract, final or empty. |
48 |
|
Missing a Javadoc comment. |
48 |
|
Line is longer than 80 characters. |
53 |
|
Line has trailing spaces. |
54 |
|
Method 'getItem' is not designed for extension - needs to be abstract, final or empty. |
59 |
|
Parameter item_type should be final. |
59 |
|
Name 'item_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59 |
|
Line has trailing spaces. |
62 |
|
Line has trailing spaces. |
65 |
|
Line has trailing spaces. |
68 |
|
Line is longer than 80 characters. |
68 |
|
Line is longer than 80 characters. |
72 |
|
Line has trailing spaces. |
73 |
|
Line is longer than 80 characters. |
73 |
|
Line is longer than 80 characters. |
74 |
|
Line is longer than 80 characters. |
75 |
|
Line has trailing spaces. |
79 |
|
Line is longer than 80 characters. |
79 |
|
Line has trailing spaces. |
83 |
|
Line is longer than 80 characters. |
83 |
|
Line is longer than 80 characters. |
87 |
|
Line is longer than 80 characters. |
88 |
|
Line is longer than 80 characters. |
89 |
|
Line is longer than 80 characters. |
90 |
|
Line is longer than 80 characters. |
91 |
|
Line is longer than 80 characters. |
92 |
|
Line is longer than 80 characters. |
93 |
|
Line is longer than 80 characters. |
97 |
|
Line is longer than 80 characters. |
98 |
|
Line has trailing spaces. |
99 |
|
Line is longer than 80 characters. |
99 |
|
Line is longer than 80 characters. |
100 |
|
Line is longer than 80 characters. |
104 |
|
Line is longer than 80 characters. |
108 |
|
Line has trailing spaces. |
109 |
|
Line is longer than 80 characters. |
111 |
|
Line has trailing spaces. |
112 |
|
Line has trailing spaces. |
115 |
|
Line has trailing spaces. |
117 |
|
Method 'setItem' is not designed for extension - needs to be abstract, final or empty. |
119 |
|
Parameter item_type should be final. |
119 |
|
Name 'item_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
119 |
|
Parameter item should be final. |
119 |
|
Line has trailing spaces. |
122 |
|
Line is longer than 80 characters. |
124 |
|
Line has trailing spaces. |
125 |
|
Line has trailing spaces. |
126 |
|
Line is longer than 80 characters. |
126 |
|
Line has trailing spaces. |
130 |
|
Line has trailing spaces. |
131 |
|
Line has trailing spaces. |
134 |
|
Line is longer than 80 characters. |
136 |
|
Line has trailing spaces. |
137 |
|
Line has trailing spaces. |
139 |
|
Line is longer than 80 characters. |
139 |
|
Line has trailing spaces. |
141 |
|
Line has trailing spaces. |
144 |
|
Line is longer than 80 characters. |
146 |
|
Line has trailing spaces. |
149 |
|
Line is longer than 80 characters. |
149 |
|
Line has trailing spaces. |
150 |
|
Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. |
152 |
|
Parameter flags should be final. |
152 |
|
Line has trailing spaces. |
160 |
|
Line has trailing spaces. |
169 |
|
Line has trailing spaces. |
172 |
|
Expected an @return tag. |
175 |
|
Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. |
175 |
|
Line has trailing spaces. |
178 |
|
Line is longer than 80 characters. |
180 |
|
Line is longer than 80 characters. |
181 |
|
Line has trailing spaces. |
182 |
|
Line is longer than 80 characters. |
182 |
|
Line has trailing spaces. |
183 |
|
Line is longer than 80 characters. |
183 |
|
Line is longer than 80 characters. |
185 |
|
Line is longer than 80 characters. |
188 |
|
Line is longer than 80 characters. |
189 |
|
Line is longer than 80 characters. |
190 |
|
Line is longer than 80 characters. |
191 |
|
Line has trailing spaces. |
195 |
|
Line has trailing spaces. |
201 |
|
Method 'accountManagement' is not designed for extension - needs to be abstract, final or empty. |
205 |
|
Parameter flags should be final. |
205 |
|
Line has trailing spaces. |
208 |
|
Expected an @return tag. |
213 |
|
Method 'accountManagement' is not designed for extension - needs to be abstract, final or empty. |
213 |
|
Line has trailing spaces. |
216 |
|
Line has trailing spaces. |
218 |
|
Line is longer than 80 characters. |
218 |
|
Line has trailing spaces. |
219 |
|
Line is longer than 80 characters. |
219 |
|
Line has trailing spaces. |
221 |
|
Line has trailing spaces. |
222 |
|
Line is longer than 80 characters. |
222 |
|
Line has trailing spaces. |
223 |
|
Line is longer than 80 characters. |
223 |
|
Line has trailing spaces. |
224 |
|
Line is longer than 80 characters. |
224 |
|
Line has trailing spaces. |
225 |
|
Line is longer than 80 characters. |
225 |
|
Line has trailing spaces. |
226 |
|
Line is longer than 80 characters. |
226 |
|
Line has trailing spaces. |
228 |
|
Line has trailing spaces. |
229 |
|
Line is longer than 80 characters. |
229 |
|
Line is longer than 80 characters. |
230 |
|
Line has trailing spaces. |
233 |
|
Line has trailing spaces. |
236 |
|
Line has trailing spaces. |
239 |
|
Line has trailing spaces. |
241 |
|
Line has trailing spaces. |
243 |
|
Line is longer than 80 characters. |
243 |
|
Line has trailing spaces. |
248 |
|
Line has trailing spaces. |
251 |
|
Line has trailing spaces. |
254 |
|
Line has trailing spaces. |
256 |
|
Method 'setCredentials' is not designed for extension - needs to be abstract, final or empty. |
258 |
|
Parameter flags should be final. |
258 |
|
Line has trailing spaces. |
261 |
|
Line is longer than 80 characters. |
263 |
|
Line has trailing spaces. |
264 |
|
Line is longer than 80 characters. |
266 |
|
Line is longer than 80 characters. |
270 |
|
Line has trailing spaces. |
271 |
|
Line has trailing spaces. |
272 |
|
Line is longer than 80 characters. |
272 |
|
Line is longer than 80 characters. |
274 |
|
Line is longer than 80 characters. |
283 |
|
Line is longer than 80 characters. |
286 |
|
Line is longer than 80 characters. |
292 |
|
Line has trailing spaces. |
295 |
|
Method 'changeAuthToken' is not designed for extension - needs to be abstract, final or empty. |
297 |
|
Parameter flags should be final. |
297 |
|
Line has trailing spaces. |
300 |
|
Line has trailing spaces. |
302 |
|
Line is longer than 80 characters. |
302 |
|
Line has trailing spaces. |
303 |
|
Line is longer than 80 characters. |
303 |
|
Line has trailing spaces. |
304 |
|
Line is longer than 80 characters. |
304 |
|
Line has trailing spaces. |
307 |
|
Line is longer than 80 characters. |
307 |
|
Line has trailing spaces. |
308 |
|
Line has trailing spaces. |
309 |
|
Line is longer than 80 characters. |
310 |
|
Line has trailing spaces. |
311 |
|
Line is longer than 80 characters. |
311 |
|
Method 'openSession' is not designed for extension - needs to be abstract, final or empty. |
314 |
|
Parameter flags should be final. |
314 |
|
Line has trailing spaces. |
317 |
|
Line has trailing spaces. |
319 |
|
Line is longer than 80 characters. |
319 |
|
Line has trailing spaces. |
320 |
|
Line is longer than 80 characters. |
320 |
|
Line is longer than 80 characters. |
321 |
|
Line has trailing spaces. |
322 |
|
Line is longer than 80 characters. |
323 |
|
Line has trailing spaces. |
324 |
|
Line has trailing spaces. |
325 |
|
Line is longer than 80 characters. |
326 |
|
Line has trailing spaces. |
327 |
|
Line is longer than 80 characters. |
327 |
|
Method 'closeSession' is not designed for extension - needs to be abstract, final or empty. |
330 |
|
Parameter flags should be final. |
330 |
|
Line has trailing spaces. |
333 |
|
Method 'getError' is not designed for extension - needs to be abstract, final or empty. |
334 |
|
Missing a Javadoc comment. |
334 |
|
Parameter errorCode should be final. |
334 |
|
Line has trailing spaces. |
337 |
|
Missing a Javadoc comment. |
339 |
|
Parameter messages should be final. |
339 |
|
Parameter responses should be final. |
339 |
|
Line has trailing spaces. |
350 |
|
Missing a Javadoc comment. |
352 |
|
Name 'pam_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
352 |
|
Parameter serviceName should be final. |
352 |
|
Parameter user should be final. |
352 |
|
Missing a Javadoc comment. |
353 |
|
Name 'pam_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
353 |
|
Parameter handle should be final. |
353 |
|
Missing a Javadoc comment. |
354 |
|
Name 'pam_get_str_item' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
354 |
|
Parameter handle should be final. |
354 |
|
Parameter item should be final. |
354 |
|
Missing a Javadoc comment. |
355 |
|
Name 'pam_set_str_item' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
355 |
|
Parameter handle should be final. |
355 |
|
Parameter item should be final. |
355 |
|
Parameter value should be final. |
355 |
|
Missing a Javadoc comment. |
356 |
|
Name 'pam_authenticate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
356 |
|
Parameter handle should be final. |
356 |
|
Parameter flags should be final. |
356 |
|
Missing a Javadoc comment. |
357 |
|
Name 'pam_strerror' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
357 |
|
Parameter handle should be final. |
357 |
|
Parameter errnum should be final. |
357 |
|
Missing a Javadoc comment. |
358 |
|
Name 'pam_acct_mgmt' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
358 |
|
Parameter handle should be final. |
358 |
|
Parameter flags should be final. |
358 |
|
Missing a Javadoc comment. |
359 |
|
Name 'pam_setcred' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
359 |
|
Parameter handle should be final. |
359 |
|
Parameter flags should be final. |
359 |
|
Missing a Javadoc comment. |
360 |
|
Name 'pam_chauthtok' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
360 |
|
Parameter handle should be final. |
360 |
|
Parameter flags should be final. |
360 |
|
Missing a Javadoc comment. |
361 |
|
Name 'pam_open_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
361 |
|
Parameter handle should be final. |
361 |
|
Parameter flags should be final. |
361 |
|
Missing a Javadoc comment. |
362 |
|
Name 'pam_close_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
362 |
|
Parameter handle should be final. |
362 |
|
Parameter flags should be final. |
362 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamCallback.java
Error |
Line |
|
Line is longer than 80 characters. |
4 |
|
Line is longer than 80 characters. |
11 |
|
Line has trailing spaces. |
12 |
|
Line is longer than 80 characters. |
15 |
|
Line is longer than 80 characters. |
16 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamConstants.java
Error |
Line |
|
Line is longer than 80 characters. |
5 |
|
Missing a Javadoc comment. |
11 |
|
Missing a Javadoc comment. |
12 |
|
Missing a Javadoc comment. |
13 |
|
Missing a Javadoc comment. |
14 |
|
Missing a Javadoc comment. |
15 |
|
Missing a Javadoc comment. |
16 |
|
Missing a Javadoc comment. |
17 |
|
Missing a Javadoc comment. |
18 |
|
Missing a Javadoc comment. |
19 |
|
Missing a Javadoc comment. |
20 |
|
Missing a Javadoc comment. |
21 |
|
Missing a Javadoc comment. |
22 |
|
Missing a Javadoc comment. |
23 |
|
Missing a Javadoc comment. |
24 |
|
Missing a Javadoc comment. |
25 |
|
Missing a Javadoc comment. |
26 |
|
Missing a Javadoc comment. |
27 |
|
Missing a Javadoc comment. |
28 |
|
Missing a Javadoc comment. |
29 |
|
Missing a Javadoc comment. |
30 |
|
Missing a Javadoc comment. |
31 |
|
Missing a Javadoc comment. |
32 |
|
Missing a Javadoc comment. |
33 |
|
Missing a Javadoc comment. |
34 |
|
Missing a Javadoc comment. |
35 |
|
Missing a Javadoc comment. |
36 |
|
Missing a Javadoc comment. |
37 |
|
Missing a Javadoc comment. |
38 |
|
Missing a Javadoc comment. |
39 |
|
Missing a Javadoc comment. |
40 |
|
Missing a Javadoc comment. |
41 |
|
Missing a Javadoc comment. |
42 |
|
Line has trailing spaces. |
43 |
|
Missing a Javadoc comment. |
44 |
|
Missing a Javadoc comment. |
45 |
|
Missing a Javadoc comment. |
46 |
|
Missing a Javadoc comment. |
47 |
|
Missing a Javadoc comment. |
48 |
|
Missing a Javadoc comment. |
49 |
|
Missing a Javadoc comment. |
50 |
|
Line has trailing spaces. |
51 |
|
Missing a Javadoc comment. |
52 |
|
Missing a Javadoc comment. |
53 |
|
Missing a Javadoc comment. |
54 |
|
Missing a Javadoc comment. |
55 |
|
Missing a Javadoc comment. |
56 |
|
Missing a Javadoc comment. |
57 |
|
Missing a Javadoc comment. |
58 |
|
Missing a Javadoc comment. |
59 |
|
Line has trailing spaces. |
60 |
|
Missing a Javadoc comment. |
61 |
|
Line has trailing spaces. |
62 |
|
Missing a Javadoc comment. |
63 |
|
Missing a Javadoc comment. |
64 |
|
Missing a Javadoc comment. |
65 |
|
Missing a Javadoc comment. |
66 |
|
Missing a Javadoc comment. |
67 |
|
Missing a Javadoc comment. |
68 |
|
Missing a Javadoc comment. |
69 |
|
Missing a Javadoc comment. |
70 |
|
Missing a Javadoc comment. |
71 |
|
Line has trailing spaces. |
72 |
|
Missing a Javadoc comment. |
74 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamError.java
Error |
Line |
|
Line has trailing spaces. |
11 |
|
Parameter message should be final. |
20 |
|
Expected @param tag for 'message'. |
20 |
|
Parameter message should be final. |
28 |
|
Expected @param tag for 'message'. |
28 |
|
Parameter cause should be final. |
28 |
|
Expected @param tag for 'cause'. |
28 |
|
Parameter cause should be final. |
35 |
|
Expected @param tag for 'cause'. |
35 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamMessage.java
Error |
Line |
|
Missing a Javadoc comment. |
9 |
|
Name 'msg_style' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
9 |
|
Missing a Javadoc comment. |
10 |
|
Line has trailing spaces. |
11 |
|
Missing a Javadoc comment. |
12 |
|
Parameter msg_style should be final. |
12 |
|
'msg_style' hides a field. |
12 |
|
Name 'msg_style' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
12 |
|
Parameter msg should be final. |
12 |
|
'msg' hides a field. |
12 |
|
Method 'getMsg' is not designed for extension - needs to be abstract, final or empty. |
21 |
|
Line has trailing spaces. |
24 |
|
Line has trailing spaces. |
27 |
|
Line has trailing spaces. |
31 |
|
Line has trailing spaces. |
34 |
|
Line has trailing spaces. |
37 |
|
Line has trailing spaces. |
39 |
|
Method 'getMsg_style' is not designed for extension - needs to be abstract, final or empty. |
41 |
|
Name 'getMsg_style' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamResponse.java
Error |
Line |
|
Line is longer than 80 characters. |
4 |
|
Missing a Javadoc comment. |
10 |
|
Missing a Javadoc comment. |
11 |
|
Name 'resp_retcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
11 |
|
Line has trailing spaces. |
12 |
|
Line has trailing spaces. |
15 |
|
Parameter resp should be final. |
18 |
|
'resp' hides a field. |
18 |
|
Line has trailing spaces. |
21 |
|
Line has trailing spaces. |
24 |
|
Line is longer than 80 characters. |
26 |
|
Parameter resp should be final. |
28 |
|
'resp' hides a field. |
28 |
|
Parameter retcode should be final. |
28 |
/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/StressJaasPam.java
Error |
Line |
|
Using the '.*' form of import should be avoided - javax.security.auth.callback.*. |
10 |
|
First sentence should end with a period. |
14 |
|
Line is longer than 80 characters. |
16 |
|
Line is longer than 80 characters. |
18 |
|
Line has trailing spaces. |
24 |
|
Missing a Javadoc comment. |
25 |
|
Missing a Javadoc comment. |
26 |
|
Missing a Javadoc comment. |
27 |
|
Line has trailing spaces. |
28 |
|
Missing a Javadoc comment. |
29 |
|
Missing a Javadoc comment. |
30 |
|
Line has trailing spaces. |
32 |
|
Parameter user should be final. |
34 |
|
'user' hides a field. |
34 |
|
Expected @param tag for 'user'. |
34 |
|
Parameter password should be final. |
34 |
|
'password' hides a field. |
34 |
|
Expected @param tag for 'password'. |
34 |
|
Line has trailing spaces. |
38 |
|
Method 'getUser' is not designed for extension - needs to be abstract, final or empty. |
39 |
|
Missing a Javadoc comment. |
39 |
|
Line has trailing spaces. |
42 |
|
Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. |
43 |
|
Missing a Javadoc comment. |
43 |
|
Line has trailing spaces. |
46 |
|
Method 'run' is not designed for extension - needs to be abstract, final or empty. |
47 |
|
Missing a Javadoc comment. |
47 |
|
Line is longer than 80 characters. |
52 |
|
Line is longer than 80 characters. |
67 |
|
'+' is not followed by whitespace. |
67 |
|
')' is preceded with whitespace. |
67 |
|
'if' construct must use '{}'s. |
72 |
|
'500' is a magic number. |
75 |
|
'500' is a magic number. |
75 |
|
Must have at least one statement. |
76 |
|
Missing a Javadoc comment. |
83 |
|
Parameter args should be final. |
83 |
|
Line has trailing spaces. |
90 |
|
Inner assignments should be avoided. |
104 |
|
'4' is a magic number. |
104 |
|
Line has trailing spaces. |
105 |
|
'if' construct must use '{}'s. |
106 |
|
'4' is a magic number. |
106 |
|
'if' construct must use '{}'s. |
110 |
|
'1000' is a magic number. |
110 |
|
'2000' is a magic number. |
114 |
|
Must have at least one statement. |
115 |
|
Must have at least one statement. |
123 |
|
Line has trailing spaces. |
129 |
|
Missing a Javadoc comment. |
130 |
|
Line is longer than 80 characters. |
131 |
|
Missing a Javadoc comment. |
131 |
|
Parameter callbacks should be final. |
131 |
|
'cast' is not followed by whitespace. |
137 |
|
'+' should be on a new line. |
149 |
|
Line has trailing spaces. |
152 |
|
'cast' is not followed by whitespace. |
158 |
|
'cast' is not followed by whitespace. |
162 |
|
Line is longer than 80 characters. |
163 |
|
'(' should be on the previous line. |
166 |
/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/TestJaas.java
Error |
Line |
|
First sentence should end with a period. |
21 |
|
Line is longer than 80 characters. |
23 |
|
Utility classes should not have a public or default constructor. |
27 |
|
Line has trailing spaces. |
30 |
|
Line is longer than 80 characters. |
34 |
|
Missing a Javadoc comment. |
52 |
|
Parameter args should be final. |
52 |
|
Line has trailing spaces. |
55 |
|
Missing a Javadoc comment. |
56 |
|
Line is longer than 80 characters. |
57 |
|
Missing a Javadoc comment. |
57 |
|
Line has trailing spaces. |
58 |
|
Line is longer than 80 characters. |
59 |
|
Missing a Javadoc comment. |
59 |
|
Parameter callbacks should be final. |
59 |
|
'cast' is not followed by whitespace. |
63 |
|
'+' should be on a new line. |
75 |
|
Line has trailing spaces. |
78 |
|
'cast' is not followed by whitespace. |
85 |
|
Line has trailing spaces. |
86 |
|
'cast' is not followed by whitespace. |
93 |
|
'(' should be on the previous line. |
99 |
|
Missing a Javadoc comment. |
104 |
|
Line has trailing spaces. |
108 |
/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/TestPam.java
Error |
Line |
|
First sentence should end with a period. |
13 |
|
Line is longer than 80 characters. |
15 |
|
Utility classes should not have a public or default constructor. |
19 |
|
Line has trailing spaces. |
22 |
|
'+' is not preceded with whitespace. |
27 |
|
'+' is not preceded with whitespace. |
28 |
|
Line has trailing spaces. |
30 |
|
Line has trailing spaces. |
32 |
|
Line is longer than 80 characters. |
36 |
|
'+' is not preceded with whitespace. |
36 |
|
'+' is not preceded with whitespace. |
39 |
|
Missing a Javadoc comment. |
44 |
|
Parameter args should be final. |
44 |
|
Line has trailing spaces. |
47 |
|
Missing a Javadoc comment. |
48 |
|
Missing a Javadoc comment. |
50 |
|
Parameter messages should be final. |
50 |
|
Parameter responses should be final. |
50 |
|
Line is longer than 80 characters. |
51 |
|
'=' is not preceded with whitespace. |
52 |
|
'=' is not followed by whitespace. |
52 |
|
'<' is not preceded with whitespace. |
52 |
|
'<' is not followed by whitespace. |
52 |
|
Line has trailing spaces. |
62 |
/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/package.html
Error |
Line |
|
Missing package documentation file. |
0 |