RFR: 8189843: Missing "id" attributes in table rows

Bhavesh Patel bhavesh.x.patel at oracle.com
Wed Oct 25 23:35:03 UTC 2017


Looks good.


Regards,

Bhavesh.


On 10/24/2017 3:34 PM, Jonathan Gibbons wrote:
> Please review a simple fix to fix the fix for JDK-8182257 
> <https://bugs.openjdk.java.net/browse/JDK-8182257>.
>
> The original problem was the appearance of duplicate uses of an "id". 
> The original fix was flawed because it got rid of both instances of 
> each duplicated id. This fix better disables the use of ids in the 
> property summary table, while retaining them in the method table.
>
> The primary purpose of this changeset is to introduce the new tests. 
> The source code will soon be further improved with the introduction of 
> a new Table builder class.
>
> In this changeset, the fix is to pass down a parameter indicating the 
> "kind" of the summary table, such that ids are suppressed in property 
> summary tables.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8182257
> Webrev: http://cr.openjdk.java.net/~jjg/8189843/webrev.00/
>
> -- Jon
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20171025/c1a1276f/attachment.html>


More information about the javadoc-dev mailing list