Home
last modified time | relevance | path

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

/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 DConverterTestSetup.java133 …public void setUpJCLClasspathVariables(String compliance, boolean useFullJCL) throws JavaModelExce… in setUpJCLClasspathVariables() argument
134 if (useFullJCL) { in setUpJCLClasspathVariables()
135 super.setUpJCLClasspathVariables(compliance, useFullJCL); in setUpJCLClasspathVariables()
/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 DAbstractJavaModelTests.java1665 useFullJCL, in createJavaProject()
2379 protected String getExternalJCLPathString(String compliance, boolean useFullJCL) { in getExternalJCLPathString() argument
2380 if (useFullJCL) { in getExternalJCLPathString()
3184 … setUpJavaProject(final String projectName, String compliance, boolean useFullJCL) throws CoreExce…
3191 setUpJCLClasspathVariables(compliance, useFullJCL);
3203 setUpProjectCompliance(javaProject, compliance, useFullJCL);
3214 …ProjectCompliance(IJavaProject javaProject, String compliance, boolean useFullJCL) throws JavaMode…
3222 if (useFullJCL) {
3262 setUpJCLClasspathVariables(compliance, useFullJCL);
3309 …public void setUpJCLClasspathVariables(String compliance, boolean useFullJCL) throws JavaModelExce…
[all …]
H A DJavaSearchBugs14Tests.java109 … setUpJavaProject(final String projectName, String compliance, boolean useFullJCL) throws CoreExce… in setUpJavaProject() argument
111 IJavaProject setUpJavaProject = super.setUpJavaProject(projectName, compliance, useFullJCL); in setUpJavaProject()
H A DExternalAnnotations18Test.java218 …void setupJavaProject(String name, boolean useFullJCL, boolean addAnnotationLib) throws CoreExcept… in setupJavaProject() argument
219 this.project = setUpJavaProject(name, this.compliance, useFullJCL); //$NON-NLS-1$ in setupJavaProject()