On Tue, 22 Nov 2022 11:13:40 GMT, John Hendrikx <jhendr...@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 <jhendr...@openjdk.org>
Committer: Nir Lisker <nlis...@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

Reply via email to