On Tue, 30 Aug 2022 21:25:25 GMT, Mark Powers <[email protected]> wrote:
>> src/java.base/share/classes/sun/security/jca/ProviderList.java line 672:
>>
>>> 670: "SHA3-384", "SHA3-512" };
>>> 671: private static final String[] HmacSHA3Group = { "HmacSHA3-224",
>>> 672: "HmacSHA3-256", "HmacSHA3-384", "HmacSHA3-512"};
>>
>> Shall I change these `static final` fields to UPPERCASE?
>
> Why?
http://cr.openjdk.java.net/~alundblad/styleguide/index-v6.html#toc-constants
-------------
PR: https://git.openjdk.org/jdk/pull/9972