On Wed, 4 Mar 2026 23:11:51 GMT, Phil Race <[email protected]> wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove PageRange regression, fix Synth > > src/java.desktop/share/classes/javax/swing/plaf/basic/BasicProgressBarUI.java > line 892: > >> 890: } >> 891: >> 892: Graphics g2d = null; > > g2d does not seem to be used at all. > In which case you can eliminate all mention of it. > lines 887-895 can just be deleted, can't they ?
Yes, it is not used and is now deleted ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29752#discussion_r2887395673
