-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make some of the Java classes proper utilities #926
Make some of the Java classes proper utilities #926
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #926 +/- ##
============================================
+ Coverage 85.96% 87.13% +1.17%
Complexity 104 104
============================================
Files 20 20
Lines 520 513 -7
Branches 66 66
============================================
Hits 447 447
+ Misses 50 43 -7
Partials 23 23
☔ View full report in Codecov by Sentry. |
916e45e
to
7c7b80b
Compare
native/src/main/java/io/ballerina/stdlib/udp/nativelistener/Listener.java
Show resolved
Hide resolved
6e421b1
to
6b36db8
Compare
@MohamedSabthar I rebased this branch - could you please approve the workflows again? |
6b36db8
to
b6cb3e3
Compare
@MohamedSabthar I made another rebase. Please approve the workflows again. |
Made the design cleaner by marking Java classes as `final` and explicitly declaring their default constructors as `private`. This change makes the code coverage reports more accurate. Closes #4926.
Co-authored-by: MohamedSabthar <[email protected]>
b6cb3e3
to
441b8da
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Purpose
Closes ballerina-platform/ballerina-library#4926.
Examples
Checklist