Assignments
Defects in assignment statements where the write is either unjustified or pointless. An assignment whose value no one can reason about, or whose result is computed and then discarded, signals that the surrounding logic has drifted — a dead store, a forgotten use, or an intent that the code no longer carries out.