Bug 5135 - Open Java editor on IResource.class do an error
Summary: Open Java editor on IResource.class do an error
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P2 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-22 10:21 EDT by David Audel CLA
Modified: 2002-04-05 08:38 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-22 10:21:07 EDT
To reproduce :
 1) create a Java Project T1
 2) add external jar (resources.jar)
 3) attach wrong source (comparesrc.zip)
 4) create a Java Project T2
 5) add the same external jar (resources.jar)
 6) attach correct source (resourcessrc.zip)
 7) open IResource.class in T1
 8) delete T2 (don't close IResource.class)
 9) reopen IResource.class in T1

 an error message appear : Cannot open Java editor on IResource.class. T2 does 
not exist.
Comment 1 Jerome Lanneluc CLA 2002-04-05 08:38:19 EST
Verified that this is fixed in 20020404: when reopening IResource.class in T1, 
a blank editor is shown as expected since the source attachment is wrong.
Closing.