Bug 3279 - Severe - JM - Source found, even though sourcepath is false (1GELAVB)
Summary: Severe - JM - Source found, even though sourcepath is false (1GELAVB)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by David Audel CLA
Modified: 2002-01-11 09:08 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2001-10-10 22:52:29 EDT
PRODUCT VERSION:
Build 115

DESCRIPTION.
Souce path is false but the good source files are printed.

To reproduce :
	1) create a new java project ( Test1 )
	2) add an external jar ( resource.jar )
	3) attach correct source archive ( resourcesrc.zip )
	4) delete the project
	5) create another project ( Test2)
	6) add the same external jar ( resource.jar )
	7) attach  bad soucre archive ( comparesrc.zip )
	8) display source of a class ( IResource ). Correct source appear.
 
NOTES:

PM (5/31/2001 3:38:51 PM)
	We should flush the source attachment properties when discarding a project.
	We only do so when changing a classpath.
Comment 1 David Audel CLA 2001-10-19 06:13:53 EDT
I can not reproduce this bug in 205
Comment 2 David Audel CLA 2001-10-22 07:29:31 EDT
Bugs still exist but test case change

To reproduce :
 1) create a new java project ( Test1 )
 2) add an external jar ( resource.jar )
 3) attach bad source archive ( comparesrc.zip )
 4) create another project ( Test2)
 5) add the same external jar ( resource.jar )
 6) attach  correct soucre archive ( resourcesrc.zip )
 7) delete project Test2
 8) display source of a class ( IResource ) in Test1.

 Correct source appear.
Comment 3 David Audel CLA 2001-10-23 05:39:02 EDT
Fixed
Comment 4 DJ Houghton CLA 2001-10-23 23:53:47 EDT
PRODUCT VERSION:
Build 115