2 This instruction assigns a value to a local variable,
3 but the value is not read or used in any subsequent instruction.
4 Often, this indicates an error, because the value computed is never
8 Note that Sun's javac compiler often generates dead stores for
9 final local variables. Because FindBugs is a bytecode-based tool,
10 there is no easy way to eliminate these false positives.