jdk-24/test/langtools/tools/javac/patterns
2022-02-11 21:52:16 +00:00
..
scope 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
Annotations.java 8281238: TYPE_USE annotations not printed in correct position in toString output 2022-02-11 21:52:16 +00:00
BindingsExistTest.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
BindingsExistTest.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
BindingsInitializer.java 8278834: Error "Cannot read field "sym" because "this.lvar[od]" is null" when compiling 2022-01-19 19:03:02 +00:00
BindingsTest1.java 8260593: javac can skip a temporary local variable when pattern matching over a local variable 2021-02-08 09:36:29 +00:00
BindingsTest1Merging.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
BindingsTest1Merging.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
BindingsTest2.java 8256266: Binding variables don't correctly support declaration annotations and the final modifier 2021-01-05 11:40:25 +00:00
BindingsTest2.out 8256266: Binding variables don't correctly support declaration annotations and the final modifier 2021-01-05 11:40:25 +00:00
BreakAndLoops.java 8250768: javac should be adapted to changes in JEP 12 2021-01-11 10:10:47 +00:00
CaseDefault.java 8262891: Compiler implementation for Pattern Matching for switch (Preview) 2021-06-07 07:01:30 +00:00
CaseDefault.out 8262891: Compiler implementation for Pattern Matching for switch (Preview) 2021-06-07 07:01:30 +00:00
CaseStructureTest.java 8269146: Missing unreported constraints on pattern and other case label combination 2021-07-09 08:03:56 +00:00
CastConversionMatch.java 8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header 2020-12-30 17:20:54 +00:00
CastConversionMatch.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
ConditionalTest.java 8250768: javac should be adapted to changes in JEP 12 2021-01-11 10:10:47 +00:00
DisambiguatePatterns.java 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
Domination.java 8273328: Compiler implementation for Pattern Matching for switch (Second Preview) 2021-11-24 10:07:49 +00:00
Domination.out 8273328: Compiler implementation for Pattern Matching for switch (Second Preview) 2021-11-24 10:07:49 +00:00
DuplicateBindingTest.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
DuplicateBindingTest.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
EnsureTypesOrderTest.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
EnsureTypesOrderTest.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
EnumTypeChanges2.java 8268766: Desugaring of pattern matching enum switch should be improved 2021-07-08 11:56:53 +00:00
EnumTypeChanges.java 8273328: Compiler implementation for Pattern Matching for switch (Second Preview) 2021-11-24 10:07:49 +00:00
ExamplesFromProposal.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
Exhaustiveness.java 8281100: Spurious "variable might not have been initialized" with sealed class switch 2022-02-11 12:11:29 +00:00
Guards.java 8268961: Parenthesized pattern with guards does not work 2021-06-23 10:16:42 +00:00
GuardsErrors.java 8262891: Compiler implementation for Pattern Matching for switch (Preview) 2021-06-07 07:01:30 +00:00
GuardsErrors.out 8262891: Compiler implementation for Pattern Matching for switch (Preview) 2021-06-07 07:01:30 +00:00
ImpossibleTypeTest.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
ImpossibleTypeTest.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
LambdaCannotCapturePatternVariables.java 8269738: AssertionError when combining pattern matching and function closure 2021-07-08 14:15:07 +00:00
LocalVariableReuse.java 8260593: javac can skip a temporary local variable when pattern matching over a local variable 2021-02-08 09:36:29 +00:00
LocalVariableTable.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
MatchBindingScopeTest.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
MatchBindingScopeTest.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
NestedPatternVariablesBytecode.java 8267610: NPE at at jdk.compiler/com.sun.tools.javac.jvm.Code.emitop 2021-06-24 23:07:43 +00:00
NoModifiersOnBinding.java 8256266: Binding variables don't correctly support declaration annotations and the final modifier 2021-01-05 11:40:25 +00:00
NoModifiersOnBinding.out 8256266: Binding variables don't correctly support declaration annotations and the final modifier 2021-01-05 11:40:25 +00:00
NoSubtypeCheck.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
NoSubtypeCheck.out 8260566: Pattern type X is a subtype of expression type Y message is incorrect 2021-01-29 18:27:03 +00:00
NoUnnecessaryCast.java 8260593: javac can skip a temporary local variable when pattern matching over a local variable 2021-02-08 09:36:29 +00:00
NullsInPatterns.java 8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header 2020-12-30 17:20:54 +00:00
NullsInPatterns.out 8260566: Pattern type X is a subtype of expression type Y message is incorrect 2021-01-29 18:27:03 +00:00
NullSwitch.java 8272776: NullPointerException not reported 2021-09-03 09:31:54 +00:00
Parenthesized.java 8269354: javac crashes when processing parenthesized pattern in instanceof 2021-07-01 10:10:03 +00:00
PatternCaseErrorRecovery.java 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternCaseErrorRecovery.out 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternErrorRecovery-no-preview.out 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternErrorRecovery.java 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternErrorRecovery.out 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternMatchPosTest.java 8273157: Add convenience methods to Messager 2021-09-01 20:28:05 +00:00
PatternMatchPosTest.out 8250768: javac should be adapted to changes in JEP 12 2021-01-11 10:10:47 +00:00
PatternMatchPosTestData.java
PatternsSimpleVisitorTest.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
PatternTypeTest2.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
PatternVariablesAreNonFinal2.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
PatternVariablesAreNonFinal.java 8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header 2020-12-30 17:20:54 +00:00
PatternVariablesAreNonFinal.out 8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header 2020-12-30 17:20:54 +00:00
RawTypeBindingWarning.java 8268961: Parenthesized pattern with guards does not work 2021-06-23 10:16:42 +00:00
RawTypeBindingWarning.out 8268961: Parenthesized pattern with guards does not work 2021-06-23 10:16:42 +00:00
Reifiable.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
Reifiable.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
ReifiableOld-old.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
ReifiableOld.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
ReifiableOld.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
SealedTypeChanges2.java 8262891: Compiler implementation for Pattern Matching for switch (Preview) 2021-06-07 07:01:30 +00:00
SealedTypeChanges.java 8270151: IncompatibleClassChangeError on empty pattern switch statement case 2021-07-09 11:03:40 +00:00
SimpleAndGuardPattern.java 8262891: Compiler implementation for Pattern Matching for switch (Preview) 2021-06-07 07:01:30 +00:00
SourceLevelChecks.java 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
StablePatternDesugaring.java 8264306: Non deterministic generation of java/lang/invoke/MemberName.class 2021-04-01 11:38:45 +00:00
SwitchErrors.java 8273328: Compiler implementation for Pattern Matching for switch (Second Preview) 2021-11-24 10:07:49 +00:00
SwitchErrors.out 8273328: Compiler implementation for Pattern Matching for switch (Second Preview) 2021-11-24 10:07:49 +00:00
Switches.java 8277864: Compilation error thrown while doing a boxing conversion on selector expression 2021-12-06 08:42:26 +00:00
UncheckedWarningOnMatchesTest.java 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00
UncheckedWarningOnMatchesTest.out 8250625: Compiler implementation of Pattern Matching for instanceof (Final) 2020-11-05 08:01:33 +00:00