On Tue, 1 Apr 2025 18:13:09 GMT, Phil Race <[email protected]> wrote: > Open source several Swing text / html related regression tests.
test/jdk/javax/swing/text/html/FrameSetView/4890934/bug4890934.java line 63:
> 61: jep.setPage(file.toURL());
> 62: } catch (Exception e) {
> 63: }
The test should fail if any exception occurs, silently ignoring the exception
isn't good.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24364#discussion_r2025182445
