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 256706 - NullPointerException at org.netbeans.cheat.sheet.CodeTemplatesTopComponent.resultChanged
Summary: NullPointerException at org.netbeans.cheat.sheet.CodeTemplatesTopComponent.re...
Status: RESOLVED DUPLICATE of bug 256557
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 07:09 UTC by j0inty
Modified: 2016-05-16 15:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221268


Attachments
stacktrace (1.98 KB, text/plain)
2015-11-20 07:09 UTC, j0inty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description j0inty 2015-11-20 07:09:10 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 7

User Comments:
j0inty: Open a PHP-Project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.cheat.sheet.CodeTemplatesTopComponent.resultChanged(CodeTemplatesTopComponent.java:275)
   at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:114)
   at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:159)
   at org.netbeans.modules.openide.windows.GlobalActionContextImpl.propertyChange(GlobalActionContextImpl.java:194)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
Comment 1 j0inty 2015-11-20 07:09:17 UTC
Created attachment 157427 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-16 15:24:52 UTC

*** This bug has been marked as a duplicate of bug 256557 ***