ponder-lab / Constants-to-Enum-Eclipse-Plugin

A research prototype Eclipse plugin that refactors Java legacy code to make use of the new enum program construct that was introduced in Java 5.
Eclipse Public License 1.0
3 stars 2 forks source link

Fields selected in the wizard are ignored by the refactoring #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select fields to refactor in the wizard.
2. Proceed with the refactoring.

What is the expected output? 

The fields selected in the wizard should be the only ones refactored.

What do you see instead?

All fields appearing in the wizard are refactored.

Original issue reported on code.google.com by raffi.t.khatchadourian on 17 Sep 2010 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by raffi.t.khatchadourian on 10 Oct 2010 at 8:27