1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +02:00

[250168] handle malformed binary and always resolve canonical paths as well as symbolic links

This commit is contained in:
David McKnight 2008-10-22 15:01:08 +00:00
parent 72ea3472a4
commit a39604971e

View file

@ -161,12 +161,6 @@ public class UniversalSearchHandler extends SecuredThread implements ICancellabl
}
protected void internalSearch(File theFile, int depth) throws SystemMessageException {
try {
theFile = theFile.getCanonicalFile();
}
catch (Exception e)
{
}
if (!hasSearched(theFile)) {