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 184862 - NullPointerException at javax.swing.ImageIcon.<init>
Summary: NullPointerException at javax.swing.ImageIcon.<init>
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 14:22 UTC by crosati
Modified: 2012-04-04 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168443


Attachments
stacktrace (3.15 KB, text/plain)
2010-04-23 14:22 UTC, crosati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crosati 2010-04-23 14:22:30 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.ImageIcon.<init>(ImageIcon.java:167)
   at org.netbeans.modules.apisupport.project.ui.customizer.BasicBrandingModel$1.run(BasicBrandingModel.java:353)
   at org.netbeans.modules.apisupport.project.suite.BrandingSupport.brandFile(BrandingSupport.java:329)
   at org.netbeans.modules.apisupport.project.ui.customizer.BasicBrandingModel.store(BasicBrandingModel.java:309)
   at org.netbeans.modules.apisupport.project.ui.customizer.SuiteProperties.storeProperties(SuiteProperties.java:251)
   at org.netbeans.modules.apisupport.project.ui.customizer.BrandingEditorPanel$3.run(BrandingEditorPanel.java:165)
Comment 1 crosati 2010-04-23 14:22:36 UTC
Created attachment 97931 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-04-04 13:49:37 UTC
Please reopen if still reproducible in version 7.1 or in recent builds, thanks.