mcimadamore [Fri, 18 Feb 2011 12:28:49 +0000] rev 8431
7020043: Project Coin: diamond allowed on non-generic type
Summary: Diamond oerator should be disallowed on non-generic class types (i.e. String)
Reviewed-by: jjg
dlsmith [Wed, 16 Feb 2011 10:27:00 -0800] rev 8430
6990136: Cleanup use of Type.clone()
Summary: Introduced factory methods in class Types which can be used rather than clone().
Reviewed-by: jjg, mcimadamore