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 101961 - MissingResourceException from Find dialog
Summary: MissingResourceException from Find dialog
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 14:05 UTC by Jiri Skrivanek
Modified: 2007-04-23 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (6.67 KB, text/plain)
2007-04-20 14:06 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-04-20 14:05:26 UTC
Thre is a MissingResourceException when you open Type tab of Find dialog. To
reproduce:

- create a java project
- call Find action on project node
- in Find dialog switch to Type tab and the following exception is thrown:

java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key LBL_loaderName
	at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
	at java.util.ResourceBundle.getString(ResourceBundle.java:285)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:607)
	at
org.netbeans.modules.j2ee.sun.ddloaders.SunDescriptorDataLoader.defaultDisplayName(SunDescriptorDataLoader.java:79)
Comment 1 Jiri Skrivanek 2007-04-20 14:06:36 UTC
Created attachment 41342 [details]
Stack trace.
Comment 2 _ pcw 2007-04-21 07:06:52 UTC
Fixed.
Comment 3 Jiri Skrivanek 2007-04-23 12:12:01 UTC
Verified.