On Wed, 29 Jan 2025 15:50:25 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comments > > test/jdk/javax/swing/JPopupMenu/NestedFocusablePopupTest.java line 96: > >> 94: } >> 95: >> 96: static Rectangle waitAndGetOnScreenBoundsOnEDT(Component component) >> throws Exception { > > Suggestion: > > static Rectangle waitAndGetOnScreenBoundsOnEDT(Component component) > throws InterruptedException, TimeoutException, ExecutionException > { > > For consistency with `waitTillShown` which lists exceptions. Updated ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22729#discussion_r1934294922