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 27705 - Consider deprecation of Places
Summary: Consider deprecation of Places
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-01 12:37 UTC by Peter Zavadsky
Modified: 2008-12-22 22:09 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 Peter Zavadsky 2002-10-01 12:37:37 UTC
BTW I guess Places should be deprecated.

Nodes are used almost in core only, also in some
property editors(??)
in openide and scripting module, but that's just a
"mirroring".
Folders are deprecated already.

Anyway that's not important. 
I guess the Places could be replaced by naming
funcionality.
Depends how far the naming is implemented.
Comment 1 Jaroslav Tulach 2002-10-02 09:20:23 UTC
Definitively deprecate all methods that are wrong/unimplementable,
deprecating whole interface is possible but not necessary right now.
Comment 2 Jaroslav Tulach 2003-01-15 10:37:32 UTC
Done by Jesse's and Peter's separation of openide phase I and II.