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 164667 - I18N : "Stack" under debug menu is not localized
Summary: I18N : "Stack" under debug menu is not localized
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 10:42 UTC by Masaki Katakai
Modified: 2009-05-27 02:24 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 Masaki Katakai 2009-05-07 10:42:08 UTC
org/netbeans/modules/debugger/javafx/resources/mf-layer.xml:
  <folder name="Stack">
    <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.debugger.resources.Bundle"/>

I think stringvalue is not correct. There is no such file in 6.5.

  org.netbeans.modules.debugger.resources.Bundle 

should be,

  org.netbeans.modules.debugger.jpda.ui.Bundle

See debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/resources/mf-layer.xml.
Comment 1 Adam Sotona 2009-05-11 18:01:09 UTC
It identifies exactly the same folder so the attribute can be removed.
Does it cause real issue? Is it really non-localized or it takes the attribute from jpda.ui module layer?
Comment 2 Masaki Katakai 2009-05-17 02:58:15 UTC
Thanks Adam, it looks the latest build has fixed the issue.
Now I can see localized "Stack" with JavaFX plugin.
Comment 3 Masaki Katakai 2009-05-22 05:37:48 UTC
Still sometimes back to English. It happens inconsistently.
Comment 4 Adam Sotona 2009-05-25 07:51:37 UTC
fixed
Comment 5 Masaki Katakai 2009-05-27 02:24:48 UTC
verified the fix on #179. Thank you!