Search in sources :

Example 6 with SimpleLookupTable

use of org.eclipse.jdt.internal.compiler.util.SimpleLookupTable in project che by eclipse.

the class IndexManager method reset.

/**
     * Flush current state
     */
public synchronized void reset() {
    super.reset();
    if (this.indexes != null) {
        this.indexes = new SimpleLookupTable();
        this.indexStates = null;
    }
    this.indexLocations = new SimpleLookupTable();
    this.javaPluginLocation = null;
}
Also used : SimpleLookupTable(org.eclipse.jdt.internal.compiler.util.SimpleLookupTable)

Aggregations

SimpleLookupTable (org.eclipse.jdt.internal.compiler.util.SimpleLookupTable)6 IFile (org.eclipse.core.resources.IFile)3 File (java.io.File)2 IOException (java.io.IOException)2 IPath (org.eclipse.core.runtime.IPath)2 FileIndexLocation (org.eclipse.jdt.internal.core.index.FileIndexLocation)2 IndexLocation (org.eclipse.jdt.internal.core.index.IndexLocation)2 URI (java.net.URI)1 HashSet (java.util.HashSet)1 IResource (org.eclipse.core.resources.IResource)1 IResourceProxy (org.eclipse.core.resources.IResourceProxy)1 IResourceProxyVisitor (org.eclipse.core.resources.IResourceProxyVisitor)1 IWorkspaceRoot (org.eclipse.core.resources.IWorkspaceRoot)1 CoreException (org.eclipse.core.runtime.CoreException)1 Path (org.eclipse.core.runtime.Path)1 IClasspathEntry (org.eclipse.jdt.core.IClasspathEntry)1 SourceElementParser (org.eclipse.jdt.internal.compiler.SourceElementParser)1 ClasspathEntry (org.eclipse.jdt.internal.core.ClasspathEntry)1 JavaProject (org.eclipse.jdt.internal.core.JavaProject)1 Index (org.eclipse.jdt.internal.core.index.Index)1