Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 7947 - JDIDebugModel still using types for breakpoints
Summary: JDIDebugModel still using types for breakpoints
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-21 12:35 EST by Darin Swanson CLA
Modified: 2002-01-21 15:35 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 Swanson CLA 2002-01-21 12:35:36 EST
This should be changed to just check on a type name.
The current implementation is doing an equality check on a type and a type name.
Comment 1 Darin Swanson CLA 2002-01-21 12:36:39 EST
Fixed to be JDIDebugModel#lineBreakpointExists(String typeName, int lineNumber).
Changes in AddBreakpointAction and BreakpointRulerAction.
Comment 2 Darin Wright CLA 2002-01-21 15:35:20 EST
Verified. Removed last reference to IType in JDIDebugModel, which was in an 
unused method.