Checkstyle Errors

The following document contains the results of Checkstyle for severity error.

Summary

Files Errors
35 588

Files

Files Errors
ch/odi/jaaspam/AuthInfoUnavailableException.java 5
ch/odi/jaaspam/CredentialsInsufficientException.java 4
ch/odi/jaaspam/MaxRetriesException.java 4
ch/odi/jaaspam/PamLoginModule.java 91
ch/odi/jaaspam/PamModuleLoadingException.java 4
ch/odi/jaaspam/PamPrincipal.java 1
ch/odi/jaaspam/PamPrincipal.java 17
ch/odi/jaaspam/PermissionDeniedException.java 3
ch/odi/jaaspam/package.html 1
ch/odi/pam/Pam.java 237
ch/odi/pam/PamCallback.java 5
ch/odi/pam/PamConstants.java 64
ch/odi/pam/PamError.java 9
ch/odi/pam/PamMessage.java 19
ch/odi/pam/PamResponse.java 14
ch/odi/pam/package.html 1
ch/odi/jaaspam/StressJaasPam.java 60
ch/odi/jaaspam/TestJaas.java 24
ch/odi/jaaspam/TestPam.java 24
ch/odi/jaaspam/package.html 1

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/AuthInfoUnavailableException.java

Error Line
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 7
Error Line has trailing spaces. 14
Error Parameter msg should be final. 23
Error Expected @param tag for 'msg'. 23

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/CredentialsInsufficientException.java

Error Line
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 13
Error Parameter msg should be final. 22
Error Expected @param tag for 'msg'. 22

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/MaxRetriesException.java

Error Line
Error Line is longer than 80 characters. 6
Error Line has trailing spaces. 14
Error Parameter msg should be final. 23
Error Expected @param tag for 'msg'. 23

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamLoginModule.java

Error Line
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Name 'logged_in' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Missing a Javadoc comment. 52
Error Line has trailing spaces. 53
Error Line has trailing spaces. 55
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 63
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter subject should be final. 65
Error 'subject' hides a field. 65
Error Parameter callbackHandler should be final. 65
Error Expected @param tag for 'callbackHandler'. 65
Error Parameter sharedState should be final. 66
Error Expected @param tag for 'sharedState'. 66
Error Parameter options should be final. 66
Error Expected @param tag for 'options'. 66
Error 'if' construct must use '{}'s. 69
Error Line is longer than 80 characters. 69
Error Comment matches to-do format 'TODO:'. 70
Error Method 'login' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error 'if' construct must use '{}'s. 76
Error Line is longer than 80 characters. 76
Error '+' should be on a new line. 76
Error Line is longer than 80 characters. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 92
Error Line has trailing spaces. 96
Error Line has trailing spaces. 100
Error Line has trailing spaces. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 112
Error Line has trailing spaces. 117
Error switch without "default" clause. 120
Error Line has trailing spaces. 124
Error Line has trailing spaces. 128
Error Line has trailing spaces. 132
Error Line has trailing spaces. 136
Error Line has trailing spaces. 140
Error Line has trailing spaces. 144
Error Line has trailing spaces. 148
Error Line has trailing spaces. 151
Error Line has trailing spaces. 152
Error Method 'commit' is not designed for extension - needs to be abstract, final or empty. 156
Error Missing a Javadoc comment. 156
Error 'if' construct must use '{}'s. 158
Error 'if' construct must use '{}'s. 161
Error Line has trailing spaces. 162
Error Method 'abort' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error 'if' construct must use '{}'s. 170
Error Method 'logout' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error 'if' construct must use '{}'s. 181
Error 'if' construct must use '{}'s. 183
Error Line has trailing spaces. 190
Error Missing a Javadoc comment. 191
Error Line has trailing spaces. 196
Error Missing a Javadoc comment. 197
Error Missing a Javadoc comment. 204
Error Missing a Javadoc comment. 206
Error Parameter messages should be final. 206
Error Parameter responses should be final. 206
Error Line has trailing spaces. 221
Error Parameter callbacks should be final. 226
Error Expected @param tag for 'callbacks'. 226
Error Parameter responses should be final. 226
Error Expected @param tag for 'responses'. 226
Error Line has trailing spaces. 229
Error Line is longer than 80 characters. 238
Error Line is longer than 80 characters. 242
Error Line is longer than 80 characters. 249
Error 'if' construct must use '{}'s. 253
Error Line is longer than 80 characters. 253
Error Missing a Javadoc comment. 256
Error Parameter messages should be final. 256
Error Line has trailing spaces. 269
Error Line is longer than 80 characters. 272
Error Line has trailing spaces. 274
Error Line is longer than 80 characters. 276
Error Line has trailing spaces. 278
Error Line is longer than 80 characters. 280
Error Line has trailing spaces. 282
Error Line is longer than 80 characters. 284
Error '+' is not preceded with whitespace. 284
Error '+' is not followed by whitespace. 284

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamModuleLoadingException.java

Error Line
Error Line has trailing spaces. 6
Error Line has trailing spaces. 13
Error Parameter msg should be final. 22
Error Expected @param tag for 'msg'. 22

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamPrincipal.java

Error Line
Error File does not end with a newline. 0

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PamPrincipal.java

Error Line
Error Missing a Javadoc comment. 12
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 14
Error Parameter name should be final. 14
Error 'name' hides a field. 14
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 24
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter o should be final. 25
Error 'if' construct must use '{}'s. 26
Error 'if' construct must use '{}'s. 27
Error 'if' construct must use '{}'s. 28
Error Line has trailing spaces. 32
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/PermissionDeniedException.java

Error Line
Error Line has trailing spaces. 13
Error Parameter msg should be final. 22
Error Expected @param tag for 'msg'. 22

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/jaaspam/package.html

Error Line
Error Missing package documentation file. 0

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/Pam.java

Error Line
Error Line has trailing spaces. 7
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 12
Error Name 'pam_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Missing a Javadoc comment. 13
Error Line has trailing spaces. 14
Error Line has trailing spaces. 18
Error Line has trailing spaces. 20
Error Line is longer than 80 characters. 21
Error Line is longer than 80 characters. 23
Error Parameter serviceName should be final. 25
Error Parameter user should be final. 25
Error Parameter callback should be final. 25
Error 'callback' hides a field. 25
Error 'if' construct must use '{}'s. 30
Error Line is longer than 80 characters. 30
Error '+' is not preceded with whitespace. 30
Error Method 'end' is not designed for extension - needs to be abstract, final or empty. 38
Error Line has trailing spaces. 47
Error Method 'finalize' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Line is longer than 80 characters. 53
Error Line has trailing spaces. 54
Error Method 'getItem' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter item_type should be final. 59
Error Name 'item_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 72
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 79
Error Line has trailing spaces. 83
Error Line is longer than 80 characters. 83
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 88
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 90
Error Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 92
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 99
Error Line is longer than 80 characters. 99
Error Line is longer than 80 characters. 100
Error Line is longer than 80 characters. 104
Error Line is longer than 80 characters. 108
Error Line has trailing spaces. 109
Error Line is longer than 80 characters. 111
Error Line has trailing spaces. 112
Error Line has trailing spaces. 115
Error Line has trailing spaces. 117
Error Method 'setItem' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter item_type should be final. 119
Error Name 'item_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119
Error Parameter item should be final. 119
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 125
Error Line has trailing spaces. 126
Error Line is longer than 80 characters. 126
Error Line has trailing spaces. 130
Error Line has trailing spaces. 131
Error Line has trailing spaces. 134
Error Line is longer than 80 characters. 136
Error Line has trailing spaces. 137
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 139
Error Line has trailing spaces. 141
Error Line has trailing spaces. 144
Error Line is longer than 80 characters. 146
Error Line has trailing spaces. 149
Error Line is longer than 80 characters. 149
Error Line has trailing spaces. 150
Error Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 152
Error Parameter flags should be final. 152
Error Line has trailing spaces. 160
Error Line has trailing spaces. 169
Error Line has trailing spaces. 172
Error Expected an @return tag. 175
Error Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 175
Error Line has trailing spaces. 178
Error Line is longer than 80 characters. 180
Error Line is longer than 80 characters. 181
Error Line has trailing spaces. 182
Error Line is longer than 80 characters. 182
Error Line has trailing spaces. 183
Error Line is longer than 80 characters. 183
Error Line is longer than 80 characters. 185
Error Line is longer than 80 characters. 188
Error Line is longer than 80 characters. 189
Error Line is longer than 80 characters. 190
Error Line is longer than 80 characters. 191
Error Line has trailing spaces. 195
Error Line has trailing spaces. 201
Error Method 'accountManagement' is not designed for extension - needs to be abstract, final or empty. 205
Error Parameter flags should be final. 205
Error Line has trailing spaces. 208
Error Expected an @return tag. 213
Error Method 'accountManagement' is not designed for extension - needs to be abstract, final or empty. 213
Error Line has trailing spaces. 216
Error Line has trailing spaces. 218
Error Line is longer than 80 characters. 218
Error Line has trailing spaces. 219
Error Line is longer than 80 characters. 219
Error Line has trailing spaces. 221
Error Line has trailing spaces. 222
Error Line is longer than 80 characters. 222
Error Line has trailing spaces. 223
Error Line is longer than 80 characters. 223
Error Line has trailing spaces. 224
Error Line is longer than 80 characters. 224
Error Line has trailing spaces. 225
Error Line is longer than 80 characters. 225
Error Line has trailing spaces. 226
Error Line is longer than 80 characters. 226
Error Line has trailing spaces. 228
Error Line has trailing spaces. 229
Error Line is longer than 80 characters. 229
Error Line is longer than 80 characters. 230
Error Line has trailing spaces. 233
Error Line has trailing spaces. 236
Error Line has trailing spaces. 239
Error Line has trailing spaces. 241
Error Line has trailing spaces. 243
Error Line is longer than 80 characters. 243
Error Line has trailing spaces. 248
Error Line has trailing spaces. 251
Error Line has trailing spaces. 254
Error Line has trailing spaces. 256
Error Method 'setCredentials' is not designed for extension - needs to be abstract, final or empty. 258
Error Parameter flags should be final. 258
Error Line has trailing spaces. 261
Error Line is longer than 80 characters. 263
Error Line has trailing spaces. 264
Error Line is longer than 80 characters. 266
Error Line is longer than 80 characters. 270
Error Line has trailing spaces. 271
Error Line has trailing spaces. 272
Error Line is longer than 80 characters. 272
Error Line is longer than 80 characters. 274
Error Line is longer than 80 characters. 283
Error Line is longer than 80 characters. 286
Error Line is longer than 80 characters. 292
Error Line has trailing spaces. 295
Error Method 'changeAuthToken' is not designed for extension - needs to be abstract, final or empty. 297
Error Parameter flags should be final. 297
Error Line has trailing spaces. 300
Error Line has trailing spaces. 302
Error Line is longer than 80 characters. 302
Error Line has trailing spaces. 303
Error Line is longer than 80 characters. 303
Error Line has trailing spaces. 304
Error Line is longer than 80 characters. 304
Error Line has trailing spaces. 307
Error Line is longer than 80 characters. 307
Error Line has trailing spaces. 308
Error Line has trailing spaces. 309
Error Line is longer than 80 characters. 310
Error Line has trailing spaces. 311
Error Line is longer than 80 characters. 311
Error Method 'openSession' is not designed for extension - needs to be abstract, final or empty. 314
Error Parameter flags should be final. 314
Error Line has trailing spaces. 317
Error Line has trailing spaces. 319
Error Line is longer than 80 characters. 319
Error Line has trailing spaces. 320
Error Line is longer than 80 characters. 320
Error Line is longer than 80 characters. 321
Error Line has trailing spaces. 322
Error Line is longer than 80 characters. 323
Error Line has trailing spaces. 324
Error Line has trailing spaces. 325
Error Line is longer than 80 characters. 326
Error Line has trailing spaces. 327
Error Line is longer than 80 characters. 327
Error Method 'closeSession' is not designed for extension - needs to be abstract, final or empty. 330
Error Parameter flags should be final. 330
Error Line has trailing spaces. 333
Error Method 'getError' is not designed for extension - needs to be abstract, final or empty. 334
Error Missing a Javadoc comment. 334
Error Parameter errorCode should be final. 334
Error Line has trailing spaces. 337
Error Missing a Javadoc comment. 339
Error Parameter messages should be final. 339
Error Parameter responses should be final. 339
Error Line has trailing spaces. 350
Error Missing a Javadoc comment. 352
Error Name 'pam_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. 352
Error Parameter serviceName should be final. 352
Error Parameter user should be final. 352
Error Missing a Javadoc comment. 353
Error Name 'pam_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. 353
Error Parameter handle should be final. 353
Error Missing a Javadoc comment. 354
Error Name 'pam_get_str_item' must match pattern '^[a-z][a-zA-Z0-9]*$'. 354
Error Parameter handle should be final. 354
Error Parameter item should be final. 354
Error Missing a Javadoc comment. 355
Error Name 'pam_set_str_item' must match pattern '^[a-z][a-zA-Z0-9]*$'. 355
Error Parameter handle should be final. 355
Error Parameter item should be final. 355
Error Parameter value should be final. 355
Error Missing a Javadoc comment. 356
Error Name 'pam_authenticate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 356
Error Parameter handle should be final. 356
Error Parameter flags should be final. 356
Error Missing a Javadoc comment. 357
Error Name 'pam_strerror' must match pattern '^[a-z][a-zA-Z0-9]*$'. 357
Error Parameter handle should be final. 357
Error Parameter errnum should be final. 357
Error Missing a Javadoc comment. 358
Error Name 'pam_acct_mgmt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 358
Error Parameter handle should be final. 358
Error Parameter flags should be final. 358
Error Missing a Javadoc comment. 359
Error Name 'pam_setcred' must match pattern '^[a-z][a-zA-Z0-9]*$'. 359
Error Parameter handle should be final. 359
Error Parameter flags should be final. 359
Error Missing a Javadoc comment. 360
Error Name 'pam_chauthtok' must match pattern '^[a-z][a-zA-Z0-9]*$'. 360
Error Parameter handle should be final. 360
Error Parameter flags should be final. 360
Error Missing a Javadoc comment. 361
Error Name 'pam_open_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. 361
Error Parameter handle should be final. 361
Error Parameter flags should be final. 361
Error Missing a Javadoc comment. 362
Error Name 'pam_close_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. 362
Error Parameter handle should be final. 362
Error Parameter flags should be final. 362

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamCallback.java

Error Line
Error Line is longer than 80 characters. 4
Error Line is longer than 80 characters. 11
Error Line has trailing spaces. 12
Error Line is longer than 80 characters. 15
Error Line is longer than 80 characters. 16

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamConstants.java

Error Line
Error Line is longer than 80 characters. 5
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Line has trailing spaces. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 61
Error Line has trailing spaces. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 74

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamError.java

Error Line
Error Line has trailing spaces. 11
Error Parameter message should be final. 20
Error Expected @param tag for 'message'. 20
Error Parameter message should be final. 28
Error Expected @param tag for 'message'. 28
Error Parameter cause should be final. 28
Error Expected @param tag for 'cause'. 28
Error Parameter cause should be final. 35
Error Expected @param tag for 'cause'. 35

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/PamMessage.java

Error Line
Error Missing a Javadoc comment. 9
Error Name 'msg_style' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
Error Missing a Javadoc comment. 10
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 12
Error Parameter msg_style should be final. 12
Error 'msg_style' hides a field. 12
Error Name 'msg_style' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Parameter msg should be final. 12
Error 'msg' hides a field. 12
Error Method 'getMsg' is not designed for extension - needs to be abstract, final or empty. 21
Error Line has trailing spaces. 24
Error Line has trailing spaces. 27
Error Line has trailing spaces. 31
Error Line has trailing spaces. 34
Error Line has trailing spaces. 37
Error Line has trailing spaces. 39
Error Method 'getMsg_style' is not designed for extension - needs to be abstract, final or empty. 41
Error 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
Error Line is longer than 80 characters. 4
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Name 'resp_retcode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Line has trailing spaces. 12
Error Line has trailing spaces. 15
Error Parameter resp should be final. 18
Error 'resp' hides a field. 18
Error Line has trailing spaces. 21
Error Line has trailing spaces. 24
Error Line is longer than 80 characters. 26
Error Parameter resp should be final. 28
Error 'resp' hides a field. 28
Error Parameter retcode should be final. 28

/home/oglueck/projects/JAAS_PAM/src/java/ch/odi/pam/package.html

Error Line
Error Missing package documentation file. 0

/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/StressJaasPam.java

Error Line
Error Using the '.*' form of import should be avoided - javax.security.auth.callback.*. 10
Error First sentence should end with a period. 14
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 18
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 32
Error Parameter user should be final. 34
Error 'user' hides a field. 34
Error Expected @param tag for 'user'. 34
Error Parameter password should be final. 34
Error 'password' hides a field. 34
Error Expected @param tag for 'password'. 34
Error Line has trailing spaces. 38
Error Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 42
Error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Line has trailing spaces. 46
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 67
Error '+' is not followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error 'if' construct must use '{}'s. 72
Error '500' is a magic number. 75
Error '500' is a magic number. 75
Error Must have at least one statement. 76
Error Missing a Javadoc comment. 83
Error Parameter args should be final. 83
Error Line has trailing spaces. 90
Error Inner assignments should be avoided. 104
Error '4' is a magic number. 104
Error Line has trailing spaces. 105
Error 'if' construct must use '{}'s. 106
Error '4' is a magic number. 106
Error 'if' construct must use '{}'s. 110
Error '1000' is a magic number. 110
Error '2000' is a magic number. 114
Error Must have at least one statement. 115
Error Must have at least one statement. 123
Error Line has trailing spaces. 129
Error Missing a Javadoc comment. 130
Error Line is longer than 80 characters. 131
Error Missing a Javadoc comment. 131
Error Parameter callbacks should be final. 131
Error 'cast' is not followed by whitespace. 137
Error '+' should be on a new line. 149
Error Line has trailing spaces. 152
Error 'cast' is not followed by whitespace. 158
Error 'cast' is not followed by whitespace. 162
Error Line is longer than 80 characters. 163
Error '(' should be on the previous line. 166

/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/TestJaas.java

Error Line
Error First sentence should end with a period. 21
Error Line is longer than 80 characters. 23
Error Utility classes should not have a public or default constructor. 27
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 34
Error Missing a Javadoc comment. 52
Error Parameter args should be final. 52
Error Line has trailing spaces. 55
Error Missing a Javadoc comment. 56
Error Line is longer than 80 characters. 57
Error Missing a Javadoc comment. 57
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 59
Error Parameter callbacks should be final. 59
Error 'cast' is not followed by whitespace. 63
Error '+' should be on a new line. 75
Error Line has trailing spaces. 78
Error 'cast' is not followed by whitespace. 85
Error Line has trailing spaces. 86
Error 'cast' is not followed by whitespace. 93
Error '(' should be on the previous line. 99
Error Missing a Javadoc comment. 104
Error Line has trailing spaces. 108

/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/TestPam.java

Error Line
Error First sentence should end with a period. 13
Error Line is longer than 80 characters. 15
Error Utility classes should not have a public or default constructor. 19
Error Line has trailing spaces. 22
Error '+' is not preceded with whitespace. 27
Error '+' is not preceded with whitespace. 28
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 36
Error '+' is not preceded with whitespace. 36
Error '+' is not preceded with whitespace. 39
Error Missing a Javadoc comment. 44
Error Parameter args should be final. 44
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 50
Error Parameter messages should be final. 50
Error Parameter responses should be final. 50
Error Line is longer than 80 characters. 51
Error '=' is not preceded with whitespace. 52
Error '=' is not followed by whitespace. 52
Error '<' is not preceded with whitespace. 52
Error '<' is not followed by whitespace. 52
Error Line has trailing spaces. 62

/home/oglueck/projects/JAAS_PAM/src/test/ch/odi/jaaspam/package.html

Error Line
Error Missing package documentation file. 0