Lines Matching refs:IPath

21 import org.eclipse.core.runtime.IPath;
51 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testCompileOnlyDependent()
53 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testCompileOnlyDependent()
62 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testCompileOnlyDependent()
65 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testCompileOnlyDependent()
74 IPath project3Path = env.addProject("Project3"); //$NON-NLS-1$ in testCompileOnlyDependent()
76 IPath root3 = env.getPackageFragmentRootPath(project3Path, ""); //$NON-NLS-1$ in testCompileOnlyDependent()
111 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testCompileOnlyStructuralDependent()
113 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testCompileOnlyStructuralDependent()
126 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testCompileOnlyStructuralDependent()
129 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testCompileOnlyStructuralDependent()
138 IPath project3Path = env.addProject("Project3"); //$NON-NLS-1$ in testCompileOnlyStructuralDependent()
140 IPath root3 = env.getPackageFragmentRootPath(project3Path, ""); //$NON-NLS-1$ in testCompileOnlyStructuralDependent()
186 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testRemoveField()
188 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testRemoveField()
198 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testRemoveField()
201 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testRemoveField()
202 IPath b = env.addClass(root2, "", "B", //$NON-NLS-1$ //$NON-NLS-2$ in testRemoveField()
239 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testCompileOrder()
243 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in testCompileOrder()
246 IPath c1 = env.addClass(root1, "p1", "X", //$NON-NLS-1$ //$NON-NLS-2$ in testCompileOrder()
256 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testCompileOrder()
260 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in testCompileOrder()
263 IPath c2 = env.addClass(root2, "p2", "Y", //$NON-NLS-1$ //$NON-NLS-2$ in testCompileOrder()
273 IPath p3 = env.addProject("P3"); //$NON-NLS-1$ in testCompileOrder()
277 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in testCompileOrder()
280 IPath c3 = env.addClass(root3, "p3", "Z", //$NON-NLS-1$ //$NON-NLS-2$ in testCompileOrder()
293 IPath workspaceRootPath = env.getWorkspaceRootPath(); in testCompileOrder()
306 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testCyclesCleared()
307 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testCyclesCleared()
357 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testCycle1()
361 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in testCycle1()
377 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testCycle1()
381 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in testCycle1()
400 IPath p3 = env.addProject("P3"); //$NON-NLS-1$ in testCycle1()
404 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in testCycle1()
470 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testCycle2()
474 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in testCycle2()
490 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testCycle2()
494 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in testCycle2()
497 IPath c2 = env.addClass(root2, "p2", "Y", //$NON-NLS-1$ //$NON-NLS-2$ in testCycle2()
513 IPath p3 = env.addProject("P3"); //$NON-NLS-1$ in testCycle2()
517 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in testCycle2()
584 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testCycle3()
588 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in testCycle3()
604 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testCycle3()
608 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in testCycle3()
611 IPath c2 = env.addClass(root2, "p2", "Y", //$NON-NLS-1$ //$NON-NLS-2$ in testCycle3()
627 IPath p3 = env.addProject("P3"); //$NON-NLS-1$ in testCycle3()
631 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in testCycle3()
728 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testCycle4()
732 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in testCycle4()
738 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testCycle4()
742 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in testCycle4()
745 IPath c2 = env.addClass(root2, "p2", "Y", //$NON-NLS-1$ //$NON-NLS-2$ in testCycle4()
761 IPath p3 = env.addProject("P3"); //$NON-NLS-1$ in testCycle4()
765 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in testCycle4()
768 IPath c3 = env.addClass(root3, "p3", "Z", //$NON-NLS-1$ //$NON-NLS-2$ in testCycle4()
870 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testCycle5()
874 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in testCycle5()
877 IPath c1 = env.addClass(root1, "p1", "X", //$NON-NLS-1$ //$NON-NLS-2$ in testCycle5()
889 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testCycle5()
893 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in testCycle5()
896 IPath c2 = env.addClass(root2, "p2", "Y", //$NON-NLS-1$ //$NON-NLS-2$ in testCycle5()
980 IPath p1 = env.addProject("P1"); in testCycle6()
983 IPath root1 = env.addPackageFragmentRoot(p1, "src"); in testCycle6()
997 IPath p2 = env.addProject("P2"); in testCycle6()
1000 IPath root2 = env.addPackageFragmentRoot(p2, "src"); in testCycle6()
1013 IPath p3 = env.addProject("P3"); in testCycle6()
1016 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in testCycle6()
1026 IPath[] accessiblePaths = new IPath[] {new Path("java/lang/*")}; in testCycle6()
1027 IPath[] forbiddenPaths = new IPath[] {new Path("**/*")}; in testCycle6()
1086 IPath p1 = env.addProject("P1"); in testCycle7()
1089 IPath root1 = env.addPackageFragmentRoot(p1, "src"); in testCycle7()
1103 IPath p2 = env.addProject("P2"); in testCycle7()
1106 IPath root2 = env.addPackageFragmentRoot(p2, "src"); in testCycle7()
1119 IPath p3 = env.addProject("P3"); in testCycle7()
1122 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in testCycle7()
1132 IPath[] accessiblePaths = new IPath[] {new Path("java/lang/*")}; in testCycle7()
1133 IPath[] forbiddenPaths = new IPath[] {new Path("**/*")}; in testCycle7()
1186 IPath p1 = env.addProject("P1"); in testCycle8()
1187 IPath p2 = env.addProject("P2"); in testCycle8()
1188 IPath p3 = env.addProject("P3"); in testCycle8()
1189 IPath p4 = env.addProject("P4"); in testCycle8()
1192 IPath[] accessiblePaths = new IPath[] {new Path("java/lang/*")}; in testCycle8()
1193 IPath[] forbiddenPaths = new IPath[] {new Path("**/*")}; in testCycle8()
1238 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testExcludePartOfAnotherProject1()
1240 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testExcludePartOfAnotherProject1()
1255 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testExcludePartOfAnotherProject1()
1257 …env.addRequiredProject(project2Path, project1Path, new IPath[] {}, new IPath[] {new Path("**/inter… in testExcludePartOfAnotherProject1()
1258 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testExcludePartOfAnotherProject1()
1263 IPath d = env.addClass(root2, "", "D", //$NON-NLS-1$ //$NON-NLS-2$ in testExcludePartOfAnotherProject1()
1285 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testExcludePartOfAnotherProject2()
1287 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testExcludePartOfAnotherProject2()
1302 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testExcludePartOfAnotherProject2()
1304 …env.addRequiredProject(project2Path, project1Path, new IPath[] {}, new IPath[] {new Path("**/inter… in testExcludePartOfAnotherProject2()
1305 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testExcludePartOfAnotherProject2()
1318 IPath d = env.addClass(root2, "", "D", //$NON-NLS-1$ //$NON-NLS-2$ in testExcludePartOfAnotherProject2()
1340 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testExcludePartOfAnotherProject3()
1342 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testExcludePartOfAnotherProject3()
1357 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testExcludePartOfAnotherProject3()
1359 …env.addRequiredProject(project2Path, project1Path, new IPath[] {}, new IPath[] {new Path("**/inter… in testExcludePartOfAnotherProject3()
1360 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testExcludePartOfAnotherProject3()
1365 IPath d = env.addClass(root2, "", "D", //$NON-NLS-1$ //$NON-NLS-2$ in testExcludePartOfAnotherProject3()
1378 env.addRequiredProject(project2Path, project1Path, new IPath[] {}, new IPath[] {}, false); in testExcludePartOfAnotherProject3()
1394 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testIncludePartOfAnotherProject1()
1396 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testIncludePartOfAnotherProject1()
1411 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testIncludePartOfAnotherProject1()
1413 …env.addRequiredProject(project2Path, project1Path, new IPath[] {new Path("**/api/")}, new IPath[] … in testIncludePartOfAnotherProject1()
1414 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testIncludePartOfAnotherProject1()
1419 IPath d = env.addClass(root2, "", "D", //$NON-NLS-1$ //$NON-NLS-2$ in testIncludePartOfAnotherProject1()
1441 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testIncludePartOfAnotherProject2()
1443 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testIncludePartOfAnotherProject2()
1458 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testIncludePartOfAnotherProject2()
1460 …env.addRequiredProject(project2Path, project1Path, new IPath[] {new Path("**/api/")}, new IPath[] … in testIncludePartOfAnotherProject2()
1461 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testIncludePartOfAnotherProject2()
1474 IPath d = env.addClass(root2, "", "D", //$NON-NLS-1$ //$NON-NLS-2$ in testIncludePartOfAnotherProject2()
1496 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testIncludePartOfAnotherProject3()
1498 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testIncludePartOfAnotherProject3()
1513 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testIncludePartOfAnotherProject3()
1515 …env.addRequiredProject(project2Path, project1Path, new IPath[] {new Path("**/api/")}, new IPath[] … in testIncludePartOfAnotherProject3()
1516 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testIncludePartOfAnotherProject3()
1521 IPath d = env.addClass(root2, "", "D", //$NON-NLS-1$ //$NON-NLS-2$ in testIncludePartOfAnotherProject3()
1534 env.addRequiredProject(project2Path, project1Path, new IPath[] {}, new IPath[] {}, false); in testIncludePartOfAnotherProject3()
1552 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule1()
1554 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule1()
1564 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule1()
1566 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule1()
1576 IPath project3Path = env.addProject("Project3"); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule1()
1580 IPath root3 = env.getPackageFragmentRootPath(project3Path, ""); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule1()
1604 IPath project1Path = env.addProject("Project1"); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule2()
1606 IPath root1 = env.getPackageFragmentRootPath(project1Path, ""); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule2()
1616 IPath project2Path = env.addProject("Project2"); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule2()
1618 IPath root2 = env.getPackageFragmentRootPath(project2Path, ""); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule2()
1628 IPath project3Path = env.addProject("Project3"); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule2()
1632 IPath root3 = env.getPackageFragmentRootPath(project3Path, ""); //$NON-NLS-1$ in testIgnoreIfBetterNonAccessibleRule2()
1633 IPath b = env.addClass(root3, "p3", "B", //$NON-NLS-1$ //$NON-NLS-2$ in testIgnoreIfBetterNonAccessibleRule2()
1649 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in testMissingRequiredBinaries()
1650 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in testMissingRequiredBinaries()
1651 IPath p3 = env.addProject("P3"); //$NON-NLS-1$ in testMissingRequiredBinaries()
1656 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in testMissingRequiredBinaries()
1663 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in testMissingRequiredBinaries()
1670 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in testMissingRequiredBinaries()
1673 IPath x = env.addClass(root1, "p1", "X", //$NON-NLS-1$ //$NON-NLS-2$ in testMissingRequiredBinaries()
1714 IPath P1 = env.addProject("P1"); in test100_class_folder_exported()
1731 IPath P2 = env.addProject("P2"); in test100_class_folder_exported()
1753 IPath P1 = env.addProject("P1"); in test101_class_folder_non_exported()
1768 IPath P2 = env.addProject("P2"); in test101_class_folder_non_exported()
1771 IPath c = env.addClass( in test101_class_folder_non_exported()
1794 IPath p1 = env.addProject("P1"); in test102_missing_required_binaries()
1798 IPath root1 = env.addPackageFragmentRoot(p1, "src"); in test102_missing_required_binaries()
1801 IPath p2 = env.addProject("P2"); in test102_missing_required_binaries()
1804 IPath root2 = env.addPackageFragmentRoot(p2, "src"); in test102_missing_required_binaries()
1808 IPath p3 = env.addProject("P3"); in test102_missing_required_binaries()
1811 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in test102_missing_required_binaries()
1826 IPath y = env.addClass(root3, "", "Y", in test102_missing_required_binaries()
1855 IPath p1 = env.addProject("P1"); in test103_missing_required_binaries()
1859 IPath root1 = env.addPackageFragmentRoot(p1, "src"); in test103_missing_required_binaries()
1862 IPath p2 = env.addProject("P2"); in test103_missing_required_binaries()
1865 IPath root2 = env.addPackageFragmentRoot(p2, "src"); in test103_missing_required_binaries()
1869 IPath p3 = env.addProject("P3"); in test103_missing_required_binaries()
1872 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in test103_missing_required_binaries()
1887 IPath y = env.addClass(root3, "", "Y", in test103_missing_required_binaries()
1918 IPath p0 = env.addProject("JRE17", "1.7"); in test104_missing_required_binaries()
1921 IPath root0 = env.addPackageFragmentRoot(p0, "src"); in test104_missing_required_binaries()
1924 IPath p1 = env.addProject("org.eclipse.jgit", "1.7"); in test104_missing_required_binaries()
1927 IPath root1 = env.addPackageFragmentRoot(p1, "src"); in test104_missing_required_binaries()
1931 IPath p2 = env.addProject("org.eclipse.releng.tools", "1.5"); in test104_missing_required_binaries()
1934 IPath root2 = env.addPackageFragmentRoot(p2, "src"); in test104_missing_required_binaries()
1954 IPath gca = env.addClass(root2, "org.eclipse.releng.tools.git", "GitCopyrightAdapter", in test104_missing_required_binaries()
2001 IPath p1 = env.addProject("P1"); //$NON-NLS-1$ in test438923()
2005 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in test438923()
2018 IPath p2 = env.addProject("P2"); //$NON-NLS-1$ in test438923()
2022 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in test438923()
2036 IPath p3 = env.addProject("P3"); //$NON-NLS-1$ in test438923()
2040 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in test438923()
2067 IPath p1 = env.addProject("SampleMissing"); //$NON-NLS-1$ in test461074()
2071 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in test461074()
2083 IPath p2 = env.addProject("SampleLib", "1.5"); //$NON-NLS-1$ in test461074()
2087 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in test461074()
2108 IPath p3 = env.addProject("SampleTest", "1.5"); //$NON-NLS-1$ in test461074()
2112 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in test461074()
2138 IPath p1 = env.addProject("SampleMissing"); //$NON-NLS-1$ in test461074_error()
2142 IPath root1 = env.addPackageFragmentRoot(p1, "src"); //$NON-NLS-1$ in test461074_error()
2154 IPath p2 = env.addProject("SampleLib", "1.5"); //$NON-NLS-1$ in test461074_error()
2158 IPath root2 = env.addPackageFragmentRoot(p2, "src"); //$NON-NLS-1$ in test461074_error()
2179 IPath p3 = env.addProject("SampleTest", "1.5"); //$NON-NLS-1$ in test461074_error()
2183 IPath root3 = env.addPackageFragmentRoot(p3, "src"); //$NON-NLS-1$ in test461074_error()
2186 IPath test = env.addClass(root3, "pack.test", "Test", //$NON-NLS-1$ //$NON-NLS-2$ in test461074_error()