vesperin / vesper

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

RemoveUnusedParameter returns multiple deltas #8

Closed hsanchez closed 10 years ago

hsanchez commented 10 years ago

This strategy returns multiple deltas. It should return one delta (a list of of changes enclosed in one delta). Why? because deltas' changes are not visible among each other. Therefore, the if one delta is applied, the source in the rest of delta is never updated.

hsanchez commented 10 years ago

closing because Pull Request #9