-
Notifications
You must be signed in to change notification settings - Fork 758
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
Move object method bodies into a separate class when original class is too large #41398
Move object method bodies into a separate class when original class is too large #41398
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #41398 +/- ##
=========================================
Coverage 76.33% 76.34%
- Complexity 52484 52495 +11
=========================================
Files 2881 2881
Lines 198455 198519 +64
Branches 25799 25809 +10
=========================================
+ Hits 151498 151554 +56
- Misses 38598 38601 +3
- Partials 8359 8364 +5
☔ View full report in Codecov by Sentry. |
Closing this PR since we will merge the PR sent from ballerina-platform/ballerina-lang branch: #41409. |
Purpose
$title
Fixes #41279
Approach
Samples
Remarks
Check List