RFR: 8315871: Opensource five more Swing regression tests
Andrey Turbanov
aturbanov at openjdk.org
Wed Sep 13 19:06:40 UTC 2023
On Wed, 13 Sep 2023 08:48:25 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> Clean up and move to open source five tests.
> javax/swing/AncestorNotifier/4817630/bug4817630.java
> javax/swing/BoxLayout/4191948/bug4191948.java
> javax/swing/ComponentInputMap/4248723/bug4248723.java
> javax/swing/DefaultBoundedRangeModel/4297953/bug4297953.java
> javax/swing/DefaultButtonModel/4097723/bug4097723.java
test/jdk/javax/swing/AncestorNotifier/4817630/bug4817630.java line 80:
> 78: }
> 79: }
> 80: } catch(Exception e) {
Suggestion:
} catch (Exception e) {
test/jdk/javax/swing/DefaultBoundedRangeModel/4297953/bug4297953.java line 35:
> 33:
> 34: public class bug4297953 {
> 35: public static void main(String[] args) {
Suggestion:
public static void main(String[] args) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15702#discussion_r1324948218
PR Review Comment: https://git.openjdk.org/jdk/pull/15702#discussion_r1324947878
More information about the client-libs-dev
mailing list