SIGN IN SIGN UP

Refactor Alphabetical implementation and tests (#7370)

* Improve Alphabetical implementation, tests and documentation

* Workaround SpotBugs false positive in parameterized tests

Replaced boolean literals with Boolean.TRUE/FALSE in Arguments.of(...)
to avoid SpotBugs warning (NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION).

This is a false positive caused by JUnit's Object... varargs
requiring auto-boxing.
F
Feliphe Jesus committed
5b9db677b3fc3f081ad164a2657f018aa578b47f
Parent: 49f9e1a
Committed by GitHub <noreply@github.com> on 4/10/2026, 8:21:48 PM