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 238188 - NullPointerException: The brandingSource parameter cannot be null
Summary: NullPointerException: The brandingSource parameter cannot be null
Status: RESOLVED DUPLICATE of bug 236962
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:
Depends on:
Blocks:
 
Reported: 2013-11-09 13:45 UTC by Exceptions Reporter
Modified: 2013-11-11 08:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205136


Attachments
stacktrace (3.67 KB, text/plain)
2013-11-09 13:45 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-11-09 13:45:29 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 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-9M3425
OS: Mac OS X

User Comments:
GUEST: edit brand properties, choose icon on mac osx




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-11-09 13:45:32 UTC
Created attachment 142023 [details]
stacktrace
Comment 2 Martin Kozeny 2013-11-11 08:19:56 UTC
It was already fixed, but fix is not in 7.3. Try download http://bits.netbeans.org/download/trunk/nightly/latest/ or 7.4 version https://netbeans.org/downloads/.

*** This bug has been marked as a duplicate of bug 236962 ***