Integrated: 8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844

Kevin Rushforth kcr at openjdk.java.net
Fri Sep 11 15:20:32 UTC 2020


On Fri, 11 Sep 2020 14:28:41 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> In the fix for [JDK-8252844](https://bugs.openjdk.java.net/browse/JDK-8252844) the tags entry in `.jcheck/conf` was
> copied from the Skara Java code. The `` chars were escaped as `\` in the Java String so that it would contain ``. This
> additional level of escape is not needed in the `.jcheck/conf` file, and causes the regex to not be as intended. The
> fix is to replace `\` with `` in the regex.

This pull request has now been integrated.

Changeset: 95251864
Author:    Kevin Rushforth <kcr at openjdk.org>
Committer: Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/95251864
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844

Reviewed-by: ehelin, erikj

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

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



More information about the build-dev mailing list