Skip to content

add filter for querying task types by status #243

add filter for querying task types by status

add filter for querying task types by status #243

GitHub Actions / Checkstyle Report-(2.7.14) completed Apr 2, 2024 in 0s

Checkstyle Source Code Analyzer report

1 violation(s) found

Annotations

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

See this annotation in the file changed.

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

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

Distance between variable 'task1' 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).