RFR: 8365379: SU3.applyInsets may produce wrong results [v14]
Sergey Bylokhov
serb at openjdk.org
Wed Sep 17 20:35:11 UTC 2025
On Wed, 17 Sep 2025 03:51:49 GMT, Renjith Kannath Pariyangad <rkannathpari at openjdk.org> wrote:
>> Hi Reviewers,
>>
>> I have updated the insets calculation, similar calculation observed in **SynthGraphicsUtils.java**. Reused the **SwingUtilities3.java** modified code
>>
>> Please review and let me know your suggestions if any.
>
> Renjith Kannath Pariyangad has updated the pull request incrementally with one additional commit since the last revision:
>
> Limited numb of char per line
test/jdk/com/sun/java/swing/SwingUtilities3/ApplyInsetsTest.java line 58:
> 56: SwingUtilities3.applyInsets(rect, insets, false);
> 57: if (!rect.equals(expected)) {
> 58: throw new RuntimeException("Right to left test failed: expected " + expected +
here and a few lines above the text is longer than 80 chars per line.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27157#discussion_r2356704821
More information about the client-libs-dev
mailing list