Bug 130978 - Checking References in referenced jar files is not working
Summary: Checking References in referenced jar files is not working
Status: RESOLVED DUPLICATE of bug 126330
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1.2   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 126330
Blocks:
  Show dependency tree
 
Reported: 2006-03-08 15:46 EST by ah CLA
Modified: 2006-04-07 07:20 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ah CLA 2006-03-08 15:46:50 EST
In my workbench in I about 6 projects. When I try to find if a method is used in other projects the search does not find it.

To reproduce it: use some methods from one project in others. Then on the method right click select References -> Workspace
Comment 1 Frederic Fusier CLA 2006-03-09 09:13:30 EST
Are your projects in which you're expecting to find references depend on the one where you're started the search?
Comment 2 ah CLA 2006-03-09 11:46:57 EST
No, the way I've implement it (and always worked with other Eclipse versions, e.g. 3.0.2), each project is bundled in a jar file under its dist directory. So the dependent projects are pointing to these dist jars.
Comment 3 Frederic Fusier CLA 2006-03-09 12:12:41 EST
May you attach the .classpath of your project?
Thx
Comment 4 ah CLA 2006-03-09 12:24:52 EST
Just to emphasize, this is the same classpath that I used in previous eclipse versions and never seen any problems.

Thanks,

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="lib" path="lib/activation.jar"/>
    <classpathentry kind="lib" path="lib/ABC_Java_Framework.jar"/>
    <classpathentry kind="lib" path="lib/log4j.jar"/>
    <classpathentry kind="lib" path="lib/mail.jar"/>
    <classpathentry kind="lib" path="lib/classes12.jar"/>
    <classpathentry kind="lib" path="lib/junit.jar"/>
    <classpathentry kind="lib" path="lib/commons-lang-1.0.1.jar"/>
    <classpathentry kind="lib" path="lib/ABC-ldap-20031021.jar"/>
    <classpathentry kind="lib" path="lib/jboss-j2ee.jar"/>
    <classpathentry kind="output" path="bin"/>
</classpath>
Comment 5 Frederic Fusier CLA 2006-03-10 07:20:49 EST
OK, I got it... it's a duplicate of bug 126330
Your summary was a little bit misleading => I've modified it.

I will not set this bug as duplicate but just as depending on this bug.
This will allow us to follow the eventual fix in R3_1_maintenance more precisely...

Comment 6 Jerome Lanneluc CLA 2006-03-31 06:22:24 EST
Do you need this backported to the 3.1 maintenance branch ?
Comment 7 Jerome Lanneluc CLA 2006-04-07 07:20:11 EDT
Please reopen if you need it in the 3.1 maintenance stream.

*** This bug has been marked as a duplicate of 126330 ***