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 104046 - MissingResourceException from XSLTDataLoader.defaultDisplayName
Summary: MissingResourceException from XSLTDataLoader.defaultDisplayName
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: XSLT Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 09:30 UTC by Jiri Skrivanek
Modified: 2007-05-17 18:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (6.71 KB, text/plain)
2007-05-16 09:31 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-05-16 09:30:55 UTC
The exception below is thrown when you open Type tab in Find dialog. To reproduce:

- start IDE 
- create any type of project (e.g. Java Application)
- call Find action on project node
- switch to Type tab and exception is thrown. Also you can reproduce it when you
open Tools|Options, Advanced Options, IDE Configuration|System|Object Types.

java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key LBL_loader_name
	at java.util.ResourceBundle.getObject(ResourceBundle.java:386)
	at java.util.ResourceBundle.getString(ResourceBundle.java:346)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:607)
	at
org.netbeans.modules.xslt.core.XSLTDataLoader.defaultDisplayName(XSLTDataLoader.java:74)
Comment 1 Jiri Skrivanek 2007-05-16 09:31:38 UTC
Created attachment 42448 [details]
Stack trace.
Comment 2 Vitaly Bychkov 2007-05-17 11:41:08 UTC
Fixed.
Comment 3 Jiri Skrivanek 2007-05-17 18:12:39 UTC
Verified.