-
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
Split init
functions in to multiple classes
#41739
Split init
functions in to multiple classes
#41739
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #41739 +/- ##
============================================
+ Coverage 76.70% 76.74% +0.03%
+ Complexity 52732 52726 -6
============================================
Files 2878 2878
Lines 198737 198728 -9
Branches 25833 25825 -8
============================================
+ Hits 152444 152509 +65
+ Misses 37878 37794 -84
- Partials 8415 8425 +10 ☔ View full report in Codecov by Sentry. |
...allerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/LargeMethodSplitter.java
Outdated
Show resolved
Hide resolved
tests/jballerina-unit-test/src/test/resources/test-src/execution/large-init/modules/mod/mod.bal
Outdated
Show resolved
Hide resolved
tests/jballerina-unit-test/src/test/resources/test-src/execution/large-init/main.bal
Outdated
Show resolved
Hide resolved
tests/jballerina-unit-test/src/test/resources/test-src/execution/large-init/main.bal
Outdated
Show resolved
Hide resolved
tests/jballerina-unit-test/src/test/resources/test-src/execution/large-init/modules/mod/mod.bal
Outdated
Show resolved
Hide resolved
tests/jballerina-unit-test/src/test/resources/test-src/execution/large-init/modules/mod/mod.bal
Outdated
Show resolved
Hide resolved
...allerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/LargeMethodSplitter.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose
$title
Fixes #41555
Approach
Samples
Remarks
Check List