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 87915 - MissingResourceException: DESC_Options
Summary: MissingResourceException: DESC_Options
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 00:45 UTC by teinedraig
Modified: 2008-01-15 10: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 teinedraig 2006-10-25 00:45:00 UTC
The options windows throws two errors and then hanges - errors are :

java.lang.NullPointerException
	at org.netbeans.modules.options.macros.MacrosModel.<init>(MacrosModel.java:62)
	at org.netbeans.modules.options.macros.MacrosPanel.update(MacrosPanel.java:210)
	at
org.netbeans.modules.options.macros.MacrosPanelController.update(MacrosPanelController.java:38)
	at
org.netbeans.modules.options.editor.EditorPanelController.update(EditorPanelController.java:50)
	at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:274)
	at
org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
	at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
	at java.awt.Component.processMouseEvent(Component.java:5488)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1778)
	at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Then

java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key DESC_Options
	at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
	at java.util.ResourceBundle.getString(ResourceBundle.java:285)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:609)
	at org.netbeans.modules.recentFiles.Options.getTooltip(Options.java:29)
	at org.netbeans.modules.options.advanced.Model.getToolTip(Model.java:66)
	at org.netbeans.modules.options.ui.TabbedPanel.refreshPanels(TabbedPanel.java:164)
	at org.netbeans.modules.options.ui.TabbedPanel.<init>(TabbedPanel.java:87)
	at
org.netbeans.modules.options.advanced.WhiteTabbedPanel.<init>(WhiteTabbedPanel.java:54)
	at
org.netbeans.modules.options.advanced.AdvancedPanel.<init>(AdvancedPanel.java:54)
	at
org.netbeans.modules.options.advanced.AdvancedPanelController.getAdvancedPanel(AdvancedPanelController.java:82)
	at
org.netbeans.modules.options.advanced.AdvancedPanelController.update(AdvancedPanelController.java:38)
	at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:274)
	at
org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
	at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
	at java.awt.Component.processMouseEvent(Component.java:5488)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1778)
	at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Marian Mirilovic 2006-10-25 08:29:02 UTC
The second one is from 
org.netbeans.modules.recentFiles.Options.getTooltip - cc-ing Dafe
Comment 2 rmatous 2006-10-25 10:11:19 UTC
Caused by class recentFiles.Options(Options.java:29). No such class in dev
builds AFAIK. 

Report to author of recentFiles.Options => WONTFIX. If I overlooked something
then please reopen.
Comment 3 Marian Mirilovic 2006-10-25 11:56:55 UTC
reassigne to open file
Comment 4 David Simonek 2006-10-25 12:20:29 UTC
Issue belongs to module "recentFiles" which is 3rd party module, reassigning.