RFR: JDK-8277396: [TESTBUG] In DefaultButtonModelCrashTest.java, frame is accessed from main thread

Alexey Ivanov aivanov at openjdk.java.net
Thu Nov 18 13:24:16 UTC 2021


On Thu, 18 Nov 2021 13:17:16 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> It's a little cleanup: make sure `frame` is accessed from EDT only, remove unused variables and imports.

test/jdk/javax/swing/DefaultButtonModel/DefaultButtonModelCrashTest.java line 24:

> 22:  */
> 23: 
> 24: /*

With double asterisk, it's highlighted as a warning by my IDE: _Dangling Javadoc comment_.
I prefer fixing it.

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

PR: https://git.openjdk.java.net/jdk/pull/6455



More information about the client-libs-dev mailing list