vesperin / vesper

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

RemoveUnusedImports is broken #5

Closed hsanchez closed 10 years ago

hsanchez commented 10 years ago

there should be only one ASTRewrite, the one for compilation unit and should be shared among all imports that will be deleted. This way ONLY one delta will be created, instead of many orthogonal deltas, whose application will create conflicts during commit.

hsanchez commented 10 years ago

closing because Pull Request #9