Community
Participate
Working Groups
1. Create a simple class. public class Test { private int i; } 2. You should get a warning about the unused field 'i'. 3. Open the 'Problems' view, you should see the warning there. 4. Select the warning > Ctrl+1 5. Click 'Deselct All'. The 'Finish' button should be disabled.
Forgot to say I'm testing on I20100426-0852.
Remy, any guess as to whom to send this to ? Even thought he class is in markers it doesn't feel (to me) like a markers problem.
Fixed in org.eclipse.ui.internal.views.markers.QuickFixPage rev. 1.8.
Created attachment 180757 [details] Patch v01 Patch applied to CVS HEAD. Phew !! That was fast !!
I am not sure if it was fixed prior to the last comment. The isPageComplete() was overridden to always return a true.
Dani, I happened to pick the same bug a while ago. I did see a clash while trying to release the patch - I thought you were working on one of the other bugs. However, I have released the patch non-clashingly... I think I'll release any other changes I have once you are done.
(In reply to comment #6) > Dani, I happened to pick the same bug a while ago. I did see a clash while > trying to release the patch - I thought you were working on one of the other > bugs. However, I have released the patch non-clashingly... I think I'll release > any other changes I have once you are done. Yes, please wait until I'm done with bug 326000 completely. Note that the code you "fixed" already worked.
Verified for 3.7M3 on Linux-GTK with I20101025-1800.