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 64222 - [50cat] MissingResourceException in options
Summary: [50cat] MissingResourceException in options
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 11:32 UTC by host
Modified: 2006-01-17 09:46 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 host 2005-09-13 11:32:55 UTC
When I open the new NB options window (yesterday's build) I get the following
exception:

Annotation: Missing resource from class: org.openide.util.NbBundle$PBundle
Annotation: Key which was not found: Actions/Collaboration
java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key Actions/Collaboration
	at java.util.ResourceBundle.getObject(ResourceBundle.java:326)
	at java.util.ResourceBundle.getString(ResourceBundle.java:286)
	at
org.netbeans.modules.options.actionsimpl.LayersBridge.initActions(LayersBridge.java:98)
	at
org.netbeans.modules.options.actionsimpl.LayersBridge.getActions(LayersBridge.java:83)
	at
org.netbeans.modules.options.actionsimpl.ActionsModelImpl.getActionCategories(ActionsModelImpl.java:65)
	at
org.netbeans.modules.options.keymap.KeymapViewModel.getCategories(KeymapViewModel.java:148)
	at
org.netbeans.modules.options.keymap.KeymapViewModel.getItems(KeymapViewModel.java:182)
	at
org.netbeans.modules.options.keymap.KeymapViewModel.getChildCount(KeymapViewModel.java:94)
	at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1461)
	at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270)
	at
javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:725)
	at
javax.swing.tree.VariableHeightLayoutCache.setModel(VariableHeightLayoutCache.java:91)
	at javax.swing.plaf.basic.BasicTreeUI.setModel(BasicTreeUI.java:390)
	at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3326)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
	at java.awt.Component.firePropertyChange(Component.java:7159)
	at javax.swing.JTree.setModel(JTree.java:710)
	at org.netbeans.modules.options.keymap.KeymapPanel.update(KeymapPanel.java:229)
	at
org.netbeans.modules.options.keymap.KeymapPanelController.update(KeymapPanelController.java:33)
	at org.netbeans.modules.options.OptionsPanel$1.run(OptionsPanel.java:226)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Petr Nejedly 2006-01-09 12:33:16 UTC
Fixed some tima ago.
Comment 2 host 2006-01-17 09:46:36 UTC
verified