On Wed, 28 Sep 2022 08:46:41 GMT, Ambarish Rapte <ara...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8293444: memory buddy > > modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/ScrollPaneSkinTest.java > line 36: > >> 34: import org.junit.Before; >> 35: import org.junit.Ignore; >> 36: import org.junit.Test; > > These got moved from line 51(without this PR), can move them back to original > lines as. > > > import javafx.stage.Stage; > > import org.junit.Before; > import org.junit.Ignore; > import org.junit.Test; > import test.util.memory.JMemoryBuddy; changed formatter rules for import ordering: java,javax,javafx,org ------------- PR: https://git.openjdk.org/jfx/pull/900