Re: [OpenJDK 2D-Dev] [15] Review Request: 8237746 Fixing compiler warnings in src/demo/share/jfc

2020-03-11 Thread Marc Hoffmann
> I just wanted to share more comments: > > On 22/02/2020 09:50, Sergey Bylokhov wrote: >> Thank you, an updated version is upload: >> http://cr.openjdk.java.net/~serb/8237746/webrev.01 >> >> On 2/17/20 11:55 am, Marc Hoffmann wrote: >>> Thanks Alexey for the

Re: [OpenJDK 2D-Dev] [15] Review Request: 8237746 Fixing compiler warnings in src/demo/share/jfc

2020-02-17 Thread Marc Hoffmann
("unchecked") > 168 Dictionary labelTable = s.getLabelTable(); > Would using Dictionary suppress the warning automatically? > I mean that @SuppressWarning would become unnecessary. > > > *SplitPaneDemo.java* > 168 divSize.setText(Integer.valueOf(splitPane.

Re: [OpenJDK 2D-Dev] [15] Review Request: 8237746 Fixing compiler warnings in src/demo/share/jfc

2020-02-10 Thread Marc Hoffmann
ava.net/browse/JDK-8237746 > Fix: http://cr.openjdk.java.net/~serb/8237746/webrev.00 > > This fix contributed by the Marc Hoffmann: > https://mail.openjdk.java.net/pipermail/swing-dev/2019-October/009846.html > > Fixed warnings: raw types, deprecated APIs, deprecated Applet APIs. > > -- > Best regards, Sergey.