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

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CMD_profile
Product: projects Reporter: jaska_tl
Component: AutoprojectAssignee: issues@projects <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221773
Attachments: stacktrace

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