Integrated: JDK-8297412: Remove easy warnings in javafx.fxml, javafx.media, javafx.swing, javafx.swt and javafx.web
John Hendrikx
jhendrikx at openjdk.org
Wed Nov 30 10:33:10 UTC 2022
On Tue, 22 Nov 2022 11:13:40 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> - 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
This pull request has now been integrated.
Changeset: 7cb408bd
Author: John Hendrikx <jhendrikx at openjdk.org>
Committer: Nir Lisker <nlisker at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/7cb408bdbf2603738e35166b16da4c181d3dedef
Stats: 683 lines in 145 files changed: 216 ins; 107 del; 360 mod
8297412: Remove easy warnings in javafx.fxml, javafx.media, javafx.swing, javafx.swt and javafx.web
Reviewed-by: angorya, nlisker
-------------
PR: https://git.openjdk.org/jfx/pull/958
More information about the openjfx-dev
mailing list