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 37538 - New Debugger API needs some refinement
Summary: New Debugger API needs some refinement
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: API
Depends on:
Blocks: 27194
  Show dependency tree
 
Reported: 2003-11-26 16:27 UTC by Tomas Pavek
Modified: 2010-04-29 09:15 UTC (History)
0 users

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 Tomas Pavek 2003-11-26 16:27:02 UTC
Reviewing debugger core API javadoc a few days
ago... Have found for example:

a) there are protected methods in final classes
(e.g. DebuggerManager).

b) lookup methods return java.util.List, however
code example in API package overview mentions array

c) Breakpoint.Action seem to be in the middle of
rewrite (not finished yet), none of its current
method resembles an ation (i.e. there is no method
doing something).
Comment 1 Tomas Pavek 2004-06-02 08:22:15 UTC
Is this issue still valid?
Comment 2 Martin Entlicher 2005-12-12 15:53:53 UTC
a) DebuggerManager is O.K.
b) code examples are fixed in trunk and on release50 branch:
/cvs/debuggercore/api/src/org/netbeans/api/debugger/package.html,v  <-- 
package.html
new revision: 1.4; previous revision: 1.3

/cvs/debuggercore/api/src/org/netbeans/api/debugger/package.html,v  <-- 
package.html
new revision: 1.3.24.1; previous revision: 1.3

c) There is no Breakpoint.Action.
Comment 3 Quality Engineering 2010-04-29 09:15:27 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.