Integrated: 2278: Issuestitle Check shouldn't treat special character as leading lowercase letter

Zhao Song zsong at openjdk.org
Wed Jun 5 17:23:36 UTC 2024


On Tue, 4 Jun 2024 17:09:46 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.

This pull request has now been integrated.

Changeset: 9d884b9e
Author:    Zhao Song <zsong at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/9d884b9e0c12e94341b7368314c77b289be4c0cf
Stats:     15 lines in 2 files changed: 0 ins; 9 del; 6 mod

2278: Issuestitle Check shouldn't treat special character as leading lowercase letter

Co-authored-by: Kevin Rushforth <kcr at openjdk.org>
Reviewed-by: kcr, erikj

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

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


More information about the skara-dev mailing list