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 44305 - Separate editor module
Summary: Separate editor module
Status: CLOSED DUPLICATE of bug 27138
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 18:34 UTC by Jan Lahoda
Modified: 2007-11-05 13:44 UTC (History)
1 user (show)

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 Jan Lahoda 2004-06-03 18:34:54 UTC
Currently (after the refactoring merge), the
editor depends on various modules like Classfile
Reader, MOF Metadata Repository, Java Support
APIs, etc.

In fact, only the Java part of the editor needs to
depend on these modules. The generic part of the
module do not need to depend on Classfile Reader,
Java Support APIs, MOF Metadata Repository, etc.

If a module (like latex/editor) need to depend on
the generic editor part, it also depends on the
whole Java infrastructure, which it does not use.

Please separate the generics part of the editor
module from the Java (and HTML) specific pieces.
Comment 1 Miloslav Metelka 2004-06-03 21:33:16 UTC
Honzo, I prefer to reopen the original issue 27138.

*** This issue has been marked as a duplicate of 27138 ***
Comment 2 Jan Lahoda 2004-06-03 21:35:20 UTC
Sorry, I was looking for it but I did not succeeded :-). Issue 27138
is definitelly much better.