Skip to content

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

Add TaskContext to tasks to be track e2e instant transfer information

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

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

SpotBugs Source Code Analyzer report

1 violation(s) found

Annotations

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

See this annotation in the file changed.

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

DLS_DEAD_LOCAL_STORE

Dead store to zoppy in com.transferwise.tasks.testapp.TaskDataIntTest.compressionWorks(String, String, int, byte[])
Raw output
This instruction assigns a value to a local variable, but the value is not read or used in any subsequent instruction. Often, this indicates an error, because the value computed is never used.

Note that Sun's javac compiler often generates dead stores for final local variables. Because SpotBugs is a bytecode-based tool, there is no easy way to eliminate these false positives.