Feat: add buffer file grpc #27
Checkstyle Source Code Analyzer report
56 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'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - jakarta.persistence.*.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.time.LocalDateTime'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
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.HashMap'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.stereotype.Service'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Service'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Service'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - jakarta.persistence.*.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.time.LocalDateTime'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.hibernate.annotations.CreationTimestamp'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.hibernate.annotations.CreationTimestamp'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
',' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
',' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.