RFR: 8328742: Remove unused imports in manual tests
Andy Goryachev
angorya at openjdk.org
Thu Mar 21 21:14:31 UTC 2024
Using Eclipse IDE to remove unused imports in **manual tests** 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.
-------------
Commit messages:
- undo unrelated change
- 8328742: Remove unused imports in manual tests
Changes: https://git.openjdk.org/jfx/pull/1418/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1418&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8328742
Stats: 130 lines in 14 files changed: 35 ins; 68 del; 27 mod
Patch: https://git.openjdk.org/jfx/pull/1418.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1418/head:pull/1418
PR: https://git.openjdk.org/jfx/pull/1418
More information about the openjfx-dev
mailing list