Community
Participate
Working Groups
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
Created attachment 59162 [details] Screenshots
*** This bug has been marked as a duplicate of bug 173898 ***