Checkstyle report
33 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.io.IOException'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.slf4j.LoggerFactory'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Queue' import. Should be before 'org.slf4j.LoggerFactory'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.slf4j.LoggerFactory'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'javax.annotation.Nullable' import. Should be before 'org.slf4j.LoggerFactory'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
')' is preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
'typecast' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'+' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck
At-clause should have a non-empty description.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.ArrayDeque'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.ArrayDeque' import. Should be before 'org.mockito.Mockito'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Queue' import. Should be before 'org.mockito.Mockito'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'internalAuthEnabled' declaration and its first usage is 4, 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.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'auditLogWriterMock' declaration and its first usage is 4, 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.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'internalAuthEnabled' declaration and its first usage is 4, 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.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'auditLogWriterMock' declaration and its first usage is 4, 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.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
'METHOD_DEF' should be separated from previous line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.ArrayDeque'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.