Community
Participate
Working Groups
Build Identifier: M20100909-0800 A bug in the JDT SearchParticipant class can cause the Java indexing thread to index data outside of the current workspace. This bug is being opened in relation to eclipse bug 298977: https://bugs.eclipse.org/bugs/show_bug.cgi?id=298977. This problem was originally located in the WST JSDT indexing code which parallels the JDT indexing code. Reproducible: Always
Created attachment 187761 [details] patch changing removeLastSegments call to only strip the last segment Attaching a patch for this issue.
Thanks for the patch. This patch looks good. I will release it after HEAD opens up for M6.
This problem should not really effect Java search, but the code is wrong and hence have released the patch on HEAD. Thanks Kevin.
Verified for 3.7M6 by code inspection.