Home
last modified time | relevance | path

Searched refs:JDK12 (Results 1 – 22 of 22) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/compatibility/
H A DJdkRelease.java34 JDK12(12, "12"); enumConstant
55 } else if (jdkVersion.startsWith(JDK12.release)) { in getRelease()
56 return JDK12; in getRelease()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/compatibility/
H A DJdkRelease.java34 JDK12(12, "12"); enumConstant
55 } else if (jdkVersion.startsWith(JDK12.release)) { in getRelease()
56 return JDK12; in getRelease()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSource.java88 JDK12("12"); enumConstant
139 if (this.compareTo(JDK12) >= 0) return Target.JDK1_12; in requiredTarget()
185 SWITCH_MULTIPLE_CASE_LABELS(JDK12, Fragments.FeatureMultipleCaseLabels, DiagKind.PLURAL),
186 SWITCH_RULE(JDK12, Fragments.FeatureSwitchRules, DiagKind.PLURAL),
187 SWITCH_EXPRESSION(JDK12, Fragments.FeatureSwitchExpressions, DiagKind.PLURAL);
270 case JDK12: in toSourceVersion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DJavadocCompletionParserTest.java210 && this.complianceLevel < ClassFileConstants.JDK12) { in verifyAllTagsCompletion()
215 } else if(this.complianceLevel >= ClassFileConstants.JDK12) { in verifyAllTagsCompletion()
324 && this.complianceLevel < ClassFileConstants.JDK12) { in test006()
330 } else if(this.complianceLevel >= ClassFileConstants.JDK12) { in test006()
477 && this.complianceLevel < ClassFileConstants.JDK12) { in test020()
481 } else if (this.complianceLevel >= ClassFileConstants.JDK12) { in test020()
577 && this.complianceLevel < ClassFileConstants.JDK12) { in test025()
583 } else if (this.complianceLevel >= ClassFileConstants.JDK12) { in test025()
670 && this.complianceLevel < ClassFileConstants.JDK12) { in test028()
676 } else if(this.complianceLevel >= ClassFileConstants.JDK12) { in test028()
H A DComplianceDiagnoseTest.java3547 if (this.complianceLevel >= ClassFileConstants.JDK12) in testBug531714_001()
3603 if (this.complianceLevel >= ClassFileConstants.JDK12) in testBug531714_002()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSource.java88 JDK12("12"), enumConstant
146 if (this.compareTo(JDK12) >= 0) return Target.JDK1_12; in requiredTarget()
278 case JDK12: in toSourceVersion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DSwitchExpressionsYieldTest.java2030 if (this.complianceLevel < ClassFileConstants.JDK12) in testBug544073_071()
2056 if (this.complianceLevel < ClassFileConstants.JDK12) in testBug544073_072()
2678 if (this.complianceLevel < ClassFileConstants.JDK12) in testBug547891_15()
2724 if (this.complianceLevel < ClassFileConstants.JDK12) in testBug547891_16()
2867 if (this.complianceLevel < ClassFileConstants.JDK12) in testBug547891_21()
H A DNullAnnotationTest.java10365 if (this.complianceLevel < ClassFileConstants.JDK12) in testBug542707_001()
10419 if (this.complianceLevel != ClassFileConstants.JDK12) in testBug542707_002()
10457 if (this.complianceLevel < ClassFileConstants.JDK12) return; // switch expression in testBug542707_003()
10495 if (this.complianceLevel < ClassFileConstants.JDK12) return; // switch expression in _testBug542707_004()
10528 if (this.complianceLevel < ClassFileConstants.JDK12) return; // switch expression in testBug542707_005()
10565 if (this.complianceLevel < ClassFileConstants.JDK12) return; // switch expression in testBug542707_006()
H A DSwitchTest.java3110 …is.complianceLevel < ClassFileConstants.JDK1_8 || this.complianceLevel >= ClassFileConstants.JDK12)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSource.java88 JDK12("12"), enumConstant
159 if (this.compareTo(JDK12) >= 0) return Target.JDK1_12; in requiredTarget()
296 case JDK12: in toSourceVersion()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSource.java88 JDK12("12"), enumConstant
166 case JDK12 -> Target.JDK1_12; in requiredTarget()
294 case JDK12 -> RELEASE_12; in toSourceVersion()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSource.java88 JDK12("12"), enumConstant
172 case JDK12 -> Target.JDK1_12; in requiredTarget()
303 case JDK12 -> RELEASE_12; in toSourceVersion()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSource.java88 JDK12("12"), enumConstant
152 if (this.compareTo(JDK12) >= 0) return Target.JDK1_12; in requiredTarget()
288 case JDK12: in toSourceVersion()
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/map/
H A DAbstractTestMap.java128 private static final boolean JDK12; field in AbstractTestMap
131 JDK12 = str.startsWith("1.2");
290 (isAllowNullKey() && !JDK12) ? null : "nonnullkey" in getSampleKeys()
332 (isAllowNullValue() && !JDK12) ? null : "nonnullvalue", in getSampleValues()
352 (isAllowNullValue() && !JDK12 && isAllowDuplicateValues()) ? null : "newnonnullvalue", in getNewSampleValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/
H A DClassFileConstants.java158 …long JDK12 = ((long)ClassFileConstants.MAJOR_VERSION_12 << 16) + ClassFileConstants.MINOR_VERSION_… field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/
H A DBaseProcessingEnvImpl.java147 if (this._compiler.options.sourceLevel == ClassFileConstants.JDK12) { in getSourceVersion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DScannerHelper.java292 } else if (complianceLevel <= ClassFileConstants.JDK12) { in isJavaIdentifierPart()
365 } else if (complianceLevel <= ClassFileConstants.JDK12) { in isJavaIdentifierStart()
H A DParser.java227 compliance = ClassFileConstants.JDK12; in buildFileForCompliance()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DSwitchStatement.java285 if (currentScope.compilerOptions().complianceLevel >= ClassFileConstants.JDK12) { in generateCodeForStringSwitch()
449 if (currentScope.compilerOptions().complianceLevel >= ClassFileConstants.JDK12) { in generateCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DAST.java1120 t.put(JavaCore.VERSION_12, ClassFileConstants.JDK12); in getLevelMapTable()
/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.java99 if (jdkLevel >= ClassFileConstants.JDK12) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionParser.java4964 if (kind == K_SELECTOR_QUALIFIER && this.options.complianceLevel >= ClassFileConstants.JDK12) { in createSingleAssistNameReference()