You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
There is still many code comments in jdt.core which refers to the "new index" which was removed.
example:
/**
* The new indexer is disabled, see [bug 544898](https://bugs.eclipse.org/bugs/show_bug.cgi?id=544898)
*/
// private Indexer indexer = Indexer.getInstance();
further hits can be found with full text search for "new index", "new Indexer", "544898"
The text was updated successfully, but these errors were encountered:
See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=579203
The text was updated successfully, but these errors were encountered: