RFR: 8328749: Remove unused imports in javafx.swing, javafx.web

2024-03-22 Thread Andy Goryachev
Using Eclipse IDE to remove unused imports in **javafx.swing** and **javafx.web** modules, and update the copyright year to 2024. Using wildcard for more than 10 static imports. -- This is a trivial change, 1 reviewer is probably enough. - Commit messages: - 8328749: Remove unus

Re: RFR: 8328749: Remove unused imports in javafx.swing, javafx.web

2024-03-22 Thread Kevin Rushforth
On Fri, 22 Mar 2024 15:52:02 GMT, Andy Goryachev wrote: > I suppose I'd need to extract swing into a separate PR, right @kevinrushforth > ? Yes. I was just getting ready to write this: It looks like I spoke too soon when I said it was OK to combine the change to `javafx.swing` into this PR. Y

Re: RFR: 8328749: Remove unused imports in javafx.swing, javafx.web

2024-03-22 Thread Andy Goryachev
On Thu, 21 Mar 2024 21:57:46 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **javafx.swing** and > **javafx.web** modules, and update the copyright year to 2024. Using wildcard > for more than 10 static imports. > > > -- > > This is a trivial change, 1 reviewer is

Re: RFR: 8328749: Remove unused imports in javafx.swing, javafx.web

2024-03-22 Thread Kevin Rushforth
On Thu, 21 Mar 2024 21:57:46 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **javafx.swing** and > **javafx.web** modules, and update the copyright year to 2024. Using wildcard > for more than 10 static imports. > > > -- > > This is a trivial change, 1 reviewer is