duke [Wed, 05 Jul 2017 16:45:38 +0200] rev 1795
Merge
duke [Wed, 05 Jul 2017 16:45:36 +0200] rev 1794
Merge
tbell [Fri, 16 Jan 2009 10:38:31 -0800] rev 1793
Merge
mcimadamore [Tue, 13 Jan 2009 13:31:35 +0000] rev 1792
6558559: Extra "unchecked" diagnostic
Summary: Fixed Types.sideCast in order to suppress redundant unchecked warnings
Reviewed-by: jjg
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
mcimadamore [Tue, 13 Jan 2009 13:27:14 +0000] rev 1789
6765045: Remove rawtypes warnings from langtools
Summary: Removed all occurrences of rawtypes warnings from langtools
Reviewed-by: jjg, bpatel
bpatel [Thu, 08 Jan 2009 16:34:58 -0800] rev 1788
Merge
bpatel [Thu, 08 Jan 2009 16:26:59 -0800] rev 1787
6786028: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Bold tags should be strong
Reviewed-by: jjg
jjg [Wed, 07 Jan 2009 14:48:29 -0800] rev 1786
6512707: "incompatible types" after (unrelated) annotation processing
Reviewed-by: darcy
Contributed-by: prunge@velocitynet.com.au