On Tue, 12 Mar 2024 19:28:45 GMT, Alexander Zvegintsev <[email protected]>
wrote:
> The test is converted to main.
> Tested on Linux, Macos and Windows.
test/jdk/java/awt/Frame/GetBoundsResizeTest.java line 76:
> 74: textArea
> 75: .append("Original Frame.getBounds() = %s\n"
> 76: .formatted(frame.getBounds())));
Indentation looks off here.
test/jdk/java/awt/Frame/GetBoundsResizeTest.java line 88:
> 86: textArea
> 87: .append("Current Frame.getBounds() = %s\n"
> 88: .formatted(frame.getBounds())));
Here too.
test/jdk/java/awt/Frame/GetBoundsResizeTest.java line 95:
> 93: return frame;
> 94: }
> 95: }
newline missing at EOF
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18250#discussion_r1522307251
PR Review Comment: https://git.openjdk.org/jdk/pull/18250#discussion_r1522307449
PR Review Comment: https://git.openjdk.org/jdk/pull/18250#discussion_r1522307686