RFR: 8319192: Remove javax.swing.plaf.synth.SynthLookAndFeel.load(URL url) [v2]

Alexander Zvegintsev azvegint at openjdk.org
Wed Mar 5 23:40:54 UTC 2025


On Wed, 5 Mar 2025 23:04:13 GMT, Phil Race <prr at openjdk.org> wrote:

>> Fair enough. But I'm not sure it was ever needed. The condition in the existing code also ensured it would never fail.
>
> fixed

> But I'm not sure it was ever needed.

It seems that this was a check that both `urlResourceBase` and `classResourceBase` are not null at the same time, but only when assertions are enabled.
Not sure why it was an assertion.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23909#discussion_r1982335843


More information about the client-libs-dev mailing list