RFR: 1051: JCheck complains about issue already used

Erik Joelsson erikj at openjdk.java.net
Fri May 28 23:19:24 UTC 2021


The DuplicateIssuesCheck can sometimes report false positives when the same issueId has been used in separate branches. This patch fixes the check so that only commits that are ancestors of the commit being checked are considered.

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

Commit messages:
 - Rename variable
 - SKARA-1051

Changes: https://git.openjdk.java.net/skara/pull/1178/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1178&range=00
  Issue: https://bugs.openjdk.java.net/browse/SKARA-1051
  Stats: 49 lines in 2 files changed: 45 ins; 0 del; 4 mod
  Patch: https://git.openjdk.java.net/skara/pull/1178.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1178/head:pull/1178

PR: https://git.openjdk.java.net/skara/pull/1178


More information about the skara-dev mailing list