Checkstyle Results
The following document contains the results of Checkstyle 8.19 with google_checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
135 | 0 | 3370 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|
Details
common/DateUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 8 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 127). | 13 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 126). | 15 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 22 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 23 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 24 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 25 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 27 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 29 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 31 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 35 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
common/FlywayMigrator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.annotation.Resource' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.ejb.TransactionManagement' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.ejb.TransactionManagementType' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.Initialized' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.event.Observes' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.sql.DataSource' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileOutputStream' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.nio.file.Files' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.nio.file.Path' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.sql.Connection' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.sql.PreparedStatement' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.sql.SQLException' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.zip.ZipEntry' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.zip.ZipInputStream' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 36 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 46 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 46 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 48 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 50 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 50 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 51 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 51 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 52 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 53 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 55 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 56 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 57 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 16, expected level should be 8. | 58 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 59 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 20, expected level should be 10. | 61 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 62 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be 12. | 63 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 64 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 20, expected level should be 10. | 67 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 67 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 67 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 68 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 24, expected level should be 12. | 69 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 28, expected level should be 14. | 70 |
![]() |
indentation | Indentation | 'while rcurly' has incorrect indentation level 24, expected level should be 12. | 71 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 72 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 20, expected level should be 10. | 73 |
![]() |
indentation | Indentation | 'while rcurly' has incorrect indentation level 16, expected level should be 8. | 74 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 75 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 78 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 78 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 78 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 79 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be 8. | 84 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 85 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be 10. | 86 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 20, expected level should be 10. | 87 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 128). | 87 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 88 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 88 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 89 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 90 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 91 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be 12. | 92 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 20, expected level should be 10. | 93 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 16, expected level should be 8. | 94 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 96 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 97 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 |
common/http/AliasFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.FilterChain' import. Should be before 'usecase.auth.CurrentUser'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebFilter' import. Should be before 'usecase.auth.CurrentUser'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpFilter' import. Should be before 'usecase.auth.CurrentUser'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URI' import. Should be before 'usecase.auth.CurrentUser'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'usecase.auth.CurrentUser'. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 134). | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 24 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 27 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 27 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 29 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 30 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 33 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 34 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 35 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 35 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 35 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 36 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 116). | 36 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 38 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 39 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 40 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 41 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 42 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 43 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 44 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 45 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 110). | 45 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 46 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 47 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 48 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 48 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 49 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 49 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 50 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 51 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 52 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 52 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 53 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 54 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 119). | 54 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 55 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 56 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 57 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 58 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 59 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 60 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 61 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 119). | 61 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 62 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 63 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 64 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 65 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 66 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 66 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 67 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 67 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 67 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 68 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 117). | 68 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 69 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 70 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 71 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 72 |
![]() |
indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
common/http/CheckCurrentUserFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.FilterChain' import. Should be before 'usecase.auth.CurrentUser'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebFilter' import. Should be before 'usecase.auth.CurrentUser'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpFilter' import. Should be before 'usecase.auth.CurrentUser'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 143). | 19 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
common/http/EncodingFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 9 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 135). | 14 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 15 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 16 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 17 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 18 |
common/http/ParameterConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'javax.servlet.http.HttpServletRequest'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.format.DateTimeParseException' import. Should be before 'javax.servlet.http.HttpServletRequest'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Optional' import. Should be before 'javax.servlet.http.HttpServletRequest'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.OptionalDouble' import. Should be before 'javax.servlet.http.HttpServletRequest'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.OptionalInt' import. Should be before 'javax.servlet.http.HttpServletRequest'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.OptionalLong' import. Should be before 'javax.servlet.http.HttpServletRequest'. | 10 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 12 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 110). | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 31 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 35 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 37 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 39 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 39 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 40 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 41 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 109). | 49 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 53 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 55 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 58 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 60 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 61 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 103). | 67 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 76 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 78 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 126). | 83 |
![]() |
javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 33 has parse error. Details: no viable alternative at input '<' while parsing JAVADOC_INLINE_TAG | 85 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 108). | 85 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 89 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 91 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 94 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 95 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 96 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 97 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 |
common/http/error/FallbackExceptionHandlerFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.FilterChain' import. Should be before 'usecase.auth.BannedUserException'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.BannedUserException'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebFilter' import. Should be before 'usecase.auth.BannedUserException'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpFilter' import. Should be before 'usecase.auth.BannedUserException'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.BannedUserException'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.BannedUserException'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintViolation' import. Should be before 'usecase.auth.BannedUserException'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintViolationException' import. Should be before 'usecase.auth.BannedUserException'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.BannedUserException'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.format.DateTimeFormatter' import. Should be before 'usecase.auth.BannedUserException'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.BannedUserException'. | 17 |
![]() |
imports | CustomImportOrder | Import statement for 'javax.servlet.http.HttpServletResponse.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.servlet.http.HttpServletResponse.*. | 19 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 101). | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 135). | 26 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 27 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 27 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 28 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 30 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 39 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 42 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 43 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 45 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 |
common/http/error/ForwardOnError.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 9 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 148). | 11 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 115). | 12 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 116). | 20 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 151). | 28 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 106). | 31 |
![]() |
javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
common/http/error/ForwardOnErrorInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.validation.ConstraintViolationException'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'javax.validation.ConstraintViolationException'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'javax.validation.ConstraintViolationException'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.validation.ConstraintViolationException'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'javax.validation.ConstraintViolationException'. | 15 |
![]() |
imports | CustomImportOrder | Import statement for 'javax.servlet.http.HttpServletResponse.SC_BAD_REQUEST' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 17 |
![]() |
javadoc | SummaryJavadoc | Summary javadoc is missing. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 139). | 32 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 33 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 41 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 45 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 111). | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 148). | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 |
common/http/error/JSONError.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.ElementType' import. Should be before 'usecase.auth.BannedUserException'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'usecase.auth.BannedUserException'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.RetentionPolicy' import. Should be before 'usecase.auth.BannedUserException'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'usecase.auth.BannedUserException'. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 10 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 135). | 11 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 148). | 12 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 115). | 13 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 163). | 30 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 118). | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 158). | 36 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 154). | 39 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 140). | 42 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 105). | 45 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 132). | 48 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 110). | 51 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'JSONError' must contain no more than '2' consecutive capital letters. | 60 |
common/http/error/JSONErrorInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.json.Json' import. Should be before 'usecase.auth.BannedUserException'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.json.JsonObject' import. Should be before 'usecase.auth.BannedUserException'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.BannedUserException'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.BannedUserException'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.BannedUserException'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintViolation' import. Should be before 'usecase.auth.BannedUserException'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintViolationException' import. Should be before 'usecase.auth.BannedUserException'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.BannedUserException'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.PrintWriter' import. Should be before 'usecase.auth.BannedUserException'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.format.DateTimeFormatter' import. Should be before 'usecase.auth.BannedUserException'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'usecase.auth.BannedUserException'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'usecase.auth.BannedUserException'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.BannedUserException'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.BannedUserException'. | 22 |
![]() |
imports | CustomImportOrder | Import statement for 'javax.servlet.http.HttpServletResponse.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.servlet.http.HttpServletResponse.*. | 24 |
![]() |
javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'JSONErrorInterceptor' must contain no more than '2' consecutive capital letters. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 139). | 37 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 39 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 41 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 43 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 47 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 49 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 50 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 51 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 52 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 53 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 54 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 8. | 55 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 6. | 56 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 58 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 60 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 61 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'sendJSONError' must contain no more than '2' consecutive capital letters. | 65 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 116). | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 66 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'sendJSONError' must contain no more than '2' consecutive capital letters. | 75 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 103). | 75 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 80 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'sendJSONError' must contain no more than '2' consecutive capital letters. | 80 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 80 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 |
common/http/error/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
common/http/interceptor/HttpServletBiConsumer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 6 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 136). | 9 |
![]() |
javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 72 has parse error. It is forbidden to close singleton HTML tags. Tag: br. | 10 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 142). | 12 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
common/http/interceptor/InterceptableServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.reflect.Method' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Objects' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Stream' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 16 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 103). | 20 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 105). | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 120). | 37 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 60 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 62 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 62 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 64 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 69 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 108). | 70 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 74 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 79 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 86 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 90 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 90 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 90 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 90 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 91 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 93 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 94 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 95 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 118). | 100 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 104 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 105 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 106 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 107 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 108 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 109). | 111 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 |
common/http/interceptor/ServletContainerInitializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'javax.servlet.annotation.HandlesTypes'. | 5 |
![]() |
javadoc | SummaryJavadoc | Summary javadoc is missing. | 13 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 111). | 14 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 119). | 20 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
common/http/interceptor/ServletInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Annotation' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 7 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 11 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 110). | 16 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 175). | 17 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 23 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 132). | 28 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 129). | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 106). | 34 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 109). | 41 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 132). | 46 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 50 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 50 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 |
common/http/interceptor/ServletInterceptorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 100 characters (found 107). | 10 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'ConcurrentMap' has incorrect indentation level 4, expected level should be 8. | 21 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 120). | 26 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 126). | 27 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 28 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 125). | 29 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 104). | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 39 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 48 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 108). | 62 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 62 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 63 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 64 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 69 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 69 |
![]() |
indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 70 |
![]() |
indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 80 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 80 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 81 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 115). | 81 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 83 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 |
common/http/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
common/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
media/ImageService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'javax.validation.constraints.NotBlank'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.validation.constraints.NotBlank'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'javax.validation.constraints.NotBlank'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URLConnection' import. Should be before 'javax.validation.constraints.NotBlank'. | 9 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 21 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 25 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
media/ImageServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.MappingMatch'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'javax.servlet.http.MappingMatch'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URLConnection' import. Should be before 'javax.servlet.http.MappingMatch'. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 23 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 24 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 25 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 25 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 27 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 28 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 29 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 30 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 31 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 32 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 33 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
media/LimitedInputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 100 characters (found 140). | 9 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 16 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 17 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 18 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
media/MediaRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | 'java.io.*' should be separated from previous import group by one line. | 4 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 4 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 9 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 15 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '*' is not preceded with whitespace. | 15 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 15 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '*' is not preceded with whitespace. | 15 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 17 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 19 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 23 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 26 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 28 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 38 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 51 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 72 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 77 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 78 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 79 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 |
media/ReadLimitExceededException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 5 |
media/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
media/validation/Image.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
media/validation/ImageValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.validation.ConstraintValidatorContext'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'javax.validation.ConstraintValidatorContext'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URLConnection' import. Should be before 'javax.validation.ConstraintValidatorContext'. | 7 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 18 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 20 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 22 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 24 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 |
media/validation/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
model/entity/Ban.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Setter'. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 10 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
model/entity/Comment.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Setter'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'lombok.Setter'. | 9 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 29 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 111). | 30 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 45 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 45 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 108). | 49 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 50 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 56 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 57 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 106). | 61 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 69 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 79 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 81 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
model/entity/CommentVote.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.Setter'. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 11 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 33 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 41 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 65 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 70 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 74 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 78 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
model/entity/Follow.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Getter'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Getter'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Getter'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.Getter'. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 10 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 29 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 30 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 31 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 39 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 44 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 55 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 63 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 63 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 68 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 74 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 84 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 |
model/entity/Post.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. | 14 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 16 |
![]() |
indentation | Indentation | 'enum def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 22 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 48 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 64 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 64 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 68 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 72 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 76 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 78 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 81 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 |
model/entity/PostVote.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.Setter'. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 10 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 31 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 37 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 40 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 45 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 56 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 61 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 64 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 69 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 74 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 78 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 85 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
model/entity/Section.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'org.hibernate.annotations.NaturalId'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.annotations.NaturalId'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.hibernate.annotations.NaturalId'. | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 39 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 148). | 44 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 60 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 70 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 72 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
model/entity/User.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.*. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'org.hibernate.annotations.NaturalId'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.annotations.NaturalId'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'org.hibernate.annotations.NaturalId'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.hibernate.annotations.NaturalId'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.hibernate.annotations.NaturalId'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.hibernate.annotations.NaturalId'. | 12 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 59 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
model/entity/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
model/repository/CommentRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.Post'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.Post'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.Post'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'model.entity.Post'. | 9 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 117). | 28 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 35 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 116). | 43 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
model/repository/GenericRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.LockModeType' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.criteria.CriteriaQuery' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. | 11 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 25 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 116). | 34 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 134). | 35 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 38 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 51 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 104). | 56 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 68 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 73 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 80 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 87 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 88 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 90 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 91 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 93 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 108 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 109 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 |
model/repository/PostRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.User'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.User'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.TypedQuery' import. Should be before 'model.entity.User'. | 9 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.persistence.criteria.*. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.criteria.*' import. Should be before 'model.entity.User'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.User'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'model.entity.User'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'model.entity.User'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'model.entity.User'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'model.entity.User'. | 15 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 25 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 33 |
![]() |
indentation | Indentation | 'enum def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 35 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 58 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 59 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'author'. | 64 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 67 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 68 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 69 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 77 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 78 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 79 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'sections'. | 84 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 87 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 88 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 89 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 90 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 97 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 98 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 99 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 100 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 107 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 108 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 109 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 110 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 117 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 118 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 119 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 120 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 127 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 128 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 129 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 130 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 136 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 137 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 138 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 145 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 145 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 146 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 147 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 148 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 154 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 155 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 156 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 157 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 163 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 163 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 164 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 165 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 166 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 168 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 173 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 173 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 174 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 175 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 176 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 178 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 182 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 182 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 183 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 184 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 185 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 187 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 189 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 189 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 190 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 191 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 193 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 193 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 194 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 195 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 197 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 197 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 198 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 199 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 201 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 201 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 202 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 203 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 205 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 205 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 206 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 206 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 207 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 214 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be 10. | 215 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 8. | 216 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 217 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 219 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 219 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 219 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 220 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 221 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 222 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 224 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 12, expected level should be 6. | 226 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 16, expected level should be 8. | 227 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 10. | 228 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 10. | 229 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 16, expected level should be 8. | 230 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 10. | 231 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 10. | 232 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 16, expected level should be 8. | 233 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 16, expected level should be 8. | 234 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 10. | 235 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 10. | 236 |
![]() |
indentation | Indentation | 'switch rcurly' has incorrect indentation level 12, expected level should be 6. | 237 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 240 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 241 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 241 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 243 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 243 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '>=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 243 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '>=' is not preceded with whitespace. | 243 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 246 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 247 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 248 |
model/repository/SectionRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.Section'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.Section'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.Section'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'model.entity.Section'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'model.entity.Section'. | 9 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 106). | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 35 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 36 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 |
model/repository/UserRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.User'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.User'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.User'. | 7 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 10 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 18 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 106). | 24 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
model/repository/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
model/validation/BanExists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 8 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
model/validation/BanExistsValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | 'model.entity.Ban' should be separated from previous import group by one line. | 4 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 9 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 12 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
model/validation/CommentExists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
model/validation/CommentExistsValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 20 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 20 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
model/validation/EmailFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.constraints.Size'. | 7 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 9 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 12 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 12 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 13 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 13 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 14 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 14 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 15 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 15 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 16 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 16 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 17 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
model/validation/PasswordFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.constraints.Size'. | 6 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 8 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 11 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 11 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 11 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 11 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
model/validation/PostExists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
model/validation/PostExistsValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
model/validation/SectionExists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
model/validation/SectionExistsByIdValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 20 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 20 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
model/validation/SectionExistsByNameValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 20 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 20 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
model/validation/UniqueEmail.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
model/validation/UniqueEmailValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.UserRepository'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.UserRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.UserRepository'. | 7 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
model/validation/UniqueSection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
model/validation/UniqueSectionNameValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
model/validation/UniqueUsername.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
model/validation/UniqueUsernameValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 12 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
model/validation/UserExists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. | 5 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
model/validation/UserExistsByNameValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
model/validation/UsernameFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.constraints.Size'. | 7 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 9 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 13 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 13 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 13 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 13 |
![]() |
indentation | Indentation | 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
model/validation/UsersExistsByIdValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
model/validation/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
usecase/AdminServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 12 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 18 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 25 |
usecase/HomeServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 9 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 14 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 15 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 19 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
usecase/auth/AdminsOnly.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'javax.interceptor.InterceptorBinding'. | 4 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Inherited' import. Should be before 'javax.interceptor.InterceptorBinding'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'javax.interceptor.InterceptorBinding'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'javax.interceptor.InterceptorBinding'. | 7 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.ElementType.METHOD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 9 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.ElementType.TYPE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 10 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.RetentionPolicy.RUNTIME' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 11 |
usecase/auth/AdminsOnlyInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 14 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 20 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 27 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
usecase/auth/AuthenticationRequired.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'javax.interceptor.InterceptorBinding'. | 4 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Inherited' import. Should be before 'javax.interceptor.InterceptorBinding'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'javax.interceptor.InterceptorBinding'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'javax.interceptor.InterceptorBinding'. | 7 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.ElementType.METHOD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 9 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.ElementType.TYPE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 10 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.RetentionPolicy.RUNTIME' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 11 |
usecase/auth/AuthenticationRequiredException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 18 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
usecase/auth/AuthenticationRequiredInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 9 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 14 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 18 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 20 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 27 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
usecase/auth/AuthenticationService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.RequestScoped' import. Should be before 'model.repository.GenericRepository'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.SessionScoped' import. Should be before 'model.repository.GenericRepository'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.inject.Produces' import. Should be before 'model.repository.GenericRepository'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Named' import. Should be before 'model.repository.GenericRepository'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'model.repository.GenericRepository'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.repository.GenericRepository'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'model.repository.GenericRepository'. | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 29 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 35 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 43 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 45 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 47 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 49 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 51 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 53 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 60 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 61 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 105). | 68 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 80 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 81 |
usecase/auth/AuthorizationConstraints.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 3 |
![]() |
indentation | Indentation | 'enum def ident' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
usecase/auth/AuthorizationConstraintsInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.EnumSet' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - usecase.auth.AuthorizationConstraints.Types.*. | 14 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 103). | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 139). | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 29 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 32 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 33 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 39 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 40 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 43 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 44 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 45 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
usecase/auth/AuthorizationException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 5 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 9 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 10 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 18 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
usecase/auth/BannedUserException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'javax.ejb.ApplicationException'. | 4 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 10 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 14 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
usecase/auth/CurrentUser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - lombok.*. | 3 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.inject.Alternative' import. Should be before 'lombok.*'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.*'. | 6 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
usecase/auth/DenyBannedUsers.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'javax.interceptor.InterceptorBinding'. | 4 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Inherited' import. Should be before 'javax.interceptor.InterceptorBinding'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'javax.interceptor.InterceptorBinding'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'javax.interceptor.InterceptorBinding'. | 7 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.ElementType.METHOD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 9 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.ElementType.TYPE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 10 |
![]() |
imports | CustomImportOrder | Import statement for 'java.lang.annotation.RetentionPolicy.RUNTIME' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 11 |
usecase/auth/DenyBannedUsersInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 14 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 20 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 21 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
usecase/auth/LoginServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Optional' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 22 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 23 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 23 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 25 |
![]() |
indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 30 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 31 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 31 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 33 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 41 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 43 |
![]() |
indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
usecase/auth/LogoutServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 9 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 18 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 19 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
usecase/auth/Pbkdf2PasswordHash.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.crypto.spec.PBEKeySpec'. | 5 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.security.NoSuchAlgorithmException' import. Should be before 'javax.crypto.spec.PBEKeySpec'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.security.SecureRandom' import. Should be before 'javax.crypto.spec.PBEKeySpec'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.security.spec.InvalidKeySpecException' import. Should be before 'javax.crypto.spec.PBEKeySpec'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.security.spec.KeySpec' import. Should be before 'javax.crypto.spec.PBEKeySpec'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'javax.crypto.spec.PBEKeySpec'. | 10 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 16 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 17 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 18 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 19 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 20 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 22 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 24 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
![]() |
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 47 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 52 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 53 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 58 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 61 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 66 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 67 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 68 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 69 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
usecase/auth/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
usecase/comment/CommentDTO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. | 7 |
![]() |
annotation | AnnotationLocation | Annotation 'Builder' should be alone on line. | 12 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'CommentDTO' must contain no more than '2' consecutive capital letters. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
usecase/comment/CommentService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.DenyBannedUsers'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.DenyBannedUsers'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.DenyBannedUsers'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.DenyBannedUsers'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'usecase.auth.DenyBannedUsers'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.DenyBannedUsers'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.DenyBannedUsers'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.auth.DenyBannedUsers'. | 23 |
![]() |
imports | CustomImportOrder | Import statement for 'java.util.stream.Collectors.groupingBy' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 |
![]() |
imports | CustomImportOrder | Import statement for 'java.util.stream.Collectors.toList' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 44 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 55 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 56 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 57 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 58 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 59 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 109). | 71 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 109). | 72 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 81 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 82 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 82 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 110). | 83 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 86 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 91 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 129). | 92 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 110). | 93 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 96 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 101 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 101 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 103 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 106 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 111 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 112 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 113 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 113 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 115 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 118 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 124 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 125 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 126 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 126 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 137 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 139 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 139 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 140 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 144 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 146 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 148 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 156 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 157 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 158 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 160 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 168 |
usecase/comment/DeleteCommentServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
usecase/comment/EditCommentServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 30 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 38 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 |
usecase/comment/NewCommentServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 30 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 36 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 37 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 39 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 104). | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 43 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
usecase/comment/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
usecase/follow/FollowService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.CurrentUser'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.CurrentUser'. | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 27 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 53 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
usecase/follow/FollowServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 32 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 34 |
usecase/follow/UnfollowServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 13 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 35 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 |
usecase/follow/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
usecase/post/DeletePostServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
usecase/post/EditPostServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 13 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 35 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 46 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 108). | 50 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 103). | 55 |
usecase/post/LoadPostsServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.ZoneOffset' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.function.Function' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 17 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.post.PostSearchForm.SortCriteria.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - usecase.post.PostSearchForm.SortCriteria.*. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'lambda arguments' has incorrect indentation level 12, expected level should be 8. | 29 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 69 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
usecase/post/NewPostServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.section.SectionService'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.section.SectionService'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.section.SectionService'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.section.SectionService'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.section.SectionService'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.section.SectionService'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.Part' import. Should be before 'usecase.section.SectionService'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.section.SectionService'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.section.SectionService'. | 17 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 42 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 51 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 52 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 53 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 54 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 54 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 55 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
usecase/post/PostEditDTO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'PostEditDTO' must contain no more than '2' consecutive capital letters. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
usecase/post/PostPage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. | 6 |
![]() |
annotation | AnnotationLocation | Annotation 'Builder' should be alone on line. | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
naming | MemberName | Member name 'nComments' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
usecase/post/PostSearchForm.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Getter'. | 6 |
![]() |
whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 11 |
![]() |
indentation | Indentation | 'enum def modifier' has incorrect indentation level 4, expected level should be 2. | 11 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 11 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
usecase/post/PostService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.DenyBannedUsers'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.DenyBannedUsers'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.DenyBannedUsers'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.DenyBannedUsers'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.NotNull' import. Should be before 'usecase.auth.DenyBannedUsers'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'usecase.auth.DenyBannedUsers'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.DenyBannedUsers'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.DenyBannedUsers'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.DenyBannedUsers'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.DenyBannedUsers'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.DenyBannedUsers'. | 28 |
![]() |
imports | CustomImportOrder | Import statement for 'model.entity.Post.Type.IMG' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 |
![]() |
imports | CustomImportOrder | Import statement for 'model.entity.Post.Type.TEXT' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.post.PostSearchForm.SortCriteria.NEWEST' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 45 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 54 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 61 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 63 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 79 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 90 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 91 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 92 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 93 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 95 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 101 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 102 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 107 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 108 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 108 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 108 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 110 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 110 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 111 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 112 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 113 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 113 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 113 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 114 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 116 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 116 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 116 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 117 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 117 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 118 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 118 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 118 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 119 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 120 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 122 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 122 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 122 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 123 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 124 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 125 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 126 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 128 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 128 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 128 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 129 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 130 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 131 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 131 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 131 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 132 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 133 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 134 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 134 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 134 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 135 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 136 |
![]() |
indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 4. | 139 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 139 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 139 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 140 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 141 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 142 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 143 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 144 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 144 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 145 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 146 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 147 |
![]() |
indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 6. | 148 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 148 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 149 |
![]() |
indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 8. | 150 |
![]() |
indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 6. | 151 |
![]() |
indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 4. | 152 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 153 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 154 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 156 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 160 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 162 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 164 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 164 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 176 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 179 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 179 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 180 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 187 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 188 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 189 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 190 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 193 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 202 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 204 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 204 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 206 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 208 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'section' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 208 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 211 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 212 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 213 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 214 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 215 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 216 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 217 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 227 |
usecase/post/PostServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.comment.CommentService'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.comment.CommentService'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.comment.CommentService'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.comment.CommentService'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.comment.CommentService'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.comment.CommentService'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'usecase.comment.CommentService'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.comment.CommentService'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.comment.CommentService'. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 43 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 44 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 45 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 45 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 46 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 47 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 118). | 47 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 48 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 116). | 48 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 49 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 54 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 59 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |
usecase/post/SearchPostServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 9 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 18 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 20 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
usecase/post/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
usecase/section/DeleteSectionServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
usecase/section/EditSectionServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 13 |
![]() |
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 17 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 101). | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 36 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 46 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 130). | 69 |
usecase/section/NewSectionServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.Part' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 15 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 105). | 32 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 125). | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 44 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
usecase/section/SectionPage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
naming | MemberName | Member name 'nFollowers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
usecase/section/SectionService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.CurrentUser'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.RequestScoped' import. Should be before 'usecase.auth.CurrentUser'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.inject.Produces' import. Should be before 'usecase.auth.CurrentUser'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Named' import. Should be before 'usecase.auth.CurrentUser'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.CurrentUser'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.CurrentUser'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.NotNull' import. Should be before 'usecase.auth.CurrentUser'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'usecase.auth.CurrentUser'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.CurrentUser'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.CurrentUser'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.temporal.ChronoUnit' import. Should be before 'usecase.auth.CurrentUser'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.CurrentUser'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.auth.CurrentUser'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.CurrentUser'. | 30 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 43 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 45 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 46 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 47 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 61 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 62 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 63 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 73 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 78 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 90 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 91 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 91 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 92 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 92 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 95 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 97 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 101 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 103 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 104 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 105 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 106 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 108 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 115 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 109). | 116 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 109). | 121 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 126 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 129 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 136 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 136 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be 4. | 137 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be 4. | 138 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 146 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 146 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 148 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 149 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 158 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 106). | 159 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 160 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 162 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 166 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 169 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 |
usecase/section/SectionServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 10 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 25 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
usecase/section/ShowSectionServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 12 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 21 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 22 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 103). | 22 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
usecase/section/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
usecase/user/AddBanServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.ZoneOffset' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 15 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 35 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 118). | 38 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
usecase/user/BanDTO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. | 7 |
![]() |
annotation | AnnotationLocation | Annotation 'AllArgsConstructor' should be alone on line. | 12 |
![]() |
annotation | AnnotationLocation | Annotation 'Data' should be alone on line. | 12 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'BanDTO' must contain no more than '2' consecutive capital letters. | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
usecase/user/BanService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.AdminsOnly'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AdminsOnly'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.AdminsOnly'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.Future' import. Should be before 'usecase.auth.AdminsOnly'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.NotNull' import. Should be before 'usecase.auth.AdminsOnly'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.AdminsOnly'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'usecase.auth.AdminsOnly'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.AdminsOnly'. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 51 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 56 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 66 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 69 |
![]() |
indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 71 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 71 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 71 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 72 |
![]() |
indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 73 |
![]() |
indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
usecase/user/DeleteBanServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 129). | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
usecase/user/DeleteUserServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
usecase/user/EditUserServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.CurrentUser'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.CurrentUser'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.Part' import. Should be before 'usecase.auth.CurrentUser'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.CurrentUser'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. | 18 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 20 |
![]() |
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 34 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 35 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 37 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 53 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 55 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 118). | 58 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 59 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 |
usecase/user/RegisterServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.CurrentUser'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'usecase.auth.CurrentUser'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Objects' import. Should be before 'usecase.auth.CurrentUser'. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 29 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 30 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 31 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 32 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 114). | 40 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 41 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 41 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 42 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 43 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 50 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 50 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 51 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 52 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 53 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 54 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 55 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 56 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 57 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 58 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 59 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 60 |
usecase/user/ShowBansServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 13 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 33 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
usecase/user/ShowUsersServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 6 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 7 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 26 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 30 |
usecase/user/ToggleAdminServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 13 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.ADMINS_ONLY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
usecase/user/UserEditPage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'model.validation.UniqueEmail'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'model.validation.UniqueEmail'. | 13 |
![]() |
annotation | AnnotationLocation | Annotation 'AllArgsConstructor' should be alone on line. | 18 |
![]() |
annotation | AnnotationLocation | Annotation 'Data' should be alone on line. | 18 |
![]() |
annotation | AnnotationLocation | Annotation 'Getter' should be alone on line. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 21 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 21 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
usecase/user/UserProfile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. | 6 |
![]() |
annotation | AnnotationLocation | Annotation 'Builder' should be alone on line. | 11 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 13 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 14 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
usecase/user/UserService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - model.validation.*. | 8 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - usecase.auth.*. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.Valid' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. | 19 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 39 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 41 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 42 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 64 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 67 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 75 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 80 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 85 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 90 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 95 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 95 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 96 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 99 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 103 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 103 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 105 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 108 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 113 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 122 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 125 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 125 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 128 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 130 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 130 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 130 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 131 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 132 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 133 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 133 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 133 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 134 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 136 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 136 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 136 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 137 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 138 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 139 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 140 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 141 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 141 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 141 |
![]() |
indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 142 |
![]() |
indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 143 |
![]() |
indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 144 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 144 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 144 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 145 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 146 |
![]() |
indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be 8. | 147 |
![]() |
indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 148 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 159 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 161 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 164 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 |
usecase/user/UserServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. | 10 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 22 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 23 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 24 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 25 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 26 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
usecase/user/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |
usecase/vote/UnvoteServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 13 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 32 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 32 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 33 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 34 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 34 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 34 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 34 |
![]() |
indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 35 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 36 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 37 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 38 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 39 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 43 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 44 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 45 |
usecase/vote/VoteService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - model.entity.*. | 3 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.CurrentUser'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.CurrentUser'. | 12 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 27 |
![]() |
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 29 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 31 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 37 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 40 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 45 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 49 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 62 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 63 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 64 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 65 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 72 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 73 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 76 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 76 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 80 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 85 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 89 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 90 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 90 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 99 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 100 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 101 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 103 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 104 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 113 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 114 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 116 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 117 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 118 |
usecase/vote/VoteServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. | 13 |
![]() |
imports | CustomImportOrder | Import statement for 'usecase.auth.AuthorizationConstraints.Types.REQUIRE_AUTHENTICATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 |
![]() |
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 121). | 27 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 28 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 29 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 30 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 31 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 33 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 33 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 34 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 34 |
![]() |
indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be 6. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 36 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 38 |
![]() |
indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be 6. | 38 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 41 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 41 |
![]() |
indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be 6. | 43 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 43 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 45 |
![]() |
indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be 6. | 45 |
![]() |
indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 47 |
![]() |
indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 6. | 48 |
![]() |
indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 4. | 49 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
![]() |
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 122). | 54 |
![]() |
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 55 |
![]() |
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 56 |
usecase/vote/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1 |