- 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
-
- 16 8月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: unconstrained type-variables with recursive bounds are not inferred properly Reviewed-by: jjg
-
- 29 7月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: a redundant dubtyping check causes spurious inference failure Reviewed-by: jjg
-
- 27 7月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy
-
- 11 3月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: ohair
-
- 23 9月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair
-
- 01 9月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: propagate inference constraints from 15.12.2.7 to 15.12.2.8 Reviewed-by: jjg
-
- 28 8月, 2009 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 16 6月, 2009 2 次提交
-
-
由 mcimadamore 提交于
Summary: Added global sanity check in order to make sure that return type inference does not violate bounds constraints Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Redundant subtyping test during type-inference ends up in rejecting legal code Reviewed-by: jjg
-
- 29 5月, 2009 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 13 2月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
-
- 29 1月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8 Reviewed-by: jjg
-
- 24 10月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Recent work on diagnostics left out some resolution corner cases Reviewed-by: jjg
-
- 09 8月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Bug in the implementation of Types.isSubtypeUnchecked Reviewed-by: jjg
-
- 25 7月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: removed early toString() conversions applied to diagnostic arguments Reviewed-by: jjg
-
- 09 4月, 2008 2 次提交
-
-
由 mcimadamore 提交于
Summary: The regression test for CR 6611449 contains some inconstistencies Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Unignore regression test as this bug has been fixed by CR 6278587 Reviewed-by: jjg
-
- 02 4月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: improved glb on type-inference Reviewed-by: jjg
-
- 04 3月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: type-inference should fail since lub is not defined for primitive types Reviewed-by: jjg
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-