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 256198 - NullPointerException at org.netbeans.modules.html.editor.completion.HtmlPaletteCompletionProvider$PaletteCompletionItem.defaultAction
Summary: NullPointerException at org.netbeans.modules.html.editor.completion.HtmlPalet...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-27 12:11 UTC by gameshas
Modified: 2015-10-27 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220798


Attachments
stacktrace (2.99 KB, text/plain)
2015-10-27 12:11 UTC, gameshas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gameshas 2015-10-27 12:11:53 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
gameshas: used glyphicon autocomplete




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.editor.completion.HtmlPaletteCompletionProvider$PaletteCompletionItem.defaultAction(HtmlPaletteCompletionProvider.java:338)
   at org.netbeans.modules.editor.completion.CompletionImpl.dispatchKeyEvent(CompletionImpl.java:676)
   at org.netbeans.modules.editor.completion.CompletionImpl.keyPressed(CompletionImpl.java:404)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:0)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:0)
   at java.awt.Component.processKeyEvent(Component.java:0)
Comment 1 gameshas 2015-10-27 12:11:56 UTC
Created attachment 156997 [details]
stacktrace