On Wed, 4 Sep 2024 07:03:54 GMT, Manukumar V S <[email protected]> wrote:

>> test/jdk/javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java line 213:
>> 
>>> 211: 
>>> 212:     private void disposeFrame() {
>>> 213:         frame.dispose();
>> 
>> null check might be required here.
>
>> null check might be required here.
> 
> But we are not setting it as null anywhere in the code.

What if its not initialized at first place? To handle this scenario most of the 
test has this condition.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20777#discussion_r1743184534

Reply via email to