[PPP-502] TKMS - Add decorator for message headers #208
Checkstyle Source Code Analyzer report
24 violation(s) found
Annotations
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.springframework.context.annotation.Import'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.context.annotation.Import'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
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)
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'transactionActive' 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 Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.nio.charset.StandardCharsets' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicInteger' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.stream.Stream' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.stream.StreamSupport' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Import statement for 'org.assertj.core.api.Assertions.assertThat' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Import statement for 'org.awaitility.Awaitility.await' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Import statement for 'org.junit.jupiter.api.Assertions.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
',' is preceded with whitespace.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Component'.
github-actions / Checkstyle Report-(3.2.2)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.