On Thu, 11 Nov 2021 12:04:46 GMT, Alan Bateman <[email protected]> wrote:
>> Lance Andersen has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Address minor review comments
>
> test/jdk/java/util/zip/ZipFile/ZipFileDuplicateEntryTest.java line 176:
>
>> 174: zos.closeEntry();
>> 175: } catch (IOException e) {
>> 176: e.printStackTrace();
>
> Did you mean to catch IOException here? If the setup fails then the test will
> still run.
Removed the catch clause
-------------
PR: https://git.openjdk.java.net/jdk/pull/6342