- 13 1月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: Fixed parser and cats conversion in order to allow cast between generic inner classes Reviewed-by: jjg
-
- 24 10月, 2008 1 次提交
-
-
由 mcimadamore 提交于
6487370: javac incorrectly gives ambiguity warning with override-equivalent abstract inherited methods Summary: Javac should not compare erased return types when checking for ambiguity errors during overload resolution Reviewed-by: jjg
-
- 09 10月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Capture conversion should be applied when acccessing a member of an intersection type Reviewed-by: jjg
-
- 09 4月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: missing implementation of JLS 8.4.8.3 (different arguments with same erasure not always triggering a compiler error) Reviewed-by: jjg
-
- 02 4月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: javac now distinguish between enum class literals and static fields Reviewed-by: jjg
-
- 04 3月, 2008 2 次提交
-
-
由 mcimadamore 提交于
Summary: interplay between cyclic inheritance and tvar bounds hangs javac Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: NPE caused by a defect in type-variable attribution Reviewed-by: jjg
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-