RFR: [15] JDK-8247788 DocCommentParser should not reject standalone '>'
Pavel Rappo
pavel.rappo at oracle.com
Thu Jun 18 20:25:34 UTC 2020
Jon, that looks good. Please do not forget to apply the change we discussed off-line before pushing. That change treats low sensitivity of the "test/langtools/jdk/javadoc/doclet/testPackageHtml/TestPackageHtml.java" test. Consider this reply as both +1 and a friendly reminder to fix the test. Many thanks.
-Pavel
> On 17 Jun 2020, at 22:59, Jonathan Gibbons <jonathan.gibbons at oracle.com> wrote:
>
> Please review a small change to remove an inappropriate restriction on
> the use of '>' in HTML text. There is no such restriction in HTML 5, and
> it seems the same was true for HTML 4.
>
> The check, the error message and an example for the diagnostic are all removed.
>
> A negative test case in ElementTest.java is converted into a positive test case,
> and the bug attached to that test. Some other tests needed to be updated.
>
> -- Jon
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8247788
> Webrev: http://cr.openjdk.java.net/~jjg/8247788/webrev.00/
>
More information about the javadoc-dev
mailing list