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

Summary: ProjectEditorSupport shouldn't use DataSystems
Product: projects Reporter: Vitezslav Stejskal <vstejskal>
Component: Generic InfrastructureAssignee: issues@projects <issues>
Status: CLOSED WONTFIX    
Severity: blocker CC: jtulach
Priority: P1 Keywords: API
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

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