Searched refs:rootInfos (Results 1 – 4 of 4) sorted by relevance
245 RootInfos rootInfos = null; in initializeRoots() local270 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 …]
229 Map<IPath, RootInfo> rootInfos = JavaModelManager.getJavaModelManager().deltaState.roots; in getProjectCache() local235 DeltaProcessor.RootInfo rootInfo = rootInfos.get(root.getPath()); in getProjectCache()314 Map<IPath, RootInfo> rootInfos = JavaModelManager.getJavaModelManager().deltaState.roots; in newNameLookup() local320 DeltaProcessor.RootInfo rootInfo = rootInfos.get(root.getPath()); in newNameLookup()
1312 Map<IPath, List<RootInfo>> rootInfos = JavaModelManager.getDeltaState().otherRoots; in forgetExternalTimestampsAndIndexes() local1317 if (rootInfos.get(path) == null) { in forgetExternalTimestampsAndIndexes()
147 Map<IPath, RootInfo> rootInfos = JavaModelManager.getDeltaState().roots; in packageFragmentRoot() local151 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()