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 256420

Summary: NullPointerException at org.qcc.modules.learningpalette.PaletteManager.reloadPaletteItems
Product: updatecenters Reporter: haoloi
Component: PluginportalAssignee: Jiri Kovalsky <jkovalsky>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221018
Attachments: stacktrace

Description haoloi 2015-11-06 17:07:29 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
haoloi: I need help to figure out the above NullPointerException problem.  Thanks.




Stacktrace: 
java.lang.NullPointerException
   at org.qcc.modules.learningpalette.PaletteManager.reloadPaletteItems(PaletteManager.java:162)
   at org.qcc.modules.learningpalette.PaletteManager.<init>(PaletteManager.java:38)
   at org.qcc.modules.learningpalette.PaletteManager.getInstance(PaletteManager.java:195)
   at org.qcc.modules.learningpalette.SourceFilePaletteFactory.createPalette(SourceFilePaletteFactory.java:41)
   at sun.reflect.GeneratedMethodAccessor63.invoke(GeneratedMethodAccessor63.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 haoloi 2015-11-06 17:07:31 UTC
Created attachment 157192 [details]
stacktrace
Comment 2 Tomas Hurka 2016-01-04 09:02:16 UTC
NPE is caused by module 'org.netbeans.modules.newsnippets2', source of the module looks to be here: https://github.com/CSC212/NetBeansPalette
Where did you get this module?
Comment 3 Tomas Hurka 2016-01-04 12:54:06 UTC
According to the reporter, this issue is invalid. Closing.