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 148829 - 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: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: martin_adamek
URL: http://statistics.netbeans.org/except...
Keywords:
: 148979 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-01 11:29 UTC by Marian Mirilovic
Modified: 2008-10-30 14:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 121351


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-10-01 11:29:47 UTC
Build: NetBeans IDE Dev (Build 200810010201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Linux, 2.6.24-19-generic, amd64
User comments: Tried to write into Quick Search text field right after first start of IDE
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:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        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)

P2 ... quick search doesn't work any more ;(
Comment 1 Jiri Prox 2008-10-01 18:02:23 UTC
Bundle org.netbeans.modules.groovy.editor.actions.Bundle is missing
Comment 2 martin_adamek 2008-10-02 09:45:20 UTC
Fixed.
http://hg.netbeans.org/main/rev/4498a4f96afd
Comment 3 Lukas Jungmann 2008-10-02 13:11:27 UTC
v.
Comment 4 Jiri Prox 2008-10-02 15:44:45 UTC
*** Issue 148979 has been marked as a duplicate of this issue. ***
Comment 5 Quality Engineering 2008-10-03 14:43:56 UTC
Integrated into 'main-golden', will be available in build *200810031107* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4498a4f96afd
User: Martin Adamek <martin_adamek@netbeans.org>
Log: #148829: java.util.MissingResourceException: Cant find resource for bundle org.openide.util.NbBundle$PBundle, key Fix Imports