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 196066 - java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key AFPanel.lCFGFile.text
Summary: java.util.MissingResourceException: Can't find resource for bundle java.util....
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-27 18:15 UTC by supersmilers
Modified: 2011-02-28 07:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144120


Attachments
stacktrace (3.01 KB, text/plain)
2011-02-27 18:15 UTC, supersmilers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description supersmilers 2011-02-27 18:15:23 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
GUEST: acessing options

GUEST: Tools -> Options -> Milcelaneus and the exception is trought




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key AFPanel.lCFGFile.text
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at com.agentfactory.netbeans.options.AFPanel.initComponents(AFPanel.java:38)
   at com.agentfactory.netbeans.options.AFPanel.<init>(AFPanel.java:18)
   at com.agentfactory.netbeans.options.AFOptionsPanelController.getPanel(AFOptionsPanelController.java:60)
   at com.agentfactory.netbeans.options.AFOptionsPanelController.getComponent(AFOptionsPanelController.java:47)
Comment 1 supersmilers 2011-02-27 18:15:33 UTC
Created attachment 106505 [details]
stacktrace