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

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key in-place-refactoring
Product: editor Reporter: Victor Vasilyev <vvg>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164834
Attachments: stacktrace

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 ***