Skip to content

chore/sonar cleanup#63

Merged
dfa1 merged 3 commits into
mainfrom
chore/sonar-cleanup
Jun 19, 2026
Merged

chore/sonar cleanup#63
dfa1 merged 3 commits into
mainfrom
chore/sonar-cleanup

Conversation

@dfa1

@dfa1 dfa1 commented Jun 19, 2026

Copy link
Copy Markdown
Owner
  • test: use isZero() assertions (Sonar S5838)
  • refactor: use unnamed pattern for unused catch variables (Sonar S7467)
  • docs: use Markdown links in Javadoc instead of {@link}/{@code} (Sonar S7474)

dfa1 and others added 3 commits June 19, 2026 19:33
Replace assertThat(x).isEqualTo(0) / isEqualTo(0L) with the dedicated
isZero() assertion across unit tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Replace unused caught-exception variables (e / t / ignored) with the
unnamed variable `_`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… S7474)

Convert {@link X} to [X] and {@code x} to `x` in /// Markdown Javadoc,
matching the project's Markdown-doc convention. Javadoc still resolves
every reference (build enforces failOnError + failOnWarnings).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dfa1 dfa1 merged commit ca910da into main Jun 19, 2026
6 checks passed
@dfa1 dfa1 deleted the chore/sonar-cleanup branch June 19, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant