Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files |
Infos |
Warnings |
Errors |
28 |
0 |
0 |
492 |
Files
ch/odi/jaaspam/AuthInfoUnavailableException.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/jaaspam/CredentialsInsufficientException.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
Line is longer than 80 characters. |
6
|
|
Line has trailing spaces. |
13
|
|
Parameter msg should be final. |
22
|
|
Expected @param tag for 'msg'. |
22
|
ch/odi/jaaspam/MaxRetriesException.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
Line is longer than 80 characters. |
6
|
|
Line has trailing spaces. |
14
|
|
Parameter msg should be final. |
23
|
|
Expected @param tag for 'msg'. |
23
|
ch/odi/jaaspam/PamLoginModule.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/jaaspam/PamModuleLoadingException.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
Line has trailing spaces. |
6
|
|
Line has trailing spaces. |
13
|
|
Parameter msg should be final. |
22
|
|
Expected @param tag for 'msg'. |
22
|
ch/odi/jaaspam/PamPrincipal.java
Error |
Line |
|
File does not end with a newline. |
0
|
ch/odi/jaaspam/PamPrincipal.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/jaaspam/PermissionDeniedException.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
Line has trailing spaces. |
13
|
|
Parameter msg should be final. |
22
|
|
Expected @param tag for 'msg'. |
22
|
ch/odi/jaaspam/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
ch/odi/pam/Pam.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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. |
45
|
|
Method 'finalize' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Missing a Javadoc comment. |
46
|
|
Line is longer than 80 characters. |
51
|
|
Line has trailing spaces. |
52
|
|
Method 'getItem' is not designed for extension - needs to be abstract, final or empty. |
57
|
|
Parameter item_type should be final. |
57
|
|
Name 'item_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
|
Line has trailing spaces. |
60
|
|
Line has trailing spaces. |
63
|
|
Line has trailing spaces. |
66
|
|
Line is longer than 80 characters. |
66
|
|
Line is longer than 80 characters. |
70
|
|
Line has trailing spaces. |
71
|
|
Line is longer than 80 characters. |
71
|
|
Line is longer than 80 characters. |
72
|
|
Line is longer than 80 characters. |
73
|
|
Line has trailing spaces. |
77
|
|
Line is longer than 80 characters. |
77
|
|
Line has trailing spaces. |
81
|
|
Line is longer than 80 characters. |
81
|
|
Line is longer than 80 characters. |
85
|
|
Line is longer than 80 characters. |
86
|
|
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. |
95
|
|
Line is longer than 80 characters. |
96
|
|
Line has trailing spaces. |
97
|
|
Line is longer than 80 characters. |
97
|
|
Line is longer than 80 characters. |
98
|
|
Line is longer than 80 characters. |
102
|
|
Line is longer than 80 characters. |
106
|
|
Line has trailing spaces. |
107
|
|
Line is longer than 80 characters. |
109
|
|
Line has trailing spaces. |
110
|
|
Line has trailing spaces. |
113
|
|
Line has trailing spaces. |
115
|
|
Method 'setItem' is not designed for extension - needs to be abstract, final or empty. |
117
|
|
Parameter item_type should be final. |
117
|
|
Name 'item_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
117
|
|
Parameter item should be final. |
117
|
|
Line has trailing spaces. |
120
|
|
Line is longer than 80 characters. |
122
|
|
Line has trailing spaces. |
123
|
|
Line has trailing spaces. |
124
|
|
Line is longer than 80 characters. |
124
|
|
Line has trailing spaces. |
128
|
|
Line has trailing spaces. |
129
|
|
Line has trailing spaces. |
132
|
|
Line is longer than 80 characters. |
134
|
|
Line has trailing spaces. |
135
|
|
Line has trailing spaces. |
137
|
|
Line is longer than 80 characters. |
137
|
|
Line has trailing spaces. |
139
|
|
Line has trailing spaces. |
142
|
|
Line is longer than 80 characters. |
144
|
|
Line has trailing spaces. |
147
|
|
Line is longer than 80 characters. |
147
|
|
Line has trailing spaces. |
148
|
|
Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. |
150
|
|
Parameter flags should be final. |
150
|
|
Line has trailing spaces. |
158
|
|
Line has trailing spaces. |
167
|
|
Line has trailing spaces. |
170
|
|
Expected an @return tag. |
173
|
|
Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. |
173
|
|
Line has trailing spaces. |
176
|
|
Line is longer than 80 characters. |
178
|
|
Line is longer than 80 characters. |
179
|
|
Line has trailing spaces. |
180
|
|
Line is longer than 80 characters. |
180
|
|
Line has trailing spaces. |
181
|
|
Line is longer than 80 characters. |
181
|
|
Line is longer than 80 characters. |
183
|
|
Line is longer than 80 characters. |
186
|
|
Line is longer than 80 characters. |
187
|
|
Line is longer than 80 characters. |
188
|
|
Line is longer than 80 characters. |
189
|
|
Line has trailing spaces. |
193
|
|
Line has trailing spaces. |
199
|
|
Method 'accountManagement' is not designed for extension - needs to be abstract, final or empty. |
203
|
|
Parameter flags should be final. |
203
|
|
Line has trailing spaces. |
206
|
|
Expected an @return tag. |
211
|
|
Method 'accountManagement' is not designed for extension - needs to be abstract, final or empty. |
211
|
|
Line has trailing spaces. |
214
|
|
Line has trailing spaces. |
216
|
|
Line is longer than 80 characters. |
216
|
|
Line has trailing spaces. |
217
|
|
Line is longer than 80 characters. |
217
|
|
Line has trailing spaces. |
219
|
|
Line has trailing spaces. |
220
|
|
Line is longer than 80 characters. |
220
|
|
Line has trailing spaces. |
221
|
|
Line is longer than 80 characters. |
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. |
226
|
|
Line has trailing spaces. |
227
|
|
Line is longer than 80 characters. |
227
|
|
Line is longer than 80 characters. |
228
|
|
Line has trailing spaces. |
231
|
|
Line has trailing spaces. |
234
|
|
Line has trailing spaces. |
237
|
|
Line has trailing spaces. |
239
|
|
Line has trailing spaces. |
241
|
|
Line is longer than 80 characters. |
241
|
|
Line has trailing spaces. |
246
|
|
Line has trailing spaces. |
249
|
|
Line has trailing spaces. |
252
|
|
Line has trailing spaces. |
254
|
|
Method 'setCredentials' is not designed for extension - needs to be abstract, final or empty. |
256
|
|
Parameter flags should be final. |
256
|
|
Line has trailing spaces. |
259
|
|
Line is longer than 80 characters. |
261
|
|
Line has trailing spaces. |
262
|
|
Line is longer than 80 characters. |
264
|
|
Line is longer than 80 characters. |
268
|
|
Line has trailing spaces. |
269
|
|
Line has trailing spaces. |
270
|
|
Line is longer than 80 characters. |
270
|
|
Line is longer than 80 characters. |
272
|
|
Line is longer than 80 characters. |
281
|
|
Line is longer than 80 characters. |
284
|
|
Line is longer than 80 characters. |
290
|
|
Line has trailing spaces. |
293
|
|
Method 'changeAuthToken' is not designed for extension - needs to be abstract, final or empty. |
295
|
|
Parameter flags should be final. |
295
|
|
Line has trailing spaces. |
298
|
|
Line has trailing spaces. |
300
|
|
Line is longer than 80 characters. |
300
|
|
Line has trailing spaces. |
301
|
|
Line is longer than 80 characters. |
301
|
|
Line has trailing spaces. |
302
|
|
Line is longer than 80 characters. |
302
|
|
Line has trailing spaces. |
305
|
|
Line is longer than 80 characters. |
305
|
|
Line has trailing spaces. |
306
|
|
Line has trailing spaces. |
307
|
|
Line is longer than 80 characters. |
308
|
|
Line has trailing spaces. |
309
|
|
Line is longer than 80 characters. |
309
|
|
Method 'openSession' is not designed for extension - needs to be abstract, final or empty. |
312
|
|
Parameter flags should be final. |
312
|
|
Line has trailing spaces. |
315
|
|
Line has trailing spaces. |
317
|
|
Line is longer than 80 characters. |
317
|
|
Line has trailing spaces. |
318
|
|
Line is longer than 80 characters. |
318
|
|
Line is longer than 80 characters. |
319
|
|
Line has trailing spaces. |
320
|
|
Line is longer than 80 characters. |
321
|
|
Line has trailing spaces. |
322
|
|
Line has trailing spaces. |
323
|
|
Line is longer than 80 characters. |
324
|
|
Line has trailing spaces. |
325
|
|
Line is longer than 80 characters. |
325
|
|
Method 'closeSession' is not designed for extension - needs to be abstract, final or empty. |
328
|
|
Parameter flags should be final. |
328
|
|
Line has trailing spaces. |
331
|
|
Method 'getError' is not designed for extension - needs to be abstract, final or empty. |
332
|
|
Missing a Javadoc comment. |
332
|
|
Parameter errorCode should be final. |
332
|
|
Line has trailing spaces. |
335
|
|
Missing a Javadoc comment. |
337
|
|
Parameter messages should be final. |
337
|
|
Parameter responses should be final. |
337
|
|
Line has trailing spaces. |
348
|
|
Missing a Javadoc comment. |
350
|
|
Name 'pam_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
350
|
|
Parameter serviceName should be final. |
350
|
|
Parameter user should be final. |
350
|
|
Missing a Javadoc comment. |
351
|
|
Name 'pam_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
351
|
|
Parameter handle should be final. |
351
|
|
Missing a Javadoc comment. |
352
|
|
Name 'pam_get_str_item' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
352
|
|
Parameter handle should be final. |
352
|
|
Parameter item should be final. |
352
|
|
Missing a Javadoc comment. |
353
|
|
Name 'pam_set_str_item' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
353
|
|
Parameter handle should be final. |
353
|
|
Parameter item should be final. |
353
|
|
Parameter value should be final. |
353
|
|
Missing a Javadoc comment. |
354
|
|
Name 'pam_authenticate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
354
|
|
Parameter handle should be final. |
354
|
|
Parameter flags should be final. |
354
|
|
Missing a Javadoc comment. |
355
|
|
Name 'pam_strerror' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
355
|
|
Parameter handle should be final. |
355
|
|
Parameter errnum should be final. |
355
|
|
Missing a Javadoc comment. |
356
|
|
Name 'pam_acct_mgmt' 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_setcred' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
357
|
|
Parameter handle should be final. |
357
|
|
Parameter flags should be final. |
357
|
|
Missing a Javadoc comment. |
358
|
|
Name 'pam_chauthtok' 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_open_session' 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_close_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
360
|
|
Parameter handle should be final. |
360
|
|
Parameter flags should be final. |
360
|
ch/odi/pam/PamCallback.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/pam/PamConstants.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/pam/PamError.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/pam/PamMessage.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/pam/PamResponse.java
Error |
Line |
|
Line does not match expected header line of 'JAAS-PAM is a simple Java native interface to Portable Authentication'. |
1
|
|
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
|
ch/odi/pam/package.html
Error |
Line |
|
Missing package documentation file. |
0 |