Skip to content

refactor: use uppercase Color constants instead of deprecated lowercase ones - #113

Merged
bobbylight merged 1 commit into
masterfrom
use-uppercase-color-constants
Jul 31, 2026
Merged

refactor: use uppercase Color constants instead of deprecated lowercase ones#113
bobbylight merged 1 commit into
masterfrom
use-uppercase-color-constants

Conversation

@bobbylight

Copy link
Copy Markdown
Owner

Summary

  • Replace deprecated lowercase Color.gray/Color.blue constants with their uppercase equivalents (Color.GRAY/Color.BLUE) in AutoCompletionStyleContext, TipUtil, and Util
  • Add a /pr slash command for creating pull requests via Claude Code

Test plan

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

🤖 Generated with Claude Code

…se ones

Replaces Color.gray/Color.blue with Color.GRAY/Color.BLUE, and adds a /pr slash command for creating pull requests.

Co-Authored-By: Claude <noreply@anthropic.com>
@bobbylight bobbylight modified the milestone: 3.3.3 Jul 31, 2026
@bobbylight
bobbylight marked this pull request as ready for review July 31, 2026 01:23
@bobbylight
bobbylight merged commit c7e7791 into master Jul 31, 2026
3 checks passed
@bobbylight
bobbylight deleted the use-uppercase-color-constants branch July 31, 2026 01:23
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