RFR: 2557: Set resolution to Fixed when resolving Jira issues [v3]

Zhao Song zsong at openjdk.org
Fri Aug 8 17:24:19 UTC 2025


On Fri, 8 Aug 2025 13:51:46 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Zhao Song has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - update
>>  - rename method
>
> issuetracker/src/main/java/org/openjdk/skara/issuetracker/Issue.java line 126:
> 
>> 124:             String name = name().toLowerCase();
>> 125:             return name.substring(0, 1).toUpperCase() + name.substring(1);
>> 126:         }
> 
> The string representation for Jira should probably be handled as a Jira specific thing. I don't think we should pollute the general IssueTracker implementation with Jira specifics. My intention was to create a new enum or set of constants within the Jira package.

Will fix it, thanks!

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

PR Review Comment: https://git.openjdk.org/skara/pull/1730#discussion_r2263450445


More information about the skara-dev mailing list