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 33091 - ProjectEditorSupport shouldn't use DataSystems
Summary: ProjectEditorSupport shouldn't use DataSystems
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@projects
URL:
Keywords: API
: 34560 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-21 11:01 UTC by Vitezslav Stejskal
Modified: 2003-12-11 14:25 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 Vitezslav Stejskal 2003-04-21 11:01:48 UTC
The ProjectEditorSupport extends
o.o.loaders.DataEditorSupport which creates the
dependency on DataSystems. This should be
prevented. We could probably use directly the
o.o.text.CloneableEditorSupport class.
Comment 1 Vitezslav Stejskal 2003-06-24 16:25:26 UTC
*** Issue 34560 has been marked as a duplicate of this issue. ***
Comment 2 Vitezslav Stejskal 2003-11-26 12:52:48 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 3 Vitezslav Stejskal 2003-11-26 14:57:12 UTC
--> VERIFIED