Bug 28476

Summary: JRE container description wrong
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P3 CC: darin.eclipse
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2002-12-17 06:18:05 EST
20021216

1. Create a new project
2. add a JRE container
3. the build path dialog shows the label '[Persisted container ...'
   which is not the real description of the container.
Comment 1 Philipe Mulet CLA 2002-12-17 06:57:46 EST
Related to fix for bug 28000. This description corresponds to the persisted 
value of a container in between session (to compare with re-initialized version 
of it).
Comment 2 Philipe Mulet CLA 2002-12-17 09:02:11 EST
Bug is due to the preference change listener callback which stored a persisted 
container value incorrectly into the live values (Container). It will only 
populate the PreviousSessionValues (to allow prefs exports).

Fixed
Comment 3 David Audel CLA 2002-12-18 10:19:51 EST
Verified.