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 262461

Summary: NullPointerException at org.netbeans.cheat.sheet.CodeTemplatesTopComponent.resultChanged
Product: platform Reporter: wilmar <wilmar>
Component: NavigatorAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224606
Attachments: stacktrace

Description wilmar 2016-06-17 05:20:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
wilmar: Only start the IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.cheat.sheet.CodeTemplatesTopComponent.resultChanged(CodeTemplatesTopComponent.java:276)
   at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:114)
   at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:159)
   at org.netbeans.modules.navigator.NavigatorController.propertyChange(NavigatorController.java:708)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
Comment 1 wilmar 2016-06-17 05:20:45 UTC
Created attachment 160076 [details]
stacktrace