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 172437

Summary: NullPointerException at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction
Product: java Reporter: Michal Mocnak <mmocnak>
Component: HintsAssignee: Max Sauer <msauer>
Status: VERIFIED FIXED    
Severity: blocker CC: gorrus
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=158648
Issue Type: DEFECT Exception Reporter: 158648
Attachments: stacktrace
stacktrace

Description Michal Mocnak 2009-09-17 08:47:13 UTC
Build: NetBeans IDE Dev (Build 200909170201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction(HintsUI.java:490)
        at org.netbeans.modules.editor.hints.FixAction.actionPerformed(FixAction.java:64)
        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:6351)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
Comment 1 Michal Mocnak 2009-09-17 08:47:20 UTC
Created attachment 87814 [details]
stacktrace
Comment 2 Michal Mocnak 2009-09-17 08:49:09 UTC
Upgrading to P1. It's 100% reproducible.

Steps to reproduce:
Just only try to add a breakpoint somewhere in the code.
Comment 3 Max Sauer 2009-09-17 09:01:25 UTC
I'm working on it already... Thanks.
Comment 4 Max Sauer 2009-09-17 09:17:26 UTC
Fixed, please verify, thanks.
---
http://hg.netbeans.org/jet-main/rev/317f924bbdb0
Comment 5 Max Sauer 2009-09-17 12:50:21 UTC
*** Issue 172469 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Prox 2009-09-17 13:27:50 UTC
*** Issue 172470 has been marked as a duplicate of this issue. ***
Comment 7 Egor Ushakov 2009-09-18 12:39:43 UTC
Build: NetBeans IDE Dev (Build 090917)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: SunOS, 5.11, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction(HintsUI.java:490)
        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 8 Egor Ushakov 2009-09-18 12:39:47 UTC
Created attachment 87905 [details]
stacktrace
Comment 9 Michal Mocnak 2009-09-21 10:08:05 UTC
Verified