The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| waffle/apache/GenericWindowsPrincipal.java | 0 | 0 | 23 | 
| waffle/apache/MixedAuthenticator.java | 0 | 0 | 38 | 
| waffle/apache/NegotiateAuthenticator.java | 0 | 0 | 29 | 
| waffle/apache/WaffleAuthenticatorBase.java | 0 | 0 | 36 | 
| waffle/apache/WindowsRealm.java | 0 | 0 | 4 | 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | AvoidInlineConditionals | 3 | |
| design | DesignForExtension | 13 | |
| VisibilityModifier | 7 | ||
| javadoc | JavadocVariable | 1 | |
| regexp | RegexpSingleline
  | 
27 | |
| sizes | LineLength | 79 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'getSid' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'getSidString' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'getRolesString' is not designed for extension - needs to be abstract, final or empty. | 195 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'startInternal' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 73 | |
| design | DesignForExtension | Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 203 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 256 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 281 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'startInternal' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 70 | |
| design | DesignForExtension | Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 169 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 173 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 121). | 43 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | VisibilityModifier | Variable 'principalFormat' must be private and have accessor methods. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | VisibilityModifier | Variable 'roleFormat' must be private and have accessor methods. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | VisibilityModifier | Variable 'allowGuestLogin' must be private and have accessor methods. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 61 | |
| design | VisibilityModifier | Variable 'protocols' must be private and have accessor methods. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 64 | |
| design | VisibilityModifier | Variable 'auth' must be private and have accessor methods. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 244 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| design | DesignForExtension | Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. | 49 |