1
0
Fork 0
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:
Mike Kucera 2009-05-07 20:23:29 +00:00
parent 6f69a2220c
commit 316236278a

View file

@ -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;