Conversation
|
I have watched the log of ci,but I did not know how to fix this error.If anyone could tell me what should I do ,I would be very grateful. |
Fortunately, he performed correctly in my computer, or you can manually close the pr, reopen the pr, or submit a merge request to reactivate the ci check and try. |
Codecov Report
@@ Coverage Diff @@
## master #5597 +/- ##
============================================
+ Coverage 61.21% 61.24% +0.02%
Complexity 423 423
============================================
Files 922 922
Lines 37498 37489 -9
Branches 5431 5427 -4
============================================
+ Hits 22956 22961 +5
+ Misses 12056 12051 -5
+ Partials 2486 2477 -9
Continue to review full report at Codecov.
|
I have read this article, are you sure new Method[0] is better than new Method[methods.size()]? Maybe you should read it again. |
|
You can read the following sentences in the conclusion part. @lndj |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5597 +/- ##
============================================
+ Coverage 61.21% 61.24% +0.02%
Complexity 423 423
============================================
Files 922 922
Lines 37498 37489 -9
Branches 5431 5427 -4
============================================
+ Hits 22956 22961 +5
+ Misses 12056 12051 -5
+ Partials 2486 2477 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
in java8,new Method[0] is better than new Method[methods.size()],you can learn about this from the below url:
https://shipilev.net/blog/2016/arrays-wisdom-ancients/