On Mon, 24 Feb 2025 21:22:48 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
>> Alisen Chung has updated the pull request incrementally with one additional >> commit since the last revision: >> >> migrate type(char) method > > test/jdk/lib/client/ExtendedRobot.java line 368: > >> 366: * @see java.awt.event.KeyEvent >> 367: */ >> 368: public void type(char c) { > > Those `type(char...` are not migrated also. > > At least one test uses it: > > https://github.com/alisenchung/jdk/blob/8150564/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java#L178 > > With your change, it now calls `type(int)` directly, which has a different > implementation. i've now also migrated type(int) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22044#discussion_r2138809883