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 - NullPointerException at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction
Summary: NullPointerException at org.netbeans.modules.editor.hints.HintsUI.invokeDefau...
Status: RESOLVED DUPLICATE of bug 172437
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 12:45 UTC by Marian Petras
Modified: 2009-09-17 12:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 5934


Attachments
stacktrace (2.09 KB, text/plain)
2009-09-17 12:45 UTC, Marian Petras
Details

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