Bug 28476 - JRE container description wrong
Summary: JRE container description wrong
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-17 06:18 EST by Martin Aeschlimann CLA
Modified: 2002-12-18 10:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.