vesperin / vesper

source code curation library for Java 1.6 and above
1 stars 0 forks source link

Rename local variable refactoring does not work #24

Closed hsanchez closed 10 years ago

hsanchez commented 10 years ago

When trying to rename a variable declaration statement (e.g., local variable) that appears in sub-sequent blocks of code (e.g., static block), vesper will only rename the variable and will not make any effort on introspecting the sub-sequent block of code to see if the renamed variable has instances (usages) that need to be renamed as well; leaving instances of the renamed variable untouched.

hsanchez commented 10 years ago

closed by #27