Skip to content

Add TaskContext to tasks to be track e2e instant transfer information #267

Add TaskContext to tasks to be track e2e instant transfer information

Add TaskContext to tasks to be track e2e instant transfer information #267

GitHub Actions / Checkstyle Report-(3.2.3) completed Aug 8, 2024 in 0s

Checkstyle Source Code Analyzer report

9 violation(s) found

Annotations

Check warning on line 8 in integration-tests/src/test/java/com/transferwise/tasks/testapp/testbeans/JambiTaskRegistrationInterceptor.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Component'.

Check warning on line 12 in integration-tests/src/test/java/com/transferwise/tasks/testapp/TaskInterceptionIntTest.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Import statement for 'org.junit.jupiter.api.Assertions.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.

Check warning on line 20 in integration-tests/src/test/java/com/transferwise/tasks/testapp/config/TestConfiguration.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'io.micrometer.core.instrument.MeterRegistry' import. Should be before 'java.util.List'.

Check warning on line 16 in tw-tasks-core/src/main/java/com/transferwise/tasks/dao/TaskDaoDataSerializer.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'com.transferwise.tasks.domain.TaskContext' import. Should be before 'javax.annotation.Nonnull'.

Check warning on line 7 in tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'lombok.experimental.Accessors'.

Check warning on line 8 in tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Map' import. Should be before 'lombok.experimental.Accessors'.

Check warning on line 9 in tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Objects' import. Should be before 'lombok.experimental.Accessors'.

Check warning on line 10 in tw-tasks-core/src/main/java/com/transferwise/tasks/domain/TaskContext.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Optional' import. Should be before 'lombok.experimental.Accessors'.

Check warning on line 93 in tw-tasks-core/src/main/java/com/transferwise/tasks/TasksService.java

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck

Parameter name '_request' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.