We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spring format adds a white space between > and (:
>
(
private record LookupResult<T> (T match, boolean hasMore) { }
And then checkstyle fails with
'(' is preceded with whitespace.