RFR: 8012675: Javadoc for javax.swing.text.html.parser.Parser.handleComment() needs to be updated [v4]

Alexey Ivanov aivanov at openjdk.java.net
Tue Jun 7 19:23:34 UTC 2022


On Mon, 6 Jun 2022 16:19:18 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> test/jdk/javax/swing/text/html/parser/HtmlTagParserTest.java line 1:
>> 
>>> 1: import java.awt.Dimension;
>> 
>> where's the GPL header on this test ?
>
> Added the header and moved the test to the HTML folder instead since I believe the process involves classes beyond just the Parser. For example, I found that the tags and unknown tags are located in the HTML class. I can move it back if it seems more appropriate since the issue requests changes to the Parser's doc only.

Shall the test name be `HtmlScriptTagParserTest.java`? The test is for testing handling the `<script>` tag only.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7446



More information about the client-libs-dev mailing list