Donate Share

Eclipse Checkstyle Plug-in

Tracker: Feature Requests

5 QuickFix/Find Similar Problem - ID: 1675090
Last Update: Comment added ( lkoe )

Hello,

A new feature exists in Eclispe's 3.2 Quick fix.
It's the magic button "Find Similar Problems"
When you click on that button you can apply the same fix for the same
problem.

Can you please implements this feature with checkstyle.

Thank you
Regards


chris_furet ( chris_furet ) - 2007-03-06 16:58

5

Open

None

Nobody/Anonymous

Quickfixes

None

Public


Comment ( 1 )

Date: 2007-03-22 22:03
Sender: lkoeProject Admin


I looked into it.
To get this working we would need our MarkerResolutions to extend from
WorkbenchMarkerResolution.
Unfortunatly this abstract class was introduced in Eclipse 3.2.
If I would implement this feature we would break compatibility of the
plugin with Eclipse 3.0/3.1, which is not desirable since many corporate
users are still hooked with those versions.

We also lack the resources to maintain 2 development streams, so I figure
this feature would be unimplementable until Eclipse 3.0/3.1 goes into
retirement.

However, we could implement a similar feature for the Checkstyle
violations view, where you could select a bug category and invoke something
like "Fix all occurrences".
How would you like that?


Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.