JDK-8297412 : Remove easy warnings in javafx.fxml, javafx.media, javafx.swing, javafx.swt and javafx.web
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: openjfx20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-11-22
  • Updated: 2022-12-10
  • Resolved: 2022-11-30
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
openjfx20 b10Fixed
Related Reports
Blocks :  
Description
- Remove unsupported/unnecessary SuppressWarning annotations
- Remove reduntant type specifications (use diamond operator)
- Remove unused or duplicate imports
- Remove unnecessary casts (type is already correct type or can be autoboxed)
- Remove unnecessary semi-colons (at end of class definitions, or just repeated ones)
- Remove redundant super interfaces (interface that is already inherited)
- Remove unused type parameters
- Remove declared checked exceptions that are never thrown
- Add missing @Override annotations

Comments
Changeset: 7cb408bd Author: John Hendrikx <jhendrikx@openjdk.org> Committer: Nir Lisker <nlisker@openjdk.org> Date: 2022-11-30 10:30:26 +0000 URL: https://git.openjdk.org/jfx/commit/7cb408bdbf2603738e35166b16da4c181d3dedef
30-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/958 Date: 2022-11-22 11:13:40 +0000
22-11-2022