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 113120 - Missing icon on Template Options Panel causes NPE
Summary: Missing icon on Template Options Panel causes NPE
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Craig Conover
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-08-17 18:44 UTC by Craig Conover
Modified: 2007-08-24 01:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Conover 2007-08-17 18:44:52 UTC
Tools-Options, select UML give folowing exception:
java.lang.NullPointerException
   at javax.swing.ImageIcon.<init>(ImageIcon.java:161)
   at org.netbeans.modules.uml.codegen.ui.DomainTemplatesManagerPanel.<clinit>(DomainTemplatesManagerPanel.java:67)
Caused: java.lang.ExceptionInInitializerError
   at org.netbeans.modules.uml.codegen.ui.DomainTemplatesOptionsPanel.create(DomainTemplatesOptionsPanel.java:59)
   at org.netbeans.modules.uml.propertysupport.options.UMLPanelController.getComponent(UMLPanelController.java:138)
Comment 1 Craig Conover 2007-08-17 18:48:01 UTC
The removal of the images from uml core's resources and toolbar_images directories resulted in the missing image.
Image was recovered and placed in the new central image directory: resources/images
Comment 2 Peter Lam 2007-08-24 01:59:32 UTC
verified in build 070823 b2736. no longer see this exception.