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 153654 - Consolidation of languages.execution
Summary: Consolidation of languages.execution
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-21 15:43 UTC by Petr Hejl
Modified: 2008-11-21 15:43 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2008-11-21 15:43:45 UTC
The language.execution contains lot of code originating in ruby execution. Now we have the external execution api (issue
136929) so most of these classes should be removed and clients (erlang, scala) rewritten. This was already done for
scala, but there are some other classes added which are not part of the new api (however I'm not sure whether these
belong to module named External Execution).

What I suggest:
1) change erlang to use extexecution (extexecution - issue 136929)
2) remove all classes no longer needed
3) consider more appropriate module or module name for other classes like those in console package

This way we can get rid of a duplicated code.