[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    Integrated: JDK-8297412: Remove easy warnings in javafx.fxml, javafx.media, javafx.swing, javafx.swt
From:       John Hendrikx <jhendrikx () openjdk ! org>
Date:       2022-11-30 10:33:10
Message-ID: 9s7enXHuG0P1-DhjA0wQS0obV80Wln54Yz43CsvHaCw=.cacf8e1f-2549-4776-907f-71c35c507687 () github ! com
[Download RAW message or body]

On Tue, 22 Nov 2022 11:13:40 GMT, John Hendrikx <jhendrikx@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@openjdk.org>
Committer: Nir Lisker <nlisker@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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic