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
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.
Loading