RFR: 8337111: Bad HTML checker for generated documentation [v6]
Nizar Benalla
nbenalla at openjdk.org
Fri Dec 20 17:37:37 UTC 2024
On Fri, 20 Dec 2024 16:01:53 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
>> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix whitespace
>
> test/docs/jdk/javadoc/doccheck/doccheckutils/FileProcessor.java line 61:
>
>> 59: });
>> 60: } catch (IOException e) {
>> 61: e.printStackTrace();
>
> What's the reason to swallow exceptions here?
I could let the exception propagate, I just didn't think it was interesting.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21879#discussion_r1894209487
More information about the javadoc-dev
mailing list