On Wed, 5 Mar 2025 01:21:08 GMT, Phil Race <p...@openjdk.org> wrote: >> Back in JDK 21 we deprecated-for-removal SynthLookAndFeel.load(URL) and >> targeted it to be removed under this bug ID in JDK 25 .. which is now here. >> >> No open tests needed to be updated to accommodate this removal >> I did find one closed manual test, written to explicitly test this API back >> when it was added, and I'll need to remove that, but it doesn't affect this >> PR. >> >> There will be a CSR (and probably a release note too). > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8319192
src/java.desktop/share/classes/javax/swing/plaf/synth/SynthParser.java line 249: > 247: */ > 248: private URL getResource(String path) { > 249: return _classResourceBase.getResource(path); Any particular reason for removing the null check? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23909#discussion_r1980923857