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 24177 - I18N - Remove locale executor and move its functionality to java
Summary: I18N - Remove locale executor and move its functionality to java
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL: http://www.netbeans.org/servlets/Read...
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-05-29 10:03 UTC by _ pkuzel
Modified: 2007-09-26 09:14 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2002-05-29 10:03:12 UTC
This external java executor adds only one property
that should be shared by all Java executors
(&debuggers) because it represents a "concept".

LocaleExecutor is also behindhand in inheriting
properties and behaviour of java executor. It
extends ProcessExecutor and copy&pastes code
snippets from the java executor.
Comment 1 _ pkuzel 2002-05-29 10:12:10 UTC
i18n module part done. Executor removed from layer.

Class is left for backward compatability however it can be improved by
resolving itself into new external java executor if needed.
Comment 2 _ pkuzel 2002-05-29 10:20:38 UTC
Documentation should be updated to reflect it.
Comment 3 Marek Grummich 2002-07-22 10:50:01 UTC
Set target milestone to TBD
Comment 4 _ pkuzel 2002-12-02 14:56:17 UTC
Removed in 3.4.
Comment 5 Jesse Glick 2002-12-23 16:35:12 UTC
Consistent use of the I18N keyword.
Comment 6 John Jullion-ceccarelli 2003-01-02 10:44:22 UTC
Documentation has been updated to reflect this change.
Comment 7 naveen 2003-07-01 08:12:57 UTC
Hello petr,

I'm currently responsible for verifying the bug. Can you pls. provide
me the steps to reproduce, so that I can verify the fix and close the
bug.

Thanks
Naveen 
Comment 8 _ pkuzel 2003-07-01 09:38:54 UTC
Look for executors (in Options). There is no Internationalization
executor anymore.