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

Wizard should point out where preconditions fail #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if the wizard can point out in the code either a list or an 
example of a situation 
that causes the refactoring pre-conditions to fail

Original issue reported on code.google.com by raffi.t.khatchadourian on 3 Sep 2009 at 3:00

GoogleCodeExporter commented 9 years ago
In the new wizard, a list of "found problems" comes up with space for context 
information. This seems like a 
good place to put an example of where the refactoring fails. I have attached a 
screenshot.

Original comment by raffi.t.khatchadourian on 13 Mar 2010 at 10:30

Attachments:

khatchad commented 9 years ago

I think there's a way to do with with refactoring contexts.