Bug 26881 - Yoyo in the debugger again
Summary: Yoyo in the debugger again
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-21 12:26 EST by Olivier Thomann CLA
Modified: 2002-12-17 11:09 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 Olivier Thomann CLA 2002-11-21 12:26:02 EST
Using 1119 + JDT/Core head content, I still get a yoyo behavior in the debugger
on this test case:
public class A {
	public static void main(String[] args) {
		boolean b = false;
		int i = 6;
		if ((i == 5)
			? b : !b) {   	
		   	System.out.println(i);
		   }
	}
}
Comment 1 Olivier Thomann CLA 2002-11-21 13:23:02 EST
Fixed and released in 2.1 stream.
Regression tests added.
Comment 2 David Audel CLA 2002-12-17 11:09:57 EST
Verified.