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 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key File Context
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED DUPLICATE of bug 214274
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 13:47 UTC by markuszeller
Modified: 2012-06-27 14:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185101


Attachments
stacktrace (5.18 KB, text/plain)
2012-06-26 13:47 UTC, markuszeller
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***