<i18n dev> RFR: 8263658: Use the blessed modifier order in java.base
Alex Blewitt
github.com+76791+alblue at openjdk.java.net
Wed Mar 17 12:17:00 UTC 2021
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
-------------
Commit messages:
- 8263658: Use the blessed modifier order in java.base
Changes: https://git.openjdk.java.net/jdk/pull/2993/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2993&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8263658
Stats: 140 lines in 29 files changed: 0 ins; 0 del; 140 mod
Patch: https://git.openjdk.java.net/jdk/pull/2993.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2993/head:pull/2993
PR: https://git.openjdk.java.net/jdk/pull/2993
More information about the i18n-dev
mailing list