On Mon, 13 Apr 2026 18:33:05 GMT, Marcono1234 <[email protected]> wrote:
>> * Improving the coverage of the `DomainKeyStore.java` >> * converting existing tests to junit in order to make logs easier to read >> * Further coverage for `DomainKeyStore.java` would be required, but should >> be done as a separate [ticket](https://bugs.openjdk.org/browse/JDK-8382096) >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > test/jdk/sun/security/provider/KeyStore/DKSTest.java line 95: > >> 93: private static final Map<String, KeyStore.ProtectionParameter> >> 94: WRONG_PASSWORDS = new HashMap<>() {{ >> 95: put("policy_keystore", > > Is it intended that the indentation here is inconsistent with the one for > `PASSWORDS` above? Yeah, looks odd. not sure why auto formatter made it as it is. Changed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30712#discussion_r3078955714
