On 11/26/2013 08:20 PM, Bradford Wetmore wrote:
Tony,
I note the @since's are missing for the new methods, both in the
generated output in the overridden methods (i.e. no javadoc), and the
methods in which you've changed the behavior (i.e. new javadoc).
I'm not sure what you can do about the previous behavior (cc'ing
Mike/Sowmya, maybe they know), but what about the new ones?
That kind of seems like a javadoc bug to me. Shouldn't it add the @since
tag as part of inheriting the javadoc?
Anyway, adding @since tags would be considered a docs only change, so
Tony you could still fix this for JDK 8 - can you file a bug?
Thanks,
Sean
Brad
On 10/21/2013 2:48 PM, Sean Mullan wrote:
On 10/18/2013 10:52 PM, Anthony Scarpino wrote:
I've updated the webrev
http://cr.openjdk.java.net/~ascarpino/8025763/webrev.01/
Update looks good.
--Sean