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 - NullPointerException at org.qcc.modules.learningpalette.PaletteManager.reloadPaletteItems
Summary: NullPointerException at org.qcc.modules.learningpalette.PaletteManager.reload...
Status: RESOLVED INVALID
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Kovalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-06 17:07 UTC by haoloi
Modified: 2016-01-04 12:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221018


Attachments
stacktrace (2.47 KB, text/plain)
2015-11-06 17:07 UTC, haoloi
Details

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