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 214797

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key File Context
Product: editor Reporter: markuszeller
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185101
Attachments: stacktrace

Description markuszeller 2012-06-26 13:47:46 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

User Comments:
markuszeller: Opening preferences -> Keymap

GUEST: Just browsing in Option Dialog-> from Editor to Keymap options.

markiewb: Open the keymap-options with the installed NBCoolEditorActions-Plugin (http://kenai.com/projects/nbcooleditoractions/)




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key File Context
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.netbeans.editor.BaseAction.createDefaultValue(BaseAction.java:218)
   at org.netbeans.editor.BaseAction.getValue(BaseAction.java:166)
   at org.openide.awt.AlwaysEnabledAction.getValue(AlwaysEnabledAction.java:206)
   at ch.anchialas.nb.editor.actions.ContextAwareActionWrapper.getValue(ContextAwareActionWrapper.java:71)
Comment 1 markuszeller 2012-06-26 13:47:50 UTC
Created attachment 121378 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-06-27 14:40:38 UTC

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