Integrated: 7902985: Fix typos about the /nodynamiccopyright/

Guoxiong Li gli at openjdk.java.net
Fri Jul 9 18:22:00 UTC 2021


On Wed, 23 Jun 2021 13:32:42 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> When I try the jtreg IDEA's plugin, I press `CTRL + <Space>` to complete the test and select the negative jtreg test. The plugin generates the following comments:
> 
> 
> /*
>  * @test /nodynamioccopyright/
>  * @bug NNNNNNN
>  * @summary Bug summary
>  * @compile/fail/ref=Test.out -XDrawDiagnostics Test.java
> 
> 
> I find that the `/nodynamioccopyright/` is not right. It should be `/nodynamiccopyright/` with removing a char 'o'.
> 
> Then I search the source codes of the plugin to find more similar situations. I find `/nodynamiccopyright` in the file `faq.md` need a char '/' at the end.
> 
> It is good to fix them.
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: 51913faf
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jtreg/commit/51913faf0ddcaf9cd02aef78965fcfd1e381a2dd
Stats:     2 lines in 2 files changed: 0 ins; 0 del; 2 mod

7902985: Fix typos about the /nodynamiccopyright/

Reviewed-by: jjg

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

PR: https://git.openjdk.java.net/jtreg/pull/13


More information about the jtreg-dev mailing list