Home
last modified time | relevance | path

Searched refs:newContainerEntry (Results 1 – 25 of 61) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DJavaSearchBugs9Tests.java202 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_001()
215 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_001()
253 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_002()
268 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_002()
308 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_003()
322 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_003()
383 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_006()
397 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_006()
432 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_007()
446 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug501162_007()
[all …]
H A DCompletionTests9.java589 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in test486988_0015()
602 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in test486988_0015()
603 addClasspathEntry(project1, JavaCore.newContainerEntry(project2.getPath())); in test486988_0015()
646 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug518618_001()
659 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug518618_001()
805 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in test522613_001()
839 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in test540591()
877 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in test540591_mismatchedCase()
914 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in test540591_withoutPrefix()
1023 addClasspathEntry(project1, JavaCore.newContainerEntry(project2.getPath())); in test527873_001()
[all …]
H A DJava9ElementTests.java407 addClasspathEntry(project, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_001_since_9()
436 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_002_since_9()
451 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_002_since_9()
478 addClasspathEntry(project, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_003_since_9()
507 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_004_since_9()
520 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_004_since_9()
551 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_005_since_9()
565 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_005_since_9()
600 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_006_since_9()
614 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug510339_006_since_9()
[all …]
H A DClasspathTests.java213 IClasspathEntry newClasspath = JavaCore.newContainerEntry(new Path("container/default")); in test124117()
251 IClasspathEntry newClasspath = JavaCore.newContainerEntry(new Path("container/default")); in test232816()
326 entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath()); in test232816b()
803 JavaCore.newContainerEntry(new Path(containerPath2)), in testChangeRawButNotResolvedClasspath()
804 JavaCore.newContainerEntry(new Path(containerPath1)) in testChangeRawButNotResolvedClasspath()
1411 JavaCore.newContainerEntry(new Path("container/default")), in testClasspathValidation05()
4589 { JavaCore.newContainerEntry(containers[1].getPath()) }, in testCycleDetectionThroughContainers()
4590 { JavaCore.newContainerEntry(containers[2].getPath())}, in testCycleDetectionThroughContainers()
4682 { JavaCore.newContainerEntry(containers[1].getPath()) }, in testCycleDetectionThroughContainerVariants()
4683 { JavaCore.newContainerEntry(containers[2].getPath())}, in testCycleDetectionThroughContainerVariants()
[all …]
H A DModuleBuilderTests.java1748 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in test_ModuleSourcePathContainer()
1794 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in _test_ModuleSourcePath_update()
1826 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in test_ModuleSourcePath_implicitdeps()
1870 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in _test_ModuleSourcePath_implicitdeps2()
1927 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in _test_ModuleSourcePath_implicitdeps3()
1984 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in test_Cycle_In_Module_Dependency()
2029 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in test_Cycle_In_Implicit_Module_Dependency()
2073 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in test_bug506479()
2134 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in test_Multiple_SourceFolders()
2194 IClasspathEntry dep = JavaCore.newContainerEntry(new Path(JavaCore.MODULE_PATH_CONTAINER_ID)); in test_Multiple_SourceFolders_WithModuleInfo()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DASTConverter9Test.java223 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug512023_0001()
355 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_001()
398 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_002()
413 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_002()
429 addClasspathEntry(project3, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_002()
520 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_003()
534 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_003()
576 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_004()
590 addClasspathEntry(project2, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_004()
637 addClasspathEntry(project1, JavaCore.newContainerEntry(new Path("org.eclipse.jdt.MODULE_PATH"))); in testBug515875_005()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/
H A DTestClasspathContributor.java38 entries.add(JavaCore.newContainerEntry(testPath)); in JavaCore.newContainerEntry()
44 entries2.add(JavaCore.newContainerEntry(testPath2)); in JavaCore.newContainerEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/rules/
H A DJUnitWorkspaceTestSetup.java69 IClasspathEntry cpe= JavaCore.newContainerEntry(JUnitCore.JUNIT4_CONTAINER_PATH); in before()
75 IClasspathEntry cpe= JavaCore.newContainerEntry(JUnitCore.JUNIT3_CONTAINER_PATH); in before()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/
H A DSelectSystemLibraryQuickFix.java70 IClasspathEntry initialEntry = JavaCore.newContainerEntry(initialPath); in handleContainerResolutionError()
84 classpath[i] = JavaCore.newContainerEntry(newPath, classpath[i].isExported()); in handleContainerResolutionError()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/
H A DModuleOptionsTests.java86 …rawClasspath[i] = JavaCore.newContainerEntry(rawClasspath[i].getPath(), null, extraAttributes, fal… in addClasspathAttributesToSystemLibrary()
94 …rawClasspath[i] = JavaCore.newContainerEntry(rawClasspath[i].getPath(), null, new IClasspathAttrib… in removeClasspathAttributesFromSystemLibrary()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DClasspathComputer.java378 …return JavaCore.newContainerEntry(getEEPath(ee), entry.getAccessRules(), entry.getExtraAttributes(… in createEntryUsingPreviousEntry()
381 …return JavaCore.newContainerEntry(path, entry.getAccessRules(), entry.getExtraAttributes(), entry.… in createEntryUsingPreviousEntry()
389 return JavaCore.newContainerEntry(path); in createEntryUsingPreviousEntry()
398 return JavaCore.newContainerEntry(getEEPath(ee)); in createJREEntry()
425 return JavaCore.newContainerEntry(PDECore.REQUIRED_PLUGINS_CONTAINER_PATH); in createContainerEntry()
H A DSearchablePluginsManager.java463 classpath[0] = JavaCore.newContainerEntry(JavaRuntime.newDefaultJREContainerPath()); in computeClasspath()
464 classpath[1] = JavaCore.newContainerEntry(PDECore.JAVA_SEARCH_CONTAINER_PATH); in computeClasspath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DUserLibraryWizardPage.java259 …return JavaCore.newContainerEntry(fEditResult.getPath(), fOldClasspathEntry.getAccessRules(), fOld… in getSelection()
261 return JavaCore.newContainerEntry(fEditResult.getPath(), false); in getSelection()
273 res[i]= JavaCore.newContainerEntry(curr.getPath(), false); in getNewContainers()
H A DClasspathContainerDefaultPage.java117 return JavaCore.newContainerEntry(new Path(fEntryField.getText())); in getSelection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/examples/org/eclipse/jdt/ui/examples/
H A DMyClasspathContainerPage.java53 fEntry= JavaCore.newContainerEntry(new Path("org.eclipse.jdt.EXAMPLE_CONTAINER")); in finish()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/
H A DBuildPathSupport.java370 return JavaCore.newContainerEntry(JUnitCore.JUNIT3_CONTAINER_PATH); in getJUnit3ClasspathEntry()
377 return JavaCore.newContainerEntry(JUnitCore.JUNIT4_CONTAINER_PATH); in getJUnit4ClasspathEntry()
384 return JavaCore.newContainerEntry(JUnitCore.JUNIT5_CONTAINER_PATH); in getJUnit5ClasspathEntry()
/dports/games/lwjgl/lwjgl-2df01dd/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/
H A DLWJGLClasspathContainerPage.java74 .newContainerEntry(LWJGLClasspathContainerInitializer.LWJGL_LIBRARY_PATH); in LWJGLClasspathContainerPage()
158 containerEntryResult = JavaCore.newContainerEntry(containerPath); in update()
H A DBuildPathSupport.java237 .newContainerEntry(LWJGLClasspathContainerInitializer.LWJGL_LIBRARY_PATH); in getLWJGLClasspathEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/
H A DJUnitContainerWizardPage.java72 fContainerEntryResult= JavaCore.newContainerEntry(JUnitCore.JUNIT3_CONTAINER_PATH); in JUnitContainerWizardPage()
212 fContainerEntryResult= JavaCore.newContainerEntry(containerPath); in doSelectionChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/
H A DTestRunFilteredStandardRunnerTest4.java51 …JavaProjectHelper.addToClasspath(fProject, JavaCore.newContainerEntry(JUnitCore.JUNIT4_CONTAINER_P… in setUp()
H A DTestRunFilteredParameterizedRunnerTest4.java50 …JavaProjectHelper.addToClasspath(fProject, JavaCore.newContainerEntry(JUnitCore.JUNIT4_CONTAINER_P… in setUp()
H A DTestRunListenerTest5.java61 …JavaProjectHelper.addToClasspath(fProject, JavaCore.newContainerEntry(JUnitCore.JUNIT5_CONTAINER_P… in setUp()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/sourcelookup/
H A DClasspathContainerSourceContainerBrowser.java58 IClasspathEntry classpathEntry = JavaCore.newContainerEntry(containerPath); in editSourceContainers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/
H A DJREContainerWizardPage.java60 fSelection = JavaCore.newContainerEntry(path); in finish()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/
H A DClasspathVMUtil.java135 …classpath[i]= JavaCore.newContainerEntry(newPath, curr.getAccessRules(), curr.getExtraAttributes()… in updateClasspath()

123