Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 579203

Summary: remaining code of new indexer
Product: [Eclipse Project] JDT Reporter: Jörg Kubitz <jkubitz-eclipse>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED MOVED QA Contact:
Severity: trivial    
Priority: P3 CC: simeon.danailov.andreev
Version: 4.23   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Jörg Kubitz CLA 2022-03-10 09:48:31 EST
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
	 */
//	private Indexer indexer = Indexer.getInstance();



further hits can be found with full text search for "new index", "new Indexer", "544898"
Comment 1 Simeon Andreev CLA 2023-03-17 15:39:15 EDT
Opened: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/858