]> source.dussan.org Git - sonarqube.git/blob
a9fa314ab2573c1d3a27c482f720a87236af7be1
[sonarqube.git] /
1 <p>
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
5 used.
6 </p>
7 <p>
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.
11 </p>