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
85 0 0 1928

Files

File  I  W  E
waffle/apache/GenericWindowsPrincipal.java 0 0 72
waffle/apache/MixedAuthenticator.java 0 0 114
waffle/apache/NegotiateAuthenticator.java 0 0 88
waffle/apache/WaffleAuthenticatorBase.java 0 0 103
waffle/apache/WindowsRealm.java 0 0 12
waffle/jaas/RolePrincipal.java 0 0 8
waffle/jaas/UserPrincipal.java 0 0 6
waffle/jaas/WindowsLoginModule.java 0 0 50
waffle/jetty/DummyClass.java 0 0 1
waffle/jetty/package-info.java 0 0 3
waffle/mock/MockWindowsAccount.java 0 0 8
waffle/mock/MockWindowsAuthProvider.java 0 0 21
waffle/mock/MockWindowsIdentity.java 0 0 10
waffle/mock/MockWindowsImpersonationContext.java 0 0 1
waffle/mock/MockWindowsSecurityContext.java 0 0 9
waffle/mock/http/SimpleFilterChain.java 0 0 7
waffle/mock/http/SimpleFilterConfig.java 0 0 9
waffle/mock/http/SimpleHttpRequest.java 0 0 42
waffle/mock/http/SimpleHttpResponse.java 0 0 31
waffle/mock/http/SimpleHttpSession.java 0 0 17
waffle/mock/http/SimpleRequestDispatcher.java 0 0 6
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/shiro/AbstractWaffleRealm.java 0 0 30
waffle/shiro/GroupMappingWaffleRealm.java 0 0 18
waffle/shiro/WaffleFqnPrincipal.java 0 0 8
waffle/shiro/dynamic/DynamicAuthenticationFilter.java 0 0 56
waffle/shiro/negotiate/AuthenticationInProgressException.java 0 0 5
waffle/shiro/negotiate/NegotiateAuthenticationFilter.java 0 0 80
waffle/shiro/negotiate/NegotiateAuthenticationRealm.java 0 0 15
waffle/shiro/negotiate/NegotiateAuthenticationStrategy.java 0 0 25
waffle/shiro/negotiate/NegotiateInfo.java 0 0 13
waffle/shiro/negotiate/NegotiateToken.java 0 0 36
waffle/spring/DelegatingNegotiateSecurityFilter.java 0 0 162
waffle/spring/FqnGrantedAuthorityFactory.java 0 0 14
waffle/spring/GrantedAuthorityFactory.java 0 0 6
waffle/spring/GuestLoginDisabledAuthenticationException.java 0 0 4
waffle/spring/NegotiateSecurityFilter.java 0 0 110
waffle/spring/NegotiateSecurityFilterEntryPoint.java 0 0 24
waffle/spring/WindowsAuthenticationProvider.java 0 0 88
waffle/spring/WindowsAuthenticationToken.java 0 0 48
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 21  Error
HiddenField 8  Error
MagicNumber 13  Error
design DesignForExtension 410  Error
VisibilityModifier 22  Error
javadoc JavadocStyle 8  Error
JavadocVariable 3  Error
misc NewlineAtEndOfFile 6  Error
regexp RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
426  Error
sizes LineLength 985  Error
whitespace FileTabCharacter
  • eachLine: "true"
24  Error
NoWhitespaceAfter 2  Error

Details

waffle/apache/GenericWindowsPrincipal.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. 49
 Error sizes LineLength Line is longer than 80 characters (found 99). 59
 Error sizes LineLength Line is longer than 80 characters (found 92). 60
 Error sizes LineLength Line is longer than 80 characters (found 105). 62
 Error sizes LineLength Line is longer than 80 characters (found 88). 65
 Error sizes LineLength Line is longer than 80 characters (found 119). 79
 Error sizes LineLength Line is longer than 80 characters (found 98). 82
 Error sizes LineLength Line is longer than 80 characters (found 82). 84
 Error sizes LineLength Line is longer than 80 characters (found 90). 96
 Error sizes LineLength Line is longer than 80 characters (found 91). 97
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error design DesignForExtension Method 'getSid' is not designed for extension - needs to be abstract, final or empty. 109
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 118
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 127
 Error regexp RegexpSingleline Line has trailing spaces. 133
 Error sizes LineLength Line is longer than 80 characters (found 114). 140
 Error regexp RegexpSingleline Line has trailing spaces. 163
 Error sizes LineLength Line is longer than 80 characters (found 89). 170
 Error regexp RegexpSingleline Line has trailing spaces. 194
 Error design DesignForExtension Method 'getRolesString' is not designed for extension - needs to be abstract, final or empty. 197
 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. 48
 Error sizes LineLength Line is longer than 80 characters (found 113). 56
 Error sizes LineLength Line is longer than 80 characters (found 124). 58
 Error sizes LineLength Line is longer than 80 characters (found 85). 61
 Error sizes LineLength Line is longer than 80 characters (found 119). 75
 Error sizes LineLength Line is longer than 80 characters (found 98). 78
 Error sizes LineLength Line is longer than 80 characters (found 82). 80
 Error sizes LineLength Line is longer than 80 characters (found 90). 92
 Error sizes LineLength Line is longer than 80 characters (found 91). 93
 Error regexp RegexpSingleline Line has trailing spaces. 102
 Error design DesignForExtension Method 'getSid' is not designed for extension - needs to be abstract, final or empty. 105
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 114
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error design DesignForExtension Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 123
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error sizes LineLength Line is longer than 80 characters (found 114). 136
 Error regexp RegexpSingleline Line has trailing spaces. 159
 Error sizes LineLength Line is longer than 80 characters (found 89). 166
 Error regexp RegexpSingleline Line has trailing spaces. 190
 Error design DesignForExtension Method 'getRolesString' is not designed for extension - needs to be abstract, final or empty. 193
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error sizes LineLength Line is longer than 80 characters (found 113). 58
 Error sizes LineLength Line is longer than 80 characters (found 124). 60
 Error sizes LineLength Line is longer than 80 characters (found 85). 63
 Error sizes LineLength Line is longer than 80 characters (found 119). 77
 Error sizes LineLength Line is longer than 80 characters (found 98). 80
 Error sizes LineLength Line is longer than 80 characters (found 82). 82
 Error sizes LineLength Line is longer than 80 characters (found 90). 94
 Error sizes LineLength Line is longer than 80 characters (found 91). 95
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error design DesignForExtension Method 'getSid' is not designed for extension - needs to be abstract, final or empty. 107
 Error regexp RegexpSingleline Line has trailing spaces. 113
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 116
 Error regexp RegexpSingleline Line has trailing spaces. 122
 Error design DesignForExtension Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 125
 Error regexp RegexpSingleline Line has trailing spaces. 131
 Error sizes LineLength Line is longer than 80 characters (found 114). 138
 Error regexp RegexpSingleline Line has trailing spaces. 161
 Error sizes LineLength Line is longer than 80 characters (found 89). 168
 Error regexp RegexpSingleline Line has trailing spaces. 192
 Error design DesignForExtension Method 'getRolesString' is not designed for extension - needs to be abstract, final or empty. 195

waffle/apache/MixedAuthenticator.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 57
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 65
 Error sizes LineLength Line is longer than 80 characters (found 195). 71
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 73
 Error sizes LineLength Line is longer than 80 characters (found 112). 74
 Error sizes LineLength Line is longer than 80 characters (found 81). 79
 Error sizes LineLength Line is longer than 80 characters (found 96). 83
 Error sizes LineLength Line is longer than 80 characters (found 89). 86
 Error sizes LineLength Line is longer than 80 characters (found 87). 88
 Error sizes LineLength Line is longer than 80 characters (found 89). 93
 Error sizes LineLength Line is longer than 80 characters (found 90). 94
 Error sizes LineLength Line is longer than 80 characters (found 107). 95
 Error sizes LineLength Line is longer than 80 characters (found 85). 98
 Error sizes LineLength Line is longer than 80 characters (found 97). 139
 Error sizes LineLength Line is longer than 80 characters (found 90). 141
 Error sizes LineLength Line is longer than 80 characters (found 92). 153
 Error sizes LineLength Line is longer than 80 characters (found 104). 154
 Error sizes LineLength Line is longer than 80 characters (found 99). 155
 Error sizes LineLength Line is longer than 80 characters (found 94). 159
 Error sizes LineLength Line is longer than 80 characters (found 94). 161
 Error sizes LineLength Line is longer than 80 characters (found 112). 190
 Error sizes LineLength Line is longer than 80 characters (found 105). 192
 Error sizes LineLength Line is longer than 80 characters (found 84). 193
 Error sizes LineLength Line is longer than 80 characters (found 89). 199
 Error coding AvoidInlineConditionals Avoid inline conditionals. 199
 Error sizes LineLength Line is longer than 80 characters (found 114). 201
 Error sizes LineLength Line is longer than 80 characters (found 89). 202
 Error sizes LineLength Line is longer than 80 characters (found 103). 243
 Error sizes LineLength Line is longer than 80 characters (found 105). 245
 Error sizes LineLength Line is longer than 80 characters (found 84). 246
 Error sizes LineLength Line is longer than 80 characters (found 89). 252
 Error coding AvoidInlineConditionals Avoid inline conditionals. 252
 Error sizes LineLength Line is longer than 80 characters (found 105). 254
 Error sizes LineLength Line is longer than 80 characters (found 89). 255
 Error sizes LineLength Line is longer than 80 characters (found 95). 273
 Error sizes LineLength Line is longer than 80 characters (found 83). 276
 Error sizes LineLength Line is longer than 80 characters (found 84). 277
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error design DesignForExtension Method 'startInternal' is not designed for extension - needs to be abstract, final or empty. 57
 Error design DesignForExtension Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. 66
 Error sizes LineLength Line is longer than 80 characters (found 195). 73
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 75
 Error sizes LineLength Line is longer than 80 characters (found 123). 76
 Error sizes LineLength Line is longer than 80 characters (found 81). 81
 Error sizes LineLength Line is longer than 80 characters (found 96). 85
 Error sizes LineLength Line is longer than 80 characters (found 89). 88
 Error sizes LineLength Line is longer than 80 characters (found 87). 90
 Error sizes LineLength Line is longer than 80 characters (found 89). 95
 Error sizes LineLength Line is longer than 80 characters (found 90). 96
 Error sizes LineLength Line is longer than 80 characters (found 107). 97
 Error sizes LineLength Line is longer than 80 characters (found 85). 100
 Error sizes LineLength Line is longer than 80 characters (found 88). 134
 Error sizes LineLength Line is longer than 80 characters (found 97). 141
 Error sizes LineLength Line is longer than 80 characters (found 90). 143
 Error sizes LineLength Line is longer than 80 characters (found 92). 155
 Error sizes LineLength Line is longer than 80 characters (found 104). 156
 Error sizes LineLength Line is longer than 80 characters (found 99). 157
 Error sizes LineLength Line is longer than 80 characters (found 94). 161
 Error sizes LineLength Line is longer than 80 characters (found 94). 163
 Error sizes LineLength Line is longer than 80 characters (found 112). 192
 Error sizes LineLength Line is longer than 80 characters (found 105). 194
 Error sizes LineLength Line is longer than 80 characters (found 89). 201
 Error coding AvoidInlineConditionals Avoid inline conditionals. 201
 Error sizes LineLength Line is longer than 80 characters (found 114). 203
 Error sizes LineLength Line is longer than 80 characters (found 89). 204
 Error sizes LineLength Line is longer than 80 characters (found 85). 222
 Error sizes LineLength Line is longer than 80 characters (found 103). 245
 Error sizes LineLength Line is longer than 80 characters (found 105). 247
 Error sizes LineLength Line is longer than 80 characters (found 89). 254
 Error coding AvoidInlineConditionals Avoid inline conditionals. 254
 Error sizes LineLength Line is longer than 80 characters (found 105). 256
 Error sizes LineLength Line is longer than 80 characters (found 89). 257
 Error sizes LineLength Line is longer than 80 characters (found 106). 275
 Error sizes LineLength Line is longer than 80 characters (found 83). 278
 Error sizes LineLength Line is longer than 80 characters (found 84). 279
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error design DesignForExtension Method 'startInternal' is not designed for extension - needs to be abstract, final or empty. 57
 Error design DesignForExtension Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. 66
 Error sizes LineLength Line is longer than 80 characters (found 155). 73
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 75
 Error sizes LineLength Line is longer than 80 characters (found 92). 76
 Error sizes LineLength Line is longer than 80 characters (found 81). 81
 Error sizes LineLength Line is longer than 80 characters (found 96). 85
 Error sizes LineLength Line is longer than 80 characters (found 89). 88
 Error sizes LineLength Line is longer than 80 characters (found 87). 90
 Error sizes LineLength Line is longer than 80 characters (found 89). 95
 Error sizes LineLength Line is longer than 80 characters (found 90). 96
 Error sizes LineLength Line is longer than 80 characters (found 107). 97
 Error sizes LineLength Line is longer than 80 characters (found 85). 102
 Error sizes LineLength Line is longer than 80 characters (found 88). 136
 Error sizes LineLength Line is longer than 80 characters (found 97). 143
 Error sizes LineLength Line is longer than 80 characters (found 90). 145
 Error sizes LineLength Line is longer than 80 characters (found 92). 157
 Error sizes LineLength Line is longer than 80 characters (found 104). 158
 Error sizes LineLength Line is longer than 80 characters (found 99). 159
 Error sizes LineLength Line is longer than 80 characters (found 94). 163
 Error sizes LineLength Line is longer than 80 characters (found 94). 165
 Error sizes LineLength Line is longer than 80 characters (found 112). 194
 Error sizes LineLength Line is longer than 80 characters (found 105). 196
 Error sizes LineLength Line is longer than 80 characters (found 89). 203
 Error coding AvoidInlineConditionals Avoid inline conditionals. 203
 Error sizes LineLength Line is longer than 80 characters (found 114). 205
 Error sizes LineLength Line is longer than 80 characters (found 89). 206
 Error sizes LineLength Line is longer than 80 characters (found 85). 224
 Error sizes LineLength Line is longer than 80 characters (found 103). 247
 Error sizes LineLength Line is longer than 80 characters (found 105). 249
 Error sizes LineLength Line is longer than 80 characters (found 89). 256
 Error coding AvoidInlineConditionals Avoid inline conditionals. 256
 Error sizes LineLength Line is longer than 80 characters (found 105). 258
 Error sizes LineLength Line is longer than 80 characters (found 89). 259
 Error sizes LineLength Line is longer than 80 characters (found 106). 277
 Error sizes LineLength Line is longer than 80 characters (found 83). 280
 Error sizes LineLength Line is longer than 80 characters (found 84). 281

waffle/apache/NegotiateAuthenticator.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 55
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 63
 Error sizes LineLength Line is longer than 80 characters (found 195). 69
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 71
 Error sizes LineLength Line is longer than 80 characters (found 112). 72
 Error sizes LineLength Line is longer than 80 characters (found 89). 75
 Error sizes LineLength Line is longer than 80 characters (found 90). 76
 Error sizes LineLength Line is longer than 80 characters (found 96). 78
 Error sizes LineLength Line is longer than 80 characters (found 107). 80
 Error sizes LineLength Line is longer than 80 characters (found 85). 84
 Error sizes LineLength Line is longer than 80 characters (found 84). 91
 Error sizes LineLength Line is longer than 80 characters (found 84). 93
 Error sizes LineLength Line is longer than 80 characters (found 101). 95
 Error sizes LineLength Line is longer than 80 characters (found 96). 107
 Error sizes LineLength Line is longer than 80 characters (found 112). 109
 Error sizes LineLength Line is longer than 80 characters (found 103). 116
 Error sizes LineLength Line is longer than 80 characters (found 82). 119
 Error sizes LineLength Line is longer than 80 characters (found 98). 120
 Error sizes LineLength Line is longer than 80 characters (found 98). 122
 Error sizes LineLength Line is longer than 80 characters (found 85). 142
 Error sizes LineLength Line is longer than 80 characters (found 83). 147
 Error sizes LineLength Line is longer than 80 characters (found 84). 151
 Error sizes LineLength Line is longer than 80 characters (found 116). 157
 Error sizes LineLength Line is longer than 80 characters (found 109). 159
 Error sizes LineLength Line is longer than 80 characters (found 88). 160
 Error sizes LineLength Line is longer than 80 characters (found 93). 168
 Error coding AvoidInlineConditionals Avoid inline conditionals. 168
 Error sizes LineLength Line is longer than 80 characters (found 104). 171
 Error sizes LineLength Line is longer than 80 characters (found 86). 172
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error design DesignForExtension Method 'startInternal' is not designed for extension - needs to be abstract, final or empty. 55
 Error design DesignForExtension Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. 64
 Error sizes LineLength Line is longer than 80 characters (found 195). 71
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 73
 Error sizes LineLength Line is longer than 80 characters (found 123). 74
 Error sizes LineLength Line is longer than 80 characters (found 89). 77
 Error sizes LineLength Line is longer than 80 characters (found 90). 78
 Error sizes LineLength Line is longer than 80 characters (found 96). 80
 Error sizes LineLength Line is longer than 80 characters (found 107). 82
 Error sizes LineLength Line is longer than 80 characters (found 85). 86
 Error sizes LineLength Line is longer than 80 characters (found 84). 93
 Error sizes LineLength Line is longer than 80 characters (found 84). 95
 Error sizes LineLength Line is longer than 80 characters (found 101). 97
 Error sizes LineLength Line is longer than 80 characters (found 96). 109
 Error sizes LineLength Line is longer than 80 characters (found 112). 111
 Error sizes LineLength Line is longer than 80 characters (found 103). 118
 Error sizes LineLength Line is longer than 80 characters (found 82). 121
 Error sizes LineLength Line is longer than 80 characters (found 98). 122
 Error sizes LineLength Line is longer than 80 characters (found 98). 124
 Error sizes LineLength Line is longer than 80 characters (found 85). 144
 Error sizes LineLength Line is longer than 80 characters (found 83). 149
 Error sizes LineLength Line is longer than 80 characters (found 84). 153
 Error sizes LineLength Line is longer than 80 characters (found 116). 159
 Error sizes LineLength Line is longer than 80 characters (found 109). 161
 Error sizes LineLength Line is longer than 80 characters (found 93). 170
 Error coding AvoidInlineConditionals Avoid inline conditionals. 170
 Error sizes LineLength Line is longer than 80 characters (found 104). 173
 Error sizes LineLength Line is longer than 80 characters (found 86). 174
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error design DesignForExtension Method 'startInternal' is not designed for extension - needs to be abstract, final or empty. 54
 Error design DesignForExtension Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. 63
 Error sizes LineLength Line is longer than 80 characters (found 155). 70
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 72
 Error sizes LineLength Line is longer than 80 characters (found 92). 73
 Error sizes LineLength Line is longer than 80 characters (found 89). 76
 Error sizes LineLength Line is longer than 80 characters (found 90). 77
 Error sizes LineLength Line is longer than 80 characters (found 96). 79
 Error sizes LineLength Line is longer than 80 characters (found 107). 81
 Error sizes LineLength Line is longer than 80 characters (found 85). 85
 Error sizes LineLength Line is longer than 80 characters (found 84). 92
 Error sizes LineLength Line is longer than 80 characters (found 84). 94
 Error sizes LineLength Line is longer than 80 characters (found 101). 96
 Error sizes LineLength Line is longer than 80 characters (found 96). 108
 Error sizes LineLength Line is longer than 80 characters (found 112). 110
 Error sizes LineLength Line is longer than 80 characters (found 103). 117
 Error sizes LineLength Line is longer than 80 characters (found 82). 120
 Error sizes LineLength Line is longer than 80 characters (found 98). 121
 Error sizes LineLength Line is longer than 80 characters (found 98). 123
 Error sizes LineLength Line is longer than 80 characters (found 85). 143
 Error sizes LineLength Line is longer than 80 characters (found 83). 148
 Error sizes LineLength Line is longer than 80 characters (found 84). 152
 Error sizes LineLength Line is longer than 80 characters (found 116). 158
 Error sizes LineLength Line is longer than 80 characters (found 109). 160
 Error sizes LineLength Line is longer than 80 characters (found 93). 169
 Error coding AvoidInlineConditionals Avoid inline conditionals. 169
 Error sizes LineLength Line is longer than 80 characters (found 104). 172
 Error sizes LineLength Line is longer than 80 characters (found 86). 173

waffle/apache/WaffleAuthenticatorBase.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 121). 40
 Error design VisibilityModifier Variable 'info' must be private and have accessor methods. 43
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error design VisibilityModifier Variable 'log' must be private and have accessor methods. 46
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error design VisibilityModifier Variable 'principalFormat' must be private and have accessor methods. 49
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error design VisibilityModifier Variable 'roleFormat' must be private and have accessor methods. 52
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error design VisibilityModifier Variable 'allowGuestLogin' must be private and have accessor methods. 55
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error sizes LineLength Line is longer than 80 characters (found 103). 58
 Error design VisibilityModifier Variable 'protocols' must be private and have accessor methods. 58
 Error sizes LineLength Line is longer than 80 characters (found 89). 61
 Error design VisibilityModifier Variable 'auth' must be private and have accessor methods. 61
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error sizes LineLength Line is longer than 80 characters (found 91). 97
 Error regexp RegexpSingleline Line has trailing spaces. 103
 Error regexp RegexpSingleline Line has trailing spaces. 112
 Error sizes LineLength Line is longer than 80 characters (found 86). 117
 Error regexp RegexpSingleline Line has trailing spaces. 123
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error sizes LineLength Line is longer than 80 characters (found 105). 140
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error regexp RegexpSingleline Line has trailing spaces. 152
 Error sizes LineLength Line is longer than 80 characters (found 89). 163
 Error sizes LineLength Line is longer than 80 characters (found 88). 167
 Error regexp RegexpSingleline Line has trailing spaces. 175
 Error regexp RegexpSingleline Line has trailing spaces. 194
 Error sizes LineLength Line is longer than 80 characters (found 121). 43
 Error design VisibilityModifier Variable 'info' must be private and have accessor methods. 46
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error design VisibilityModifier Variable 'log' must be private and have accessor methods. 49
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error design VisibilityModifier Variable 'principalFormat' must be private and have accessor methods. 52
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error design VisibilityModifier Variable 'roleFormat' must be private and have accessor methods. 55
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error design VisibilityModifier Variable 'allowGuestLogin' must be private and have accessor methods. 58
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error sizes LineLength Line is longer than 80 characters (found 103). 61
 Error design VisibilityModifier Variable 'protocols' must be private and have accessor methods. 61
 Error sizes LineLength Line is longer than 80 characters (found 89). 64
 Error design VisibilityModifier Variable 'auth' must be private and have accessor methods. 64
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error regexp RegexpSingleline Line has trailing spaces. 77
 Error regexp RegexpSingleline Line has trailing spaces. 95
 Error sizes LineLength Line is longer than 80 characters (found 91). 100
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error sizes LineLength Line is longer than 80 characters (found 86). 120
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error regexp RegexpSingleline Line has trailing spaces. 135
 Error sizes LineLength Line is longer than 80 characters (found 105). 143
 Error regexp RegexpSingleline Line has trailing spaces. 145
 Error regexp RegexpSingleline Line has trailing spaces. 155
 Error sizes LineLength Line is longer than 80 characters (found 89). 166
 Error sizes LineLength Line is longer than 80 characters (found 88). 170
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error regexp RegexpSingleline Line has trailing spaces. 197
 Error sizes LineLength Line is longer than 80 characters (found 82). 203
 Error sizes LineLength Line is longer than 80 characters (found 146). 222
 Error sizes LineLength Line is longer than 80 characters (found 100). 225
 Error sizes LineLength Line is longer than 80 characters (found 103). 242
 Error sizes LineLength Line is longer than 80 characters (found 105). 243
 Error sizes LineLength Line is longer than 80 characters (found 121). 43
 Error design VisibilityModifier Variable 'info' must be private and have accessor methods. 46
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error design VisibilityModifier Variable 'log' must be private and have accessor methods. 49
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error design VisibilityModifier Variable 'principalFormat' must be private and have accessor methods. 52
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error design VisibilityModifier Variable 'roleFormat' must be private and have accessor methods. 55
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error design VisibilityModifier Variable 'allowGuestLogin' must be private and have accessor methods. 58
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error sizes LineLength Line is longer than 80 characters (found 103). 61
 Error design VisibilityModifier Variable 'protocols' must be private and have accessor methods. 61
 Error sizes LineLength Line is longer than 80 characters (found 89). 64
 Error design VisibilityModifier Variable 'auth' must be private and have accessor methods. 64
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error regexp RegexpSingleline Line has trailing spaces. 77
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error sizes LineLength Line is longer than 80 characters (found 91). 101
 Error regexp RegexpSingleline Line has trailing spaces. 107
 Error regexp RegexpSingleline Line has trailing spaces. 116
 Error sizes LineLength Line is longer than 80 characters (found 86). 121
 Error regexp RegexpSingleline Line has trailing spaces. 127
 Error regexp RegexpSingleline Line has trailing spaces. 136
 Error sizes LineLength Line is longer than 80 characters (found 105). 144
 Error regexp RegexpSingleline Line has trailing spaces. 146
 Error regexp RegexpSingleline Line has trailing spaces. 156
 Error sizes LineLength Line is longer than 80 characters (found 89). 167
 Error sizes LineLength Line is longer than 80 characters (found 88). 171
 Error regexp RegexpSingleline Line has trailing spaces. 179
 Error regexp RegexpSingleline Line has trailing spaces. 198
 Error sizes LineLength Line is longer than 80 characters (found 82). 204
 Error sizes LineLength Line is longer than 80 characters (found 146). 223
 Error sizes LineLength Line is longer than 80 characters (found 100). 226
 Error sizes LineLength Line is longer than 80 characters (found 103). 243
 Error sizes LineLength Line is longer than 80 characters (found 105). 244

waffle/apache/WindowsRealm.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 33
 Error design DesignForExtension Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 41
 Error design DesignForExtension Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. 49
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 33
 Error design DesignForExtension Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 41
 Error design DesignForExtension Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. 49
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 33
 Error design DesignForExtension Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 41
 Error design DesignForExtension Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. 49

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/jetty/DummyClass.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 121). 21

waffle/jetty/package-info.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 14
 Error sizes LineLength Line is longer than 80 characters (found 202). 18
 Error sizes LineLength Line is longer than 80 characters (found 200). 21

waffle/mock/MockWindowsAccount.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error design DesignForExtension Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. 76
 Error design DesignForExtension Method 'getFqn' is not designed for extension - needs to be abstract, final or empty. 84
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 92
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 100

waffle/mock/MockWindowsAuthProvider.java

Severity Category Rule Message Line
 Error design DesignForExtension Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. 57
 Error sizes LineLength Line is longer than 80 characters (found 116). 62
 Error design DesignForExtension Method 'acceptSecurityToken' is not designed for extension - needs to be abstract, final or empty. 64
 Error sizes LineLength Line is longer than 80 characters (found 101). 65
 Error sizes LineLength Line is longer than 80 characters (found 81). 67
 Error design DesignForExtension Method 'getCurrentComputer' is not designed for extension - needs to be abstract, final or empty. 73
 Error design DesignForExtension Method 'getDomains' is not designed for extension - needs to be abstract, final or empty. 81
 Error sizes LineLength Line is longer than 80 characters (found 122). 87
 Error design DesignForExtension Method 'logonDomainUser' is not designed for extension - needs to be abstract, final or empty. 89
 Error sizes LineLength Line is longer than 80 characters (found 112). 90
 Error sizes LineLength Line is longer than 80 characters (found 134). 95
 Error design DesignForExtension Method 'logonDomainUserEx' is not designed for extension - needs to be abstract, final or empty. 97
 Error sizes LineLength Line is longer than 80 characters (found 112). 98
 Error sizes LineLength Line is longer than 80 characters (found 89). 104
 Error design DesignForExtension Method 'logonUser' is not designed for extension - needs to be abstract, final or empty. 112
 Error sizes LineLength Line is longer than 80 characters (found 85). 113
 Error sizes LineLength Line is longer than 80 characters (found 105). 114
 Error sizes LineLength Line is longer than 80 characters (found 87). 118
 Error sizes LineLength Line is longer than 80 characters (found 84). 125
 Error design DesignForExtension Method 'lookupAccount' is not designed for extension - needs to be abstract, final or empty. 127
 Error sizes LineLength Line is longer than 80 characters (found 89). 133

waffle/mock/MockWindowsIdentity.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 83). 44
 Error design DesignForExtension Method 'getFqn' 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 88). 62
 Error design DesignForExtension Method 'getSid' is not designed for extension - needs to be abstract, final or empty. 72
 Error design DesignForExtension Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. 80
 Error design DesignForExtension Method 'isGuest' is not designed for extension - needs to be abstract, final or empty. 96
 Error design DesignForExtension Method 'impersonate' is not designed for extension - needs to be abstract, final or empty. 104

waffle/mock/MockWindowsImpersonationContext.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 86). 23

waffle/mock/MockWindowsSecurityContext.java

Severity Category Rule Message Line
 Error design DesignForExtension Method 'isContinue' is not designed for extension - needs to be abstract, final or empty. 60
 Error design DesignForExtension Method 'getHandle' is not designed for extension - needs to be abstract, final or empty. 68
 Error design DesignForExtension Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. 76
 Error design DesignForExtension Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. 84
 Error design DesignForExtension Method 'getSecurityPackage' is not designed for extension - needs to be abstract, final or empty. 92
 Error design DesignForExtension Method 'getToken' is not designed for extension - needs to be abstract, final or empty. 100
 Error design DesignForExtension Method 'impersonate' is not designed for extension - needs to be abstract, final or empty. 108
 Error sizes LineLength Line is longer than 80 characters (found 175). 121
 Error sizes LineLength Line is longer than 80 characters (found 91). 124

waffle/mock/http/SimpleFilterChain.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error design DesignForExtension Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. 41
 Error design DesignForExtension Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. 50
 Error sizes LineLength Line is longer than 80 characters (found 107). 55
 Error design DesignForExtension Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 57
 Error sizes LineLength Line is longer than 80 characters (found 118). 58

waffle/mock/http/SimpleFilterConfig.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error sizes LineLength Line is longer than 80 characters (found 81). 37
 Error design DesignForExtension Method 'getFilterName' is not designed for extension - needs to be abstract, final or empty. 42
 Error design DesignForExtension Method 'setFilterName' is not designed for extension - needs to be abstract, final or empty. 53
 Error design DesignForExtension Method 'getInitParameter' is not designed for extension - needs to be abstract, final or empty. 60
 Error design DesignForExtension Method 'getInitParameterNames' is not designed for extension - needs to be abstract, final or empty. 68
 Error design DesignForExtension Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. 78
 Error sizes LineLength Line is longer than 80 characters (found 87). 91
 Error design DesignForExtension Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. 91

waffle/mock/http/SimpleHttpRequest.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error sizes LineLength Line is longer than 80 characters (found 82). 61
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error sizes LineLength Line is longer than 80 characters (found 82). 64
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error design DesignForExtension Method 'addHeader' is not designed for extension - needs to be abstract, final or empty. 107
 Error sizes LineLength Line is longer than 80 characters (found 84). 112
 Error design DesignForExtension Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. 114
 Error design DesignForExtension Method 'getHeaderNames' is not designed for extension - needs to be abstract, final or empty. 122
 Error design DesignForExtension Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. 130
 Error design DesignForExtension Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. 138
 Error coding AvoidInlineConditionals Avoid inline conditionals. 140
 Error design DesignForExtension Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. 146
 Error design DesignForExtension Method 'setMethod' is not designed for extension - needs to be abstract, final or empty. 157
 Error design DesignForExtension Method 'setContentLength' is not designed for extension - needs to be abstract, final or empty. 167
 Error design DesignForExtension Method 'setRemoteUser' is not designed for extension - needs to be abstract, final or empty. 177
 Error design DesignForExtension Method 'getRemoteUser' is not designed for extension - needs to be abstract, final or empty. 184
 Error design DesignForExtension Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 192
 Error design DesignForExtension Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 200
 Error design DesignForExtension Method 'getQueryString' is not designed for extension - needs to be abstract, final or empty. 211
 Error design DesignForExtension Method 'setQueryString' is not designed for extension - needs to be abstract, final or empty. 222
 Error coding AvoidInlineConditionals Avoid inline conditionals. 227
 Error design DesignForExtension Method 'setRequestURI' is not designed for extension - needs to be abstract, final or empty. 239
 Error design DesignForExtension Method 'getRequestURI' is not designed for extension - needs to be abstract, final or empty. 246
 Error design DesignForExtension Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. 254
 Error sizes LineLength Line is longer than 80 characters (found 87). 267
 Error design DesignForExtension Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. 267
 Error design DesignForExtension Method 'getRemoteHost' is not designed for extension - needs to be abstract, final or empty. 274
 Error design DesignForExtension Method 'setRemoteHost' is not designed for extension - needs to be abstract, final or empty. 285
 Error design DesignForExtension Method 'getRemoteAddr' is not designed for extension - needs to be abstract, final or empty. 292
 Error design DesignForExtension Method 'setRemoteAddr' is not designed for extension - needs to be abstract, final or empty. 303
 Error design DesignForExtension Method 'getUserPrincipal' is not designed for extension - needs to be abstract, final or empty. 310
 Error design DesignForExtension Method 'setUserPrincipal' is not designed for extension - needs to be abstract, final or empty. 321

waffle/mock/http/SimpleHttpResponse.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 80 characters (found 98). 43
 Error coding MagicNumber '500' is a magic number. 46
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error sizes LineLength Line is longer than 80 characters (found 90). 49
 Error design VisibilityModifier Variable 'bytes' must be private and have accessor methods. 52
 Error sizes LineLength Line is longer than 80 characters (found 101). 57
 Error sizes LineLength Line is longer than 80 characters (found 93). 58
 Error design DesignForExtension Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 77
 Error sizes LineLength Line is longer than 80 characters (found 103). 82
 Error design DesignForExtension Method 'addHeader' is not designed for extension - needs to be abstract, final or empty. 84
 Error sizes LineLength Line is longer than 80 characters (found 103). 95
 Error design DesignForExtension Method 'setHeader' is not designed for extension - needs to be abstract, final or empty. 97
 Error design DesignForExtension Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. 112
 Error design DesignForExtension Method 'getStatusString' is not designed for extension - needs to be abstract, final or empty. 122
 Error coding MagicNumber '401' is a magic number. 123
 Error design DesignForExtension Method 'flushBuffer' is not designed for extension - needs to be abstract, final or empty. 132
 Error sizes LineLength Line is longer than 80 characters (found 103). 134
 Error regexp RegexpSingleline Line has trailing spaces. 144
 Error design DesignForExtension Method 'getHeaderNamesSize' is not designed for extension - needs to be abstract, final or empty. 147
 Error design DesignForExtension Method 'getHeaderValues' is not designed for extension - needs to be abstract, final or empty. 158
 Error sizes LineLength Line is longer than 80 characters (found 81). 160
 Error coding AvoidInlineConditionals Avoid inline conditionals. 160
 Error design DesignForExtension Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. 170
 Error coding AvoidInlineConditionals Avoid inline conditionals. 172
 Error sizes LineLength Line is longer than 80 characters (found 90). 176
 Error design DesignForExtension Method 'sendError' is not designed for extension - needs to be abstract, final or empty. 178
 Error design DesignForExtension Method 'sendError' is not designed for extension - needs to be abstract, final or empty. 186
 Error design DesignForExtension Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. 194
 Error design DesignForExtension Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 202
 Error design DesignForExtension Method 'getOutputText' is not designed for extension - needs to be abstract, final or empty. 212

waffle/mock/http/SimpleHttpSession.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 81). 33
 Error design DesignForExtension Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 38
 Error design DesignForExtension Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. 46
 Error design DesignForExtension Method 'getCreationTime' is not designed for extension - needs to be abstract, final or empty. 54
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 62
 Error design DesignForExtension Method 'getLastAccessedTime' is not designed for extension - needs to be abstract, final or empty. 70
 Error design DesignForExtension Method 'getMaxInactiveInterval' is not designed for extension - needs to be abstract, final or empty. 78
 Error design DesignForExtension Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. 86
 Error design DesignForExtension Method 'getSessionContext' is not designed for extension - needs to be abstract, final or empty. 94
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 103
 Error design DesignForExtension Method 'getValueNames' is not designed for extension - needs to be abstract, final or empty. 112
 Error design DesignForExtension Method 'isNew' is not designed for extension - needs to be abstract, final or empty. 129
 Error sizes LineLength Line is longer than 80 characters (found 87). 135
 Error design DesignForExtension Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. 146
 Error sizes LineLength Line is longer than 80 characters (found 91). 161
 Error design DesignForExtension Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. 163
 Error sizes LineLength Line is longer than 80 characters (found 87). 164

waffle/mock/http/SimpleRequestDispatcher.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 112). 45
 Error design DesignForExtension Method 'forward' is not designed for extension - needs to be abstract, final or empty. 47
 Error sizes LineLength Line is longer than 80 characters (found 110). 48
 Error coding MagicNumber '304' is a magic number. 51
 Error sizes LineLength Line is longer than 80 characters (found 112). 56
 Error sizes LineLength Line is longer than 80 characters (found 110). 59

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/shiro/AbstractWaffleRealm.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 38
 Error sizes LineLength Line is longer than 80 characters (found 87). 39
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error sizes LineLength Line is longer than 80 characters (found 97). 44
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error sizes LineLength Line is longer than 80 characters (found 122). 53
 Error sizes LineLength Line is longer than 80 characters (found 101). 56
 Error sizes LineLength Line is longer than 80 characters (found 82). 59
 Error sizes LineLength Line is longer than 80 characters (found 91). 63
 Error sizes LineLength Line is longer than 80 characters (found 94). 64
 Error sizes LineLength Line is longer than 80 characters (found 109). 66
 Error sizes LineLength Line is longer than 80 characters (found 97). 67
 Error sizes LineLength Line is longer than 80 characters (found 84). 70
 Error sizes LineLength Line is longer than 80 characters (found 91). 71
 Error sizes LineLength Line is longer than 80 characters (found 107). 73
 Error sizes LineLength Line is longer than 80 characters (found 115). 94
 Error sizes LineLength Line is longer than 80 characters (found 117). 100
 Error sizes LineLength Line is longer than 80 characters (found 112). 103
 Error sizes LineLength Line is longer than 80 characters (found 120). 109
 Error sizes LineLength Line is longer than 80 characters (found 100). 112
 Error sizes LineLength Line is longer than 80 characters (found 92). 113
 Error sizes LineLength Line is longer than 80 characters (found 81). 114
 Error coding AvoidInlineConditionals Avoid inline conditionals. 114
 Error sizes LineLength Line is longer than 80 characters (found 87). 118
 Error regexp RegexpSingleline Line has trailing spaces. 119
 Error sizes LineLength Line is longer than 80 characters (found 100). 124
 Error sizes LineLength Line is longer than 80 characters (found 115). 127
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 133
 Error sizes LineLength Line is longer than 80 characters (found 89). 146

waffle/shiro/GroupMappingWaffleRealm.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 26
 Error sizes LineLength Line is longer than 80 characters (found 96). 27
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error sizes LineLength Line is longer than 80 characters (found 84). 33
 Error sizes LineLength Line is longer than 80 characters (found 119). 36
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error design DesignForExtension Method 'setGroupRolesMap' is not designed for extension - needs to be abstract, final or empty. 42
 Error sizes LineLength Line is longer than 80 characters (found 117). 50
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error sizes LineLength Line is longer than 80 characters (found 93). 58
 Error design DesignForExtension Method 'getRoleNamesForGroups' is not designed for extension - needs to be abstract, final or empty. 58
 Error sizes LineLength Line is longer than 80 characters (found 118). 70
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error design DesignForExtension Method 'buildAuthorizationInfo' is not designed for extension - needs to be abstract, final or empty. 80
 Error sizes LineLength Line is longer than 80 characters (found 92). 81
 Error sizes LineLength Line is longer than 80 characters (found 88). 82
 Error sizes LineLength Line is longer than 80 characters (found 89). 83

waffle/shiro/WaffleFqnPrincipal.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error design DesignForExtension Method 'getFqn' is not designed for extension - needs to be abstract, final or empty. 56
 Error design DesignForExtension Method 'getGroupFqns' is not designed for extension - needs to be abstract, final or empty. 65
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 72
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 83
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 91

waffle/shiro/dynamic/DynamicAuthenticationFilter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 27
 Error sizes LineLength Line is longer than 80 characters (found 112). 28
 Error sizes LineLength Line is longer than 80 characters (found 116). 29
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error sizes LineLength Line is longer than 80 characters (found 120). 32
 Error sizes LineLength Line is longer than 80 characters (found 84). 33
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error sizes LineLength Line is longer than 80 characters (found 105). 35
 Error sizes LineLength Line is longer than 80 characters (found 86). 36
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error sizes LineLength Line is longer than 80 characters (found 85). 57
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error sizes LineLength Line is longer than 80 characters (found 115). 95
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error sizes LineLength Line is longer than 80 characters (found 81). 104
 Error sizes LineLength Line is longer than 80 characters (found 104). 106
 Error sizes LineLength Line is longer than 80 characters (found 88). 117
 Error sizes LineLength Line is longer than 80 characters (found 144). 122
 Error sizes LineLength Line is longer than 80 characters (found 118). 125
 Error sizes LineLength Line is longer than 80 characters (found 222). 130
 Error sizes LineLength Line is longer than 80 characters (found 96). 133
 Error sizes LineLength Line is longer than 80 characters (found 96). 134
 Error sizes LineLength Line is longer than 80 characters (found 81). 135
 Error sizes LineLength Line is longer than 80 characters (found 114). 140
 Error sizes LineLength Line is longer than 80 characters (found 81). 143
 Error sizes LineLength Line is longer than 80 characters (found 94). 145
 Error sizes LineLength Line is longer than 80 characters (found 83). 156
 Error sizes LineLength Line is longer than 80 characters (found 150). 161
 Error sizes LineLength Line is longer than 80 characters (found 118). 164
 Error sizes LineLength Line is longer than 80 characters (found 228). 169
 Error sizes LineLength Line is longer than 80 characters (found 96). 172
 Error sizes LineLength Line is longer than 80 characters (found 96). 173
 Error sizes LineLength Line is longer than 80 characters (found 81). 174
 Error sizes LineLength Line is longer than 80 characters (found 104). 179
 Error sizes LineLength Line is longer than 80 characters (found 138). 183
 Error regexp RegexpSingleline Line has trailing spaces. 185
 Error design DesignForExtension Method 'executeLogin' is not designed for extension - needs to be abstract, final or empty. 188
 Error sizes LineLength Line is longer than 80 characters (found 115). 189
 Error design DesignForExtension Method 'isAuthTypeNegotiate' is not designed for extension - needs to be abstract, final or empty. 205
 Error sizes LineLength Line is longer than 80 characters (found 102). 206
 Error sizes LineLength Line is longer than 80 characters (found 119). 207

waffle/shiro/negotiate/AuthenticationInProgressException.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 80 characters (found 89). 17
 Error sizes LineLength Line is longer than 80 characters (found 111). 24
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error regexp RegexpSingleline Line has trailing spaces. 30

waffle/shiro/negotiate/NegotiateAuthenticationFilter.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 80 characters (found 89). 17
 Error sizes LineLength Line is longer than 80 characters (found 200). 18
 Error sizes LineLength Line is longer than 80 characters (found 117). 46
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error sizes LineLength Line is longer than 80 characters (found 114). 58
 Error sizes LineLength Line is longer than 80 characters (found 87). 60
 Error sizes LineLength Line is longer than 80 characters (found 100). 61
 Error sizes LineLength Line is longer than 80 characters (found 84). 65
 Error sizes LineLength Line is longer than 80 characters (found 118). 68
 Error sizes LineLength Line is longer than 80 characters (found 111). 71
 Error design DesignForExtension Method 'getRememberMeParam' is not designed for extension - needs to be abstract, final or empty. 86
 Error sizes LineLength Line is longer than 80 characters (found 116). 91
 Error sizes LineLength Line is longer than 80 characters (found 99). 94
 Error sizes LineLength Line is longer than 80 characters (found 93). 95
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error sizes LineLength Line is longer than 80 characters (found 100). 99
 Error design DesignForExtension Method 'setRememberMeParam' is not designed for extension - needs to be abstract, final or empty. 101
 Error sizes LineLength Line is longer than 80 characters (found 109). 106
 Error design DesignForExtension Method 'isRememberMe' is not designed for extension - needs to be abstract, final or empty. 108
 Error sizes LineLength Line is longer than 80 characters (found 139). 114
 Error design DesignForExtension Method 'createToken' is not designed for extension - needs to be abstract, final or empty. 116
 Error sizes LineLength Line is longer than 80 characters (found 109). 117
 Error sizes LineLength Line is longer than 80 characters (found 101). 124
 Error sizes LineLength Line is longer than 80 characters (found 110). 128
 Error sizes LineLength Line is longer than 80 characters (found 90). 129
 Error sizes LineLength Line is longer than 80 characters (found 138). 131
 Error sizes LineLength Line is longer than 80 characters (found 115). 137
 Error sizes LineLength Line is longer than 80 characters (found 220). 141
 Error design DesignForExtension Method 'onLoginSuccess' is not designed for extension - needs to be abstract, final or empty. 143
 Error sizes LineLength Line is longer than 80 characters (found 92). 144
 Error sizes LineLength Line is longer than 80 characters (found 92). 145
 Error sizes LineLength Line is longer than 80 characters (found 82). 146
 Error sizes LineLength Line is longer than 80 characters (found 234). 151
 Error design DesignForExtension Method 'onLoginFailure' is not designed for extension - needs to be abstract, final or empty. 153
 Error sizes LineLength Line is longer than 80 characters (found 102). 154
 Error sizes LineLength Line is longer than 80 characters (found 109). 159
 Error sizes LineLength Line is longer than 80 characters (found 101). 160
 Error sizes LineLength Line is longer than 80 characters (found 89). 163
 Error sizes LineLength Line is longer than 80 characters (found 104). 180
 Error design DesignForExtension Method 'setFailureAttribute' is not designed for extension - needs to be abstract, final or empty. 180
 Error design DesignForExtension Method 'getFailureKeyAttribute' is not designed for extension - needs to be abstract, final or empty. 190
 Error design DesignForExtension Method 'setFailureKeyAttribute' is not designed for extension - needs to be abstract, final or empty. 200
 Error sizes LineLength Line is longer than 80 characters (found 135). 205
 Error design DesignForExtension Method 'onAccessDenied' is not designed for extension - needs to be abstract, final or empty. 207
 Error sizes LineLength Line is longer than 80 characters (found 117). 208
 Error sizes LineLength Line is longer than 80 characters (found 147). 215
 Error sizes LineLength Line is longer than 80 characters (found 120). 225
 Error sizes LineLength Line is longer than 80 characters (found 100). 227
 Error sizes LineLength Line is longer than 80 characters (found 109). 228
 Error regexp RegexpSingleline Line has trailing spaces. 229
 Error sizes LineLength Line is longer than 80 characters (found 90). 232
 Error sizes LineLength Line is longer than 80 characters (found 110). 240
 Error sizes LineLength Line is longer than 80 characters (found 113). 243
 Error sizes LineLength Line is longer than 80 characters (found 122). 245
 Error sizes LineLength Line is longer than 80 characters (found 158). 246
 Error regexp RegexpSingleline Line has trailing spaces. 247
 Error sizes LineLength Line is longer than 80 characters (found 118). 270
 Error sizes LineLength Line is longer than 80 characters (found 107). 271
 Error regexp RegexpSingleline Line has trailing spaces. 273
 Error sizes LineLength Line is longer than 80 characters (found 84). 275
 Error sizes LineLength Line is longer than 80 characters (found 97). 276
 Error sizes LineLength Line is longer than 80 characters (found 118). 277
 Error design DesignForExtension Method 'isLoginAttempt' is not designed for extension - needs to be abstract, final or empty. 279
 Error sizes LineLength Line is longer than 80 characters (found 117). 289
 Error sizes LineLength Line is longer than 80 characters (found 108). 290
 Error regexp RegexpSingleline Line has trailing spaces. 292
 Error sizes LineLength Line is longer than 80 characters (found 116). 294
 Error sizes LineLength Line is longer than 80 characters (found 83). 295
 Error regexp RegexpSingleline Line has trailing spaces. 296
 Error sizes LineLength Line is longer than 80 characters (found 112). 302
 Error design DesignForExtension Method 'sendChallengeInitiateNegotiate' is not designed for extension - needs to be abstract, final or empty. 314
 Error sizes LineLength Line is longer than 80 characters (found 84). 315
 Error sizes LineLength Line is longer than 80 characters (found 112). 328
 Error design DesignForExtension Method 'sendChallengeDuringNegotiate' is not designed for extension - needs to be abstract, final or empty. 328
 Error design DesignForExtension Method 'sendChallengeOnFailure' is not designed for extension - needs to be abstract, final or empty. 340
 Error sizes LineLength Line is longer than 80 characters (found 91). 342
 Error sizes LineLength Line is longer than 80 characters (found 91). 362
 Error sizes LineLength Line is longer than 80 characters (found 119). 378
 Error sizes LineLength Line is longer than 80 characters (found 107). 383

waffle/shiro/negotiate/NegotiateAuthenticationRealm.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 80 characters (found 89). 17
 Error sizes LineLength Line is longer than 80 characters (found 171). 18
 Error sizes LineLength Line is longer than 80 characters (found 108). 48
 Error sizes LineLength Line is longer than 80 characters (found 107). 61
 Error design DesignForExtension Method 'supports' is not designed for extension - needs to be abstract, final or empty. 63
 Error sizes LineLength Line is longer than 80 characters (found 122). 69
 Error design DesignForExtension Method 'doGetAuthenticationInfo' is not designed for extension - needs to be abstract, final or empty. 71
 Error sizes LineLength Line is longer than 80 characters (found 87). 72
 Error sizes LineLength Line is longer than 80 characters (found 81). 79
 Error sizes LineLength Line is longer than 80 characters (found 108). 84
 Error sizes LineLength Line is longer than 80 characters (found 98). 87
 Error sizes LineLength Line is longer than 80 characters (found 126). 94
 Error sizes LineLength Line is longer than 80 characters (found 81). 96
 Error sizes LineLength Line is longer than 80 characters (found 135). 106

waffle/shiro/negotiate/NegotiateAuthenticationStrategy.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 95). 22
 Error sizes LineLength Line is longer than 80 characters (found 119). 23
 Error sizes LineLength Line is longer than 80 characters (found 120). 24
 Error sizes LineLength Line is longer than 80 characters (found 119). 25
 Error sizes LineLength Line is longer than 80 characters (found 118). 26
 Error sizes LineLength Line is longer than 80 characters (found 82). 27
 Error sizes LineLength Line is longer than 80 characters (found 116). 29
 Error sizes LineLength Line is longer than 80 characters (found 165). 31
 Error sizes LineLength Line is longer than 80 characters (found 85). 32
 Error sizes LineLength Line is longer than 80 characters (found 156). 33
 Error sizes LineLength Line is longer than 80 characters (found 117). 34
 Error sizes LineLength Line is longer than 80 characters (found 82). 38
 Error sizes LineLength Line is longer than 80 characters (found 94). 39
 Error sizes LineLength Line is longer than 80 characters (found 85). 42
 Error sizes LineLength Line is longer than 80 characters (found 101). 45
 Error sizes LineLength Line is longer than 80 characters (found 113). 46
 Error sizes LineLength Line is longer than 80 characters (found 109). 47
 Error sizes LineLength Line is longer than 80 characters (found 120). 48
 Error sizes LineLength Line is longer than 80 characters (found 108). 49
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error design DesignForExtension Method 'afterAttempt' is not designed for extension - needs to be abstract, final or empty. 53
 Error sizes LineLength Line is longer than 80 characters (found 94). 54
 Error sizes LineLength Line is longer than 80 characters (found 114). 55
 Error sizes LineLength Line is longer than 80 characters (found 110). 57
 Error sizes LineLength Line is longer than 80 characters (found 83). 62

waffle/shiro/negotiate/NegotiateInfo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 156). 18
 Error sizes LineLength Line is longer than 80 characters (found 90). 31
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error sizes LineLength Line is longer than 80 characters (found 103). 52
 Error sizes LineLength Line is longer than 80 characters (found 87). 54
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error design DesignForExtension Method 'getPrincipals' is not designed for extension - needs to be abstract, final or empty. 66
 Error sizes LineLength Line is longer than 80 characters (found 91). 68
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error design DesignForExtension Method 'getCredentials' is not designed for extension - needs to be abstract, final or empty. 76

waffle/shiro/negotiate/NegotiateToken.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 80 characters (found 200). 18
 Error regexp RegexpSingleline Line has trailing spaces. 30
 Error sizes LineLength Line is longer than 80 characters (found 95). 34
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error sizes LineLength Line is longer than 80 characters (found 120). 61
 Error sizes LineLength Line is longer than 80 characters (found 113). 66
 Error sizes LineLength Line is longer than 80 characters (found 96). 88
 Error sizes LineLength Line is longer than 80 characters (found 100). 89
 Error design DesignForExtension Method 'getConnectionId' is not designed for extension - needs to be abstract, final or empty. 106
 Error design DesignForExtension Method 'getSecurityPackage' is not designed for extension - needs to be abstract, final or empty. 115
 Error design DesignForExtension Method 'isNtlmPost' is not designed for extension - needs to be abstract, final or empty. 124
 Error design DesignForExtension Method 'getCredentials' is not designed for extension - needs to be abstract, final or empty. 131
 Error design DesignForExtension Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. 139
 Error design DesignForExtension Method 'getOut' is not designed for extension - needs to be abstract, final or empty. 149
 Error design DesignForExtension Method 'setOut' is not designed for extension - needs to be abstract, final or empty. 159
 Error coding AvoidInlineConditionals Avoid inline conditionals. 160
 Error design DesignForExtension Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. 169
 Error design DesignForExtension Method 'getIn' is not designed for extension - needs to be abstract, final or empty. 178
 Error design DesignForExtension Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. 187
 Error design DesignForExtension Method 'createInfo' is not designed for extension - needs to be abstract, final or empty. 196
 Error design DesignForExtension Method 'setPrincipal' is not designed for extension - needs to be abstract, final or empty. 206
 Error sizes LineLength Line is longer than 80 characters (found 112). 211
 Error sizes LineLength Line is longer than 80 characters (found 102). 212
 Error regexp RegexpSingleline Line has trailing spaces. 213
 Error sizes LineLength Line is longer than 80 characters (found 112). 214
 Error design DesignForExtension Method 'isRememberMe' is not designed for extension - needs to be abstract, final or empty. 218
 Error sizes LineLength Line is longer than 80 characters (found 120). 224
 Error sizes LineLength Line is longer than 80 characters (found 118). 225
 Error regexp RegexpSingleline Line has trailing spaces. 227
 Error sizes LineLength Line is longer than 80 characters (found 117). 229
 Error regexp RegexpSingleline Line has trailing spaces. 231
 Error sizes LineLength Line is longer than 80 characters (found 117). 232
 Error design DesignForExtension Method 'getHost' is not designed for extension - needs to be abstract, final or empty. 236

waffle/spring/DelegatingNegotiateSecurityFilter.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 15
 Error sizes LineLength Line is longer than 80 characters (found 84). 33
 Error sizes LineLength Line is longer than 80 characters (found 84). 34
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 118). 40
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error sizes LineLength Line is longer than 80 characters (found 101). 44
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error sizes LineLength Line is longer than 80 characters (found 106). 48
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error sizes LineLength Line is longer than 80 characters (found 104). 51
 Error sizes LineLength Line is longer than 80 characters (found 87). 52
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error sizes LineLength Line is longer than 80 characters (found 97). 55
 Error sizes LineLength Line is longer than 80 characters (found 98). 56
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error sizes LineLength Line is longer than 80 characters (found 88). 59
 Error sizes LineLength Line is longer than 80 characters (found 96). 60
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error whitespace FileTabCharacter Line contains a tab character. 67
 Error whitespace FileTabCharacter Line contains a tab character. 68
 Error whitespace FileTabCharacter Line contains a tab character. 69
 Error sizes LineLength Line is longer than 80 characters (found 89). 70
 Error whitespace FileTabCharacter Line contains a tab character. 70
 Error sizes LineLength Line is longer than 80 characters (found 85). 71
 Error whitespace FileTabCharacter Line contains a tab character. 71
 Error sizes LineLength Line is longer than 80 characters (found 99). 72
 Error whitespace FileTabCharacter Line contains a tab character. 72
 Error sizes LineLength Line is longer than 80 characters (found 99). 73
 Error whitespace FileTabCharacter Line contains a tab character. 73
 Error sizes LineLength Line is longer than 80 characters (found 81). 74
 Error whitespace FileTabCharacter Line contains a tab character. 74
 Error whitespace FileTabCharacter Line contains a tab character. 75
 Error whitespace FileTabCharacter Line contains a tab character. 76
 Error whitespace FileTabCharacter Line contains a tab character. 77
 Error javadoc JavadocStyle Extra HTML tag found: </property> 77
 Error whitespace FileTabCharacter Line contains a tab character. 78
 Error javadoc JavadocStyle Extra HTML tag found: </bean> 78
 Error javadoc JavadocStyle Extra HTML tag found: </code> 79
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error sizes LineLength Line is longer than 80 characters (found 105). 86
 Error regexp RegexpSingleline Line has trailing spaces. 90
 Error regexp RegexpSingleline Line has trailing spaces. 93
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error design DesignForExtension Method 'getAccessDeniedHandler' is not designed for extension - needs to be abstract, final or empty. 105
 Error sizes LineLength Line is longer than 80 characters (found 87). 115
 Error design DesignForExtension Method 'setAccessDeniedHandler' is not designed for extension - needs to be abstract, final or empty. 115
 Error coding HiddenField 'accessDeniedHandler' hides a field. 115
 Error design DesignForExtension Method 'getAuthenticationFailureHandler' is not designed for extension - needs to be abstract, final or empty. 124
 Error sizes LineLength Line is longer than 80 characters (found 114). 134
 Error design DesignForExtension Method 'setAuthenticationFailureHandler' is not designed for extension - needs to be abstract, final or empty. 134
 Error coding HiddenField 'authenticationFailureHandler' hides a field. 134
 Error sizes LineLength Line is longer than 80 characters (found 105). 143
 Error sizes LineLength Line is longer than 80 characters (found 196). 147
 Error design DesignForExtension Method 'setAuthentication' is not designed for extension - needs to be abstract, final or empty. 149
 Error sizes LineLength Line is longer than 80 characters (found 109). 150
 Error sizes LineLength Line is longer than 80 characters (found 116). 155
 Error sizes LineLength Line is longer than 80 characters (found 91). 156
 Error sizes LineLength Line is longer than 80 characters (found 113). 160
 Error sizes LineLength Line is longer than 80 characters (found 102). 162
 Error sizes LineLength Line is longer than 80 characters (found 102). 165
 Error sizes LineLength Line is longer than 80 characters (found 109). 171
 Error sizes LineLength Line is longer than 80 characters (found 106). 175
 Error design DesignForExtension Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. 185
 Error sizes LineLength Line is longer than 80 characters (found 83). 190
 Error sizes LineLength Line is longer than 80 characters (found 111). 204
 Error sizes LineLength Line is longer than 80 characters (found 97). 208
 Error sizes LineLength Line is longer than 80 characters (found 134). 211
 Error sizes LineLength Line is longer than 80 characters (found 139). 213
 Error sizes LineLength Line is longer than 80 characters (found 103). 229
 Error sizes LineLength Line is longer than 80 characters (found 125). 236
 Error sizes LineLength Line is longer than 80 characters (found 130). 238
 Error design DesignForExtension Method 'getAuthenticationSuccessHandler' is not designed for extension - needs to be abstract, final or empty. 250
 Error sizes LineLength Line is longer than 80 characters (found 114). 260
 Error design DesignForExtension Method 'setAuthenticationSuccessHandler' is not designed for extension - needs to be abstract, final or empty. 260
 Error coding HiddenField 'authenticationSuccessHandler' hides a field. 260
 Error design DesignForExtension Method 'getAuthenticationManager' is not designed for extension - needs to be abstract, final or empty. 269
 Error sizes LineLength Line is longer than 80 characters (found 93). 279
 Error design DesignForExtension Method 'setAuthenticationManager' is not designed for extension - needs to be abstract, final or empty. 279
 Error coding HiddenField 'authenticationManager' hides a field. 279
 Error regexp RegexpSingleline Line has trailing spaces. 15
 Error sizes LineLength Line is longer than 80 characters (found 84). 33
 Error sizes LineLength Line is longer than 80 characters (found 84). 34
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 118). 40
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error sizes LineLength Line is longer than 80 characters (found 101). 44
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error sizes LineLength Line is longer than 80 characters (found 106). 48
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error sizes LineLength Line is longer than 80 characters (found 104). 51
 Error sizes LineLength Line is longer than 80 characters (found 87). 52
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error sizes LineLength Line is longer than 80 characters (found 97). 55
 Error sizes LineLength Line is longer than 80 characters (found 98). 56
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error sizes LineLength Line is longer than 80 characters (found 88). 59
 Error sizes LineLength Line is longer than 80 characters (found 96). 60
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error whitespace FileTabCharacter Line contains a tab character. 67
 Error whitespace FileTabCharacter Line contains a tab character. 68
 Error whitespace FileTabCharacter Line contains a tab character. 69
 Error sizes LineLength Line is longer than 80 characters (found 89). 70
 Error whitespace FileTabCharacter Line contains a tab character. 70
 Error sizes LineLength Line is longer than 80 characters (found 85). 71
 Error whitespace FileTabCharacter Line contains a tab character. 71
 Error sizes LineLength Line is longer than 80 characters (found 99). 72
 Error whitespace FileTabCharacter Line contains a tab character. 72
 Error sizes LineLength Line is longer than 80 characters (found 99). 73
 Error whitespace FileTabCharacter Line contains a tab character. 73
 Error sizes LineLength Line is longer than 80 characters (found 81). 74
 Error whitespace FileTabCharacter Line contains a tab character. 74
 Error whitespace FileTabCharacter Line contains a tab character. 75
 Error whitespace FileTabCharacter Line contains a tab character. 76
 Error whitespace FileTabCharacter Line contains a tab character. 77
 Error javadoc JavadocStyle Extra HTML tag found: </property> 77
 Error whitespace FileTabCharacter Line contains a tab character. 78
 Error javadoc JavadocStyle Extra HTML tag found: </bean> 78
 Error javadoc JavadocStyle Extra HTML tag found: </code> 79
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error sizes LineLength Line is longer than 80 characters (found 105). 86
 Error regexp RegexpSingleline Line has trailing spaces. 90
 Error regexp RegexpSingleline Line has trailing spaces. 93
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error design DesignForExtension Method 'getAccessDeniedHandler' is not designed for extension - needs to be abstract, final or empty. 105
 Error sizes LineLength Line is longer than 80 characters (found 87). 115
 Error design DesignForExtension Method 'setAccessDeniedHandler' is not designed for extension - needs to be abstract, final or empty. 115
 Error coding HiddenField 'accessDeniedHandler' hides a field. 115
 Error design DesignForExtension Method 'getAuthenticationFailureHandler' is not designed for extension - needs to be abstract, final or empty. 124
 Error sizes LineLength Line is longer than 80 characters (found 114). 134
 Error design DesignForExtension Method 'setAuthenticationFailureHandler' is not designed for extension - needs to be abstract, final or empty. 134
 Error coding HiddenField 'authenticationFailureHandler' hides a field. 134
 Error sizes LineLength Line is longer than 80 characters (found 105). 143
 Error sizes LineLength Line is longer than 80 characters (found 196). 147
 Error design DesignForExtension Method 'setAuthentication' is not designed for extension - needs to be abstract, final or empty. 149
 Error sizes LineLength Line is longer than 80 characters (found 109). 150
 Error sizes LineLength Line is longer than 80 characters (found 116). 155
 Error sizes LineLength Line is longer than 80 characters (found 91). 156
 Error sizes LineLength Line is longer than 80 characters (found 113). 160
 Error sizes LineLength Line is longer than 80 characters (found 102). 162
 Error sizes LineLength Line is longer than 80 characters (found 102). 165
 Error sizes LineLength Line is longer than 80 characters (found 109). 171
 Error sizes LineLength Line is longer than 80 characters (found 106). 175
 Error design DesignForExtension Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. 185
 Error sizes LineLength Line is longer than 80 characters (found 83). 190
 Error sizes LineLength Line is longer than 80 characters (found 111). 204
 Error sizes LineLength Line is longer than 80 characters (found 97). 208
 Error sizes LineLength Line is longer than 80 characters (found 134). 211
 Error sizes LineLength Line is longer than 80 characters (found 139). 213
 Error sizes LineLength Line is longer than 80 characters (found 103). 229
 Error sizes LineLength Line is longer than 80 characters (found 125). 236
 Error sizes LineLength Line is longer than 80 characters (found 130). 238
 Error design DesignForExtension Method 'getAuthenticationSuccessHandler' is not designed for extension - needs to be abstract, final or empty. 250
 Error sizes LineLength Line is longer than 80 characters (found 114). 260
 Error design DesignForExtension Method 'setAuthenticationSuccessHandler' is not designed for extension - needs to be abstract, final or empty. 260
 Error coding HiddenField 'authenticationSuccessHandler' hides a field. 260
 Error design DesignForExtension Method 'getAuthenticationManager' is not designed for extension - needs to be abstract, final or empty. 269
 Error sizes LineLength Line is longer than 80 characters (found 93). 279
 Error design DesignForExtension Method 'setAuthenticationManager' is not designed for extension - needs to be abstract, final or empty. 279
 Error coding HiddenField 'authenticationManager' hides a field. 279

waffle/spring/FqnGrantedAuthorityFactory.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 99). 22
 Error sizes LineLength Line is longer than 80 characters (found 81). 23
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error sizes LineLength Line is longer than 80 characters (found 100). 46
 Error sizes LineLength Line is longer than 80 characters (found 108). 52
 Error design DesignForExtension Method 'createGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 54
 Error sizes LineLength Line is longer than 80 characters (found 89). 55
 Error sizes LineLength Line is longer than 80 characters (found 99). 22
 Error sizes LineLength Line is longer than 80 characters (found 81). 23
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error sizes LineLength Line is longer than 80 characters (found 100). 46
 Error sizes LineLength Line is longer than 80 characters (found 108). 52
 Error design DesignForExtension Method 'createGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 54
 Error sizes LineLength Line is longer than 80 characters (found 89). 55

waffle/spring/GrantedAuthorityFactory.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 105). 21
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error sizes LineLength Line is longer than 80 characters (found 91). 31
 Error sizes LineLength Line is longer than 80 characters (found 81). 33
 Error sizes LineLength Line is longer than 80 characters (found 105). 21
 Error sizes LineLength Line is longer than 80 characters (found 81). 33

waffle/spring/GuestLoginDisabledAuthenticationException.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error sizes LineLength Line is longer than 80 characters (found 88). 23
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error sizes LineLength Line is longer than 80 characters (found 88). 23

waffle/spring/NegotiateSecurityFilter.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error sizes LineLength Line is longer than 80 characters (found 84). 47
 Error sizes LineLength Line is longer than 80 characters (found 119). 48
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error sizes LineLength Line is longer than 80 characters (found 91). 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 80 characters (found 91). 57
 Error regexp RegexpSingleline Line has trailing spaces. 58
 Error sizes LineLength Line is longer than 80 characters (found 132). 63
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error sizes LineLength Line is longer than 80 characters (found 124). 66
 Error sizes LineLength Line is longer than 80 characters (found 95). 73
 Error sizes LineLength Line is longer than 80 characters (found 129). 77
 Error design DesignForExtension Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 79
 Error sizes LineLength Line is longer than 80 characters (found 102). 80
 Error sizes LineLength Line is longer than 80 characters (found 118). 86
 Error sizes LineLength Line is longer than 80 characters (found 89). 89
 Error sizes LineLength Line is longer than 80 characters (found 104). 93
 Error sizes LineLength Line is longer than 80 characters (found 97). 104
 Error sizes LineLength Line is longer than 80 characters (found 106). 111
 Error sizes LineLength Line is longer than 80 characters (found 138). 117
 Error sizes LineLength Line is longer than 80 characters (found 110). 119
 Error sizes LineLength Line is longer than 80 characters (found 94). 122
 Error sizes LineLength Line is longer than 80 characters (found 95). 124
 Error sizes LineLength Line is longer than 80 characters (found 84). 125
 Error sizes LineLength Line is longer than 80 characters (found 81). 127
 Error sizes LineLength Line is longer than 80 characters (found 113). 131
 Error sizes LineLength Line is longer than 80 characters (found 120). 142
 Error regexp RegexpSingleline Line has trailing spaces. 144
 Error sizes LineLength Line is longer than 80 characters (found 109). 158
 Error design DesignForExtension Method 'setAuthentication' is not designed for extension - needs to be abstract, final or empty. 158
 Error sizes LineLength Line is longer than 80 characters (found 81). 165
 Error design DesignForExtension Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. 167
 Error sizes LineLength Line is longer than 80 characters (found 83). 172
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error sizes LineLength Line is longer than 80 characters (found 94). 184
 Error design DesignForExtension Method 'sendUnauthorized' is not designed for extension - needs to be abstract, final or empty. 184
 Error design DesignForExtension Method 'getPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 204
 Error design DesignForExtension Method 'setPrincipalFormatEnum' is not designed for extension - needs to be abstract, final or empty. 214
 Error design DesignForExtension Method 'setPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 224
 Error sizes LineLength Line is longer than 80 characters (found 96). 225
 Error design DesignForExtension Method 'getRoleFormat' is not designed for extension - needs to be abstract, final or empty. 233
 Error design DesignForExtension Method 'setRoleFormatEnum' is not designed for extension - needs to be abstract, final or empty. 243
 Error design DesignForExtension Method 'setRoleFormat' is not designed for extension - needs to be abstract, final or empty. 253
 Error sizes LineLength Line is longer than 80 characters (found 91). 254
 Error design DesignForExtension Method 'isAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 262
 Error design DesignForExtension Method 'setAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 272
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 281
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 291
 Error design DesignForExtension Method 'getGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 300
 Error sizes LineLength Line is longer than 80 characters (found 81). 310
 Error design DesignForExtension Method 'setGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 310
 Error design DesignForExtension Method 'getDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 319
 Error design DesignForExtension Method 'setDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 329
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error sizes LineLength Line is longer than 80 characters (found 84). 47
 Error sizes LineLength Line is longer than 80 characters (found 119). 48
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error sizes LineLength Line is longer than 80 characters (found 91). 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 80 characters (found 91). 57
 Error regexp RegexpSingleline Line has trailing spaces. 58
 Error sizes LineLength Line is longer than 80 characters (found 132). 63
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error sizes LineLength Line is longer than 80 characters (found 124). 66
 Error sizes LineLength Line is longer than 80 characters (found 95). 73
 Error sizes LineLength Line is longer than 80 characters (found 129). 77
 Error design DesignForExtension Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 79
 Error sizes LineLength Line is longer than 80 characters (found 102). 80
 Error sizes LineLength Line is longer than 80 characters (found 118). 86
 Error sizes LineLength Line is longer than 80 characters (found 89). 89
 Error sizes LineLength Line is longer than 80 characters (found 104). 93
 Error sizes LineLength Line is longer than 80 characters (found 97). 104
 Error sizes LineLength Line is longer than 80 characters (found 106). 111
 Error sizes LineLength Line is longer than 80 characters (found 138). 117
 Error sizes LineLength Line is longer than 80 characters (found 110). 119
 Error sizes LineLength Line is longer than 80 characters (found 94). 122
 Error sizes LineLength Line is longer than 80 characters (found 95). 124
 Error sizes LineLength Line is longer than 80 characters (found 84). 125
 Error sizes LineLength Line is longer than 80 characters (found 81). 127
 Error sizes LineLength Line is longer than 80 characters (found 113). 131
 Error sizes LineLength Line is longer than 80 characters (found 120). 142
 Error regexp RegexpSingleline Line has trailing spaces. 144
 Error sizes LineLength Line is longer than 80 characters (found 109). 158
 Error design DesignForExtension Method 'setAuthentication' is not designed for extension - needs to be abstract, final or empty. 158
 Error sizes LineLength Line is longer than 80 characters (found 81). 165
 Error design DesignForExtension Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. 167
 Error sizes LineLength Line is longer than 80 characters (found 83). 172
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error sizes LineLength Line is longer than 80 characters (found 94). 184
 Error design DesignForExtension Method 'sendUnauthorized' is not designed for extension - needs to be abstract, final or empty. 184
 Error design DesignForExtension Method 'getPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 204
 Error design DesignForExtension Method 'setPrincipalFormatEnum' is not designed for extension - needs to be abstract, final or empty. 214
 Error design DesignForExtension Method 'setPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 224
 Error sizes LineLength Line is longer than 80 characters (found 96). 225
 Error design DesignForExtension Method 'getRoleFormat' is not designed for extension - needs to be abstract, final or empty. 233
 Error design DesignForExtension Method 'setRoleFormatEnum' is not designed for extension - needs to be abstract, final or empty. 243
 Error design DesignForExtension Method 'setRoleFormat' is not designed for extension - needs to be abstract, final or empty. 253
 Error sizes LineLength Line is longer than 80 characters (found 91). 254
 Error design DesignForExtension Method 'isAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 262
 Error design DesignForExtension Method 'setAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 272
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 281
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 291
 Error design DesignForExtension Method 'getGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 300
 Error sizes LineLength Line is longer than 80 characters (found 81). 310
 Error design DesignForExtension Method 'setGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 310
 Error design DesignForExtension Method 'getDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 319
 Error design DesignForExtension Method 'setDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 329

waffle/spring/NegotiateSecurityFilterEntryPoint.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error sizes LineLength Line is longer than 80 characters (found 84). 34
 Error sizes LineLength Line is longer than 80 characters (found 119). 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 101). 46
 Error sizes LineLength Line is longer than 80 characters (found 216). 50
 Error design DesignForExtension Method 'commence' is not designed for extension - needs to be abstract, final or empty. 52
 Error sizes LineLength Line is longer than 80 characters (found 94). 53
 Error sizes LineLength Line is longer than 80 characters (found 84). 54
 Error sizes LineLength Line is longer than 80 characters (found 103). 56
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 73
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 83
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error sizes LineLength Line is longer than 80 characters (found 84). 34
 Error sizes LineLength Line is longer than 80 characters (found 119). 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 101). 46
 Error sizes LineLength Line is longer than 80 characters (found 216). 50
 Error design DesignForExtension Method 'commence' is not designed for extension - needs to be abstract, final or empty. 52
 Error sizes LineLength Line is longer than 80 characters (found 94). 53
 Error sizes LineLength Line is longer than 80 characters (found 84). 54
 Error sizes LineLength Line is longer than 80 characters (found 103). 56
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 73
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 83

waffle/spring/WindowsAuthenticationProvider.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 21
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error sizes LineLength Line is longer than 80 characters (found 116). 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error sizes LineLength Line is longer than 80 characters (found 82). 42
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error sizes LineLength Line is longer than 80 characters (found 82). 45
 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 sizes LineLength Line is longer than 80 characters (found 123). 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 80 characters (found 115). 57
 Error sizes LineLength Line is longer than 80 characters (found 107). 63
 Error sizes LineLength Line is longer than 80 characters (found 141). 67
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 69
 Error sizes LineLength Line is longer than 80 characters (found 110). 71
 Error sizes LineLength Line is longer than 80 characters (found 114). 72
 Error sizes LineLength Line is longer than 80 characters (found 136). 74
 Error sizes LineLength Line is longer than 80 characters (found 108). 77
 Error sizes LineLength Line is longer than 80 characters (found 90). 78
 Error sizes LineLength Line is longer than 80 characters (found 109). 81
 Error sizes LineLength Line is longer than 80 characters (found 99). 83
 Error sizes LineLength Line is longer than 80 characters (found 97). 85
 Error sizes LineLength Line is longer than 80 characters (found 111). 88
 Error design DesignForExtension Method 'supports' is not designed for extension - needs to be abstract, final or empty. 99
 Error sizes LineLength Line is longer than 80 characters (found 90). 101
 Error design DesignForExtension Method 'getPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 109
 Error design DesignForExtension Method 'setPrincipalFormatEnum' is not designed for extension - needs to be abstract, final or empty. 119
 Error design DesignForExtension Method 'setPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 129
 Error sizes LineLength Line is longer than 80 characters (found 96). 130
 Error design DesignForExtension Method 'getRoleFormat' is not designed for extension - needs to be abstract, final or empty. 138
 Error design DesignForExtension Method 'setRoleFormatEnum' is not designed for extension - needs to be abstract, final or empty. 148
 Error design DesignForExtension Method 'setRoleFormat' is not designed for extension - needs to be abstract, final or empty. 158
 Error sizes LineLength Line is longer than 80 characters (found 91). 159
 Error design DesignForExtension Method 'isAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 167
 Error design DesignForExtension Method 'setAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 177
 Error design DesignForExtension Method 'getAuthProvider' is not designed for extension - needs to be abstract, final or empty. 186
 Error design DesignForExtension Method 'setAuthProvider' is not designed for extension - needs to be abstract, final or empty. 196
 Error design DesignForExtension Method 'getGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 205
 Error sizes LineLength Line is longer than 80 characters (found 81). 215
 Error design DesignForExtension Method 'setGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 215
 Error design DesignForExtension Method 'getDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 224
 Error design DesignForExtension Method 'setDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 234
 Error sizes LineLength Line is longer than 80 characters (found 87). 21
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error sizes LineLength Line is longer than 80 characters (found 116). 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error sizes LineLength Line is longer than 80 characters (found 82). 42
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error sizes LineLength Line is longer than 80 characters (found 82). 45
 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 sizes LineLength Line is longer than 80 characters (found 123). 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 80 characters (found 115). 57
 Error sizes LineLength Line is longer than 80 characters (found 107). 63
 Error sizes LineLength Line is longer than 80 characters (found 141). 67
 Error design DesignForExtension Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 69
 Error sizes LineLength Line is longer than 80 characters (found 110). 71
 Error sizes LineLength Line is longer than 80 characters (found 114). 72
 Error sizes LineLength Line is longer than 80 characters (found 136). 74
 Error sizes LineLength Line is longer than 80 characters (found 108). 77
 Error sizes LineLength Line is longer than 80 characters (found 90). 78
 Error sizes LineLength Line is longer than 80 characters (found 109). 81
 Error sizes LineLength Line is longer than 80 characters (found 99). 83
 Error sizes LineLength Line is longer than 80 characters (found 97). 85
 Error sizes LineLength Line is longer than 80 characters (found 111). 88
 Error design DesignForExtension Method 'supports' is not designed for extension - needs to be abstract, final or empty. 99
 Error sizes LineLength Line is longer than 80 characters (found 90). 101
 Error design DesignForExtension Method 'getPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 109
 Error design DesignForExtension Method 'setPrincipalFormatEnum' is not designed for extension - needs to be abstract, final or empty. 119
 Error design DesignForExtension Method 'setPrincipalFormat' is not designed for extension - needs to be abstract, final or empty. 129
 Error sizes LineLength Line is longer than 80 characters (found 96). 130
 Error design DesignForExtension Method 'getRoleFormat' is not designed for extension - needs to be abstract, final or empty. 138
 Error design DesignForExtension Method 'setRoleFormatEnum' is not designed for extension - needs to be abstract, final or empty. 148
 Error design DesignForExtension Method 'setRoleFormat' is not designed for extension - needs to be abstract, final or empty. 158
 Error sizes LineLength Line is longer than 80 characters (found 91). 159
 Error design DesignForExtension Method 'isAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 167
 Error design DesignForExtension Method 'setAllowGuestLogin' is not designed for extension - needs to be abstract, final or empty. 177
 Error design DesignForExtension Method 'getAuthProvider' is not designed for extension - needs to be abstract, final or empty. 186
 Error design DesignForExtension Method 'setAuthProvider' is not designed for extension - needs to be abstract, final or empty. 196
 Error design DesignForExtension Method 'getGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 205
 Error sizes LineLength Line is longer than 80 characters (found 81). 215
 Error design DesignForExtension Method 'setGrantedAuthorityFactory' is not designed for extension - needs to be abstract, final or empty. 215
 Error design DesignForExtension Method 'getDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 224
 Error design DesignForExtension Method 'setDefaultGrantedAuthority' is not designed for extension - needs to be abstract, final or empty. 234

waffle/spring/WindowsAuthenticationToken.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error sizes LineLength Line is longer than 80 characters (found 87). 34
 Error sizes LineLength Line is longer than 80 characters (found 113). 37
 Error sizes LineLength Line is longer than 80 characters (found 115). 38
 Error sizes LineLength Line is longer than 80 characters (found 115). 41
 Error sizes LineLength Line is longer than 80 characters (found 105). 42
 Error sizes LineLength Line is longer than 80 characters (found 119). 45
 Error sizes LineLength Line is longer than 80 characters (found 111). 48
 Error sizes LineLength Line is longer than 80 characters (found 103). 49
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error sizes LineLength Line is longer than 80 characters (found 109). 59
 Error sizes LineLength Line is longer than 80 characters (found 139). 71
 Error sizes LineLength Line is longer than 80 characters (found 97). 80
 Error sizes LineLength Line is longer than 80 characters (found 113). 83
 Error sizes LineLength Line is longer than 80 characters (found 116). 86
 Error sizes LineLength Line is longer than 80 characters (found 88). 94
 Error design DesignForExtension Method 'getAuthorities' is not designed for extension - needs to be abstract, final or empty. 101
 Error design DesignForExtension Method 'getCredentials' is not designed for extension - needs to be abstract, final or empty. 109
 Error design DesignForExtension Method 'getDetails' is not designed for extension - needs to be abstract, final or empty. 117
 Error design DesignForExtension Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. 125
 Error design DesignForExtension Method 'isAuthenticated' is not designed for extension - needs to be abstract, final or empty. 133
 Error sizes LineLength Line is longer than 80 characters (found 86). 139
 Error design DesignForExtension Method 'setAuthenticated' is not designed for extension - needs to be abstract, final or empty. 141
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 149
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error sizes LineLength Line is longer than 80 characters (found 87). 34
 Error sizes LineLength Line is longer than 80 characters (found 113). 37
 Error sizes LineLength Line is longer than 80 characters (found 115). 38
 Error sizes LineLength Line is longer than 80 characters (found 115). 41
 Error sizes LineLength Line is longer than 80 characters (found 105). 42
 Error sizes LineLength Line is longer than 80 characters (found 119). 45
 Error sizes LineLength Line is longer than 80 characters (found 111). 48
 Error sizes LineLength Line is longer than 80 characters (found 103). 49
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error sizes LineLength Line is longer than 80 characters (found 109). 59
 Error sizes LineLength Line is longer than 80 characters (found 139). 71
 Error sizes LineLength Line is longer than 80 characters (found 97). 80
 Error sizes LineLength Line is longer than 80 characters (found 113). 83
 Error sizes LineLength Line is longer than 80 characters (found 116). 86
 Error sizes LineLength Line is longer than 80 characters (found 88). 94
 Error design DesignForExtension Method 'getAuthorities' is not designed for extension - needs to be abstract, final or empty. 101
 Error design DesignForExtension Method 'getCredentials' is not designed for extension - needs to be abstract, final or empty. 109
 Error design DesignForExtension Method 'getDetails' is not designed for extension - needs to be abstract, final or empty. 117
 Error design DesignForExtension Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. 125
 Error design DesignForExtension Method 'isAuthenticated' is not designed for extension - needs to be abstract, final or empty. 133
 Error sizes LineLength Line is longer than 80 characters (found 86). 139
 Error design DesignForExtension Method 'setAuthenticated' is not designed for extension - needs to be abstract, final or empty. 141
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 149

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