Add TaskContext to tasks to be track e2e instant transfer information #267
Checkstyle Source Code Analyzer report
9 violation(s) found
Annotations
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'.
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.
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'.
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'.
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'.
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'.
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'.
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
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]*)?$'.