Skip to content

[PPP-502] TKMS - Add decorator for message headers #208

[PPP-502] TKMS - Add decorator for message headers

[PPP-502] TKMS - Add decorator for message headers #208

GitHub Actions / Checkstyle Report-(3.2.2) completed Aug 6, 2024 in 0s

Checkstyle Source Code Analyzer report

24 violation(s) found

Annotations

Check warning on line 19 in tw-tkms-starter/src/main/java/com/transferwise/kafka/tkms/config/TkmsAutoConfiguration.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 20 in tw-tkms-starter/src/main/java/com/transferwise/kafka/tkms/config/TkmsAutoConfiguration.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 8 in tw-tkms-starter/src/main/java/com/transferwise/kafka/tkms/api/ITkmsMessageDecorator.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '{' is not preceded with whitespace.

Check warning on line 82 in tw-tkms-starter/src/main/java/com/transferwise/kafka/tkms/api/TkmsMessage.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '{' is not preceded with whitespace.

Check warning on line 84 in tw-tkms-starter/src/main/java/com/transferwise/kafka/tkms/api/TkmsMessage.java

See this annotation in the file changed.

@github-actions 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)

Check warning on line 84 in tw-tkms-starter/src/main/java/com/transferwise/kafka/tkms/api/TkmsMessage.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '{' is not preceded with whitespace.

Check warning on line 150 in tw-tkms-starter/src/main/java/com/transferwise/kafka/tkms/TransactionalKafkaMessageSender.java

See this annotation in the file changed.

@github-actions 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).

Check warning on line 15 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 16 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 17 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 18 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 19 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 20 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 21 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 23 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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.

Check warning on line 24 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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.

Check warning on line 25 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions 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.

Check warning on line 60 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.

Check warning on line 60 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.

Check warning on line 61 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.

Check warning on line 61 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.

Check warning on line 66 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessageDecorationTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.

Check warning on line 7 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/test/TestMessageDecorator.java

See this annotation in the file changed.

@github-actions 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'.

Check warning on line 13 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/test/TestMessageDecorator.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '{' is not preceded with whitespace.