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

Summary: Consider deprecation of Places
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

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.