vesperin / vesper

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

Removing `code regions` refactoring does not work #25

Closed hsanchez closed 10 years ago

hsanchez commented 10 years ago

Removing code regions refactoring does not check for usages of all of the region’s children. For example, when removing a code block from a method declaration, and this code block contains variables that are used in other method declarations, vesper won’t stop you from doing it and your code will end up in an invalid state.

hsanchez commented 10 years ago

closed by #27