Bug 283342

Summary: [quick fix] Add quick fix to remove obsolete label
Product: [Eclipse Project] JDT Reporter: Benjamin Muskalla <b.muskalla>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, markus.kell.r
Version: 3.5Keywords: helpwanted
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.