JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Unused variables - Detect when a variable is only deleted

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.

  • Blake De'Ath
  • Jun 12 2019
  • IDE Backlog
  • Attach files
  • Kevin Saul commented
    June 13, 2019 04:59

    This was also asked for in the comments for original idea (https://jedi.ideas.jadeworld.com/ideas/JAD-I-177)

  • Guest commented
    June 12, 2019 02:50

    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?