On Thu, 6 Feb 2025 23:12:48 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:

>> Clean warnings found in jpackage tests when building them with `-Xlint:all` 
>> option in Eclipse IDE. 
>> 
>> They are:
>>  - redundant imports (solution: remove)
>>  - unused function/fields (solution: remove)
>>  - missing SuppressWarnings-s (solution: add what is missing)
>>  - redundant SuppressWarnings-s (solution: remove)
>>  - raw types used (solution: use wildcard or more specific types if 
>> appropriate)
>>  - generic varargs (solution: convert to single/double/list arguments)
>>  - an incomplete list of enum elements in switch statements (solution: add 
>> `default` branch)
>> 
>> To prevent regression, added `-Xlint:all -Werror` to the compiler command 
>> line of all jpackage tests
>
> Alexey Semenyuk has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Typo fixed

Looks good.

-------------

Marked as reviewed by almatvee (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23455#pullrequestreview-2613203495

Reply via email to