SearchEngine does not return correct reference when types in source folder [message #256406] |
Mon, 15 September 2008 14:59  |
Eclipse User |
|
|
|
Hi,
I'm using eclipse JDT 3.4 to find the references of a Java type. Using
SearchEngine.searchDeclarationsOfReferencedTypes method, I was able to
return the correct reference of a java type except when the java type is
in a source folder.
For example, if my java type is in a.b.c package under a java project,
everything works fine. But if I specify "src" folder to be the source
folder and put the a.b.c package under it, it couldn't find it.
Is it a bug or I just missed something?
Thanks,
Diana
|
|
|
Re: SearchEngine does not return correct reference when types in source folder [message #256468 is a reply to message #256406] |
Wed, 17 September 2008 04:42  |
Eclipse User |
|
|
|
Diana wrote:
> Hi,
>
> I'm using eclipse JDT 3.4 to find the references of a Java type. Using
> SearchEngine.searchDeclarationsOfReferencedTypes method, I was able to
> return the correct reference of a java type except when the java type is
> in a source folder.
> For example, if my java type is in a.b.c package under a java project,
> everything works fine. But if I specify "src" folder to be the source
> folder and put the a.b.c package under it, it couldn't find it.
> Is it a bug or I just missed something?
>
> Thanks,
> Diana
>
If you're interested in this issue, please follow work progress on
bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=247551
|
|
|
Powered by
FUDForum. Page generated in 0.05141 seconds