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 270720

Summary: NullPointerException at org.netbeans.cheat.sheet.CodeTemplatesTopComponent.resultChanged
Product: platform Reporter: lehel
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229237
Attachments: stacktrace

Description lehel 2017-05-23 14:22:35 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Windows 10

User Comments:
lehel: searching




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.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:222)
   at org.netbeans.modules.openide.windows.GlobalActionContextImpl.propertyChange(GlobalActionContextImpl.java:194)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
Comment 1 lehel 2017-05-23 14:22:37 UTC
Created attachment 164386 [details]
stacktrace