Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 87217 - Apply multiple Quick Fixes from Problems view
Summary: Apply multiple Quick Fixes from Problems view
Status: RESOLVED DUPLICATE of bug 23889
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 16:27 EST by Danny Yates CLA
Modified: 2005-03-06 13:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danny Yates CLA 2005-03-05 16:27:37 EST
When there are multiple problems of the same kind (e.g. Unused import, access 
to static members/methods through non-static contexts, missing 
serialVersionUID, etc.) it would be useful to be able to select multiple 
problems in the problems view, right click and select Quick Fix. This would 
only work if multiple problems of the same kind are selected since this would 
allow identical proposed solutions (e.g. Organize imports, change access to 
declaring type, insert default/generated serialVersionUID, etc.)
Comment 1 Frederic Fusier CLA 2005-03-06 12:39:39 EST
Move to JDT/UI
Comment 2 Dirk Baeumer CLA 2005-03-06 13:54:31 EST

*** This bug has been marked as a duplicate of 23889 ***