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 138250 - I18N - Watch dialog has a message not from pseudo localized bundle file
Summary: I18N - Watch dialog has a message not from pseudo localized bundle file
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-06-25 17:20 UTC by kaa
Modified: 2008-07-31 15:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (41.46 KB, image/jpeg)
2008-06-25 17:21 UTC, kaa
Details
image (40.21 KB, image/jpeg)
2008-07-30 17:26 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-06-25 17:20:50 UTC
Product Version: NetBeans IDE Dev (Build 200806220002)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
System: Windows XP version 5.1 running on x86; MS932; ja_JP (nb)
font size 16

Steps:
1. Start debugging of WebApp
2. Add to the watches a name that does not exist in the app.

In the Value column will be shown a text not from pseudo localized bundle file. See image.
I'm running in the Japan locale, using a pseudo localized Netbeans with font size 16 option.
Comment 1 kaa 2008-06-25 17:21:31 UTC
Created attachment 63440 [details]
image
Comment 2 Peter Zavadsky 2008-07-25 10:37:07 UTC
It seems this problem comes from debugger.jpda module, namely JPDADebuggerImpl class, see the code. Passing there.
Comment 3 Daniel Prusa 2008-07-25 13:54:00 UTC
Fixed.
changeset f25652d2ad5d in main
details: http://hg.netbeans.org/main?cmd=changeset;node=f25652d2ad5d
Comment 4 Ken Frank 2008-07-29 22:17:26 UTC
andrey, can you verify this since about jscript, even though category
was debuggerjpda, which is not one that is part of your query list.

ken.frank@sun.com
Comment 5 kaa 2008-07-30 17:25:30 UTC
verified:

Product Version: NetBeans IDE Dev (Build 200807271401)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22

Also I noticed a warning message after I pressed Cancel button in Value dlg.
Does it expected behavior? See image.
Comment 6 kaa 2008-07-30 17:26:11 UTC
Created attachment 66085 [details]
image
Comment 7 Daniel Prusa 2008-07-31 15:54:02 UTC
This is not an expected behavior, it is already filed, see issue 129663.