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 249590

Summary: NullPointerException at org.netbeans.cheats.CodeTemplatesTopComponent.resultChanged
Product: platform Reporter: chaos7703 <chaos7703>
Component: Window SystemAssignee: Geertjan Wielenga <geertjan>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214539
Attachments: stacktrace

Description chaos7703 2014-12-31 20:06:21 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
Chaos7703: After adding the "Code Templates" plugin, the IDE seems to throw NullPointerExceptions fairly regulary.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.cheats.CodeTemplatesTopComponent.resultChanged(CodeTemplatesTopComponent.java:276)
   at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:114)
   at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:156)
   at org.netbeans.modules.openide.windows.GlobalActionContextImpl.blickActionMapImpl(GlobalActionContextImpl.java:130)
   at org.netbeans.modules.openide.windows.GlobalActionContextImpl.blickActionMap(GlobalActionContextImpl.java:106)
   at org.netbeans.modules.openide.windows.GlobalActionContextImpl.propertyChange(GlobalActionContextImpl.java:200)
Comment 1 chaos7703 2014-12-31 20:06:23 UTC
Created attachment 151334 [details]
stacktrace