RFR: 8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main

Abhishek Kumar abhiscxk at openjdk.org
Mon Mar 11 09:42:53 UTC 2024


On Mon, 11 Mar 2024 06:22:22 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Conversion of manual applet test to main based using PassFailJFrame manual framework

test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java line 56:

> 54: public class bug6798062 {
> 55: 
> 56:     private static final String instructionsText = """

`instructionsText` may be capitalize as using capital letter is common convention for final variables.

test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java line 65:

> 63:             5. Wait several minutes and observe in the Windows Task Manager
> 64:                that Memory Usage of java process is not increasing
> 65:             If menory usage is increasing, click Fail else click Pass .  """;

Suggestion:

            If memory usage is increasing, click Fail else click Pass .  """;

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18180#discussion_r1519408952
PR Review Comment: https://git.openjdk.org/jdk/pull/18180#discussion_r1519409622


More information about the client-libs-dev mailing list