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 - NullPointerException at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction
Summary: NullPointerException at org.netbeans.modules.editor.hints.HintsUI.invokeDefau...
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Max Sauer
URL: http://statistics.netbeans.org/except...
Keywords:
: 172469 172470 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-17 08:47 UTC by Michal Mocnak
Modified: 2009-09-21 10:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158648


Attachments
stacktrace (1.96 KB, text/plain)
2009-09-17 08:47 UTC, Michal Mocnak
Details
stacktrace (2.09 KB, text/plain)
2009-09-18 12:39 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
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