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 257230 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CMD_profile
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Autoproject (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-20 14:23 UTC by jaska_tl
Modified: 2015-12-20 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221773


Attachments
stacktrace (2.37 KB, text/plain)
2015-12-20 14:23 UTC, jaska_tl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaska_tl 2015-12-20 14:23:21 UTC
Build: NetBeans IDE Dev (Build 201510300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 7

User Comments:
jaska_tl: Created Java Automation project and after it selected upper level on folder tree and right clicked it, and selected profile frm droplist opened




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CMD_profile
   at java.util.ResourceBundle.getObject(ResourceBundle.java:450)
   at java.util.ResourceBundle.getString(ResourceBundle.java:407)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.autoproject.java.actions.UnboundTargetAlert.<init>(UnboundTargetAlert.java:96)
   at org.netbeans.modules.autoproject.java.actions.ActionProviderImpl.getOrDefineCommandBinding(ActionProviderImpl.java:189)
   at org.netbeans.modules.autoproject.java.actions.ActionProviderImpl.invokeAction(ActionProviderImpl.java:156)
Comment 1 jaska_tl 2015-12-20 14:23:24 UTC
Created attachment 157861 [details]
stacktrace