4x unit test lambdas18#8160
Conversation
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.647 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.647 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.647 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (40.00%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## 4.x #8160 +/- ##
============================================
+ Coverage 98.75% 98.76% +0.01%
- Complexity 6934 6940 +6
============================================
Files 773 773
Lines 48984 48994 +10
Branches 6586 6586
============================================
+ Hits 48372 48387 +15
+ Misses 454 442 -12
- Partials 158 165 +7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Will go over the unit tests in ASCII order of the classpath and classes.
IntelliJ: Inspect -> RedundantCast, Inspect -> Anonymous type can be replaced by lambda
Search regexp:
new\s+\w+(?:\s*<(?:[\s\w<>(\[\])?,.?]|\s*<[\s\w<>(\[\])?,.?]*>)*>)?\s*\([^)]*\)\s*\{/* NFI */ = Not Functional Interface so break the regexp pattern
If you complain instead of proposing a PR about "why not convert to method references" you'll be banned.
Related: #8080
Also fixed the ParallelScheduler test leak, detected in #8159.