RFR: 8352682: Opensource JComponent tests

Hendrik Schick duke at openjdk.org
Thu Apr 10 11:57:27 UTC 2025


On Thu, 10 Apr 2025 06:36:49 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Few JComponent tests are opensourced

test/jdk/javax/swing/JComponent/bug4247610.java line 86:

> 84: 
> 85:             damager.addActionListener(new ActionListener() {
> 86:                 public void actionPerformed(ActionEvent event) {

use lambda syntax for this functional interface?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24562#discussion_r2037174556


More information about the client-libs-dev mailing list