Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
42 0 0 632

Files

File  I  W  E
waffle/jaas/RolePrincipal.java 0 0 8
waffle/jaas/UserPrincipal.java 0 0 6
waffle/jaas/WindowsLoginModule.java 0 0 50
waffle/servlet/AutoDisposableWindowsPrincipal.java 0 0 7
waffle/servlet/NegotiateRequestWrapper.java 0 0 6
waffle/servlet/NegotiateSecurityFilter.java 0 0 91
waffle/servlet/WaffleInfoServlet.java 0 0 10
waffle/servlet/WindowsPrincipal.java 0 0 34
waffle/servlet/spi/BasicSecurityFilterProvider.java 0 0 27
waffle/servlet/spi/NegotiateSecurityFilterProvider.java 0 0 37
waffle/servlet/spi/SecurityFilterProvider.java 0 0 9
waffle/servlet/spi/SecurityFilterProviderCollection.java 0 0 37
waffle/util/AuthorizationHeader.java 0 0 19
waffle/util/NtlmMessage.java 0 0 5
waffle/util/NtlmServletRequest.java 0 0 4
waffle/util/SPNegoMessage.java 0 0 14
waffle/util/WaffleInfo.java 0 0 30
waffle/windows/auth/IWindowsAccount.java 0 0 5
waffle/windows/auth/IWindowsAuthProvider.java 0 0 36
waffle/windows/auth/IWindowsComputer.java 0 0 5
waffle/windows/auth/IWindowsCredentialsHandle.java 0 0 2
waffle/windows/auth/IWindowsDomain.java 0 0 4
waffle/windows/auth/IWindowsIdentity.java 0 0 7
waffle/windows/auth/IWindowsImpersonationContext.java 0 0 1
waffle/windows/auth/IWindowsSecurityContext.java 0 0 11
waffle/windows/auth/PrincipalFormat.java 0 0 4
waffle/windows/auth/WindowsAccount.java 0 0 11
waffle/windows/auth/impl/WindowsAccountImpl.java 0 0 13
waffle/windows/auth/impl/WindowsAuthProviderImpl.java 0 0 39
waffle/windows/auth/impl/WindowsComputerImpl.java 0 0 8
waffle/windows/auth/impl/WindowsCredentialsHandleImpl.java 0 0 17
waffle/windows/auth/impl/WindowsDomainImpl.java 0 0 15
waffle/windows/auth/impl/WindowsIdentityImpersonationContextImpl.java 0 0 4
waffle/windows/auth/impl/WindowsIdentityImpl.java 0 0 18
waffle/windows/auth/impl/WindowsSecurityContextImpersonationContextImpl.java 0 0 3
waffle/windows/auth/impl/WindowsSecurityContextImpl.java 0 0 35

Rules

Category Rule Violations Severity
coding AvoidInlineConditionals 6  Error
MagicNumber 10  Error
design DesignForExtension 131  Error
javadoc JavadocStyle 1  Error
JavadocVariable 2  Error
regexp RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
194  Error
sizes LineLength 286  Error
whitespace NoWhitespaceAfter 2  Error

Details

waffle/jaas/RolePrincipal.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 42
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 53
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 70

waffle/jaas/UserPrincipal.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 47
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 55
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 72

waffle/jaas/WindowsLoginModule.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error sizes LineLength Line is longer than 80 characters (found 101). 53
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error sizes LineLength Line is longer than 80 characters (found 81). 68
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error sizes LineLength Line is longer than 80 characters (found 163). 83
 Error design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 85
 Error sizes LineLength Line is longer than 80 characters (found 96). 86
 Error sizes LineLength Line is longer than 80 characters (found 85). 87
 Error sizes LineLength Line is longer than 80 characters (found 91). 97
 Error sizes LineLength Line is longer than 80 characters (found 116). 99
 Error design DesignForExtension Method 'login' is not designed for extension - needs to be abstract, final or empty. 111
 Error sizes LineLength Line is longer than 80 characters (found 94). 114
 Error sizes LineLength Line is longer than 80 characters (found 92). 118
 Error sizes LineLength Line is longer than 80 characters (found 112). 130
 Error coding AvoidInlineConditionals Avoid inline conditionals. 130
 Error sizes LineLength Line is longer than 80 characters (found 115). 138
 Error sizes LineLength Line is longer than 80 characters (found 102). 153
 Error sizes LineLength Line is longer than 80 characters (found 112). 158
 Error sizes LineLength Line is longer than 80 characters (found 81). 160
 Error sizes LineLength Line is longer than 80 characters (found 105). 161
 Error sizes LineLength Line is longer than 80 characters (found 125). 166
 Error design DesignForExtension Method 'abort' is not designed for extension - needs to be abstract, final or empty. 181
 Error design DesignForExtension Method 'commit' is not designed for extension - needs to be abstract, final or empty. 193
 Error sizes LineLength Line is longer than 80 characters (found 122). 206
 Error sizes LineLength Line is longer than 80 characters (found 87). 209
 Error design DesignForExtension Method 'logout' is not designed for extension - needs to be abstract, final or empty. 223
 Error regexp RegexpSingleline Line has trailing spaces. 240
 Error design DesignForExtension Method 'isDebug' is not designed for extension - needs to be abstract, final or empty. 243
 Error regexp RegexpSingleline Line has trailing spaces. 249
 Error design DesignForExtension Method 'getAuth' is not designed for extension - needs to be abstract, final or empty. 252
 Error regexp RegexpSingleline Line has trailing spaces. 258
 Error design DesignForExtension Method 'setAuth' is not designed for extension - needs to be abstract, final or empty. 262
 Error regexp RegexpSingleline Line has trailing spaces. 268
 Error sizes LineLength Line is longer than 80 characters (found 92). 275
 Error sizes LineLength Line is longer than 80 characters (found 86). 284
 Error sizes LineLength Line is longer than 80 characters (found 86). 288
 Error regexp RegexpSingleline Line has trailing spaces. 300
 Error sizes LineLength Line is longer than 80 characters (found 122). 307
 Error regexp RegexpSingleline Line has trailing spaces. 331
 Error design DesignForExtension Method 'isAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 334
 Error sizes LineLength Line is longer than 80 characters (found 105). 339
 Error regexp RegexpSingleline Line has trailing spaces. 341
 Error design DesignForExtension Method 'setAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 345

waffle/servlet/AutoDisposableWindowsPrincipal.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 108). 25
 Error sizes LineLength Line is longer than 80 characters (found 83). 36
 Error sizes LineLength Line is longer than 80 characters (found 81). 50
 Error sizes LineLength Line is longer than 80 characters (found 86). 51
 Error sizes LineLength Line is longer than 80 characters (found 112). 56
 Error sizes LineLength Line is longer than 80 characters (found 114). 64
 Error design DesignForExtension Method 'valueUnbound' is not designed for extension - needs to be abstract, final or empty. 66

waffle/servlet/NegotiateRequestWrapper.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error sizes LineLength Line is longer than 80 characters (found 110). 39
 Error design DesignForExtension Method 'getUserPrincipal' is not designed for extension - needs to be abstract, final or empty. 49
 Error design DesignForExtension Method 'getAuthType' is not designed for extension - needs to be abstract, final or empty. 59
 Error design DesignForExtension Method 'getRemoteUser' is not designed for extension - needs to be abstract, final or empty. 69
 Error design DesignForExtension Method 'isUserInRole' is not designed for extension - needs to be abstract, final or empty. 81

waffle/servlet/NegotiateSecurityFilter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 115). 57
 Error regexp RegexpSingleline Line has trailing spaces. 58
 Error sizes LineLength Line is longer than 80 characters (found 87). 60
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error sizes LineLength Line is longer than 80 characters (found 87). 63
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error sizes LineLength Line is longer than 80 characters (found 106). 78
 Error sizes LineLength Line is longer than 80 characters (found 88). 79
 Error sizes LineLength Line is longer than 80 characters (found 96). 85
 Error design DesignForExtension Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 91
 Error sizes LineLength Line is longer than 80 characters (found 96). 93
 Error sizes LineLength Line is longer than 80 characters (found 129). 97
 Error design DesignForExtension Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 99
 Error sizes LineLength Line is longer than 80 characters (found 104). 100
 Error sizes LineLength Line is longer than 80 characters (found 118). 106
 Error sizes LineLength Line is longer than 80 characters (found 89). 114
 Error sizes LineLength Line is longer than 80 characters (found 97). 127
 Error sizes LineLength Line is longer than 80 characters (found 110). 136
 Error sizes LineLength Line is longer than 80 characters (found 138). 141
 Error sizes LineLength Line is longer than 80 characters (found 96). 148
 Error sizes LineLength Line is longer than 80 characters (found 112). 155
 Error sizes LineLength Line is longer than 80 characters (found 116). 158
 Error sizes LineLength Line is longer than 80 characters (found 101). 161
 Error sizes LineLength Line is longer than 80 characters (found 113). 165
 Error sizes LineLength Line is longer than 80 characters (found 113). 167
 Error sizes LineLength Line is longer than 80 characters (found 118). 169
 Error sizes LineLength Line is longer than 80 characters (found 86). 179
 Error sizes LineLength Line is longer than 80 characters (found 107). 208
 Error sizes LineLength Line is longer than 80 characters (found 106). 214
 Error sizes LineLength Line is longer than 80 characters (found 96). 224
 Error sizes LineLength Line is longer than 80 characters (found 115). 231
 Error sizes LineLength Line is longer than 80 characters (found 83). 232
 Error sizes LineLength Line is longer than 80 characters (found 90). 235
 Error sizes LineLength Line is longer than 80 characters (found 94). 236
 Error sizes LineLength Line is longer than 80 characters (found 114). 241
 Error sizes LineLength Line is longer than 80 characters (found 86). 252
 Error sizes LineLength Line is longer than 80 characters (found 107). 257
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 266
 Error sizes LineLength Line is longer than 80 characters (found 81). 269
 Error sizes LineLength Line is longer than 80 characters (found 92). 274
 Error sizes LineLength Line is longer than 80 characters (found 91). 277
 Error sizes LineLength Line is longer than 80 characters (found 93). 278
 Error sizes LineLength Line is longer than 80 characters (found 111). 280
 Error sizes LineLength Line is longer than 80 characters (found 106). 282
 Error sizes LineLength Line is longer than 80 characters (found 110). 299
 Error sizes LineLength Line is longer than 80 characters (found 109). 301
 Error sizes LineLength Line is longer than 80 characters (found 109). 305
 Error sizes LineLength Line is longer than 80 characters (found 109). 309
 Error sizes LineLength Line is longer than 80 characters (found 109). 313
 Error sizes LineLength Line is longer than 80 characters (found 109). 317
 Error sizes LineLength Line is longer than 80 characters (found 109). 321
 Error sizes LineLength Line is longer than 80 characters (found 109). 325
 Error sizes LineLength Line is longer than 80 characters (found 92). 336
 Error sizes LineLength Line is longer than 80 characters (found 99). 341
 Error sizes LineLength Line is longer than 80 characters (found 85). 346
 Error sizes LineLength Line is longer than 80 characters (found 84). 347
 Error sizes LineLength Line is longer than 80 characters (found 121). 351
 Error sizes LineLength Line is longer than 80 characters (found 112). 354
 Error sizes LineLength Line is longer than 80 characters (found 91). 355
 Error sizes LineLength Line is longer than 80 characters (found 130). 358
 Error sizes LineLength Line is longer than 80 characters (found 130). 361
 Error sizes LineLength Line is longer than 80 characters (found 102). 367
 Error sizes LineLength Line is longer than 80 characters (found 91). 368
 Error sizes LineLength Line is longer than 80 characters (found 96). 372
 Error regexp RegexpSingleline Line has trailing spaces. 377
 Error design DesignForExtension Method 'setPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 381
 Error sizes LineLength Line is longer than 80 characters (found 91). 382
 Error sizes LineLength Line is longer than 80 characters (found 90). 383
 Error regexp RegexpSingleline Line has trailing spaces. 388
 Error design DesignForExtension Method 'getPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 391
 Error regexp RegexpSingleline Line has trailing spaces. 397
 Error design DesignForExtension Method 'setRoleFormat' is not designed for extension - needs to be abstract, final or empty. 401
 Error sizes LineLength Line is longer than 80 characters (found 86). 402
 Error regexp RegexpSingleline Line has trailing spaces. 408
 Error design DesignForExtension Method 'getRoleFormat' is not designed for extension - needs to be abstract, final or empty. 411
 Error regexp RegexpSingleline Line has trailing spaces. 417
 Error sizes LineLength Line is longer than 80 characters (found 92). 423
 Error regexp RegexpSingleline Line has trailing spaces. 440
 Error design DesignForExtension Method 'getAuth' is not designed for extension - needs to be abstract, final or empty. 443
 Error regexp RegexpSingleline Line has trailing spaces. 449
 Error design DesignForExtension Method 'setAuth' is not designed for extension - needs to be abstract, final or empty. 453
 Error regexp RegexpSingleline Line has trailing spaces. 459
 Error design DesignForExtension Method 'isAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 462
 Error design DesignForExtension Method 'setImpersonate' is not designed for extension - needs to be abstract, final or empty. 472
 Error design DesignForExtension Method 'isImpersonate' is not designed for extension - needs to be abstract, final or empty. 481
 Error regexp RegexpSingleline Line has trailing spaces. 487
 Error design DesignForExtension Method 'getProviders' is not designed for extension - needs to be abstract, final or empty. 490

waffle/servlet/WaffleInfoServlet.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 48
 Error design DesignForExtension Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 51
 Error sizes LineLength Line is longer than 80 characters (found 116). 52
 Error sizes LineLength Line is longer than 80 characters (found 88). 59
 Error design DesignForExtension Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 62
 Error sizes LineLength Line is longer than 80 characters (found 117). 63
 Error sizes LineLength Line is longer than 80 characters (found 107). 80
 Error design DesignForExtension Method 'getWaffleInfoResponse' is not designed for extension - needs to be abstract, final or empty. 80
 Error sizes LineLength Line is longer than 80 characters (found 81). 100
 Error sizes LineLength Line is longer than 80 characters (found 90). 126

waffle/servlet/WindowsPrincipal.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error sizes LineLength Line is longer than 80 characters (found 106). 78
 Error sizes LineLength Line is longer than 80 characters (found 93). 85
 Error sizes LineLength Line is longer than 80 characters (found 119). 99
 Error sizes LineLength Line is longer than 80 characters (found 91). 102
 Error sizes LineLength Line is longer than 80 characters (found 90). 116
 Error sizes LineLength Line is longer than 80 characters (found 91). 117
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error design DesignForExtension Method 'getSid' is not designed for extension - needs to be abstract, final or empty. 129
 Error regexp RegexpSingleline Line has trailing spaces. 135
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 138
 Error regexp RegexpSingleline Line has trailing spaces. 144
 Error design DesignForExtension Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 147
 Error regexp RegexpSingleline Line has trailing spaces. 153
 Error sizes LineLength Line is longer than 80 characters (found 114). 160
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error sizes LineLength Line is longer than 80 characters (found 89). 190
 Error regexp RegexpSingleline Line has trailing spaces. 214
 Error design DesignForExtension Method 'getRolesString' is not designed for extension - needs to be abstract, final or empty. 217
 Error regexp RegexpSingleline Line has trailing spaces. 223
 Error design DesignForExtension Method 'hasRole' is not designed for extension - needs to be abstract, final or empty. 228
 Error regexp RegexpSingleline Line has trailing spaces. 234
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 237
 Error regexp RegexpSingleline Line has trailing spaces. 244
 Error design DesignForExtension Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. 247
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 254

waffle/servlet/spi/BasicSecurityFilterProvider.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 86). 32
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error sizes LineLength Line is longer than 80 characters (found 101). 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error sizes LineLength Line is longer than 80 characters (found 84). 53
 Error sizes LineLength Line is longer than 80 characters (found 141). 58
 Error design DesignForExtension Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 60
 Error sizes LineLength Line is longer than 80 characters (found 106). 61
 Error sizes LineLength Line is longer than 80 characters (found 89). 64
 Error sizes LineLength Line is longer than 80 characters (found 104). 65
 Error sizes LineLength Line is longer than 80 characters (found 93). 68
 Error sizes LineLength Line is longer than 80 characters (found 98). 70
 Error sizes LineLength Line is longer than 80 characters (found 87). 71
 Error sizes LineLength Line is longer than 80 characters (found 113). 75
 Error design DesignForExtension Method 'isPrincipalException' is not designed for extension - needs to be abstract, final or empty. 77
 Error sizes LineLength Line is longer than 80 characters (found 98). 83
 Error design DesignForExtension Method 'isSecurityPackageSupported' is not designed for extension - needs to be abstract, final or empty. 85
 Error sizes LineLength Line is longer than 80 characters (found 110). 91
 Error design DesignForExtension Method 'sendUnauthorized' is not designed for extension - needs to be abstract, final or empty. 93
 Error sizes LineLength Line is longer than 80 characters (found 85). 95
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error design DesignForExtension Method 'getRealm' is not designed for extension - needs to be abstract, final or empty. 103
 Error regexp RegexpSingleline Line has trailing spaces. 109
 Error design DesignForExtension Method 'setRealm' is not designed for extension - needs to be abstract, final or empty. 113
 Error design DesignForExtension Method 'initParameter' is not designed for extension - needs to be abstract, final or empty. 125
 Error sizes LineLength Line is longer than 80 characters (found 88). 126

waffle/servlet/spi/NegotiateSecurityFilterProvider.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 115). 44
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error sizes LineLength Line is longer than 80 characters (found 88). 70
 Error design DesignForExtension Method 'getProtocols' is not designed for extension - needs to be abstract, final or empty. 81
 Error design DesignForExtension Method 'setProtocols' is not designed for extension - needs to be abstract, final or empty. 91
 Error sizes LineLength Line is longer than 80 characters (found 110). 96
 Error design DesignForExtension Method 'sendUnauthorized' is not designed for extension - needs to be abstract, final or empty. 98
 Error sizes LineLength Line is longer than 80 characters (found 107). 102
 Error sizes LineLength Line is longer than 80 characters (found 113). 107
 Error design DesignForExtension Method 'isPrincipalException' is not designed for extension - needs to be abstract, final or empty. 109
 Error sizes LineLength Line is longer than 80 characters (found 89). 111
 Error sizes LineLength Line is longer than 80 characters (found 90). 112
 Error sizes LineLength Line is longer than 80 characters (found 137). 113
 Error sizes LineLength Line is longer than 80 characters (found 141). 118
 Error design DesignForExtension Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 120
 Error sizes LineLength Line is longer than 80 characters (found 106). 121
 Error sizes LineLength Line is longer than 80 characters (found 89). 124
 Error sizes LineLength Line is longer than 80 characters (found 90). 125
 Error sizes LineLength Line is longer than 80 characters (found 127). 130
 Error sizes LineLength Line is longer than 80 characters (found 118). 138
 Error sizes LineLength Line is longer than 80 characters (found 112). 139
 Error sizes LineLength Line is longer than 80 characters (found 90). 144
 Error sizes LineLength Line is longer than 80 characters (found 94). 145
 Error sizes LineLength Line is longer than 80 characters (found 120). 146
 Error sizes LineLength Line is longer than 80 characters (found 125). 149
 Error sizes LineLength Line is longer than 80 characters (found 98). 163
 Error design DesignForExtension Method 'isSecurityPackageSupported' is not designed for extension - needs to be abstract, final or empty. 165
 Error sizes LineLength Line is longer than 80 characters (found 103). 176
 Error design DesignForExtension Method 'initParameter' is not designed for extension - needs to be abstract, final or empty. 178
 Error sizes LineLength Line is longer than 80 characters (found 88). 179
 Error sizes LineLength Line is longer than 80 characters (found 100). 186
 Error sizes LineLength Line is longer than 80 characters (found 150). 187
 Error sizes LineLength Line is longer than 80 characters (found 111). 190
 Error sizes LineLength Line is longer than 80 characters (found 92). 191

waffle/servlet/spi/SecurityFilterProvider.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error sizes LineLength Line is longer than 80 characters (found 81). 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error sizes LineLength Line is longer than 80 characters (found 117). 54
 Error sizes LineLength Line is longer than 80 characters (found 119). 59
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error regexp RegexpSingleline Line has trailing spaces. 72

waffle/servlet/spi/SecurityFilterProviderCollection.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error sizes LineLength Line is longer than 80 characters (found 117). 42
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error sizes LineLength Line is longer than 80 characters (found 99). 45
 Error sizes LineLength Line is longer than 80 characters (found 91). 53
 Error sizes LineLength Line is longer than 80 characters (found 102). 55
 Error sizes LineLength Line is longer than 80 characters (found 108). 69
 Error sizes LineLength Line is longer than 80 characters (found 87). 74
 Error sizes LineLength Line is longer than 80 characters (found 92). 76
 Error sizes LineLength Line is longer than 80 characters (found 95). 77
 Error sizes LineLength Line is longer than 80 characters (found 94). 78
 Error sizes LineLength Line is longer than 80 characters (found 118). 81
 Error sizes LineLength Line is longer than 80 characters (found 118). 85
 Error sizes LineLength Line is longer than 80 characters (found 118). 88
 Error sizes LineLength Line is longer than 80 characters (found 118). 91
 Error sizes LineLength Line is longer than 80 characters (found 118). 94
 Error sizes LineLength Line is longer than 80 characters (found 118). 97
 Error sizes LineLength Line is longer than 80 characters (found 118). 100
 Error sizes LineLength Line is longer than 80 characters (found 97). 118
 Error regexp RegexpSingleline Line has trailing spaces. 119
 Error design DesignForExtension Method 'isSecurityPackageSupported' is not designed for extension - needs to be abstract, final or empty. 124
 Error regexp RegexpSingleline Line has trailing spaces. 146
 Error sizes LineLength Line is longer than 80 characters (found 106). 155
 Error design DesignForExtension Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 155
 Error sizes LineLength Line is longer than 80 characters (found 89). 157
 Error sizes LineLength Line is longer than 80 characters (found 99). 158
 Error sizes LineLength Line is longer than 80 characters (found 116). 160
 Error sizes LineLength Line is longer than 80 characters (found 90). 170
 Error regexp RegexpSingleline Line has trailing spaces. 171
 Error design DesignForExtension Method 'isPrincipalException' is not designed for extension - needs to be abstract, final or empty. 176
 Error regexp RegexpSingleline Line has trailing spaces. 187
 Error design DesignForExtension Method 'sendUnauthorized' is not designed for extension - needs to be abstract, final or empty. 191
 Error regexp RegexpSingleline Line has trailing spaces. 199
 Error design DesignForExtension Method 'size' is not designed for extension - needs to be abstract, final or empty. 202
 Error regexp RegexpSingleline Line has trailing spaces. 208
 Error sizes LineLength Line is longer than 80 characters (found 99). 215
 Error design DesignForExtension Method 'getByClassName' is not designed for extension - needs to be abstract, final or empty. 215

waffle/util/AuthorizationHeader.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error design DesignForExtension Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. 45
 Error design DesignForExtension Method 'isNull' is not designed for extension - needs to be abstract, final or empty. 54
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error design DesignForExtension Method 'getSecurityPackage' is not designed for extension - needs to be abstract, final or empty. 63
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 81
 Error coding AvoidInlineConditionals Avoid inline conditionals. 83
 Error design DesignForExtension Method 'getToken' is not designed for extension - needs to be abstract, final or empty. 91
 Error sizes LineLength Line is longer than 80 characters (found 82). 92
 Error design DesignForExtension Method 'getTokenBytes' is not designed for extension - needs to be abstract, final or empty. 100
 Error design DesignForExtension Method 'isNtlmType1Message' is not designed for extension - needs to be abstract, final or empty. 113
 Error design DesignForExtension Method 'isSPNegoMessage' is not designed for extension - needs to be abstract, final or empty. 131
 Error sizes LineLength Line is longer than 80 characters (found 110). 146
 Error sizes LineLength Line is longer than 80 characters (found 119). 147
 Error sizes LineLength Line is longer than 80 characters (found 113). 148
 Error regexp RegexpSingleline Line has trailing spaces. 150
 Error sizes LineLength Line is longer than 80 characters (found 95). 151
 Error design DesignForExtension Method 'isNtlmType1PostAuthorizationHeader' is not designed for extension - needs to be abstract, final or empty. 153
 Error sizes LineLength Line is longer than 80 characters (found 98). 154

waffle/util/NtlmMessage.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error sizes LineLength Line is longer than 80 characters (found 104). 25
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 25
 Error sizes LineLength Line is longer than 80 characters (found 88). 35
 Error regexp RegexpSingleline Line has trailing spaces. 50

waffle/util/NtlmServletRequest.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error sizes LineLength Line is longer than 80 characters (found 107). 36
 Error sizes LineLength Line is longer than 80 characters (found 99). 47
 Error coding AvoidInlineConditionals Avoid inline conditionals. 47

waffle/util/SPNegoMessage.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error sizes LineLength Line is longer than 80 characters (found 96). 26
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 26
 Error sizes LineLength Line is longer than 80 characters (found 81). 48
 Error sizes LineLength Line is longer than 80 characters (found 93). 49
 Error coding MagicNumber '0x60' is a magic number. 61
 Error coding MagicNumber '0x80' is a magic number. 68
 Error coding MagicNumber '0x7f' is a magic number. 69
 Error coding MagicNumber '0xff' is a magic number. 99
 Error coding MagicNumber '0xa1' is a magic number. 99
 Error coding MagicNumber '0x80' is a magic number. 107
 Error coding MagicNumber '0x7f' is a magic number. 110
 Error coding MagicNumber '8' is a magic number. 114
 Error coding MagicNumber '0xff' is a magic number. 115

waffle/util/WaffleInfo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 88). 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 80 characters (found 84). 57
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error sizes LineLength Line is longer than 80 characters (found 109). 64
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error regexp RegexpSingleline Line has trailing spaces. 77
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error sizes LineLength Line is longer than 80 characters (found 83). 88
 Error javadoc JavadocStyle First sentence should end with a period. 90
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error sizes LineLength Line is longer than 80 characters (found 83). 93
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error design DesignForExtension Method 'getWaffleInfo' is not designed for extension - needs to be abstract, final or empty. 100
 Error sizes LineLength Line is longer than 80 characters (found 101). 101
 Error sizes LineLength Line is longer than 80 characters (found 82). 107
 Error design DesignForExtension Method 'getAuthProviderInfo' is not designed for extension - needs to be abstract, final or empty. 133
 Error sizes LineLength Line is longer than 80 characters (found 81). 144
 Error sizes LineLength Line is longer than 80 characters (found 93). 173
 Error sizes LineLength Line is longer than 80 characters (found 106). 208
 Error design DesignForExtension Method 'addAccountInfo' is not designed for extension - needs to be abstract, final or empty. 208
 Error design DesignForExtension Method 'getLookupInfo' is not designed for extension - needs to be abstract, final or empty. 235
 Error sizes LineLength Line is longer than 80 characters (found 86). 281
 Error regexp RegexpSingleline Line has trailing spaces. 298
 Error sizes LineLength Line is longer than 80 characters (found 93). 300
 Error sizes LineLength Line is longer than 80 characters (found 88). 324

waffle/windows/auth/IWindowsAccount.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 46

waffle/windows/auth/IWindowsAuthProvider.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error sizes LineLength Line is longer than 80 characters (found 120). 24
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error sizes LineLength Line is longer than 80 characters (found 81). 28
 Error sizes LineLength Line is longer than 80 characters (found 108). 30
 Error sizes LineLength Line is longer than 80 characters (found 118). 36
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 117). 40
 Error sizes LineLength Line is longer than 80 characters (found 120). 41
 Error sizes LineLength Line is longer than 80 characters (found 119). 43
 Error sizes LineLength Line is longer than 80 characters (found 118). 44
 Error sizes LineLength Line is longer than 80 characters (found 102). 45
 Error sizes LineLength Line is longer than 80 characters (found 108). 47
 Error sizes LineLength Line is longer than 80 characters (found 104). 50
 Error sizes LineLength Line is longer than 80 characters (found 112). 53
 Error sizes LineLength Line is longer than 80 characters (found 117). 54
 Error sizes LineLength Line is longer than 80 characters (found 96). 55
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error sizes LineLength Line is longer than 80 characters (found 117). 58
 Error sizes LineLength Line is longer than 80 characters (found 120). 59
 Error sizes LineLength Line is longer than 80 characters (found 119). 61
 Error sizes LineLength Line is longer than 80 characters (found 118). 62
 Error sizes LineLength Line is longer than 80 characters (found 102). 63
 Error sizes LineLength Line is longer than 80 characters (found 108). 65
 Error sizes LineLength Line is longer than 80 characters (found 105). 72
 Error sizes LineLength Line is longer than 80 characters (found 117). 76
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error sizes LineLength Line is longer than 80 characters (found 103). 100
 Error regexp RegexpSingleline Line has trailing spaces. 103
 Error sizes LineLength Line is longer than 80 characters (found 119). 109
 Error sizes LineLength Line is longer than 80 characters (found 114). 110
 Error sizes LineLength Line is longer than 80 characters (found 94). 114
 Error sizes LineLength Line is longer than 80 characters (found 86). 118
 Error regexp RegexpSingleline Line has trailing spaces. 119

waffle/windows/auth/IWindowsComputer.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 46

waffle/windows/auth/IWindowsCredentialsHandle.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error regexp RegexpSingleline Line has trailing spaces. 36

waffle/windows/auth/IWindowsDomain.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error regexp RegexpSingleline Line has trailing spaces. 39

waffle/windows/auth/IWindowsIdentity.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error regexp RegexpSingleline Line has trailing spaces. 65

waffle/windows/auth/IWindowsImpersonationContext.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 18

waffle/windows/auth/IWindowsSecurityContext.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error sizes LineLength Line is longer than 80 characters (found 95). 77
 Error sizes LineLength Line is longer than 80 characters (found 110). 79
 Error regexp RegexpSingleline Line has trailing spaces. 83

waffle/windows/auth/PrincipalFormat.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error regexp RegexpSingleline Line has trailing spaces. 28

waffle/windows/auth/WindowsAccount.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error regexp RegexpSingleline Line has trailing spaces. 30
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 58
 Error design DesignForExtension Method 'getFqn' is not designed for extension - needs to be abstract, final or empty. 67
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 76
 Error design DesignForExtension Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. 85
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 92
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 109

waffle/windows/auth/impl/WindowsAccountImpl.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 80 characters (found 82). 61
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error sizes LineLength Line is longer than 80 characters (found 81). 71
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error design DesignForExtension Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. 79
 Error design DesignForExtension Method 'getFqn' is not designed for extension - needs to be abstract, final or empty. 87
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 97
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 105

waffle/windows/auth/impl/WindowsAuthProviderImpl.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error coding MagicNumber '30' is a magic number. 60
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error sizes LineLength Line is longer than 80 characters (found 117). 70
 Error sizes LineLength Line is longer than 80 characters (found 116). 75
 Error design DesignForExtension Method 'acceptSecurityToken' is not designed for extension - needs to be abstract, final or empty. 77
 Error sizes LineLength Line is longer than 80 characters (found 101). 78
 Error sizes LineLength Line is longer than 80 characters (found 97). 86
 Error sizes LineLength Line is longer than 80 characters (found 117). 106
 Error sizes LineLength Line is longer than 80 characters (found 106). 107
 Error sizes LineLength Line is longer than 80 characters (found 81). 122
 Error sizes LineLength Line is longer than 80 characters (found 110). 124
 Error sizes LineLength Line is longer than 80 characters (found 85). 125
 Error sizes LineLength Line is longer than 80 characters (found 119). 127
 Error coding AvoidInlineConditionals Avoid inline conditionals. 127
 Error sizes LineLength Line is longer than 80 characters (found 104). 132
 Error sizes LineLength Line is longer than 80 characters (found 115). 134
 Error coding AvoidInlineConditionals Avoid inline conditionals. 134
 Error design DesignForExtension Method 'getCurrentComputer' is not designed for extension - needs to be abstract, final or empty. 151
 Error sizes LineLength Line is longer than 80 characters (found 85). 154
 Error design DesignForExtension Method 'getDomains' is not designed for extension - needs to be abstract, final or empty. 163
 Error sizes LineLength Line is longer than 80 characters (found 122). 174
 Error design DesignForExtension Method 'logonDomainUser' is not designed for extension - needs to be abstract, final or empty. 176
 Error sizes LineLength Line is longer than 80 characters (found 112). 177
 Error sizes LineLength Line is longer than 80 characters (found 96). 178
 Error sizes LineLength Line is longer than 80 characters (found 134). 183
 Error design DesignForExtension Method 'logonDomainUserEx' is not designed for extension - needs to be abstract, final or empty. 185
 Error sizes LineLength Line is longer than 80 characters (found 112). 186
 Error sizes LineLength Line is longer than 80 characters (found 105). 189
 Error sizes LineLength Line is longer than 80 characters (found 98). 196
 Error design DesignForExtension Method 'logonUser' is not designed for extension - needs to be abstract, final or empty. 198
 Error sizes LineLength Line is longer than 80 characters (found 85). 199
 Error sizes LineLength Line is longer than 80 characters (found 88). 204
 Error sizes LineLength Line is longer than 80 characters (found 84). 210
 Error design DesignForExtension Method 'lookupAccount' is not designed for extension - needs to be abstract, final or empty. 212
 Error sizes LineLength Line is longer than 80 characters (found 89). 218
 Error design DesignForExtension Method 'resetSecurityToken' is not designed for extension - needs to be abstract, final or empty. 220
 Error regexp RegexpSingleline Line has trailing spaces. 227
 Error design DesignForExtension Method 'getContinueContextsSize' is not designed for extension - needs to be abstract, final or empty. 230

waffle/windows/auth/impl/WindowsComputerImpl.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error design DesignForExtension Method 'getComputerName' is not designed for extension - needs to be abstract, final or empty. 52
 Error design DesignForExtension Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 60
 Error sizes LineLength Line is longer than 80 characters (found 83). 63
 Error design DesignForExtension Method 'getJoinStatus' is not designed for extension - needs to be abstract, final or empty. 73
 Error sizes LineLength Line is longer than 80 characters (found 85). 86
 Error design DesignForExtension Method 'getMemberOf' is not designed for extension - needs to be abstract, final or empty. 93

waffle/windows/auth/impl/WindowsCredentialsHandleImpl.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 120). 26
 Error sizes LineLength Line is longer than 80 characters (found 103). 27
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error sizes LineLength Line is longer than 80 characters (found 100). 58
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error sizes LineLength Line is longer than 80 characters (found 86). 72
 Error sizes LineLength Line is longer than 80 characters (found 114). 73
 Error design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 82
 Error sizes LineLength Line is longer than 80 characters (found 106). 86
 Error sizes LineLength Line is longer than 80 characters (found 96). 87
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 96
 Error design DesignForExtension Method 'getHandle' is not designed for extension - needs to be abstract, final or empty. 111

waffle/windows/auth/impl/WindowsDomainImpl.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error design DesignForExtension Method 'getFqn' is not designed for extension - needs to be abstract, final or empty. 111
 Error design DesignForExtension Method 'getTrustDirectionString' is not designed for extension - needs to be abstract, final or empty. 119
 Error design DesignForExtension Method 'getTrustTypeString' is not designed for extension - needs to be abstract, final or empty. 127

waffle/windows/auth/impl/WindowsIdentityImpersonationContextImpl.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 94). 28
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error sizes LineLength Line is longer than 80 characters (found 82). 36
 Error design DesignForExtension Method 'revertToSelf' is not designed for extension - needs to be abstract, final or empty. 45

waffle/windows/auth/impl/WindowsIdentityImpl.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error sizes LineLength Line is longer than 80 characters (found 85). 62
 Error design DesignForExtension Method 'getFqn' is not designed for extension - needs to be abstract, final or empty. 82
 Error design DesignForExtension Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 90
 Error sizes LineLength Line is longer than 80 characters (found 91). 95
 Error sizes LineLength Line is longer than 80 characters (found 81). 97
 Error design DesignForExtension Method 'getSid' is not designed for extension - needs to be abstract, final or empty. 107
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 115
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 123
 Error design DesignForExtension Method 'impersonate' is not designed for extension - needs to be abstract, final or empty. 133
 Error sizes LineLength Line is longer than 80 characters (found 81). 135
 Error design DesignForExtension Method 'isGuest' is not designed for extension - needs to be abstract, final or empty. 141
 Error sizes LineLength Line is longer than 80 characters (found 102). 144
 Error sizes LineLength Line is longer than 80 characters (found 108). 147
 Error sizes LineLength Line is longer than 80 characters (found 101). 150
 Error sizes LineLength Line is longer than 80 characters (found 94). 155

waffle/windows/auth/impl/WindowsSecurityContextImpersonationContextImpl.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 101). 28
 Error sizes LineLength Line is longer than 80 characters (found 84). 39
 Error design DesignForExtension Method 'revertToSelf' is not designed for extension - needs to be abstract, final or empty. 51

waffle/windows/auth/impl/WindowsSecurityContextImpl.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error design DesignForExtension Method 'impersonate' is not designed for extension - needs to be abstract, final or empty. 62
 Error design DesignForExtension Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. 70
 Error sizes LineLength Line is longer than 80 characters (found 92). 73
 Error design DesignForExtension Method 'getSecurityPackage' is not designed for extension - needs to be abstract, final or empty. 83
 Error design DesignForExtension Method 'getToken' is not designed for extension - needs to be abstract, final or empty. 91
 Error sizes LineLength Line is longer than 80 characters (found 106). 93
 Error coding AvoidInlineConditionals Avoid inline conditionals. 93
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error sizes LineLength Line is longer than 80 characters (found 95). 102
 Error sizes LineLength Line is longer than 80 characters (found 109). 105
 Error sizes LineLength Line is longer than 80 characters (found 117). 106
 Error sizes LineLength Line is longer than 80 characters (found 84). 109
 Error sizes LineLength Line is longer than 80 characters (found 175). 121
 Error design DesignForExtension Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 123
 Error sizes LineLength Line is longer than 80 characters (found 118). 124
 Error sizes LineLength Line is longer than 80 characters (found 102). 131
 Error sizes LineLength Line is longer than 80 characters (found 114). 132
 Error design DesignForExtension Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 153
 Error regexp RegexpSingleline Line has trailing spaces. 160
 Error design DesignForExtension Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. 179
 Error design DesignForExtension Method 'setPrincipalName' is not designed for extension - needs to be abstract, final or empty. 190
 Error design DesignForExtension Method 'getHandle' is not designed for extension - needs to be abstract, final or empty. 197
 Error design DesignForExtension Method 'setCredentialsHandle' is not designed for extension - needs to be abstract, final or empty. 208
 Error design DesignForExtension Method 'setToken' is not designed for extension - needs to be abstract, final or empty. 218
 Error design DesignForExtension Method 'setSecurityPackage' is not designed for extension - needs to be abstract, final or empty. 228
 Error design DesignForExtension Method 'setSecurityContext' is not designed for extension - needs to be abstract, final or empty. 238
 Error design DesignForExtension Method 'isContinue' is not designed for extension - needs to be abstract, final or empty. 245
 Error design DesignForExtension Method 'setContinue' is not designed for extension - needs to be abstract, final or empty. 256