On Wed, 21 Jan 2026 12:45:24 GMT, Christopher Schnick <[email protected]> wrote:
>> This should improve the code quality of the class while preserving its >> original workings > > Christopher Schnick has updated the pull request incrementally with one > additional commit since the last revision: > > Remove unused field and not reachable code modules/javafx.graphics/src/main/java/com/sun/javafx/sg/prism/NGGroup.java line 43: > 41: import com.sun.scenario.effect.ImageData; > 42: import com.sun.scenario.effect.impl.prism.PrDrawable; > 43: import com.sun.scenario.effect.impl.prism.PrEffectHelper; The following imports are now unused and should be removed: import com.sun.scenario.effect.Blend.Mode; import com.sun.scenario.effect.FilterContext; import com.sun.scenario.effect.ImageData; import com.sun.scenario.effect.impl.prism.PrDrawable; import com.sun.scenario.effect.impl.prism.PrEffectHelper; ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2043#discussion_r2717776885
