RFR: 8328739: Remove unused imports in javafx.graphics

Kevin Rushforth kcr at openjdk.org
Mon Apr 1 14:07:34 UTC 2024


On Thu, 21 Mar 2024 19:05:38 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Using Eclipse IDE to remove unused imports in **javafx.graphics** and update the copyright year to 2024. Using wildcard for more than 10 static imports.
> 
> **PROBLEM**
> The code in `graphics/build/gensrc/jsl-decora/` is generated and cannot be fixed.
> This means this warning **must be suppressed** in IDEs until the generator script is changed not to emit unused imports.
> 
> --
> 
> This is a trivial change, 1 reviewer is probably enough.

+1

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

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1417#pullrequestreview-1971330350


More information about the openjfx-dev mailing list