The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
waffle/apache/GenericWindowsPrincipal.java | 0 | 0 | 24 |
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 | Error |
design | DesignForExtension | 13 | Error |
VisibilityModifier | 7 | Error | |
regexp | RegexpSingleline
|
29 | Error |
sizes | LineLength | 79 | Error |
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. | 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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 |
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 |