Integrated: 8330704: Clean up non-standard use of /** comments in some langtools tests

2024-04-22 Thread Jonathan Gibbons
On Mon, 22 Apr 2024 18:02:39 GMT, Jonathan Gibbons wrote: > Please review a simple change to clean up inappropriate use of `/**` comments > in test code -- most notably to enclose the `jtreg` test description. > > There is no change to the functionality of any test, and (obviously) all > tests

Integrated: 8329717: Missing `@since` tags in elements in DocumentationTool and Taglet

2024-04-22 Thread Nizar Benalla
On Fri, 5 Apr 2024 00:02:00 GMT, Nizar Benalla wrote: > In this PR I added an `@since` tag to SNIPPET_PATH and isBlockTag() as they > were added in later versions > > - SNIPPET_PATH was added in JDK 18 > [here](https://github.com/openjdk/jdk/commit/0fc47e99d20a1ee886df878f1302769bdd913aab#diff

Re: RFR: 8330704: Clean up non-standard use of /** comments in some langtools tests

2024-04-22 Thread Iris Clark
On Mon, 22 Apr 2024 18:02:39 GMT, Jonathan Gibbons wrote: > Please review a simple change to clean up inappropriate use of `/**` comments > in test code -- most notably to enclose the `jtreg` test description. > > There is no change to the functionality of any test, and (obviously) all > tests

RFR: 8330704: Clean up non-standard use of /** comments in some langtools tests

2024-04-22 Thread Jonathan Gibbons
Please review a simple change to clean up inappropriate use of `/**` comments in test code -- most notably to enclose the `jtreg` test description. There is no change to the functionality of any test, and (obviously) all tests continue to pass. - Commit messages: - JDK-8330704: Cl