RFR: 2278: Issuestitle Check shouldn't treat special character as leading lowercase letter [v3]
Kevin Rushforth
kcr at openjdk.org
Tue Jun 4 22:19:47 UTC 2024
On Tue, 4 Jun 2024 21:08:10 GMT, Zhao Song <zsong at openjdk.org> wrote:
>> Currently, in IssuesTitleCheck::hasLeadingLowercaseLetter, the method checks if the leading character is uppercase, if so, it returns false. Otherwise, it will treat the character as lowercase. This is wrong because it treats special characters as lowercase letters. The solution is to make the method to check if the leading character is a lowercase letter.
>
> Zhao Song has updated the pull request incrementally with one additional commit since the last revision:
>
> review comment
Marked as reviewed by kcr (Reviewer).
-------------
PR Review: https://git.openjdk.org/skara/pull/1656#pullrequestreview-2097480365
More information about the skara-dev
mailing list