This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 172469

Summary: NullPointerException at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction
Product: java Reporter: Marian Petras <mpetras>
Component: HintsAssignee: Max Sauer <msauer>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=5934
Issue Type: DEFECT Exception Reporter: 5934
Attachments: stacktrace

Description Marian Petras 2009-09-17 12:45:34 UTC
Build: NetBeans IDE Dev (Build 090916)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.26-1-amd64, amd64

User Comments:
mpetras: I tried to set a line breakpoint by clicking on the corresponding line number in the left gutter (side bar).



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction(HintsUI.java:488)
        at org.netbeans.modules.editor.hints.FixAction.actionPerformed(FixAction.java:64)
        at org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction.actionPerformed(IsOverriddenAnnotationAction.java:92)
        at org.netbeans.editor.GlyphGutter$GutterMouseListener.mouseClicked(GlyphGutter.java:762)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:252)
        at java.awt.Component.processMouseEvent(Component.java:6266)
Comment 1 Marian Petras 2009-09-17 12:45:41 UTC
Created attachment 87852 [details]
stacktrace
Comment 2 Max Sauer 2009-09-17 12:50:21 UTC
Already fixed, please update your build.. Sorry for inconvenience.

*** This issue has been marked as a duplicate of 172437 ***