RFR: 8326606: Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class

Alexey Ivanov aivanov at openjdk.org
Fri Mar 8 09:11:54 UTC 2024


On Thu, 7 Mar 2024 03:16:20 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> OPensource BoxView test

Marked as reviewed by aivanov (Reviewer).

test/jdk/javax/swing/text/BoxView/bug6494356.java line 35:

> 33: 
> 34: import java.awt.Dimension;
> 35: import java.awt.Toolkit;

Usually imports are in alphabetical order without giving special treatment to `java.nio` and `java.io` packages.

test/jdk/javax/swing/text/BoxView/bug6494356.java line 51:

> 49: 
> 50: public class bug6494356 {
> 51:     static String testSrc = System.getProperty("test.src", ".");

`testSrc` is now unused.

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

PR Review: https://git.openjdk.org/jdk/pull/18147#pullrequestreview-1924415667
PR Review Comment: https://git.openjdk.org/jdk/pull/18147#discussion_r1517439785
PR Review Comment: https://git.openjdk.org/jdk/pull/18147#discussion_r1517440328


More information about the client-libs-dev mailing list