JDK-8328739 : Remove unused imports in javafx.graphics
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: jfx23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-03-21
  • Updated: 2024-04-08
  • Resolved: 2024-04-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx23 b12Fixed
Related Reports
Blocks :  
Relates :  
Description
Remove unused imports in javafx.graphics.

See the discussion in JDK-8289379

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.
Comments
Changeset: 3761d371 Author: Andy Goryachev <angorya@openjdk.org> Date: 2024-04-01 15:01:00 +0000 URL: https://git.openjdk.org/jfx/commit/3761d3715f2475150241b91ba25b44abdfeee3f0
01-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1417 Date: 2024-03-21 19:05:38 +0000
21-03-2024