Community
Participate
Working Groups
The canonicalizedPath() method in JavaProject returns the "externalPath" attribute if the IS_CASE_SENSITIVE flag is set to true, which seems to be happening on linux. This sometimes results in a trailing slash being left on the path string, which screws up values in the index later end causing search to fail.
Created attachment 166851 [details] patch
Patch checked in.