Skip to content

refactor: Clean up FQCNs in method parameters for better readability#2

Merged
limehee merged 2 commits into
limehee:mainfrom
reganjoodra:refactor/#1
Feb 19, 2026
Merged

refactor: Clean up FQCNs in method parameters for better readability#2
limehee merged 2 commits into
limehee:mainfrom
reganjoodra:refactor/#1

Conversation

@reganjoodra

Copy link
Copy Markdown
Contributor

Summary

The use of FQCN(Fully Qualified Class Name)s in method parameters and bodies was cluttering the code.

  • Replace all FQCN with import statements.

Related Issues

Change Type

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Test
  • Build/CI

JSON-RPC Impact

Describe protocol-level impact, if any:

  • No protocol behavior change
  • Request validation behavior changed
  • Error mapping behavior changed
  • Method registration/dispatch behavior changed

Details:

Validation

  • ./gradlew test
  • ./gradlew check
  • Added/updated tests for new behavior

Documentation

  • Updated README (if needed)
  • Updated CHANGELOG
  • Added migration notes for breaking changes (if any)

@limehee limehee left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@limehee
limehee merged commit 9cbcd58 into limehee:main Feb 19, 2026
4 checks passed
@limehee limehee added the type: refactor Code cleanup and structural improvements without behavior changes. label Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: refactor Code cleanup and structural improvements without behavior changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] Clean up FQCNs in method parameters for better readability

2 participants