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 180178 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key in-place-refactoring
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED DUPLICATE of bug 180081
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 18:06 UTC by Victor Vasilyev
Modified: 2010-02-04 01:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164834


Attachments
stacktrace (2.05 KB, text/plain)
2010-02-02 18:06 UTC, Victor Vasilyev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Vasilyev 2010-02-02 18:06:51 UTC
Build: NetBeans IDE Dev (Build 100202-b10e9d00906c)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista

User Comments:
vvg: Type "aaa" in quick search box and press enter.




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key in-place-refactoring
   at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
   at java.util.ResourceBundle.getString(ResourceBundle.java:344)
   at org.netbeans.editor.BaseAction.createDefaultValue(BaseAction.java:215)
   at org.netbeans.editor.BaseAction.getValue(BaseAction.java:163)
   at org.netbeans.modules.options.editor.keymap.EditorBridge$EditorAction.getDisplayName(EditorBridge.java:496)
   at org.netbeans.modules.options.keymap.ActionsSearchProvider.evaluate(ActionsSearchProvider.java:100)
Comment 1 Victor Vasilyev 2010-02-02 18:06:55 UTC
Created attachment 93782 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-02-04 01:09:23 UTC

*** This bug has been marked as a duplicate of bug 180081 ***