jlahoda [Thu, 13 Feb 2014 13:38:48 +0100] rev 23114
8033961: Formatting of -Xlint: command line help
Summary: Improving formatting of command line help for -Xlint, including a short description of each lint.
Reviewed-by: jjg
dlsmith [Wed, 12 Feb 2014 12:31:30 -0700] rev 23113
4910483: Javadoc renders the string ".*\\.pdf" as ".\*\.pdf"
Summary: Adjust timing of printing "\\" in the comment scanner
Reviewed-by: jjg
jjg [Mon, 10 Feb 2014 11:52:52 -0800] rev 23112
8033930: Unnecessary new line after the StackMapTable
8033913: Incorrect indentation of StackMapTable entries
Reviewed-by: ksrini
jlahoda [Fri, 07 Feb 2014 21:43:33 +0100] rev 23111
8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
Summary: When the overrides deprecated method warning is being reported, need to do that in the lint context of the method.
Reviewed-by: vromero