RFR: 2167: Unify search methods in IssueProject [v2]

Erik Duveblad ehelin at openjdk.org
Mon Feb 12 15:02:45 UTC 2024


> Hi all,
> 
> this patch unifies the various ways of searching that exist within `JiraProejct`. I also chose to expose the `search` method in the `IssueProject` since I will make use of it in later patches. This is the first patch of _many_ that will extract the JBS specific parts from `JiraProject` so that `JiraProject` will be about JIRA and JBS specific functionality will be moved elsewhere. This refactoring is needed to allow other parts of the Skara to use JBS functionality with only an `IssueProject` instance (without turning `JiraProject` into effectively `JbsProject`).
> 
> Thanks,
> Erik

Erik Duveblad has updated the pull request incrementally with two additional commits since the last revision:

 - update JiraProject::search
 - Do not expose the "search" method

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

Changes:
  - all: https://git.openjdk.org/skara/pull/1610/files
  - new: https://git.openjdk.org/skara/pull/1610/files/7216ea96..ef17ef1f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=skara&pr=1610&range=01
 - incr: https://webrevs.openjdk.org/?repo=skara&pr=1610&range=00-01

  Stats: 40 lines in 3 files changed: 18 ins; 12 del; 10 mod
  Patch: https://git.openjdk.org/skara/pull/1610.diff
  Fetch: git fetch https://git.openjdk.org/skara.git pull/1610/head:pull/1610

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


More information about the skara-dev mailing list