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 - NullPointerException at org.netbeans.cheats.CodeTemplatesTopComponent.resultChanged
Summary: NullPointerException at org.netbeans.cheats.CodeTemplatesTopComponent.resultC...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-31 20:06 UTC by chaos7703
Modified: 2015-01-05 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214539


Attachments
stacktrace (3.15 KB, text/plain)
2014-12-31 20:06 UTC, chaos7703
Details

Note You need to log in before you can comment on or make changes to this bug.
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