- 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
-
- 08 9月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: javac should add synthetic overrides for inherited abstract methods in order to preserve binary compatibility Reviewed-by: jjg
-
- 19 8月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: resolution of superclass/superinterfaces in extends/implements clause skips local classes Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: capture conversion does not work on nested types 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
-
- 13 7月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 11 6月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy
-
- 19 5月, 2010 3 次提交
-
-
由 mcimadamore 提交于
Summary: Raw warning checks should be disabled in the presence of a diamond AST node Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Bad cast to ClassType in the new diamond implementation fails if the target type of the instance creation expression is a type-variable Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Issue in type-variable substitution causes valid code to be rejected Reviewed-by: jjg
-
- 14 4月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: Implement new inference scheme for diamond operator that takes into account type of actual arguments supplied to constructor Reviewed-by: jjg, darcy
-
由 mcimadamore 提交于
Summary: backout changeset for 6840638 Reviewed-by: jjg
-
- 11 3月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: ohair
-
- 04 3月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 03 3月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 30 1月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 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
-
- 27 8月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: diamond operator implementation (simple approach) Reviewed-by: jjg
-
- 11 8月, 2009 2 次提交
-
-
由 mcimadamore 提交于
Summary: javac is too strict in rejecting member selction from a type-var Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: javac should not add syntehtic cast to the LHS of an assignment expression Reviewed-by: jjg
-
- 15 7月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: fix of 6400189 caused a nasty problem in method resolution Reviewed-by: jjg
-
- 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
-
- 28 5月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 25 3月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: fixed code that checks for duplicate method declarations Reviewed-by: jjg
-
- 10 3月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
-
- 06 3月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: fixed algorithm for checking cycles in typevar declarations Reviewed-by: jjg
-
- 13 2月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
-
- 29 1月, 2009 2 次提交
-
-
由 mcimadamore 提交于
Summary: Javac applies wrong substitution to recursive type-variable bounds Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8 Reviewed-by: jjg
-
- 27 1月, 2009 1 次提交
-
-
由 tbell 提交于
Reviewed-by: jjg
-
- 21 1月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac does not correctly implement JLS3 8.4.5 Reviewed-by: jjg
-
- 13 1月, 2009 2 次提交
-
-
由 mcimadamore 提交于
Summary: Added constructor's actual type info to NewClass AST node Reviewed-by: jjg Contributed-by: mark@twistedbanana.demon.co.uk
-
由 mcimadamore 提交于
Summary: Fixed parser and cats conversion in order to allow cast between generic inner classes Reviewed-by: jjg
-