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 119560 - I18N - some words in breakpoints window for jsp not from bundle
Summary: I18N - some words in breakpoints window for jsp not from bundle
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-10-20 20:43 UTC by Ken Frank
Modified: 2007-10-25 20:12 UTC (History)
2 users (show)

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 Ken Frank 2007-10-20 20:43:59 UTC
running in ja locale, using pseudo localized nb

some words not from bundle file, or if in bundle file, not from pseudo lcoalized

these words are from pseudo localized for java

1. breakpoints window with a jsp breadkpoint in it - click on the item - 

Customize
Go to Source

2. in customize breakpoints window

Settings
Actions


3. please check all other jsp or web apps words/msgs that could be in any debugging windows or related
windows to see if any others could be missing.
Comment 1 Petr Jiricka 2007-10-22 13:50:02 UTC
Cau Tomasi, this area currently does not have an owner, so can I ask you to look at this for now? Thanks.
Comment 2 Tomas Mysik 2007-10-22 15:17:58 UTC
Fixed.

Checking in web/jspdebug/src/org/netbeans/modules/web/debug/Bundle.properties;
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/Bundle.properties,v  <--  Bundle.properties
new revision: 1.30; previous revision: 1.29
done
Checking in web/jspdebug/src/org/netbeans/modules/web/debug/JspBreakpointPanel.java;
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/JspBreakpointPanel.java,v  <--  JspBreakpointPanel.java
new revision: 1.25; previous revision: 1.24
done
Checking in web/jspdebug/src/org/netbeans/modules/web/debug/breakpoints/ActionsPanel.java;
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/breakpoints/ActionsPanel.java,v  <--  ActionsPanel.java
new revision: 1.8; previous revision: 1.7
done
Checking in web/jspdebug/src/org/netbeans/modules/web/debug/breakpoints/Bundle.properties;
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/breakpoints/Bundle.properties,v  <--  Bundle.properties
new revision: 1.12; previous revision: 1.11
done
Checking in web/jspdebug/src/org/netbeans/modules/web/debug/breakpoints/JspBreakpointActionsProvider.java;
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/breakpoints/JspBreakpointActionsProvider.java,v  <--  
JspBreakpointActionsProvider.java
new revision: 1.9; previous revision: 1.8
done
Comment 3 Ken Frank 2007-10-25 20:12:00 UTC
verified.