<i18n dev> Integrated: 8263658: Use the blessed modifier order in java.base

Alex Blewitt github.com+76791+alblue at openjdk.java.net
Fri Mar 19 13:09:40 UTC 2021


On Sat, 13 Mar 2021 22:45:30 GMT, Alex Blewitt <github.com+76791+alblue at openjdk.org> wrote:

> Sonar displays a warning message that modifiers should be declared in the order listed in the JLS; specifically, that isntead of using `final static` the `static final` should be preferred.
> 
> This fixes the issues in the `java.base` package for ease of reviewing.
> 
> https://sonarcloud.io/project/issues?id=shipilev_jdk&languages=java&resolved=false&rules=java%3AS1124

This pull request has now been integrated.

Changeset: b49c5893
Author:    Alex Blewitt <alex.blewitt at gmail.com>
Committer: Claes Redestad <redestad at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b49c5893
Stats:     139 lines in 28 files changed: 0 ins; 0 del; 139 mod

8263658: Use the blessed modifier order in java.base

Reviewed-by: rriggs, redestad

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

PR: https://git.openjdk.java.net/jdk/pull/2993


More information about the i18n-dev mailing list