Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » SearchEngine does not return correct reference when types in source folder
SearchEngine does not return correct reference when types in source folder [message #256406] Mon, 15 September 2008 14:59 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:new Java project has error, may disappear from Project Explorer
Next Topic:Java editor overlay
Goto Forum:
  


Current Time: Fri May 09 20:57:54 EDT 2025

Powered by FUDForum. Page generated in 0.05141 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top