Bug 5028

Summary: Outliner fails with sequence of declarations
Product: [Eclipse Project] JDT Reporter: Jared Burns <jared_burns>
Component: UIAssignee: Kai-Uwe Maetzel <kai-uwe_maetzel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Jared Burns CLA 2001-10-16 16:11:52 EDT
1. Create this class:
public class Hello {
	int x;
	int y;
}
 Note that x and y both show up in the outliner correctly.
3. Delete the line "int y;".
 Note that y disappears from the outliner correctly.
4. Change line 2 to read "int x, y;"
 Note that y is added to the outliner correctly, but x
 vanishes erroneously.
From this state a number of erroneous states can be reached. For instance:
5. Revert line 2 to the original version ("int x;".
 Note that y disappears correctly but the outliner now
 appears empty despite the presence of x;
Comment 1 Kai-Uwe Maetzel CLA 2001-11-06 11:46:30 EST
Build > 207.