RFR: 1536: The method "JiraIssue#setState" is invalid by using the argument "State.CLOSED"

Guoxiong Li gli at openjdk.org
Wed Aug 10 14:51:00 UTC 2022


Hi all,

Currently, when the method "JiraIssue#setState" is invoked with the argument "State.CLOSED", it can't work as expected. This patch fixes it and add a manual test case for it. And I run the newly added test munually to close SKARA-1463 [1] and SKARA-1516 [2] so that this patch can be verified.

Thanks for taking the time to review.

Best Regards,
-- Guoxiong

[1] https://bugs.openjdk.org/browse/SKARA-1463
[2] https://bugs.openjdk.org/browse/SKARA-1516

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

Commit messages:
 - SKARA-1536

Changes: https://git.openjdk.org/skara/pull/1353/files
 Webrev: https://webrevs.openjdk.org/?repo=skara&pr=1353&range=00
  Issue: https://bugs.openjdk.org/browse/SKARA-1536
  Stats: 47 lines in 4 files changed: 43 ins; 1 del; 3 mod
  Patch: https://git.openjdk.org/skara/pull/1353.diff
  Fetch: git fetch https://git.openjdk.org/skara pull/1353/head:pull/1353

PR: https://git.openjdk.org/skara/pull/1353


More information about the skara-dev mailing list