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 172470 - 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 13:08 UTC by Tomas Mysik
Modified: 2009-09-17 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158669


Attachments
stacktrace (2.14 KB, text/plain)
2009-09-17 13:08 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2009-09-17 13:08:35 UTC
Build: NetBeans IDE Dev (Build 090917)
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.28-15-generic, amd64

User Comments:
tmysik: - create php file
- put there: //"aaaa"
- select that text
- ALT + Enter (invoke hint)



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.editor.hints.HintsUI.invokeDefaultAction(HintsUI.java:490)
        at org.netbeans.modules.editor.hints.HintsUI.keyPressed(HintsUI.java:552)
        at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:233)
        at java.awt.Component.processKeyEvent(Component.java:6221)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2801)
        at java.awt.Component.processEvent(Component.java:6040)
Comment 1 Tomas Mysik 2009-09-17 13:08:39 UTC
Created attachment 87854 [details]
stacktrace
Comment 2 Jiri Prox 2009-09-17 13:27:50 UTC

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