RFR: 8012675: Javadoc for javax.swing.text.html.parser.Parser.handleComment() needs to be updated [v8]
Alexey Ivanov
aivanov at openjdk.java.net
Wed Jun 8 17:06:45 UTC 2022
On Wed, 8 Jun 2022 16:32:30 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
> the reasoning for the test originally using a temporary file to create HTML was to have an HTML file that could be opened itself and compared towards. I see that it's not necessary for this test, but was useful at the time. I thought it could still be useful, but this test with the HTML stored in a string is probably sufficient.
It could still be useful. An option to the test, say `-saveHTML`, could be used to get the HTML file to open in browser.
Yet I think it's easier to run the test on its own when you're developing it, no need to define the system property.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7446
More information about the client-libs-dev
mailing list