Bug 4945 - Promote #getBreakpoint from IJavaThread to IThread
Summary: Promote #getBreakpoint from IJavaThread to IThread
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-12 15:39 EDT by Darin Wright CLA
Modified: 2001-11-02 13:05 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2001-10-12 15:39:19 EDT
Currently, IJavaThread implements #getBreakpoint(). Should this be promoted
to the generic IThread implementation?
Comment 1 Joe Szurszewski CLA 2001-11-02 12:13:56 EST
Done as part of code review.  No other changes required, since all existing 
senders were either just expecting an IBreakpoint in return, or were already 
explicitly casting return value to an IJavaBreakpoint.
Comment 2 Darin Wright CLA 2001-11-02 13:05:16 EST
Verified.