Home
last modified time | relevance | path

Searched refs:rootInfos (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DDeltaProcessingState.java245 RootInfos rootInfos = null; in initializeRoots() local
270 if (this.rootsAreStale && rootInfos != null) { // double check again in initializeRoots()
271 this.roots = rootInfos.roots; in initializeRoots()
272 this.otherRoots = rootInfos.otherRoots; in initializeRoots()
273 this.sourceAttachments = rootInfos.sourceAttachments; in initializeRoots()
274 this.projectDependencies = rootInfos.projectDependencies; in initializeRoots()
282 if (rootInfos != null) { in initializeRootsWithPreviousSession()
283 this.roots = rootInfos.roots; in initializeRootsWithPreviousSession()
284 this.otherRoots = rootInfos.otherRoots; in initializeRootsWithPreviousSession()
285 this.sourceAttachments = rootInfos.sourceAttachments; in initializeRootsWithPreviousSession()
[all …]
H A DJavaProjectElementInfo.java229 Map<IPath, RootInfo> rootInfos = JavaModelManager.getJavaModelManager().deltaState.roots; in getProjectCache() local
235 DeltaProcessor.RootInfo rootInfo = rootInfos.get(root.getPath()); in getProjectCache()
314 Map<IPath, RootInfo> rootInfos = JavaModelManager.getJavaModelManager().deltaState.roots; in newNameLookup() local
320 DeltaProcessor.RootInfo rootInfo = rootInfos.get(root.getPath()); in newNameLookup()
H A DJavaModelManager.java1312 Map<IPath, List<RootInfo>> rootInfos = JavaModelManager.getDeltaState().otherRoots; in forgetExternalTimestampsAndIndexes() local
1317 if (rootInfos.get(path) == null) { in forgetExternalTimestampsAndIndexes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/
H A DJavaWorkspaceScope.java147 Map<IPath, RootInfo> rootInfos = JavaModelManager.getDeltaState().roots; in packageFragmentRoot() local
151 rootInfo = rootInfos.get(path); in packageFragmentRoot()
157 rootInfo = rootInfos.get(resource.getLocation()); in packageFragmentRoot()
159 rootInfo = rootInfos.get(path); in packageFragmentRoot()
162 rootInfo = rootInfos.get(path); in packageFragmentRoot()