mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 08:15:48 +02:00
[275373] [Standalone Indexer] NoClassDefFoundError when indexing
This commit is contained in:
parent
6f69a2220c
commit
316236278a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class StandaloneIndexerInputAdapter extends IndexerInputAdapter {
|
||||||
// use the original
|
// use the original
|
||||||
}
|
}
|
||||||
//Standalone indexing stores the absolute paths of files being indexed
|
//Standalone indexing stores the absolute paths of files being indexed
|
||||||
result = new IndexFileLocation(URIUtil.toURI(astPath),astPath);
|
result = new IndexFileLocation(URIUtil.toURI(astPath), null);
|
||||||
fIflCache.put(astPath, result);
|
fIflCache.put(astPath, result);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Add table
Reference in a new issue