The JADE 2022 release meets tomorrow’s business demands.
Sometimes when refactoring a method, the use of a transient local variable is removed, but the deletion of the variable in the epilog may be missed. It would be useful if the detection of unused local variables could detect if the only use of a variable is a delete.
This was also asked for in the comments for original idea (https://jedi.ideas.jadeworld.com/ideas/JAD-I-177)
In the TOI it was mentioned this scenario would be still classified as a 'used' variable. I wonder if this should be redefined as removing dead code?