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 35449 - Move deprecated/bytecode patched classes to openide/deprecated
Summary: Move deprecated/bytecode patched classes to openide/deprecated
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-08-15 14:46 UTC by _ tboudreau
Modified: 2008-12-22 19:10 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch to move SetDefaultValueAction and PropertySheetSettings (18.86 KB, patch)
2003-08-15 14:47 UTC, _ tboudreau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2003-08-15 14:46:50 UTC
A number of classes should probably be moved to
openide/deprecated,
but since this will cause deprecation messages to
be displayed for
any modules depending on an earlier version of
openide, probably
all of the cases should be collected before they
are moved.

I'm attaching a diff with such classes for the
property sheet;  others
may attach similar patch files to this issue.

Assigning to Jesse since I will no longer be
officially working on
core by the time this should be done.
Comment 1 _ tboudreau 2003-08-15 14:47:30 UTC
Created attachment 11331 [details]
Patch to move SetDefaultValueAction and PropertySheetSettings
Comment 2 Jesse Glick 2003-08-15 16:06:17 UTC
Can do. Also need to update
openide/release/system/ModuleAutoDeps/org-openide.xml I suppose.

BTW use cvs diff -u next time please.
Comment 3 _ tboudreau 2003-11-16 13:24:58 UTC
Other candidates - 
org.openide.awt.SplittedPanel
org.openide.awt.EqualFlowLayout
org.openide.awt.SpinButton (extends java.awt.Canvas!!!)
org.openide.awt.SpinButtonAdapter
org.openide.awt.SpinButtonListener
org.openide.awt.ToolbarButton
org.openide.awt.ToolbarToggleButton


Comment 4 Jesse Glick 2004-03-30 13:36:32 UTC
The bytecode-patched classes are gone. No plans to do anything with
classes that are simply deprecated but do not otherwise cause any
harm. They currently get built in the 'compat' target; some day these
will be in their own module I guess.