The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 1 | |
| coding | HiddenField | 58 | |
| MagicNumber | 5 | ||
| design | DesignForExtension | 174 | |
| VisibilityModifier | 28 | ||
| imports | AvoidStarImport | 16 | |
| UnusedImports | 14 | ||
| javadoc | JavadocMethod | 196 | |
| JavadocPackage | 7 | ||
| JavadocType | 4 | ||
| JavadocVariable | 125 | ||
| misc | FinalParameters | 103 | |
| NewlineAtEndOfFile | 14 | ||
| regexp | RegexpSingleline
|
100 | |
| sizes | LineLength | 112 | |
| whitespace | FileTabCharacter | 2 | |
| NoWhitespaceBefore | 1 | ||
| ParenPad | 6 | ||
| WhitespaceAfter | 10 | ||
| WhitespaceAround | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.servlet.*. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 34 | |
| design | DesignForExtension | Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter req should be final. | 34 | |
| misc | FinalParameters | Parameter res should be final. | 34 | |
| misc | FinalParameters | Parameter chain should be final. | 34 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 38 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 41 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter filterConfig should be final. | 54 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 69 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 75 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 76 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 121 | |
| design | DesignForExtension | Method 'dataSource' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 127 | |
| design | DesignForExtension | Method 'auditorProvider' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| design | DesignForExtension | Method 'jpaVendorAdapter' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 144 | |
| design | DesignForExtension | Method 'entityManagerFactory' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 161 | |
| design | DesignForExtension | Method 'localValidatorFactoryBean' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 173 | |
| design | DesignForExtension | Method 'localeResolver' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 182 | |
| coding | MagicNumber | '604800' is a magic number. | 184 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 184 | |
| design | DesignForExtension | Method 'messageSource' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 193 | |
| design | DesignForExtension | Method 'mailSender' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 203 | |
| design | DesignForExtension | Method 'emailTemplateResolver' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| design | DesignForExtension | Method 'templateEngine' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 240 | |
| misc | FinalParameters | Parameter application should be final. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter args should be final. | 244 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 250 | |
| design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| misc | FinalParameters | Parameter http should be final. | 252 | |
| coding | MagicNumber | '2419200' is a magic number. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 264 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 279 | |
| design | DesignForExtension | Method 'dataSource' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 283 | |
| design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 294 | |
| misc | FinalParameters | Parameter auth should be final. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 299 | |
| design | DesignForExtension | Method 'user' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| misc | FinalParameters | Parameter user should be final. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getGatewayHost' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'setGatewayHost' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter gatewayHost should be final. | 48 | |
| coding | HiddenField | 'gatewayHost' hides a field. | 48 | |
| design | DesignForExtension | Method 'getGatewayPort' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'setGatewayPort' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter gatewayPort should be final. | 56 | |
| coding | HiddenField | 'gatewayPort' hides a field. | 56 | |
| design | DesignForExtension | Method 'getMainAppHost' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'setMainAppHost' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter mainAppHost should be final. | 64 | |
| coding | HiddenField | 'mainAppHost' hides a field. | 64 | |
| design | DesignForExtension | Method 'getMainAppPort' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'setMainAppPort' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter mainAppPort should be final. | 72 | |
| coding | HiddenField | 'mainAppPort' hides a field. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getGroupName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter groupName should be final. | 44 | |
| coding | HiddenField | 'groupName' hides a field. | 44 | |
| design | DesignForExtension | Method 'getGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter groupGuid should be final. | 52 | |
| coding | HiddenField | 'groupGuid' hides a field. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 15 | |
| design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| misc | FinalParameters | Parameter email should be final. | 22 | |
| coding | HiddenField | 'email' hides a field. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getRecipientEmail' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'setRecipientEmail' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter recipientEmail should be final. | 55 | |
| coding | HiddenField | 'recipientEmail' hides a field. | 55 | |
| design | DesignForExtension | Method 'getProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'setProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter projectGuid should be final. | 63 | |
| coding | HiddenField | 'projectGuid' hides a field. | 63 | |
| design | DesignForExtension | Method 'getAuthority' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'setAuthority' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter authority should be final. | 71 | |
| coding | HiddenField | 'authority' hides a field. | 71 | |
| design | DesignForExtension | Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setGroups' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter groups should be final. | 79 | |
| coding | HiddenField | 'groups' hides a field. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getInvtitationGuid' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setInvtitationGuid' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter invtitationGuid should be final. | 41 | |
| coding | HiddenField | 'invtitationGuid' hides a field. | 41 | |
| design | DesignForExtension | Method 'getCreatedBy' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'setCreatedBy' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter createdBy should be final. | 49 | |
| coding | HiddenField | 'createdBy' hides a field. | 49 | |
| design | DesignForExtension | Method 'getProjectDescription' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'setProjectDescription' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter projectDescription should be final. | 57 | |
| coding | HiddenField | 'projectDescription' hides a field. | 57 | |
| design | DesignForExtension | Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter createdAt should be final. | 65 | |
| coding | HiddenField | 'createdAt' hides a field. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'getProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'setProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter projectGuid should be final. | 45 | |
| coding | HiddenField | 'projectGuid' hides a field. | 45 | |
| design | DesignForExtension | Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'setGroups' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter groups should be final. | 53 | |
| coding | HiddenField | 'groups' hides a field. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter description should be final. | 46 | |
| coding | HiddenField | 'description' hides a field. | 46 | |
| design | DesignForExtension | Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'setGroups' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter groups should be final. | 54 | |
| coding | HiddenField | 'groups' hides a field. | 54 | |
| design | DesignForExtension | Method 'getInvitations' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'setInvitations' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter invitations should be final. | 62 | |
| coding | HiddenField | 'invitations' hides a field. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'getProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'setProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter projectGuid should be final. | 35 | |
| coding | HiddenField | 'projectGuid' hides a field. | 35 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter description should be final. | 43 | |
| coding | HiddenField | 'description' hides a field. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| coding | MagicNumber | '6' is a magic number. | 35 | |
| design | DesignForExtension | Method 'getNewPassword' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| design | DesignForExtension | Method 'setNewPassword' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter value should be final. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| coding | MagicNumber | '6' is a magic number. | 39 | |
| design | DesignForExtension | Method 'getCurrentPassword' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| design | DesignForExtension | Method 'setCurrentPassword' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter value should be final. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 | |
| design | DesignForExtension | Method 'getNewPassword' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 49 | |
| design | DesignForExtension | Method 'setNewPassword' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| coding | MagicNumber | '6' is a magic number. | 50 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter value should be final. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter value should be final. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| design | DesignForExtension | Method 'getEnabled' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| design | DesignForExtension | Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter enabled should be final. | 57 | |
| coding | HiddenField | 'enabled' hides a field. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getAuthorityGuid' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'setAuthorityGuid' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter authorityGuid should be final. | 54 | |
| coding | HiddenField | 'authorityGuid' hides a field. | 54 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter username should be final. | 62 | |
| coding | HiddenField | 'username' hides a field. | 62 | |
| design | DesignForExtension | Method 'getAuthority' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'setAuthority' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter authority should be final. | 70 | |
| coding | HiddenField | 'authority' hides a field. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'getCreatedByUser' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'setCreatedByUser' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter createdByUser should be final. | 65 | |
| coding | HiddenField | 'createdByUser' hides a field. | 65 | |
| design | DesignForExtension | Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter createdAt should be final. | 73 | |
| coding | HiddenField | 'createdAt' hides a field. | 73 | |
| design | DesignForExtension | Method 'getModifiedByUser' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| design | DesignForExtension | Method 'setModifiedByUser' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter modifiedByUser should be final. | 81 | |
| coding | HiddenField | 'modifiedByUser' hides a field. | 81 | |
| design | DesignForExtension | Method 'getModifiedAt' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| design | DesignForExtension | Method 'setModifiedAt' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter modifiedAt should be final. | 89 | |
| coding | HiddenField | 'modifiedAt' hides a field. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| design | DesignForExtension | Method 'getGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'setGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter groupGuid should be final. | 48 | |
| coding | HiddenField | 'groupGuid' hides a field. | 48 | |
| design | DesignForExtension | Method 'getGroupName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter groupName should be final. | 56 | |
| coding | HiddenField | 'groupName' hides a field. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter guid should be final. | 52 | |
| coding | HiddenField | 'guid' hides a field. | 52 | |
| design | DesignForExtension | Method 'getGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter groupGuid should be final. | 60 | |
| coding | HiddenField | 'groupGuid' hides a field. | 60 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter username should be final. | 68 | |
| coding | HiddenField | 'username' hides a field. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getInvitationGuid' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setInvitationGuid' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter invitationGuid should be final. | 60 | |
| coding | HiddenField | 'invitationGuid' hides a field. | 60 | |
| design | DesignForExtension | Method 'getRecipientEmail' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setRecipientEmail' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter recipientEmail should be final. | 68 | |
| coding | HiddenField | 'recipientEmail' hides a field. | 68 | |
| design | DesignForExtension | Method 'getProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter projectGuid should be final. | 76 | |
| coding | HiddenField | 'projectGuid' hides a field. | 76 | |
| design | DesignForExtension | Method 'getAuthority' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setAuthority' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter authority should be final. | 84 | |
| coding | HiddenField | 'authority' hides a field. | 84 | |
| design | DesignForExtension | Method 'isInvitationAccepted' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| design | DesignForExtension | Method 'setIsInvitationAccepted' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter isInvitationAccepted should be final. | 92 | |
| coding | HiddenField | 'isInvitationAccepted' hides a field. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter guid should be final. | 52 | |
| coding | HiddenField | 'guid' hides a field. | 52 | |
| design | DesignForExtension | Method 'getInvitationGuid' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setInvitationGuid' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter invitationGuid should be final. | 60 | |
| coding | HiddenField | 'invitationGuid' hides a field. | 60 | |
| design | DesignForExtension | Method 'getGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter groupGuid should be final. | 68 | |
| coding | HiddenField | 'groupGuid' hides a field. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| design | DesignForExtension | Method 'getProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'setProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter guid should be final. | 52 | |
| coding | HiddenField | 'guid' hides a field. | 52 | |
| design | DesignForExtension | Method 'getProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter projectGuid should be final. | 60 | |
| coding | HiddenField | 'projectGuid' hides a field. | 60 | |
| design | DesignForExtension | Method 'getGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setGroupGuid' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter groupGuid should be final. | 68 | |
| coding | HiddenField | 'groupGuid' hides a field. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter guid should be final. | 52 | |
| coding | HiddenField | 'guid' hides a field. | 52 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter username should be final. | 60 | |
| coding | HiddenField | 'username' hides a field. | 60 | |
| design | DesignForExtension | Method 'getProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setProjectGuid' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter projectGuid should be final. | 68 | |
| coding | HiddenField | 'projectGuid' hides a field. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getTranslationGuid' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'setTranslationGuid' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter translationGuid should be final. | 63 | |
| coding | HiddenField | 'translationGuid' hides a field. | 63 | |
| design | DesignForExtension | Method 'getParentGuid' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'setParentGuid' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter parentGuid should be final. | 71 | |
| coding | HiddenField | 'parentGuid' hides a field. | 71 | |
| design | DesignForExtension | Method 'getParentEntity' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setParentEntity' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter parentEntity should be final. | 79 | |
| coding | HiddenField | 'parentEntity' hides a field. | 79 | |
| design | DesignForExtension | Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'setField' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter field should be final. | 87 | |
| coding | HiddenField | 'field' hides a field. | 87 | |
| design | DesignForExtension | Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| design | DesignForExtension | Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter language should be final. | 95 | |
| coding | HiddenField | 'language' hides a field. | 95 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter content should be final. | 103 | |
| coding | HiddenField | 'content' hides a field. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 | |
| design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| design | DesignForExtension | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 88 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 88 | |
| design | DesignForExtension | Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter enabled should be final. | 89 | |
| coding | HiddenField | 'enabled' hides a field. | 89 | |
| design | DesignForExtension | Method 'getEmailVerificationToken' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| design | DesignForExtension | Method 'setEmailVerificationToken' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter emailVerificationToken should be final. | 97 | |
| coding | HiddenField | 'emailVerificationToken' hides a field. | 97 | |
| design | DesignForExtension | Method 'getResetPasswordToken' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'setResetPasswordToken' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter resetPasswordToken should be final. | 105 | |
| coding | HiddenField | 'resetPasswordToken' hides a field. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.entity.TranslationEntity. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.entity.TranslationEntity. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.entity.InvitationEntity. | 24 | |
| imports | UnusedImports | Unused import - com.entity.TranslationEntity. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.entity.TranslationEntity. | 25 | |
| imports | UnusedImports | Unused import - org.springframework.context.annotation.Bean. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.entity.TranslationEntity. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.entity.TranslationEntity. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - com.entity.ProjectEntity. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - javax.inject.Inject. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 45 | |
| design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'mailSender' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'emailTemplateResolver' must be private and have accessor methods. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'thymeleaf' must be private and have accessor methods. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'sender' must be private and have accessor methods. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'recipient' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter mailSenderParam should be final. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 53 | |
| misc | FinalParameters | Parameter emailTemplateResolverParam should be final. | 53 | |
| misc | FinalParameters | Parameter thymeleafParam should be final. | 53 | |
| misc | FinalParameters | Parameter recipientParam should be final. | 53 | |
| misc | FinalParameters | Parameter senderParam should be final. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 65 | |
| design | DesignForExtension | Method 'sendVerificationTokenEmail' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter emailVerificationToken should be final. | 65 | |
| misc | FinalParameters | Parameter requestBaseUrl should be final. | 65 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 90 | |
| design | DesignForExtension | Method 'sendReserPasswordEmail' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter resetPasswordToken should be final. | 90 | |
| misc | FinalParameters | Parameter requestBaseUrl should be final. | 90 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 90 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter emailHeader should be final. | 115 | |
| misc | FinalParameters | Parameter emailText should be final. | 115 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'invitationRepository' must be private and have accessor methods. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'translationRepository' must be private and have accessor methods. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'securityContextReader' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 56 | |
| design | DesignForExtension | Method 'getReceivedInvitations' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 62 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 216). | 69 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.entity.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.repository.*. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'projectRepository' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'projectUserRepository' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'authorityRepository' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'translationRepository' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'groupRepository' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'projectGroupRepository' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'invitationRepository' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'invitationGroupRepository' must be private and have accessor methods. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'securityContextReader' must be private and have accessor methods. | 77 | |
| design | DesignForExtension | Method 'createProject' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 81 | |
| misc | FinalParameters | Parameter projectRequestDto should be final. | 81 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 97 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 103 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 117 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 120 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 134 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.dto.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. | 39 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 | |
| design | VisibilityModifier | Variable 'userRepository' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'authorityRepository' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'validator' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'mailSender' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'emailTemplateResolver' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'thymeleaf' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'mailSendFrom' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'gatewayHost' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'gatewayPort' must be private and have accessor methods. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'contextPath' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'emailSender' must be private and have accessor methods. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter user should be final. | 97 | |
| design | DesignForExtension | Method 'createUser' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 104 | |
| misc | FinalParameters | Parameter userRequestDto should be final. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 105 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 125 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 132 | |
| design | DesignForExtension | Method 'activateUser' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 139 | |
| misc | FinalParameters | Parameter emailVerificationToken should be final. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 140 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 142 | |
| design | DesignForExtension | Method 'changePassword' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 151 | |
| misc | FinalParameters | Parameter userPasswordRequestDto should be final. | 151 | |
| misc | FinalParameters | Parameter user should be final. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 156 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 168 | |
| design | DesignForExtension | Method 'initiateResetPassword' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 170 | |
| misc | FinalParameters | Parameter initiateResetPasswordRequestDto should be final. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 171 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 174 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 182 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 187 | |
| design | DesignForExtension | Method 'resetPassword' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 194 | |
| misc | FinalParameters | Parameter resetPasswordDto should be final. | 194 | |
| misc | FinalParameters | Parameter resetPasswordToken should be final. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 195 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter key should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| imports | UnusedImports | Unused import - org.springframework.context.annotation.Bean. | 24 | |
| imports | UnusedImports | Unused import - org.springframework.context.annotation.Configuration. | 25 | |
| imports | UnusedImports | Unused import - org.springframework.context.annotation.Profile. | 26 | |
| imports | UnusedImports | Unused import - org.springframework.stereotype.Component. | 29 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |