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

Kevin Rushforth kcr at openjdk.org
Fri Mar 22 16:00:52 UTC 2024


On Thu, 21 Mar 2024 21:57:46 GMT, Andy Goryachev <angorya at openjdk.org> 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 probably enough.

The change to WebWorkerTest can remain, though.

As noted in PR #1424 : There are special considerations when touching files under `modules/javafx.web/src/main/native/Source/WebCore/bindings/java/dom3/java`, so it will need an extra pair of eyes. Also, this will need to be backported to earlier release trains to keep `modules/javafx.web/src/main/native/` identical for all releases.

Reviewers: @kevinrushforth @HimaBinduMeda

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

PR Comment: https://git.openjdk.org/jfx/pull/1421#issuecomment-2015393595
PR Comment: https://git.openjdk.org/jfx/pull/1421#issuecomment-2015396312


More information about the openjfx-dev mailing list