- 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 1 次提交
-
-
由 mcimadamore 提交于
Summary: ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used Reviewed-by: jjg, dlsmith
-
- 25 1月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Resolve.java and Infer.java should reuse the same method applicability check routine Reviewed-by: dlsmith, 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
-
- 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
-
- 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
-
- 28 7月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Diamond in array initializer expressions should be rejected 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 1 次提交
-
-
由 mcimadamore 提交于
Summary: Disable generation of 'unreachable catch' warnings for catch statements catching Exception/Throwable Reviewed-by: jjg
-
- 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
-
- 07 3月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Disallow diamond on anonymous innner class creation expression (as per JSR 334's EDR) Reviewed-by: jjg
-
- 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
-
- 08 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: override clash algorithm is not implemented correctly Reviewed-by: jjg
-
- 01 2月, 2011 1 次提交
-
-
由 darcy 提交于
7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources Reviewed-by: jjg
-
- 28 1月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: method applicability check should fail if formal varargs element type is not accessible Reviewed-by: jjg
-
- 26 1月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mcimadamore, jjg
-
- 24 1月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: explicit error message when old-style array syntax is mixed with varargs Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: several diagnostic improvements Reviewed-by: jjg
-
- 14 1月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: special syntax to denote indy return type through type parameters should be removed (and cast shall be used instead) Reviewed-by: jjg, jrose
-
- 05 1月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Some regression tests rely on unsupported JSR 292 features Reviewed-by: jjg
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 14 12月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Reviewed-by: jjg, darcy
-
- 30 11月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 19 11月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 12 11月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: changed Xlint option name from -Xlint:arm to -Xlint:try Reviewed-by: jjg
-
- 04 11月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: More precise rethrow analysis should be extended to effectively-final exception parameters. Multicatch parameters should be made implicitly final. Reviewed-by: jjg, darcy
-
- 02 11月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: added hidden compiler flag '-XDfindDiamond' to detect 'diamondifiable' sites Reviewed-by: jjg
-
- 20 10月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy, mcimadamore
-
- 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
-