mcimadamore [Tue, 13 Jan 2009 13:28:42 +0000] rev 1791
6723444: javac fails to substitute type variables into a constructor's throws clause
Summary: Added constructor's actual type info to NewClass AST node
Reviewed-by: jjg
Contributed-by: mark@twistedbanana.demon.co.uk
mcimadamore [Tue, 13 Jan 2009 13:28:20 +0000] rev 1790
6665356: Cast not allowed when both qualifying type and inner class are parameterized
Summary: Fixed parser and cats conversion in order to allow cast between generic inner classes
Reviewed-by: jjg