- 25 5月, 2016 1 次提交
-
-
由 sadayapalam 提交于
Summary: Lambda implementation method must be static when lambda is an argument to an explicit constructor call. Reviewed-by: mcimadamore
-
- 20 2月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg
-
- 12 2月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: jjg, abuckley Contributed-by: NMatherey Nunez <matherey.nunez@oracle.com>
-
- 22 1月, 2013 2 次提交
- 17 1月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac should check that types annotated with @FunctionalInterface are indeed functional interfaces Reviewed-by: jjg
-
- 18 11月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Turn on lambda expression, method reference and default method support Reviewed-by: jjg
-
- 05 10月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add support for function descriptor lookup, functional interface inference and lambda expression type-checking Reviewed-by: jjg, dlsmith
-
- 03 8月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Make error messages generated during Check.checkType more uniform and more scalable Reviewed-by: jjg, dlsmith
-
- 01 6月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove hack to callback into type-inference from assignment context Reviewed-by: dlsmith, jjg
-
- 25 1月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Resolve.java and Infer.java should reuse the same method applicability check routine Reviewed-by: dlsmith, jjg
-
- 19 9月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics Reviewed-by: jjg
-
- 03 9月, 2010 1 次提交
-
-
由 sundar 提交于
Reviewed-by: jjg
-
- 23 7月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 15 7月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: synthetic name clash check should not apply to miranda methods Reviewed-by: jjg Contributed-by: tomas.zezula@sun.com
-
- 11 6月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 19 5月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: Race condition between symbol completion and attribution of import statements causes NPE when creating intersection type Reviewed-by: jjg
-
- 30 1月, 2010 1 次提交
-
-
由 jjg 提交于
6920317: package-info.java file has to be specified on the javac cmdline, else it will not be avail. Reviewed-by: darcy
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-