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:
parent
72ea3472a4
commit
a39604971e
1 changed files with 0 additions and 6 deletions
|
@ -161,12 +161,6 @@ public class UniversalSearchHandler extends SecuredThread implements ICancellabl
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void internalSearch(File theFile, int depth) throws SystemMessageException {
|
protected void internalSearch(File theFile, int depth) throws SystemMessageException {
|
||||||
try {
|
|
||||||
theFile = theFile.getCanonicalFile();
|
|
||||||
}
|
|
||||||
catch (Exception e)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!hasSearched(theFile)) {
|
if (!hasSearched(theFile)) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue