jlahoda [Tue, 26 Nov 2013 15:27:19 +0100] rev 21896
8026374: javac accepts void as a method parameter
Summary: Changing Check.validate to reject void types.
Reviewed-by: jjg, vromero
jfranck [Tue, 26 Nov 2013 13:33:33 +0100] rev 21895
8028428: strictfp allowed as annotation element modifier
Reviewed-by: jjg
jjg [Mon, 25 Nov 2013 17:42:28 -0800] rev 21894
8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules
Reviewed-by: darcy
lana [Mon, 25 Nov 2013 09:41:20 -0800] rev 21893
Merge
rfield [Fri, 22 Nov 2013 17:07:35 -0800] rev 21892
8028739: javac generates incorrect descriptor for MethodHandle::invoke
Summary: introduce special handling for signature polymorphic methods
Reviewed-by: jjg
bpatel [Wed, 20 Nov 2013 10:53:38 -0800] rev 21891
8027977: javadoc dies on NumberFormat/DateFormat subclass
Reviewed-by: jjg
jlahoda [Wed, 20 Nov 2013 13:44:39 +0100] rev 21890
6557966: Multiple upper bounds of the TypeVariable
Summary: Adjusting javax.lang.model javadoc regarding IntersectionType, IntersectionType.accept now calls visitIntersection for all kinds of IntersectionTypes.
Reviewed-by: darcy, vromero
Contributed-by: joe.darcy@oracle.com, jan.lahoda@oracle.com