RFR: 8315606: Open source few swing text/html tests [v2]

Andrey Turbanov aturbanov at openjdk.org
Wed Sep 6 18:02:41 UTC 2023


On Wed, 6 Sep 2023 10:25:27 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Few closed swing text/html tests are opensourced
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review comment fix

test/jdk/javax/swing/text/html/InlineView/bug4623342.java line 96:

> 94:         while (!(v instanceof javax.swing.text.html.ParagraphView)) {
> 95:             int n = v.getViewCount();
> 96:             Shape sh = v.getChildAllocation(n - 1,  r);

Suggestion:

            Shape sh = v.getChildAllocation(n - 1, r);

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15580#discussion_r1317646755


More information about the client-libs-dev mailing list