Feat: add buffer file grpc #27
Checkstyle Source Code Analyzer report
129 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.List'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'source' declaration and its first usage is 6, 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).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.Locale'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Locale' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.MissingResourceException' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.ResourceBundle' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
Check warning on line 3 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - jakarta.persistence.*.
Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.time.LocalDate'
Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'lombok.Setter'.
Check warning on line 10 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'lombok.Setter'.
Check warning on line 16 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'annotation array initialization' child has incorrect indentation level 8, expected level should be 4.
Check warning on line 21 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
',' is not followed by whitespace.
Check warning on line 21 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
Check warning on line 21 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
Check warning on line 3 in user-service/src/main/java/com/blubin/userservice/model/Country.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - jakarta.persistence.*.
Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/Country.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.UUID'
Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/Country.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'lombok.Setter'.
Check warning on line 18 in user-service/src/main/java/com/blubin/userservice/model/Country.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
',' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.Objects'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Objects' import. Should be before 'org.hibernate.Hibernate'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.hibernate.Hibernate'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
'if' construct must use '{}'s.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
'if' construct must use '{}'s.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'&&' should be on a new line.