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

Summary: NullPointerException at org.netbeans.modules.html.editor.completion.HtmlPaletteCompletionProvider$PaletteCompletionItem.defaultAction
Product: web Reporter: gameshas
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220798
Attachments: stacktrace

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