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 148979 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key Fix Imports
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED DUPLICATE of bug 148829
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 15:31 UTC by Tomasz Slota
Modified: 2008-10-02 15:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 122073


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Slota 2008-10-02 15:31:14 UTC
It pops up when I am trying find the "tokens view" action using quick search


Build: NetBeans IDE Dev (Build 081002)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.5, i386
User comments: 
STACKTRACE: (first 10 lines)
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key Fix Imports
        at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
        at java.util.ResourceBundle.getString(ResourceBundle.java:285)
        at org.netbeans.editor.BaseAction.createDefaultValue(BaseAction.java:182)
        at org.netbeans.editor.BaseAction.getValue(BaseAction.java:151)
        at org.netbeans.modules.options.editor.keymap.EditorBridge$EditorAction.getDisplayName(EditorBridge.java:497)
        at org.netbeans.modules.options.keymap.ActionsSearchProvider.evaluate(ActionsSearchProvider.java:97)
        at org.netbeans.modules.quicksearch.CommandEvaluator.runEvaluation(CommandEvaluator.java:195)
        at org.netbeans.modules.quicksearch.CommandEvaluator.evaluate(CommandEvaluator.java:98)
        at org.netbeans.modules.quicksearch.QuickSearchPopup.actionPerformed(QuickSearchPopup.java:164)
        at javax.swing.Timer.fireActionPerformed(Timer.java:271)
Comment 1 Jiri Prox 2008-10-02 15:44:47 UTC
This should be ok now - see issue 148829

*** This issue has been marked as a duplicate of 148829 ***