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 120116 - missing resource key VAL_ElementType_TemplateClass in options
Summary: missing resource key VAL_ElementType_TemplateClass in options
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Craig Conover
URL:
Keywords: REGRESSION
: 119439 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-26 02:14 UTC by Peter Lam
Modified: 2007-10-30 01:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exceptions (3.64 KB, text/plain)
2007-10-26 02:15 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2007-10-26 02:14:40 UTC
From trunk build 20071025193521, selecting UML options (Tools->Options->UML) pops up MissingResourceException and can't
get to the UML options. See attached for complete exceptions.
Comment 1 Peter Lam 2007-10-26 02:15:20 UTC
Created attachment 51741 [details]
exceptions
Comment 2 Craig Conover 2007-10-26 17:20:46 UTC
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key
VAL_ElementType_TemplateClass
	at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
	at java.util.ResourceBundle.getString(ResourceBundle.java:285)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
	at
org.netbeans.modules.uml.codegen.ui.DomainTemplatesManagerPanel.populateElementTypeChoices(DomainTemplatesManagerPanel.java:131)
	at org.netbeans.modules.uml.codegen.ui.DomainTemplatesManagerPanel.<init>(DomainTemplatesManagerPanel.java:101)
	at org.netbeans.modules.uml.codegen.ui.DomainTemplatesOptionsPanel.create(DomainTemplatesOptionsPanel.java:81)
	at org.netbeans.modules.uml.propertysupport.options.UMLPanelController.getComponent(UMLPanelController.java:151)
	at org.netbeans.modules.options.CategoryModel$Category.getComponent(CategoryModel.java:407)
	at org.netbeans.modules.options.OptionsPanel.setCurrentCategory(OptionsPanel.java:166)
	at org.netbeans.modules.options.OptionsPanel.access$100(OptionsPanel.java:87)
Comment 3 Craig Conover 2007-10-26 17:26:13 UTC
*** Issue 119439 has been marked as a duplicate of this issue. ***
Comment 4 Craig Conover 2007-10-26 17:34:39 UTC
Bundle key no longer needed. Usage removed.
Comment 5 Peter Lam 2007-10-30 01:14:56 UTC
verified in trunk build 20071029.