Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with google_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
135 0 3370 0

Files

File
 I
 W
 E
common/DateUtils.java 0 26 0
common/FlywayMigrator.java 0 82 0
common/http/AliasFilter.java 0 83 0
common/http/CheckCurrentUserFilter.java 0 14 0
common/http/EncodingFilter.java 0 7 0
common/http/ParameterConverter.java 0 76 0
common/http/error/FallbackExceptionHandlerFilter.java 0 40 0
common/http/error/ForwardOnError.java 0 8 0
common/http/error/ForwardOnErrorInterceptor.java 0 38 0
common/http/error/JSONError.java 0 17 0
common/http/error/JSONErrorInterceptor.java 0 75 0
common/http/error/package-info.java 0 1 0
common/http/interceptor/HttpServletBiConsumer.java 0 5 0
common/http/interceptor/InterceptableServlet.java 0 61 0
common/http/interceptor/ServletContainerInitializer.java 0 7 0
common/http/interceptor/ServletInterceptor.java 0 25 0
common/http/interceptor/ServletInterceptorFactory.java 0 53 0
common/http/package-info.java 0 1 0
common/package-info.java 0 1 0
media/ImageService.java 0 25 0
media/ImageServlet.java 0 29 0
media/LimitedInputStream.java 0 27 0
media/MediaRepository.java 0 51 0
media/ReadLimitExceededException.java 0 1 0
media/package-info.java 0 1 0
media/validation/Image.java 0 7 0
media/validation/ImageValidator.java 0 16 0
media/validation/package-info.java 0 1 0
model/entity/Ban.java 0 21 0
model/entity/Comment.java 0 43 0
model/entity/CommentVote.java 0 63 0
model/entity/Follow.java 0 64 0
model/entity/Post.java 0 50 0
model/entity/PostVote.java 0 63 0
model/entity/Section.java 0 37 0
model/entity/User.java 0 35 0
model/entity/package-info.java 0 1 0
model/repository/CommentRepository.java 0 18 0
model/repository/GenericRepository.java 0 59 0
model/repository/PostRepository.java 0 177 0
model/repository/SectionRepository.java 0 20 0
model/repository/UserRepository.java 0 10 0
model/repository/package-info.java 0 1 0
model/validation/BanExists.java 0 7 0
model/validation/BanExistsValidator.java 0 15 0
model/validation/CommentExists.java 0 7 0
model/validation/CommentExistsValidator.java 0 14 0
model/validation/EmailFormat.java 0 18 0
model/validation/PasswordFormat.java 0 11 0
model/validation/PostExists.java 0 7 0
model/validation/PostExistsValidator.java 0 14 0
model/validation/SectionExists.java 0 7 0
model/validation/SectionExistsByIdValidator.java 0 14 0
model/validation/SectionExistsByNameValidator.java 0 14 0
model/validation/UniqueEmail.java 0 7 0
model/validation/UniqueEmailValidator.java 0 14 0
model/validation/UniqueSection.java 0 7 0
model/validation/UniqueSectionNameValidator.java 0 14 0
model/validation/UniqueUsername.java 0 7 0
model/validation/UniqueUsernameValidator.java 0 12 0
model/validation/UserExists.java 0 7 0
model/validation/UserExistsByNameValidator.java 0 12 0
model/validation/UsernameFormat.java 0 11 0
model/validation/UsersExistsByIdValidator.java 0 12 0
model/validation/package-info.java 0 1 0
usecase/AdminServlet.java 0 14 0
usecase/HomeServlet.java 0 9 0
usecase/auth/AdminsOnly.java 0 7 0
usecase/auth/AdminsOnlyInterceptor.java 0 14 0
usecase/auth/AuthenticationRequired.java 0 7 0
usecase/auth/AuthenticationRequiredException.java 0 11 0
usecase/auth/AuthenticationRequiredInterceptor.java 0 16 0
usecase/auth/AuthenticationService.java 0 48 0
usecase/auth/AuthorizationConstraints.java 0 4 0
usecase/auth/AuthorizationConstraintsInterceptor.java 0 47 0
usecase/auth/AuthorizationException.java 0 13 0
usecase/auth/BannedUserException.java 0 10 0
usecase/auth/CurrentUser.java 0 9 0
usecase/auth/DenyBannedUsers.java 0 7 0
usecase/auth/DenyBannedUsersInterceptor.java 0 13 0
usecase/auth/LoginServlet.java 0 29 0
usecase/auth/LogoutServlet.java 0 6 0
usecase/auth/Pbkdf2PasswordHash.java 0 60 0
usecase/auth/package-info.java 0 1 0
usecase/comment/CommentDTO.java 0 12 0
usecase/comment/CommentService.java 0 103 0
usecase/comment/DeleteCommentServlet.java 0 20 0
usecase/comment/EditCommentServlet.java 0 22 0
usecase/comment/NewCommentServlet.java 0 34 0
usecase/comment/package-info.java 0 1 0
usecase/follow/FollowService.java 0 28 0
usecase/follow/FollowServlet.java 0 18 0
usecase/follow/UnfollowServlet.java 0 18 0
usecase/follow/package-info.java 0 1 0
usecase/post/DeletePostServlet.java 0 20 0
usecase/post/EditPostServlet.java 0 16 0
usecase/post/LoadPostsServlet.java 0 34 0
usecase/post/NewPostServlet.java 0 42 0
usecase/post/PostEditDTO.java 0 4 0
usecase/post/PostPage.java 0 15 0
usecase/post/PostSearchForm.java 0 14 0
usecase/post/PostService.java 0 168 0
usecase/post/PostServlet.java 0 45 0
usecase/post/SearchPostServlet.java 0 9 0
usecase/post/package-info.java 0 1 0
usecase/section/DeleteSectionServlet.java 0 19 0
usecase/section/EditSectionServlet.java 0 16 0
usecase/section/NewSectionServlet.java 0 33 0
usecase/section/SectionPage.java 0 8 0
usecase/section/SectionService.java 0 100 0
usecase/section/SectionServlet.java 0 14 0
usecase/section/ShowSectionServlet.java 0 14 0
usecase/section/package-info.java 0 1 0
usecase/user/AddBanServlet.java 0 22 0
usecase/user/BanDTO.java 0 7 0
usecase/user/BanService.java 0 41 0
usecase/user/DeleteBanServlet.java 0 20 0
usecase/user/DeleteUserServlet.java 0 19 0
usecase/user/EditUserServlet.java 0 44 0
usecase/user/RegisterServlet.java 0 49 0
usecase/user/ShowBansServlet.java 0 22 0
usecase/user/ShowUsersServlet.java 0 15 0
usecase/user/ToggleAdminServlet.java 0 14 0
usecase/user/UserEditPage.java 0 11 0
usecase/user/UserProfile.java 0 9 0
usecase/user/UserService.java 0 111 0
usecase/user/UserServlet.java 0 9 0
usecase/user/package-info.java 0 1 0
usecase/vote/UnvoteServlet.java 0 31 0
usecase/vote/VoteService.java 0 67 0
usecase/vote/VoteServlet.java 0 50 0
usecase/vote/package-info.java 0 1 0

Rules

Category Rule Violations Severity

Details

common/DateUtils.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 8
 Warning
sizes LineLength Line is longer than 100 characters (found 127). 13
 Warning
sizes LineLength Line is longer than 100 characters (found 126). 15
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 20
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 22
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 22
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 23
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 24
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 24
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 25
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 26
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 32
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 34
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 35
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 36
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38

common/FlywayMigrator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.annotation.Resource' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.ejb.TransactionManagement' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.ejb.TransactionManagementType' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.Initialized' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.event.Observes' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.sql.DataSource' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.File' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.FileOutputStream' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 17
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 18
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.nio.file.Files' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 19
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.nio.file.Path' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 20
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.sql.Connection' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 21
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.sql.PreparedStatement' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 22
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.sql.SQLException' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 23
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 24
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.zip.ZipEntry' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 25
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.zip.ZipInputStream' import. Should be before 'usecase.auth.Pbkdf2PasswordHash'. 26
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 36
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 46
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 46
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 50
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 51
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 51
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 52
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 53
 Warning
indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 55
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 55
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 56
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 57
 Warning
indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 58
 Warning
indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 59
 Warning
indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 61
 Warning
indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 62
 Warning
indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 63
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 64
 Warning
indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 67
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 67
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 68
 Warning
indentation Indentation 'while' has incorrect indentation level 24, expected level should be 12. 69
 Warning
indentation Indentation 'while' child has incorrect indentation level 28, expected level should be 14. 70
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 24, expected level should be 12. 71
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 72
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 73
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 74
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning
indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 78
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 78
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 79
 Warning
indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 84
 Warning
indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 85
 Warning
indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 86
 Warning
indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 87
 Warning
sizes LineLength Line is longer than 100 characters (found 128). 87
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 88
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 88
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 89
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 90
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 91
 Warning
indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 92
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 93
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 94
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 96
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.FilterChain' import. Should be before 'usecase.auth.CurrentUser'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebFilter' import. Should be before 'usecase.auth.CurrentUser'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpFilter' import. Should be before 'usecase.auth.CurrentUser'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.net.URI' import. Should be before 'usecase.auth.CurrentUser'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'usecase.auth.CurrentUser'. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
sizes LineLength Line is longer than 100 characters (found 134). 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 24
 Warning
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
 Warning
whitespace ParenPad ')' is preceded with whitespace. 27
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 29
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 30
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning
indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 33
 Warning
coding MissingSwitchDefault switch without "default" clause. 33
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 33
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 34
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 34
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 35
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 35
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 36
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 36
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 38
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 39
 Warning
indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 40
 Warning
indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 41
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 42
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 43
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 44
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 45
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 45
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 46
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 47
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 48
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 48
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 49
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 49
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 50
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 51
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 52
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 52
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 53
 Warning
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
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 54
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 54
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 55
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 56
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 57
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 58
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 59
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 60
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 61
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 61
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 62
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 63
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 64
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 66
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 66
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 67
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 67
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 68
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 68
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 69
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 70
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 71
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning
indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.FilterChain' import. Should be before 'usecase.auth.CurrentUser'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebFilter' import. Should be before 'usecase.auth.CurrentUser'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpFilter' import. Should be before 'usecase.auth.CurrentUser'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. 12
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
sizes LineLength Line is longer than 100 characters (found 143). 19
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 9
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
sizes LineLength Line is longer than 100 characters (found 135). 14
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'javax.servlet.http.HttpServletRequest'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.format.DateTimeParseException' import. Should be before 'javax.servlet.http.HttpServletRequest'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Optional' import. Should be before 'javax.servlet.http.HttpServletRequest'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.OptionalDouble' import. Should be before 'javax.servlet.http.HttpServletRequest'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.OptionalInt' import. Should be before 'javax.servlet.http.HttpServletRequest'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.OptionalLong' import. Should be before 'javax.servlet.http.HttpServletRequest'. 10
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 12
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 23
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 28
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 31
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 32
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 35
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 37
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning
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
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 39
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 39
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 40
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 41
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 42
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 46
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 49
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 50
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 53
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 55
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning
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
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 57
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 57
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 58
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 59
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 60
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 64
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 67
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 68
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 73
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 75
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 76
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 78
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning
sizes LineLength Line is longer than 100 characters (found 126). 83
 Warning
javadoc JavadocTagContinuationIndentation Javadoc comment at column 33 has parse error. Details: no viable alternative at input '<' while parsing JAVADOC_INLINE_TAG 85
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 85
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 89
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 91
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 93
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 94
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 96
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.FilterChain' import. Should be before 'usecase.auth.BannedUserException'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.BannedUserException'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebFilter' import. Should be before 'usecase.auth.BannedUserException'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpFilter' import. Should be before 'usecase.auth.BannedUserException'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.BannedUserException'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.BannedUserException'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintViolation' import. Should be before 'usecase.auth.BannedUserException'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintViolationException' import. Should be before 'usecase.auth.BannedUserException'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.BannedUserException'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.format.DateTimeFormatter' import. Should be before 'usecase.auth.BannedUserException'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.BannedUserException'. 17
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.servlet.http.HttpServletResponse.*. 19
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 23
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 135). 26
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 27
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 27
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 28
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 30
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 32
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 34
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 36
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 37
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 38
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 39
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 40
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 41
 Warning
indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 42
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 43
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 45
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning
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
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 9
 Warning
sizes LineLength Line is longer than 100 characters (found 148). 11
 Warning
sizes LineLength Line is longer than 100 characters (found 115). 12
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 20
 Warning
sizes LineLength Line is longer than 100 characters (found 151). 28
 Warning
sizes LineLength Line is longer than 100 characters (found 106). 31
 Warning
javadoc SummaryJavadoc Summary javadoc is missing. 41
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.validation.ConstraintViolationException'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Collection' import. Should be before 'javax.validation.ConstraintViolationException'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Collections' import. Should be before 'javax.validation.ConstraintViolationException'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.validation.ConstraintViolationException'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'javax.validation.ConstraintViolationException'. 15
 Warning
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
 Warning
javadoc SummaryJavadoc Summary javadoc is missing. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
sizes LineLength Line is longer than 100 characters (found 139). 32
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 33
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 33
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 34
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 36
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 38
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 41
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning
sizes LineLength Line is longer than 100 characters (found 111). 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning
sizes LineLength Line is longer than 100 characters (found 148). 52
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.ElementType' import. Should be before 'usecase.auth.BannedUserException'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'usecase.auth.BannedUserException'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.RetentionPolicy' import. Should be before 'usecase.auth.BannedUserException'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'usecase.auth.BannedUserException'. 8
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 10
 Warning
sizes LineLength Line is longer than 100 characters (found 135). 11
 Warning
sizes LineLength Line is longer than 100 characters (found 148). 12
 Warning
sizes LineLength Line is longer than 100 characters (found 115). 13
 Warning
sizes LineLength Line is longer than 100 characters (found 163). 30
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 33
 Warning
sizes LineLength Line is longer than 100 characters (found 158). 36
 Warning
sizes LineLength Line is longer than 100 characters (found 154). 39
 Warning
sizes LineLength Line is longer than 100 characters (found 140). 42
 Warning
sizes LineLength Line is longer than 100 characters (found 105). 45
 Warning
sizes LineLength Line is longer than 100 characters (found 132). 48
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 51
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.json.Json' import. Should be before 'usecase.auth.BannedUserException'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.json.JsonObject' import. Should be before 'usecase.auth.BannedUserException'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.BannedUserException'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.BannedUserException'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.BannedUserException'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintViolation' import. Should be before 'usecase.auth.BannedUserException'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintViolationException' import. Should be before 'usecase.auth.BannedUserException'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.BannedUserException'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.PrintWriter' import. Should be before 'usecase.auth.BannedUserException'. 17
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.format.DateTimeFormatter' import. Should be before 'usecase.auth.BannedUserException'. 18
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Collection' import. Should be before 'usecase.auth.BannedUserException'. 19
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Collections' import. Should be before 'usecase.auth.BannedUserException'. 20
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.BannedUserException'. 21
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.BannedUserException'. 22
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.servlet.http.HttpServletResponse.*. 24
 Warning
javadoc SummaryJavadoc Summary javadoc is missing. 26
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'JSONErrorInterceptor' must contain no more than '2' consecutive capital letters. 29
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
sizes LineLength Line is longer than 100 characters (found 139). 37
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 38
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 38
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 39
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 41
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 43
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 47
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 49
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 50
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 51
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 51
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 52
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 53
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 54
 Warning
indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 55
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 56
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 58
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 59
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 60
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 61
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'sendJSONError' must contain no more than '2' consecutive capital letters. 65
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 66
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'sendJSONError' must contain no more than '2' consecutive capital letters. 75
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 75
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'sendJSONError' must contain no more than '2' consecutive capital letters. 80
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 80
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

common/http/interceptor/HttpServletBiConsumer.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 6
 Warning
sizes LineLength Line is longer than 100 characters (found 136). 9
 Warning
javadoc JavadocTagContinuationIndentation Javadoc comment at column 72 has parse error. It is forbidden to close singleton HTML tags. Tag: br. 10
 Warning
sizes LineLength Line is longer than 100 characters (found 142). 12
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.reflect.Method' import. Should be before 'javax.servlet.http.HttpServletResponse'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'javax.servlet.http.HttpServletResponse'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'javax.servlet.http.HttpServletResponse'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.servlet.http.HttpServletResponse'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Objects' import. Should be before 'javax.servlet.http.HttpServletResponse'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'javax.servlet.http.HttpServletResponse'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.stream.Stream' import. Should be before 'javax.servlet.http.HttpServletResponse'. 16
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 20
 Warning
javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 21
 Warning
sizes LineLength Line is longer than 100 characters (found 105). 24
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 25
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 37
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 62
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 62
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 68
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 69
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 70
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 74
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 79
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 86
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 86
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 90
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 90
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 90
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 91
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 93
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 94
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 100
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 105
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 107
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 111
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Set' import. Should be before 'javax.servlet.annotation.HandlesTypes'. 5
 Warning
javadoc SummaryJavadoc Summary javadoc is missing. 13
 Warning
sizes LineLength Line is longer than 100 characters (found 111). 14
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 20
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Annotation' import. Should be before 'javax.servlet.http.HttpServletResponse'. 7
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 11
 Warning
javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 13
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 16
 Warning
sizes LineLength Line is longer than 100 characters (found 175). 17
 Warning
whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 23
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 23
 Warning
sizes LineLength Line is longer than 100 characters (found 132). 28
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning
whitespace MethodParamPad '(' is preceded with whitespace. 30
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 32
 Warning
sizes LineLength Line is longer than 100 characters (found 129). 33
 Warning
sizes LineLength Line is longer than 100 characters (found 106). 34
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 38
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 39
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 41
 Warning
sizes LineLength Line is longer than 100 characters (found 132). 46
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 49
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 50
 Warning
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
 Warning
sizes LineLength Line is longer than 100 characters (found 107). 10
 Warning
javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 12
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'ConcurrentMap' has incorrect indentation level 4, expected level should be 8. 21
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 25
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 26
 Warning
sizes LineLength Line is longer than 100 characters (found 126). 27
 Warning
javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 28
 Warning
sizes LineLength Line is longer than 100 characters (found 125). 29
 Warning
sizes LineLength Line is longer than 100 characters (found 104). 34
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 39
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 40
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 40
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 46
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 48
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 55
 Warning
javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 60
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 62
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 62
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 63
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 63
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning
indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 69
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 69
 Warning
indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 70
 Warning
indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 80
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning
sizes LineLength Line is longer than 100 characters (found 115). 81
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

common/package-info.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

media/ImageService.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'javax.validation.constraints.NotBlank'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.validation.constraints.NotBlank'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'javax.validation.constraints.NotBlank'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.net.URLConnection' import. Should be before 'javax.validation.constraints.NotBlank'. 9
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 11
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 21
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 25
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 29
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 33
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 38
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 38
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42

media/ImageServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.MappingMatch'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'javax.servlet.http.MappingMatch'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.net.URLConnection' import. Should be before 'javax.servlet.http.MappingMatch'. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 23
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 23
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 24
 Warning
indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 25
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 25
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 26
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 26
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 27
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 28
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 29
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 30
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 31
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 32
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 33
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 34
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 36
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38

media/LimitedInputStream.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 140). 9
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 16
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 25
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 25
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 39
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42

media/MediaRepository.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder 'java.io.*' should be separated from previous import group by one line. 4
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 4
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 9
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 12
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '*' is not preceded with whitespace. 15
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '*' is not preceded with whitespace. 15
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 17
 Warning
javadoc JavadocMethod Unused Javadoc tag. 19
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 23
 Warning
javadoc JavadocMethod Unused Javadoc tag. 26
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 28
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 32
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 37
 Warning
javadoc AtclauseOrder At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. 38
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 47
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 50
 Warning
javadoc AtclauseOrder At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. 51
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 57
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 60
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 67
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 72
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 74
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 76
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 77
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 79
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81

media/ReadLimitExceededException.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 5

media/package-info.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

media/validation/Image.java

Severity Category Rule Message Line
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 21

media/validation/ImageValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.validation.ConstraintValidatorContext'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'javax.validation.ConstraintValidatorContext'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.net.URLConnection' import. Should be before 'javax.validation.ConstraintValidatorContext'. 7
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 20
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 20
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 21
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 22
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 24
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

model/entity/Ban.java

Severity Category Rule Message Line
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Setter'. 8
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 10
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 36
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 36
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 37
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Setter'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'lombok.Setter'. 9
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 11
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 29
 Warning
sizes LineLength Line is longer than 100 characters (found 111). 30
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 45
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 49
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 50
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 56
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 57
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 60
 Warning
sizes LineLength Line is longer than 100 characters (found 106). 61
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 73
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 74
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.Setter'. 8
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 11
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 25
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 32
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 33
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 36
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 38
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 39
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 41
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 46
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 57
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 57
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 65
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 85
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 86
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Getter'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Getter'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Getter'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.Getter'. 8
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 10
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 29
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 29
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 30
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 31
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 34
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 36
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 36
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 37
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 37
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 39
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 44
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning
indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 55
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 55
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 63
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 63
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 74
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 83
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 84
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.hibernate.annotations.LazyCollectionOption'. 14
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 16
 Warning
indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 22
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 48
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 51
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 51
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 63
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 64
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 67
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 68
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 72
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 80
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 81
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'lombok.Setter'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.Setter'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.Setter'. 8
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 10
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 24
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 31
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 32
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 35
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 37
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 37
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 38
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 40
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 45
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 56
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 56
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 64
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 64
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 85
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 86
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'org.hibernate.annotations.NaturalId'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.annotations.NaturalId'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.hibernate.annotations.NaturalId'. 11
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 38
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 39
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 43
 Warning
sizes LineLength Line is longer than 100 characters (found 148). 44
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 48
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 52
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 56
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 64
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 65
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.*' import. Should be before 'org.hibernate.annotations.NaturalId'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.annotations.NaturalId'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'org.hibernate.annotations.NaturalId'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.hibernate.annotations.NaturalId'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.hibernate.annotations.NaturalId'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.hibernate.annotations.NaturalId'. 12
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning
whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 59
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 59
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 67
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 68
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 68
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

model/repository/CommentRepository.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.Post'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.Post'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.Post'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'model.entity.Post'. 9
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 12
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 20
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 28
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 35
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 43
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.LockModeType' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.criteria.CriteriaQuery' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.hibernate.SimpleNaturalIdLoadAccess'. 11
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 22
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 25
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 34
 Warning
sizes LineLength Line is longer than 100 characters (found 134). 35
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 38
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 51
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 55
 Warning
sizes LineLength Line is longer than 100 characters (found 104). 56
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 59
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 67
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 68
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 71
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 80
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 93
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 95
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 103
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.User'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.User'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.TypedQuery' import. Should be before 'model.entity.User'. 9
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.criteria.*. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.criteria.*' import. Should be before 'model.entity.User'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.User'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'model.entity.User'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'model.entity.User'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Collections' import. Should be before 'model.entity.User'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'model.entity.User'. 15
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 25
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning
whitespace EmptyLineSeparator ';' should be separated from previous statement. 33
 Warning
indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 33
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 35
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 45
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 50
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 52
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 57
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 57
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 58
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 59
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 62
 Warning
javadoc JavadocMethod Unused @param tag for 'author'. 64
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 67
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 67
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 68
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 69
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 72
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 77
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 77
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 78
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 79
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 82
 Warning
javadoc JavadocMethod Unused @param tag for 'sections'. 84
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 87
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 87
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 88
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 89
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 92
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 97
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 97
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 98
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 99
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 102
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 107
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 107
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 108
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 109
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 112
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 117
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 117
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 118
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 119
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 122
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 127
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 127
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 128
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 129
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 132
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 136
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 136
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 137
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 138
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 141
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 145
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 145
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 146
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 147
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 150
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 154
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 154
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 155
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 156
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 159
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 163
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 163
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 164
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 165
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 168
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 173
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 173
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 174
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 175
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 178
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 182
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 182
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 183
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 184
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 185
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 187
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 189
 Warning
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
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 190
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 191
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 193
 Warning
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
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 194
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 195
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 197
 Warning
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
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 198
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 199
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 201
 Warning
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
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 202
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 203
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 205
 Warning
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
 Warning
indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 206
 Warning
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
 Warning
indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 207
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 214
 Warning
indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 215
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 216
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 217
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 219
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 219
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 220
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 221
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 222
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 224
 Warning
indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 226
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 227
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 228
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 229
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 230
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 231
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 232
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 233
 Warning
indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 234
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 235
 Warning
indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 236
 Warning
indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 237
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 240
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 241
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 241
 Warning
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
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 243
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 243
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '>=' is not preceded with whitespace. 243
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 246
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 247
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.Section'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.Section'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.Section'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'model.entity.Section'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'model.entity.Section'. 9
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 12
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 20
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 24
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 106). 25
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 28
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
whitespace OperatorWrap '+' should be on a new line. 35
 Warning
whitespace OperatorWrap '+' should be on a new line. 36
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.EntityManager' import. Should be before 'model.entity.User'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.persistence.PersistenceContext' import. Should be before 'model.entity.User'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.entity.User'. 7
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 10
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 18
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 106). 24
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

model/validation/BanExists.java

Severity Category Rule Message Line
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 8
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 22

model/validation/BanExistsValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder 'model.entity.Ban' should be separated from previous import group by one line. 4
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 9
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 21

model/validation/CommentExistsValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 20
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 20
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 20
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.constraints.Size'. 7
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 9
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 12
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 13
 Warning
whitespace OperatorWrap '+' should be on a new line. 13
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 14
 Warning
whitespace OperatorWrap '+' should be on a new line. 14
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 15
 Warning
whitespace OperatorWrap '+' should be on a new line. 15
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 16
 Warning
whitespace OperatorWrap '+' should be on a new line. 16
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 17
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 28

model/validation/PasswordFormat.java

Severity Category Rule Message Line
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.constraints.Size'. 6
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 8
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 11
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 11
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 22

model/validation/PostExists.java

Severity Category Rule Message Line
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 21

model/validation/PostExistsValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 22

model/validation/SectionExistsByIdValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 20
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 20
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 20
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 20
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 20
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 20
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 21

model/validation/UniqueEmailValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.UserRepository'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.UserRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.UserRepository'. 7
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 21

model/validation/UniqueSectionNameValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 21

model/validation/UniqueUsernameValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.Payload'. 5
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 22

model/validation/UserExistsByNameValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.*' import. Should be before 'javax.validation.constraints.Size'. 7
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 9
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 13
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 13
 Warning
indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 24

model/validation/UsersExistsByIdValidator.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidator' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.ConstraintValidatorContext' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 21
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 21
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

usecase/AdminServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
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
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 18
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 23
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25

usecase/HomeServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 9
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 14
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 19
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'javax.interceptor.InterceptorBinding'. 4
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Inherited' import. Should be before 'javax.interceptor.InterceptorBinding'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'javax.interceptor.InterceptorBinding'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'javax.interceptor.InterceptorBinding'. 7
 Warning
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
 Warning
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
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 20
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 25
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 26
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'javax.interceptor.InterceptorBinding'. 4
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Inherited' import. Should be before 'javax.interceptor.InterceptorBinding'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'javax.interceptor.InterceptorBinding'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'javax.interceptor.InterceptorBinding'. 7
 Warning
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
 Warning
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
 Warning
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
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 9
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 18
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 20
 Warning
javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 25
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 26
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.RequestScoped' import. Should be before 'model.repository.GenericRepository'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.SessionScoped' import. Should be before 'model.repository.GenericRepository'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.inject.Produces' import. Should be before 'model.repository.GenericRepository'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'model.repository.GenericRepository'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Named' import. Should be before 'model.repository.GenericRepository'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'model.repository.GenericRepository'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'model.repository.GenericRepository'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'model.repository.GenericRepository'. 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 29
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 35
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 43
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 43
 Warning
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
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 45
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 49
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 53
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 60
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 61
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 65
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning
sizes LineLength Line is longer than 100 characters (found 105). 68
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - java.lang.annotation.*. 3
 Warning
indentation Indentation 'enum def ident' has incorrect indentation level 4, expected level should be 2. 10
 Warning
indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 14

usecase/auth/AuthorizationConstraintsInterceptor.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'javax.servlet.http.HttpServletResponse'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.EnumSet' import. Should be before 'javax.servlet.http.HttpServletResponse'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Set' import. Should be before 'javax.servlet.http.HttpServletResponse'. 12
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - usecase.auth.AuthorizationConstraints.Types.*. 14
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
sizes LineLength Line is longer than 100 characters (found 139). 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 30
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 32
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 32
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 33
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 34
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 37
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 38
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 39
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 40
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 43
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 43
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 44
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 44
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 45
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 46
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 5
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 9
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'javax.ejb.ApplicationException'. 4
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 10
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.inject.Alternative' import. Should be before 'lombok.*'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.*'. 6
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'javax.interceptor.InterceptorBinding'. 4
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Inherited' import. Should be before 'javax.interceptor.InterceptorBinding'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'javax.interceptor.InterceptorBinding'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'javax.interceptor.InterceptorBinding'. 7
 Warning
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
 Warning
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
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 19
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 20
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 20
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 21
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 22
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Optional' import. Should be before 'javax.servlet.http.HttpServletResponse'. 11
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 22
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 23
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 23
 Warning
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
 Warning
blocks NeedBraces 'else' construct must use '{}'s. 25
 Warning
indentation Indentation 'else' has incorrect indentation level 8, expected level should be 4. 25
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 30
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 31
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 31
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 32
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 41
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning
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
 Warning
blocks NeedBraces 'else' construct must use '{}'s. 43
 Warning
indentation Indentation 'else' has incorrect indentation level 8, expected level should be 4. 43
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 9
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 18
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.crypto.spec.PBEKeySpec'. 5
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.security.NoSuchAlgorithmException' import. Should be before 'javax.crypto.spec.PBEKeySpec'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.security.SecureRandom' import. Should be before 'javax.crypto.spec.PBEKeySpec'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.security.spec.InvalidKeySpecException' import. Should be before 'javax.crypto.spec.PBEKeySpec'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.security.spec.KeySpec' import. Should be before 'javax.crypto.spec.PBEKeySpec'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'javax.crypto.spec.PBEKeySpec'. 10
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 16
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 16
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 17
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 18
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 19
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 20
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 22
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 24
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 32
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning
indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 47
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 51
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 52
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 53
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 56
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 57
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 60
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 61
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 64
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 66
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 66
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 67
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 67
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 68
 Warning
indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 69
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

usecase/comment/CommentDTO.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. 7
 Warning
annotation AnnotationLocation Annotation 'Builder' should be alone on line. 12
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'CommentDTO' must contain no more than '2' consecutive capital letters. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.DenyBannedUsers'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.DenyBannedUsers'. 17
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.DenyBannedUsers'. 18
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.DenyBannedUsers'. 19
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'usecase.auth.DenyBannedUsers'. 20
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.DenyBannedUsers'. 21
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.DenyBannedUsers'. 22
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.auth.DenyBannedUsers'. 23
 Warning
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
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 43
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 44
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning
whitespace MethodParamPad '(' is preceded with whitespace. 55
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 55
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 57
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 71
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 72
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 76
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 81
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 82
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 83
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 86
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 91
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning
sizes LineLength Line is longer than 100 characters (found 129). 92
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 93
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 96
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 101
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 106
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 111
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 113
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 116
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 118
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 124
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 124
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 126
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 126
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 131
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 139
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 140
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 150
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 157
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 158
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 34
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 30
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
whitespace ParenPad '(' is followed by whitespace. 38
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 30
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 36
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 36
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 37
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 38
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 38
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 39
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
sizes LineLength Line is longer than 100 characters (found 104). 43
 Warning
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
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

usecase/follow/FollowService.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.CurrentUser'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.CurrentUser'. 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 27
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 32
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 37
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 43
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 48
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 53
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning
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
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 32
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 13
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 35
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

usecase/post/DeletePostServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 34
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
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
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 26
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 35
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 46
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 50
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 55

usecase/post/LoadPostsServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'javax.servlet.http.HttpServletResponse'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'javax.servlet.http.HttpServletResponse'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.ZoneOffset' import. Should be before 'javax.servlet.http.HttpServletResponse'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.servlet.http.HttpServletResponse'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.servlet.http.HttpServletResponse'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.function.Function' import. Should be before 'javax.servlet.http.HttpServletResponse'. 17
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - usecase.post.PostSearchForm.SortCriteria.*. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'lambda arguments' has incorrect indentation level 12, expected level should be 8. 29
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 37
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 69
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.section.SectionService'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.section.SectionService'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.section.SectionService'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.section.SectionService'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.section.SectionService'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.section.SectionService'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.Part' import. Should be before 'usecase.section.SectionService'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.section.SectionService'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.section.SectionService'. 17
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 34
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 51
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 51
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 52
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 53
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 53
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 54
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 54
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 55
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning
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
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'PostEditDTO' must contain no more than '2' consecutive capital letters. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. 6
 Warning
annotation AnnotationLocation Annotation 'Builder' should be alone on line. 11
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
naming MemberName Member name 'nComments' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 23
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Getter'. 6
 Warning
whitespace EmptyLineSeparator ';' should be separated from previous statement. 11
 Warning
indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 11
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.DenyBannedUsers'. 18
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.DenyBannedUsers'. 19
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.DenyBannedUsers'. 20
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.DenyBannedUsers'. 21
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.NotNull' import. Should be before 'usecase.auth.DenyBannedUsers'. 22
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'usecase.auth.DenyBannedUsers'. 23
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.DenyBannedUsers'. 24
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.DenyBannedUsers'. 25
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.DenyBannedUsers'. 26
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.DenyBannedUsers'. 27
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.DenyBannedUsers'. 28
 Warning
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
 Warning
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
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 49
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 61
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 63
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 63
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 79
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 85
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 90
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 95
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 101
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 108
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 108
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 110
 Warning
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
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 113
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 116
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 117
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 118
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 118
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 119
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 120
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 122
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 124
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 124
 Warning
indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 125
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 126
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 128
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 128
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 129
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 131
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 131
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 134
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 134
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning
indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 139
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 139
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 140
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 141
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 142
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 143
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 144
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 144
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 145
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 146
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 147
 Warning
indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 148
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 148
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 149
 Warning
indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 150
 Warning
indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 151
 Warning
indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 156
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 162
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 164
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 164
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 169
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 179
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 180
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 195
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 204
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 206
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 211
 Warning
indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 212
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 213
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 214
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 216
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 217
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.comment.CommentService'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.comment.CommentService'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.comment.CommentService'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.comment.CommentService'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.comment.CommentService'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.comment.CommentService'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Collections' import. Should be before 'usecase.comment.CommentService'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.comment.CommentService'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.comment.CommentService'. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 44
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 45
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 46
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 47
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 47
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 48
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 48
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 49
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 59
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 9
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 18
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 24
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

usecase/section/DeleteSectionServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
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
 Warning
whitespace EmptyLineSeparator 'CLASS_DEF' should be separated from previous statement. 17
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 24
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 25
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 36
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 46
 Warning
sizes LineLength Line is longer than 100 characters (found 130). 69

usecase/section/NewSectionServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.Part' import. Should be before 'usecase.auth.AuthorizationConstraints'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.AuthorizationConstraints'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 15
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 31
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning
sizes LineLength Line is longer than 100 characters (found 105). 32
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 37
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
sizes LineLength Line is longer than 100 characters (found 125). 43
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 44
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 47
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
naming MemberName Member name 'nFollowers' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 22
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.CurrentUser'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.RequestScoped' import. Should be before 'usecase.auth.CurrentUser'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.inject.Produces' import. Should be before 'usecase.auth.CurrentUser'. 17
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. 18
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Named' import. Should be before 'usecase.auth.CurrentUser'. 19
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.CurrentUser'. 20
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.CurrentUser'. 21
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.NotNull' import. Should be before 'usecase.auth.CurrentUser'. 22
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'usecase.auth.CurrentUser'. 23
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.CurrentUser'. 24
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. 25
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.CurrentUser'. 26
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.temporal.ChronoUnit' import. Should be before 'usecase.auth.CurrentUser'. 27
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.CurrentUser'. 28
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'usecase.auth.CurrentUser'. 29
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.CurrentUser'. 30
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 46
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 47
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 59
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 61
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 73
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 78
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 82
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 91
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 92
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning
indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 98
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 99
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 101
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 101
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 104
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning
indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 106
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 111
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 115
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 116
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 119
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 121
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 126
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 131
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 136
 Warning
indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 137
 Warning
indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 138
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 141
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 146
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 151
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 158
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning
sizes LineLength Line is longer than 100 characters (found 106). 159
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 162
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 169
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 10
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 25
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
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
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 21
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 22
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 26
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

usecase/user/AddBanServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.AuthorizationConstraints'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.ZoneOffset' import. Should be before 'usecase.auth.AuthorizationConstraints'. 15
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 35
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 38
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. 7
 Warning
annotation AnnotationLocation Annotation 'AllArgsConstructor' should be alone on line. 12
 Warning
annotation AnnotationLocation Annotation 'Data' should be alone on line. 12
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'BanDTO' must contain no more than '2' consecutive capital letters. 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.AdminsOnly'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AdminsOnly'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.AdminsOnly'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.Future' import. Should be before 'usecase.auth.AdminsOnly'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.NotNull' import. Should be before 'usecase.auth.AdminsOnly'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'usecase.auth.AdminsOnly'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'usecase.auth.AdminsOnly'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.AdminsOnly'. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 30
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 51
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 56
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 60
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 66
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning
indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 71
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 71
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 72
 Warning
indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 73
 Warning
indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
sizes LineLength Line is longer than 100 characters (found 129). 29
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.MultipartConfig' import. Should be before 'usecase.auth.CurrentUser'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.CurrentUser'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.Part' import. Should be before 'usecase.auth.CurrentUser'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'usecase.auth.CurrentUser'. 17
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. 18
 Warning
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
 Warning
whitespace EmptyLineSeparator 'CLASS_DEF' should be separated from previous statement. 24
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 34
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 37
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 55
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 58
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 59
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.CurrentUser'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.CurrentUser'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.CurrentUser'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.CurrentUser'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.CurrentUser'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'usecase.auth.CurrentUser'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.Objects' import. Should be before 'usecase.auth.CurrentUser'. 15
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 29
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 30
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 30
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 32
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 40
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 41
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 50
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 50
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 52
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 55
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 56
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 57
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 58
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.AuthorizationConstraints'. 13
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 6
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 7
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 26
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 13
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.Size' import. Should be before 'model.validation.UniqueEmail'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'model.validation.UniqueEmail'. 13
 Warning
annotation AnnotationLocation Annotation 'AllArgsConstructor' should be alone on line. 18
 Warning
annotation AnnotationLocation Annotation 'Data' should be alone on line. 18
 Warning
annotation AnnotationLocation Annotation 'Getter' should be alone on line. 18
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 21
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.time.Instant' import. Should be before 'lombok.Data'. 6
 Warning
annotation AnnotationLocation Annotation 'Builder' should be alone on line. 11
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - model.validation.*. 8
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - usecase.auth.*. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 13
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 14
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.Valid' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 15
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.validation.constraints.NotBlank' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 16
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 17
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 18
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'usecase.auth.Pbkdf2PasswordHash.HashedPassword'. 19
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 37
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 49
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 60
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 65
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 70
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 75
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 80
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 85
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 90
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 95
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 99
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 108
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 113
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 117
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 124
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 125
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning
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
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 130
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 133
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 133
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 136
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 136
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 141
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 141
 Warning
indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 142
 Warning
indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 143
 Warning
indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 144
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 144
 Warning
indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 145
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 146
 Warning
indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 147
 Warning
indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 148
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 152
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 161
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.servlet.http.HttpServletResponse'. 10
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 22
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1

usecase/vote/UnvoteServlet.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 13
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 32
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 32
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 34
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 34
 Warning
indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 37
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 43
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning
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
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - model.entity.*. 3
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.enterprise.context.ApplicationScoped' import. Should be before 'usecase.auth.CurrentUser'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.CurrentUser'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.transaction.Transactional' import. Should be before 'usecase.auth.CurrentUser'. 12
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 26
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning
indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 31
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 36
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 40
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 45
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 49
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 54
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 58
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 63
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 67
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 72
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 76
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 76
 Warning
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
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 80
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 85
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 90
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 90
 Warning
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
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 94
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 99
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 107
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning
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
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.inject.Inject' import. Should be before 'usecase.auth.AuthorizationConstraints'. 8
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.ServletException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 9
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.annotation.WebServlet' import. Should be before 'usecase.auth.AuthorizationConstraints'. 10
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletRequest' import. Should be before 'usecase.auth.AuthorizationConstraints'. 11
 Warning
imports CustomImportOrder Wrong lexicographical order for 'javax.servlet.http.HttpServletResponse' import. Should be before 'usecase.auth.AuthorizationConstraints'. 12
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'usecase.auth.AuthorizationConstraints'. 13
 Warning
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
 Warning
indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning
sizes LineLength Line is longer than 100 characters (found 121). 27
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning
indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 33
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 34
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 34
 Warning
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
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 36
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 36
 Warning
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
 Warning
blocks NeedBraces 'else' construct must use '{}'s. 38
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 38
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 40
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 40
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 41
 Warning
indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 41
 Warning
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
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 43
 Warning
blocks NeedBraces 'if' construct must use '{}'s. 43
 Warning
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
 Warning
blocks NeedBraces 'else' construct must use '{}'s. 45
 Warning
indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 45
 Warning
indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning
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
 Warning
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
 Warning
whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 47
 Warning
whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 47
 Warning
indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 48
 Warning
indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning
indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning
indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning
sizes LineLength Line is longer than 100 characters (found 122). 54
 Warning
indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning
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
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1