RFR: 8375561: Class NGGroup is in need of some cleanup [v3]
Michael Strauß
mstrauss at openjdk.org
Thu Jan 22 16:59:47 UTC 2026
On Wed, 21 Jan 2026 12:45:24 GMT, Christopher Schnick <duke at openjdk.org> 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
More information about the openjfx-dev
mailing list