Bug 39856

Summary: External jar's timestamps should be persisted accross sessions
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: kent_johnson
Version: 2.1   
Target Milestone: 3.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2003-07-10 06:10:31 EDT
Build 20030703

The timestamps of external jars should be persisted accross sessions. This 
would allow us to detect if a jar has changed after the workspace was shutdown 
and to reindex the jar.
Comment 1 Philipe Mulet CLA 2004-03-25 05:58:22 EST
Not for 3.0
Comment 2 Philipe Mulet CLA 2005-05-17 05:10:23 EDT
reopening
Comment 3 Jerome Lanneluc CLA 2005-05-17 17:28:47 EDT
Changed JavaModelManager#saving(...) to save the external jar timestamps. And
changed the access to DeltaProcessingState#externalTimestamps to use a lazy
intializer that read the saved timestamps.

Added regression test ExternalJarDeltaTests#testExternalJarChanged4()
Comment 4 David Audel CLA 2005-05-27 04:27:37 EDT
Verified in i20050527-0010