Bug 283342 - [quick fix] Add quick fix to remove obsolete label
Summary: [quick fix] Add quick fix to remove obsolete label
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2009-07-13 17:30 EDT by Benjamin Muskalla CLA
Modified: 2009-07-17 09:12 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Muskalla CLA 2009-07-13 17:30:21 EDT
I20090528-2000

Snippet:

class A {
	void f() {
		label: for (int i = 0; i < 3; i++) {
		}
	}
}


There should be a quick to remove the obsolete label.