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 41438 - reminder: deprecate DebuggerCookie, DebuggerType, DebuggerTypeEditor
Summary: reminder: deprecate DebuggerCookie, DebuggerType, DebuggerTypeEditor
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: API
Depends on:
Blocks: 41448
  Show dependency tree
 
Reported: 2004-03-28 17:34 UTC by David Konecny
Modified: 2010-04-29 09:17 UTC (History)
1 user (show)

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 David Konecny 2004-03-28 17:34:57 UTC
Reminder to deprecate old APIs after merge of new
Debugger APIs.
Comment 1 Jesse Glick 2004-04-02 22:17:42 UTC
Just need to add to debuggercore/oldapi/manifest.mf:

OpenIDE-Module-Deprecated: true

and to
debuggercore/oldapi/src/org/openide/debugger/module/Bundle.properties:

OpenIDE-Module-Deprecation-Message: some explanation here...

DebuggerTypeEditor is already deleted, BTW.
Comment 2 David Konecny 2004-04-29 09:16:51 UTC
Hanz, why this is not done yet? The new API is already in trunk for
couple of weeks.
Comment 3 Jan Jancura 2004-04-29 11:03:13 UTC
I have some other P1 pending...
Is it urgent?
Comment 4 David Konecny 2004-04-29 11:18:21 UTC
It is not urgent. Should be done before FF. Anyway, it is up to you.
You are maintainer of the API.
Comment 5 Jan Jancura 2004-05-14 14:41:51 UTC
Fixed in the main trunk

Checking in manifest.mf;
/cvs/debuggercore/oldapi/manifest.mf,v  <--  manifest.mf
new revision: 1.6; previous revision: 1.5
done
Processing log script arguments...
More commits to come...
Checking in src/org/openide/cookies/DebuggerCookie.java;
/cvs/debuggercore/oldapi/src/org/openide/cookies/DebuggerCookie.java,v
 <--  DebuggerCookie.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
More commits to come...
Checking in src/org/openide/debugger/Breakpoint.java;
/cvs/debuggercore/oldapi/src/org/openide/debugger/Breakpoint.java,v 
<--  Breakpoint.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/openide/debugger/Debugger.java;
/cvs/debuggercore/oldapi/src/org/openide/debugger/Debugger.java,v  <--
 Debugger.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/openide/debugger/DebuggerException.java;
/cvs/debuggercore/oldapi/src/org/openide/debugger/DebuggerException.java,v
 <--  DebuggerException.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/openide/debugger/DebuggerInfo.java;
/cvs/debuggercore/oldapi/src/org/openide/debugger/DebuggerInfo.java,v
 <--  DebuggerInfo.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/openide/debugger/DebuggerType.java;
/cvs/debuggercore/oldapi/src/org/openide/debugger/DebuggerType.java,v
 <--  DebuggerType.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/openide/debugger/Watch.java;
/cvs/debuggercore/oldapi/src/org/openide/debugger/Watch.java,v  <-- 
Watch.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
More commits to come...
Checking in src/org/openide/debugger/module/Bundle.properties;
/cvs/debuggercore/oldapi/src/org/openide/debugger/module/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
More commits to come...
Checking in src/org/openide/loaders/ExecSupport.java;
/cvs/debuggercore/oldapi/src/org/openide/loaders/ExecSupport.java,v 
<--  ExecSupport.java
new revision: 1.5; previous revision: 1.4
done
Comment 6 Quality Engineering 2010-04-29 09:17:11 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.