Skip to content

refactor: minor code cleanups and fix typos - #116

Merged
bobbylight merged 1 commit into
masterfrom
refactor/small-cleanups-and-doc-typo
Aug 3, 2026
Merged

refactor: minor code cleanups and fix typos#116
bobbylight merged 1 commit into
masterfrom
refactor/small-cleanups-and-doc-typo

Conversation

@bobbylight

Copy link
Copy Markdown
Owner

Summary

  • Use proper generics for ListCellRenderer/ListModel instead of raw types (removing a @SuppressWarnings("unchecked"))
  • Replace manual null checks with Objects.requireNonNull
  • Replace manual StringBuilder loop with String.repeat
  • Fix typos in README.md and .claude/commands/pr.md

Test plan

  • ./gradlew clean build passes (checkstyle, spotbugs, tests all green)

🤖 Generated with Claude Code

Use generics for ListCellRenderer/ListModel, Objects.requireNonNull for
null checks, and String.repeat instead of manual StringBuilder loops.
Also fix typos in README.md and .claude/commands/pr.md.

Co-Authored-By: Claude <noreply@anthropic.com>
@bobbylight
bobbylight force-pushed the refactor/small-cleanups-and-doc-typo branch from 626c398 to 93fb6c8 Compare August 3, 2026 00:51
@bobbylight
bobbylight marked this pull request as ready for review August 3, 2026 00:54
@bobbylight
bobbylight merged commit 67fc0df into master Aug 3, 2026
4 checks passed
@bobbylight
bobbylight deleted the refactor/small-cleanups-and-doc-typo branch August 3, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant