Bug 3585 - Breakpoint invisible if warning in same line (1GB85PD)
Summary: Breakpoint invisible if warning in same line (1GB85PD)
Status: RESOLVED DUPLICATE of bug 3532
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:57 EDT by Erich Gamma CLA
Modified: 2002-02-27 09:04 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 Erich Gamma CLA 2001-10-10 22:57:33 EDT
If you set a breakpoint in a line which has a warning, the breakpoint marker is not visible.
	Steps to reproduce:
		- In a Java class, write "java.util.Date.parse("");" (this method is deprecated)
		- build, this should result in a warning for the line
		- set a breakpoint in that line (the warning marker is visible, but the breakpoint marker isn't)
		- go to the debug perspective's list of breakopints: the breakpoint is listed

NOTES:
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:12:44 EDT
moved to 'active'
Comment 2 DJ Houghton CLA 2001-10-24 07:13:25 EDT
PRODUCT VERSION:
	JT 036 JDK

Comment 3 Andre Weinand CLA 2002-02-27 09:04:25 EST

*** This bug has been marked as a duplicate of 3532 ***