New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jcheck: duplicate-issues should only check id and support "dup" #533
Conversation
|
Webrevs
|
@edvbld This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there has been 1 commit pushed to the
|
/integrate |
Mailing list message from Erik Helin on skara-dev: Changeset: 2ccceab jcheck: duplicate-issues should only check id and support "dup" Reviewed-by: rwestberg ! jcheck/src/main/java/org/openjdk/skara/jcheck/DuplicateIssuesCheck.java |
Hi all,
please review this patch that makes the "duplicate-issues" check in JCheck
only consider issue ids (e.g.
8123456
) when looking for duplicates. I alsoadded support for the "legacy" .jcheck/conf parser to understands the
bugids = dup
configuration line.Testing:
Thanks,
Erik
Progress
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/533/head:pull/533
$ git checkout pull/533