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 180081

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key in-place-refactoring
Product: editor Reporter: xBellox
Component: CSL (API & infrastructure)Assignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: normal CC: vvg
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164782
Bug Depends on:    
Bug Blocks: 169991    
Attachments: stacktrace

Description xBellox 2010-02-01 06:32:10 UTC
Build: NetBeans IDE Dev (Build 2010-02-01_09-04-11 )
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
xbellox: Right-click on selected text




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.editor.BaseAction.createDefaultValue(BaseAction.java:231)
   at org.netbeans.editor.BaseAction.getValue(BaseAction.java:163)
Comment 1 xBellox 2010-02-01 06:32:14 UTC
Created attachment 93712 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-02-01 09:17:20 UTC
This was fixed by http://hg.netbeans.org/jet-main/rev/fa629ae8c625
Comment 3 Vitezslav Stejskal 2010-02-04 01:09:23 UTC
*** Bug 180178 has been marked as a duplicate of this bug. ***