JDK-8297332 : Remove easy warnings in javafx.base
  • Type: Bug
  • Component: javafx
  • Sub-Component: base
  • Affected Version: jfx20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-11-21
  • Updated: 2024-03-21
  • Resolved: 2022-11-22
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
jfx20 b09Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
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: 9819d45b Author: John Hendrikx <jhendrikx@openjdk.org> Committer: Nir Lisker <nlisker@openjdk.org> Date: 2022-11-22 00:31:52 +0000 URL: https://git.openjdk.org/jfx/commit/9819d45bb1eb63253be5e951c6e10a779dc71a1e
22-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/957 Date: 2022-11-21 11:53:30 +0000
21-11-2022