-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Refactor set with #6919
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
Refactor set with #6919
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6919 +/- ##
==========================================
Coverage 72.10% 72.10%
Complexity 19660 19660
==========================================
Files 2124 2124
Lines 79507 79505 -2
Branches 8050 8050
==========================================
Hits 57326 57326
+ Misses 19344 19342 -2
Partials 2837 2837 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Which "current naming conventions" are you referring to? Conventions in OTP or in Java in general? |
Summary
100% pure refactoring of
Bulder setXtoBuilder withX. This changes all reminding builders to follow the current naming conventions.Issue
This was not done for AStarBuilder in #6888, where this issue where raised as part of the review.
Unit tests
🟥 The code is not changed, except deleting on unused method and renaming builder methods.
Documentation
🟥 Not relevant
Changelog
🟥 Not relevant
Bumping the serialization version id
🟥 Not needed