This website requires JavaScript.
Explore
Help
Register
Sign In
infernap12
/
jdk
Watch
1
Star
0
Fork
0
You've already forked jdk
mirror of
https://github.com/openjdk/jdk.git
synced
2026-01-28 12:09:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jdk
/
test
/
langtools
/
tools
/
javac
/
lambda
/
methodReference
History
Jesper Wilhelmsson
81d523d382
Merge
2023-01-24 22:28:07 +00:00
..
pack
8242214: NullPointerException in JDK 14 javac compiling a method reference
2020-06-19 14:26:09 +02:00
BoundUnboundSearchTest.java
8296171: Compiler incorrectly rejects code with variadic method references
2022-11-14 18:31:26 +00:00
BridgeMethod.java
8242451: ensure semantics of non-capturing lambdas are preserved independent of execution mode
2020-09-25 10:10:36 +00:00
ImplicitEnclosingInstanceTest.java
…
IntersectionParameterTypeTest2.java
8292975: javac produces code that crashes with LambdaConversionException
2022-10-07 04:20:40 +00:00
IntersectionParameterTypeTest.java
8292975: javac produces code that crashes with LambdaConversionException
2022-10-07 04:20:40 +00:00
IntersectionTypeReceiverTest2.java
…
IntersectionTypeReceiverTest.java
…
MethodRef1.java
…
MethodRef2.java
…
MethodRef3.java
…
MethodRef4.java
…
MethodRef5.java
…
MethodRef6.java
…
MethodRef7.java
…
MethodRef8.java
…
MethodRef_neg.java
…
MethodRef_neg.out
…
MethodReferenceComplexNullCheckTest.java
…
MethodReferenceInConstructorInvocation.java
8261006: 'super' qualified method references cannot occur in a static context
2021-07-15 15:33:23 +00:00
MethodReferenceInConstructorInvocation.out
8261006: 'super' qualified method references cannot occur in a static context
2021-07-15 15:33:23 +00:00
MethodRefIntColonColonNewTest.java
8163229: several regression tests have a main method that is never executed
2023-01-17 04:43:40 +00:00
MethodRefIntColonColonNewTest.out
…
MethodRefNewInnerBootstrap.java
…
MethodRefNewInnerInLambdaNPE1.java
…
MethodRefNewInnerInLambdaNPE2.java
…
MethodRefNewInnerInLambdaVerify1.java
…
MethodRefNewInnerInLambdaVerify2.java
…
MethodRefNewInnerInLambdaVerify2simple.java
…
MethodRefNewInnerRawTest.java
8029633: Raw inner class constructor ref should not perform diamond inference
2022-10-20 15:43:10 +00:00
MethodRefNewInnerRawTest.out
8029633: Raw inner class constructor ref should not perform diamond inference
2022-10-20 15:43:10 +00:00
MethodRefQualifier1.java
…
MethodRefSingleRefEvalBridge.java
…
MethodRefStuck2.java
…
MethodRefStuck8249261.java
8249261: AssertionError in StructuralStuckChecker
2020-07-29 11:34:25 +02:00
MethodRefStuck8249261.out
8249261: AssertionError in StructuralStuckChecker
2020-07-29 11:34:25 +02:00
MethodRefStuck.java
8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header
2020-12-30 17:20:54 +00:00
MethodRefStuck.out
8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header
2020-12-30 17:20:54 +00:00
MethodRefStuckParenthesized.java
8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header
2020-12-30 17:20:54 +00:00
MethodRefStuckParenthesized.out
8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header
2020-12-30 17:20:54 +00:00
MethodRefToInner.java
…
MethodRefToInnerWithoutOuter.java
8163229: several regression tests have a main method that is never executed
2023-01-17 04:43:40 +00:00
MethodRefToInnerWithoutOuter.out
…
MethodRefToLocalClassMethodTest.java
…
ProtectedInaccessibleMethodRefTest2.java
8242214: NullPointerException in JDK 14 javac compiling a method reference
2020-06-19 14:26:09 +02:00
ProtectedInaccessibleMethodRefTest.java
…
SamConversion.java
…
SamConversionComboTest.java
…
TreeMakerParamsIsGoofy.java
…