Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide static methods for ComparatorRegistry #829

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

yevhenii-nadtochii
Copy link
Contributor

@yevhenii-nadtochii yevhenii-nadtochii commented Oct 7, 2024

This PR makes ComparatorRegistry provide static methods for Java callers.

So that, ComparatorRegistry.INSTANCE.get() becomes ComparatorRegistry.get().

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.97%. Comparing base (733890d) to head (45788e4).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #829   +/-   ##
=========================================
  Coverage     74.97%   74.97%           
  Complexity     1170     1170           
=========================================
  Files           189      189           
  Lines          4248     4248           
  Branches        338      338           
=========================================
  Hits           3185     3185           
  Misses          932      932           
  Partials        131      131           

@yevhenii-nadtochii yevhenii-nadtochii self-assigned this Oct 7, 2024
@yevhenii-nadtochii yevhenii-nadtochii marked this pull request as ready for review October 7, 2024 12:19
@yevhenii-nadtochii
Copy link
Contributor Author

@armiol @alexander-yevsyukov PTAL

Copy link
Contributor

@alexander-yevsyukov alexander-yevsyukov left a comment

Choose a reason for hiding this comment

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

LGTM

@yevhenii-nadtochii yevhenii-nadtochii merged commit b7be0e9 into master Oct 7, 2024
7 checks passed
@yevhenii-nadtochii yevhenii-nadtochii deleted the jvm-static-comparator-registry branch October 7, 2024 13:24
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.

2 participants