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 152647 - fix deprecations in GDB module
Summary: fix deprecations in GDB module
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks: 152639
  Show dependency tree
 
Reported: 2008-11-07 10:25 UTC by Vladimir Voskresensky
Modified: 2009-06-25 10:59 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 Vladimir Voskresensky 2008-11-07 10:25:42 UTC
Fix all deprecations in GDB module
Comment 1 Egor Ushakov 2008-11-11 12:06:01 UTC
The only deprecation left in gdb is artificial deprecated requestValue, it is used in AbstractVariable only.
Gordon, please check it and remove deprecation flag if you think it is not required.
The only consequence of using old version is ugly getValue() in AbstractVariable.
Comment 3 Quality Engineering 2008-11-14 05:16:00 UTC
Integrated into 'main-golden', will be available in build *200811140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ec02a3b4dd01
User: Gordon Prieur <gordonp@netbeans.org>
Log: Fixed IZ #152647    	fix deprecations in GDB module
Comment 4 ahot 2008-12-15 15:48:12 UTC
can't check