Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 178230

Summary: Cannot open Quick Fix popup by clicking lightbulb in editor ruler (command undefined)
Product: [Eclipse Project] Platform Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: Paul Webster <pwebster>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3 CC: daniel_megert
Version: 3.3   
Target Milestone: 3.3 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2007-03-20 07:19:27 EDT
I20070320-0010, worked fine in M5a

- Paste this class to the empty Package Explorer:
public class T {
	void m() {
		if (x)
			return;
	}
}

- Click on the Quick Fix light bulb in the left ruler of the editor
=> Error in log, Quick Fix popup is not shown

!ENTRY org.eclipse.ui 4 4 2007-03-20 12:14:14.140
!MESSAGE Command AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction is undefined
Comment 1 Dani Megert CLA 2007-03-20 07:24:18 EDT
This is probably a dup of bug 178228.
Comment 2 Dani Megert CLA 2007-03-20 07:35:25 EDT

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