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 104243 - NPE from HintsUI.invokeDefaultAction
Summary: NPE from HintsUI.invokeDefaultAction
Status: VERIFIED DUPLICATE of bug 109280
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM
: 104503 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-18 09:16 UTC by ehucka
Modified: 2007-11-05 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-05-18 09:16:05 UTC
NetBeans IDE Dev (Build 200705161800)
1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
Linux version 2.6.16-1.2122_FC5 running on i386
en_US (nb); UTF-8

The exception is thrown after I try to toggle line breakpoint after startup of
ide. Something is probably not initialized yet.

java.lang.NullPointerException
        at
org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction(HintsUI.java:425)
        at
org.netbeans.modules.editor.hints.FixAction.actionPerformed(FixAction.java:40)
        at
org.netbeans.editor.GlyphGutter$GutterMouseListener.mouseClicked(GlyphGutter.java:745)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:252)
        at java.awt.Component.processMouseEvent(Component.java:6041)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
Comment 1 Vitezslav Stejskal 2007-05-21 00:48:19 UTC
I could not reproduce it reliably, but it happend a couple of times after
restart as you reported. It might be related to issue #80975.
Comment 2 Vitezslav Stejskal 2007-05-23 06:39:38 UTC
*** Issue 104503 has been marked as a duplicate of this issue. ***
Comment 3 Vitezslav Stejskal 2007-06-18 05:15:58 UTC
Also see issue #105339.
Comment 4 Vitezslav Stejskal 2007-07-11 09:20:03 UTC
The stacktrace is slightly different from #109280, but not too much. Something is not right in
HintsUI.invokeDefaultAction, because these reports keep coming.

*** This issue has been marked as a duplicate of 109280 ***
Comment 5 ehucka 2007-08-03 08:57:06 UTC
verified duplicate