I thought perhaps we could make some progress on the enum plugin while the GSoC applications are pending. Is there any issues in the list (http://code.google.com/p/constants-to-enum-eclipse-plugin/issues/list) that you are interested/comfortable working on? Probably the most important issue right now pertains to developing the refactoring wizard.
Benjamin, any thoughts?
Raffi
Unfortunately I am very busy with exam period now, so I don't have much
time for the plugin, but while checking out the plugin, I found some
major bugs just by using some simple static final int to convert to
enums where it would convert each constant into a different enum entry.
The other one as you pointed is the wizard, which needs a lot of work
(also to let the user select which constants to convert etc.). I d love
to work on these two things first, maybe starting with the wizard to get
familiar with the plugin!
Regards,
George
On Apr 14, 2010, at 7:12 PM, George Trigeorgis wrote:
> Unfortunately I am very busy with exam period now, so I don't have much
> time for the plugin, but while checking out the plugin, I found some
> major bugs just by using some simple static final int to convert to
> enums where it would convert each constant into a different enum entry.
What exactly do you mean by this? Do you mean that each constant would be a "singleton" in an individual enum type?
> The other one as you pointed is the wizard, which needs a lot of work
Agreed, but it's off to a good start thanks to Benjamin.
> (also to let the user select which constants to convert etc.).
Ah, I see the problem. You can do this by selecting multiple constants prior to starting the refactoring. Let me know if that helps.
> I d love
> to work on these two things first, maybe starting with the wizard to get
> familiar with the plugin!
Yes, that may be a good start. In fact, what would be very helpful would be to break down all the issues with the wizard into google code issues. Good luck with the exams!
Raffi