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 14061

Summary: i18n - Error occured when XML file opened.
Product: xml Reporter: Masafumi Matsuda <mmc131206>
Component: Tree-EditAssignee: issues@xml <issues>
Status: CLOSED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: i18n - Error occuered when XML file opened.

Description Masafumi Matsuda 2001-07-31 10:57:43 UTC
Build: 010724
OS:  Windows 2000
Locale: ja

Please see attached image file.
i18n - Error occured when XML file opened.

How to reproduce
1.Create a XML file.
2.Open the XML file on Explorer.
3.Error occured.
  <DEFAULT> is not valid standalone value.

When modifided bundle_ja.properties this error not occured.
(org/netbeans/modules/xml/editor/Bundle_ja.properties)

TEXT_DEFAULT=<DEFAULT>
#TEXT_DEFAULT=<japanese>
Comment 1 support 2001-07-31 11:03:51 UTC
Created attachment 2014 [details]
i18n - Error occuered when XML file opened.
Comment 2 _ lkramolis 2001-09-26 10:57:55 UTC
AbstractTreeCustomizer.java should localize next line:
    private static final String TEXT_DEFAULT = "<DEFAULT>";
Comment 3 _ lkramolis 2001-10-11 11:13:18 UTC
Modified Files:
    AbstractTreeCustomizer.java Bundle.properties
Comment 4 hiroshiy 2001-12-13 04:26:58 UTC
I installed "XML Beta1 Modules", and I verified my test environment
carefully.
But, this problem was reproduced.
Please investigate again. 
Comment 5 _ lkramolis 2001-12-13 09:43:37 UTC
Copied 'TEXT_DEFAULT=...' from

xml/tax/src/org/netbeans/modules/xml/tax/beans/editor/Bundle_ja.properties
to 
xml/tax/src/org/netbeans/modules/xml/tax/beans/customizer/Bundle_ja.properties

[Fixed in release33 branch.]
Comment 6 hiroshiy 2001-12-14 11:41:49 UTC
After re-installation,
I have verified on "Beta" build (200111301106).
Thank you.
Comment 7 Jesse Glick 2002-12-23 16:35:54 UTC
Consistent use of the I18N keyword.
Comment 8 Quality Engineering 2003-07-02 08:38:20 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.