- 13 8月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac incorrectly forgets about constant folding results within lambdas Reviewed-by: jjg, vromero
-
- 21 2月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Compiler should add bridges when translating private constructor reference Reviewed-by: jjg
-
- 16 2月, 2013 2 次提交
-
-
由 rfield 提交于
8006763: super in method reference used in anonymous class - ClassFormatError is produced 8005632: Inner classes within lambdas cause build failures 8005653: Lambdas containing inner classes referencing external type variables do not correctly parameterize the inner classes Reviewed-by: mcimadamore
-
由 mcimadamore 提交于
Summary: Check.checkFunctionalInterface should take into account 'fake' override Reviewed-by: jjg
-
- 23 1月, 2013 2 次提交
-
-
由 mcimadamore 提交于
Summary: Missing boxing cause spurious inference failure Reviewed-by: jjg
-
由 jjg 提交于
Reviewed-by: jjh
-
- 18 1月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: forgot to hg add tests Reviewed-by: jjg
-
- 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 提交于
-