RFR: 8298405: Implement JEP 467: Markdown Documentation Comments [v56]

Jonathan Gibbons jjg at openjdk.org
Wed May 1 20:43:07 UTC 2024


On Fri, 12 Apr 2024 17:39:11 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> There should be some quick testing of the new default method on Elements using the VacuousElements implementation; see `test/langtools/tools/javac/processing/model/util/elements` for some examples.

@jddarcy I've reorganized the tests in this area a bit, and moved the testing for `DocCommentKind` to a new test, which includes testing the default method, using `VacuousElements` (nice trick, that, by the way.). Although now renamed, the older `TestGetDocComments` is now closer to the original form, with the testing for `getDocCommentKind` being moved to a new test class.

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

PR Comment: https://git.openjdk.org/jdk/pull/16388#issuecomment-2089096959


More information about the build-dev mailing list