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 97564 - Move deprecated classes from the public API
Summary: Move deprecated classes from the public API
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks: 95110
  Show dependency tree
 
Reported: 2007-03-09 13:05 UTC by David Kaspar
Modified: 2007-03-09 17:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2007-03-09 13:05:33 UTC
Move deprecated (to-be-changed) classes to non-public API packages. Users would
be able to access them suing the implementation dependency.
Comment 1 David Kaspar 2007-03-09 16:54:43 UTC
ListWidget and ListItemWidget are not in final shape and are deprecated.
Therefore they have been moved out from the public-API packages.
Now they are copied in the
org.netbeans.modules.visual.experimental.widget.general package.
The original classes are still deprecated and going to be removed for 6.0
Milestone 9.
Note that if you want to use the experimental widgets (outside of the public-API
packages), you have to set an implementation dependency on
org.netbeans.api.visual module. Please, do not use implemementation dependency
for anything except this.