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 27951 - ProjectDescriptor changes
Summary: ProjectDescriptor changes
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-10-11 13:51 UTC by Pavel Buzek
Modified: 2003-12-11 14:25 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 Pavel Buzek 2002-10-11 13:51:50 UTC
1) get rid of getDataObject method
2) create all neccessary methods for notification about changes handleMove, Changed, Delete, 
...  plus neccessary parameters
Comment 1 Pavel Buzek 2002-10-11 13:54:49 UTC
Even though this is an incompatible API change it should have no impact on module writters, since it is 
not expected that they would subclass this class or access getDataObject().
Comment 2 Torbjorn Norbye 2002-10-11 16:46:33 UTC
Is it really necessary to remove getDataObject() ? It's package 
private, so it should be invisible as far as the APIs go (it shouldn't
show up in the javadocs, subclasses do not have access to it).

Not that I mind removing it, of course, it's just that it shouldn't
affect anyone that it's there.
Comment 3 Vitezslav Stejskal 2002-11-12 18:19:37 UTC
Due to time constraints this class will have only read/write methods
and will not be publicaly creatable. This will prevent others from
subclassing it and we will be able to extend its API later.
Comment 4 Vitezslav Stejskal 2002-11-13 12:27:56 UTC
done
Comment 5 Pavel Buzek 2003-07-02 14:08:01 UTC
i've verified all these issues
Comment 6 Pavel Buzek 2003-07-02 14:19:04 UTC
closing all my verified issues