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 236962 - NullPointerException: The brandingSource parameter cannot be null
Summary: NullPointerException: The brandingSource parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
: 238188 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-09 19:13 UTC by Exceptions Reporter
Modified: 2013-11-11 08:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204469


Attachments
stacktrace (3.64 KB, text/plain)
2013-10-09 19:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-10-09 19:13:26 UTC
This bug was originally marked as duplicate of bug 227374, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Netbeans error when selecting branding option

scanti: Pressed OK in Branding window




Stacktrace: 
java.lang.NullPointerException: The brandingSource parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.apisupport.project.spi.BrandingSupport$BrandedFile.setBrandingSource(BrandingSupport.java:585)
   at org.netbeans.modules.apisupport.project.spi.BrandingModel.setIconSource(BrandingModel.java:239)
   at org.netbeans.modules.apisupport.project.suite.SuiteBrandingModel.setIconSource(SuiteBrandingModel.java:125)
   at org.netbeans.modules.apisupport.project.ui.branding.BasicBrandingPanel.store(BasicBrandingPanel.java:137)
   at org.netbeans.modules.apisupport.project.ui.branding.BrandingEditorPanel.doSave(BrandingEditorPanel.java:156)
Comment 1 Exceptions Reporter 2013-10-09 19:13:27 UTC
Created attachment 140961 [details]
stacktrace
Comment 2 Martin Kozeny 2013-10-10 13:30:16 UTC
It is the same error as in https://netbeans.org/bugzilla/show_bug.cgi?id=227374.
http://bits.netbeans.org/download/trunk/nightly/latest/ should work fine. If problem persists, feel free to reopen.
Comment 3 Martin Kozeny 2013-11-11 08:19:57 UTC
*** Bug 238188 has been marked as a duplicate of this bug. ***