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 106585 - MissingResourceException when UML option is selected from the Options window
Summary: MissingResourceException when UML option is selected from the Options window
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Kris Richards
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-14 01:18 UTC by Peter Lam
Modified: 2007-06-14 08:54 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 Peter Lam 2007-06-14 01:18:00 UTC
in build netbeans-hudson-trunk-683-full.zip (070613)

Repro steps:
- select Tools->Options
- click on UML icon and the following exception pops up. Nothing else from the UML options can be viewed or changed.

java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ASK
	at java.util.ResourceBundle.getObject(ResourceBundle.java:386)
	at java.util.ResourceBundle.getString(ResourceBundle.java:346)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:607)
	at org.netbeans.modules.uml.drawingarea.options.DiagramOptionsPanelForm.<init>(DiagramOptionsPanelForm.java:45)
	at org.netbeans.modules.uml.drawingarea.options.DiagramOptionsPanel.create(DiagramOptionsPanel.java:51)
	at org.netbeans.modules.uml.propertysupport.options.UMLPanelController.getComponent(UMLPanelController.java:127)
	at org.netbeans.modules.options.CategoryModel$Category.getComponent(CategoryModel.java:370)
	at org.netbeans.modules.options.OptionsPanel.setCurrentCategory(OptionsPanel.java:150)
	at org.netbeans.modules.options.OptionsPanel.access$200(OptionsPanel.java:70)
	at org.netbeans.modules.options.OptionsPanel$CategoryButton.mouseReleased(OptionsPanel.java:540)
	at java.awt.Component.processMouseEvent(Component.java:6038)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
	at java.awt.Component.processEvent(Component.java:5803)
	at java.awt.Container.processEvent(Container.java:2058)
	at java.awt.Component.dispatchEventImpl(Component.java:4410)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Component.dispatchEvent(Component.java:4240)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
	at java.awt.Container.dispatchEventImpl(Container.java:2102)
	at java.awt.Window.dispatchEventImpl(Window.java:2429)
	at java.awt.Component.dispatchEvent(Component.java:4240)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Kris Richards 2007-06-14 01:32:40 UTC
added missing resources (key, value pairs in Bundle)
Comment 2 Peter Lam 2007-06-14 08:54:23 UTC
verified in build netbeans-hudson-trunk-692-full.zip (070614)