17 Mar
2021
17 Mar
'21
12:17 p.m.
On Sat, 13 Mar 2021 22:45:30 GMT, Alex Blewitt <github.com+76791+alblue@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...
Please change the synopsis to "8263658: Use the blessed modifier order in java.base" to get this PR hooked properly to the new bug. Also configure the run the testing, see "Pre-submit test status" in "Checks". ------------- PR: https://git.openjdk.java.net/jdk/pull/2993