jdk-24/langtools/test/tools/javac/lambda/methodReference
Srikanth Adayapalam 4815781a4a 8081271: NPE while compiling a program with erroneous use of constructor reference expressions
Missing enclosing instance error should not be swallowed when attributing constructor reference expressions.

Reviewed-by: mcimadamore, vromero
2015-05-29 09:15:42 +05:30
..
BridgeMethod.java 8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013 2013-12-24 09:17:37 -08:00
MethodRef1.java 8004101: Add checks for method reference well-formedness 2012-11-30 15:14:36 +00:00
MethodRef2.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef3.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef4.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef5.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef6.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef7.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef8.java 8063052: Inference chokes on wildcard derived from method reference 2014-11-20 14:05:39 -08:00
MethodRef_neg.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef_neg.out 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodReferenceComplexNullCheckTest.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefNewInnerBootstrap.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefNewInnerInLambdaNPE1.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefNewInnerInLambdaNPE2.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefNewInnerInLambdaVerify1.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefNewInnerInLambdaVerify2.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefNewInnerInLambdaVerify2simple.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefQualifier1.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefSingleRefEvalBridge.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefToInner.java 8048121: javac complex method references: revamp and simplify 2014-06-25 11:22:27 -07:00
MethodRefToInnerWithoutOuter.java 8081271: NPE while compiling a program with erroneous use of constructor reference expressions 2015-05-29 09:15:42 +05:30
MethodRefToInnerWithoutOuter.out 8081271: NPE while compiling a program with erroneous use of constructor reference expressions 2015-05-29 09:15:42 +05:30
SamConversion.java 8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013 2013-12-24 09:17:37 -08:00
SamConversionComboTest.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
TreeMakerParamsIsGoofy.java 8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails 2013-05-07 06:39:34 -07:00