Bug 59607

Summary: [source attach to jar] didnt work in special? case
Product: [Eclipse Project] JDT Reporter: thomas menzel <dev.tom.menzel>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M9   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description thomas menzel CLA 2004-04-22 08:00:30 EDT
using 3m8

the situation was thus:

1. used a class in a jar that was bound to the project (no src available) that 
caused an exception -> had to investigate
2. unjard the jar into the folder whers all jars lie (.../lib) , including the 
decompiled jar
3. decompiled the offending class into the folder of its .class-file
4. tried to attach source by setting the src-root for the jar to .../lib 

open declaration couldnt find the src.
Comment 1 Olivier Thomann CLA 2004-04-22 09:48:50 EDT
Could you please describe the exception at step 1?

Could you please provide the jar and the decompiled jar 
+ your project layout?

Then we can investigate what could be wrong. Thanks.
Comment 2 Jerome Lanneluc CLA 2004-05-18 12:24:49 EDT
Please reopen if you have steps to reproduce.