- 01 6月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove hack to callback into type-inference from assignment context Reviewed-by: dlsmith, jjg
-
- 11 5月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
-
- 11 4月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove bound checking rules from recursive subtype visitors in Types.java and replace with centralized bound-checking logic Reviewed-by: jjg, dlsmith
-
- 10 4月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
-
- 26 3月, 2012 2 次提交
-
-
由 mcimadamore 提交于
Summary: Re-implement special overload resolution support for method handles according to the JLS SE 7 definition Reviewed-by: jjg, dlsmith, jrose
-
由 mcimadamore 提交于
Summary: ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used Reviewed-by: jjg, dlsmith
-
- 14 3月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore, darcy, ohrstrom
-
- 25 1月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Resolve.java and Infer.java should reuse the same method applicability check routine Reviewed-by: dlsmith, jjg
-
- 19 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 18 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 04 1月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 14 12月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 29 11月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add support for parsing method references to JavacParser Reviewed-by: jjg
-
- 28 11月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add support for parsing lambda expressions to JavacParser Reviewed-by: jjg
-
- 09 11月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 25 10月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Two langtools regression tests cannot be built due to a bad import statement Reviewed-by: jjg
-
- 24 10月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference Reviewed-by: jjg
-
- 23 9月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 22 9月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 13 9月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: Inference error during lub() does not set 'cause' for method resolution diagnostic Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Implementation of MethodSymbol.location() should take into account static/instance initializers Reviewed-by: jjg
-
- 02 9月, 2011 1 次提交
-
-
由 ksrini 提交于
Summary: JavacParser improvements for NetBeans, improved by LangTools. Reviewed-by: mcimadamore, jjg Contributed-by: jan.lahoda@oracle.com
-
- 01 9月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 28 7月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Diamond in array initializer expressions should be rejected Reviewed-by: jjg
-
- 25 6月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 30 4月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: diamond should be disallowed in cases where explicit generic constructor parameters are specified Reviewed-by: jjg
-
- 29 4月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: Accessing a non-existing enum constant from an annotation whose class is available results in an internal error Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Disable generation of 'unreachable catch' warnings for catch statements catching Exception/Throwable Reviewed-by: jjg
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 31 3月, 2011 1 次提交
-
-
由 jjg 提交于
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build Reviewed-by: darcy, mcimadamore
-
- 29 3月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: javac should warn about use/declaration of AutoCloseable subclasses that can throw InterruptedException Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Bring javac in sync with latest Project Coin EDR Reviewed-by: jjg
-
- 16 3月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac should issue unconditional warnings when 'dead' catch clauses are detected Reviewed-by: jjg
-
- 15 3月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 08 3月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 07 3月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Disallow diamond on anonymous innner class creation expression (as per JSR 334's EDR) Reviewed-by: jjg
-
- 26 2月, 2011 2 次提交
- 19 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Fix failure in regression test CheckExamples Reviewed-by: jjg
-
- 15 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: twr should generate better error message when uncaught exceptions are thrown by implicit call of close() method Reviewed-by: jjg
-