Bug 4945

Summary: Promote #getBreakpoint from IJavaThread to IThread
Product: [Eclipse Project] JDT Reporter: Darin Wright <darin.eclipse>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.