Searched refs:jrtRoots (Results 1 – 2 of 2) sorted by relevance
747 if (info.jrtRoots == null || !info.jrtRoots.containsKey(entryPath)) { in computePackageFragmentRoots()753 imageRoots = info.jrtRoots.get(entryPath); in computePackageFragmentRoots()
1277 …public Map<IPath, ObjectVector> jrtRoots; // A map between a JRT file system (as a string) and the… field in JavaModelManager.PerProjectInfo1406 if (this.jrtRoots == null) this.jrtRoots = new HashMap<>(); in setJrtPackageRoots()1407 this.jrtRoots.put(jrtPath, roots); in setJrtPackageRoots()