Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 174461 - Variables view shows wrong entries when switching 'Show Logical Structure'
Summary: Variables view shows wrong entries when switching 'Show Logical Structure'
Status: RESOLVED DUPLICATE of bug 173898
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 11:36 EST by Markus Keller CLA
Modified: 2007-02-16 11:48 EST (History)
0 users

See Also:


Attachments
Screenshots (24.88 KB, image/png)
2007-02-16 11:37 EST, Markus Keller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2007-02-16 11:36:31 EST
I20070213-0907

Variables view shows wrong entries when switching 'Show Logical Structure' with somewhat expanded items.

- paste into Package Explorer and set breakpoint:
package p;
import java.util.Arrays;
import java.util.List;
public class Main {
	public static void main(String[] args) {
		List<Integer> list1 = Arrays.asList(1, 2, 3, 4, 5);
		System.out.println(list1); // breakpoint
	}
}

- debug
- in Variables view, expand list1 > a > [0], such that "value   1" is shown
- click "Show Logical Structure"
=> tree shows wrong entries
=> toggling and further expanding totally screws up the tree
Comment 1 Markus Keller CLA 2007-02-16 11:37:20 EST
Created attachment 59162 [details]
Screenshots
Comment 2 Darin Wright CLA 2007-02-16 11:48:45 EST

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