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 36526 - SAX Wizard uses java.util.ResourceBundle.
Summary: SAX Wizard uses java.util.ResourceBundle.
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 3.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-10 08:03 UTC by Martin Schovanek
Modified: 2007-09-25 01:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2003-10-10 08:03:01 UTC
[Nb build 200310100100, jdk1.4.2]     
     
Steps to reproduce:    
---------------------------    
1) run NB with    
-J-Dorg.openide.util.NbBundle.DEBUG=true    
property.    
2) right click a DTD node and choose  SAX Document   
Handler Wizard   
   
Description string on all SAX Wizard panels look   
hardcoded, (don't have bundel:key signature).
Comment 1 Milan Kuchtiak 2004-02-26 09:25:01 UTC
The localization is done using the
org.netbeans.modules.xml.core.lib.AbstractUtil class
-J-Dorg.openide.util.NbBundle.DEBUG switch might not accept this way
of localization.


Comment 2 Martin Schovanek 2004-02-27 12:03:49 UTC
I looked in the code, the strings come from bundle. But
SAXGeneratorVersionPanel.java uses java.util.ResourceBundle instead
NbBundle. Therefore they don't have bundel:key signature.