Skip to content

4.x: Unit test lambdaification 2 of N#8138

Merged
akarnokd merged 1 commit into
ReactiveX:4.xfrom
akarnokd:4xTestLambdaCleanups2
Jun 21, 2026
Merged

4.x: Unit test lambdaification 2 of N#8138
akarnokd merged 1 commit into
ReactiveX:4.xfrom
akarnokd:4xTestLambdaCleanups2

Conversation

@akarnokd

@akarnokd akarnokd commented Jun 21, 2026

Copy link
Copy Markdown
Member

Will go over the unit tests in ASCII order of the classpath and classes.

Search regexp: new\s+\w+(?:\s*<[^>]+>)?\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

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.768 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

docs/Plugins.md: 4.931
src/jmh/java/io/reactivex/rxjava4/core/TakeUntilPerf.java: 4.868
src/test/java/io/reactivex/rxjava4/completable/CompletableIsolatedTest.java: 4.791
src/test/java/io/reactivex/rxjava4/completable/CompletableRetryTest.java: 4.658
src/test/java/io/reactivex/rxjava4/completable/CompletableTest.java: 4.550
src/test/java/io/reactivex/rxjava4/completable/CompletableTimerTest.java: 4.976
src/test/java/io/reactivex/rxjava4/core/TransformerTest.java: 4.604

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.77%. Comparing base (881f84d) to head (806fdc9).

Additional details and impacted files
@@            Coverage Diff            @@
##                4.x    #8138   +/-   ##
=========================================
  Coverage     98.76%   98.77%           
- Complexity     6873     6874    +1     
=========================================
  Files           769      769           
  Lines         48659    48659           
  Branches       6516     6516           
=========================================
+ Hits          48058    48062    +4     
+ Misses          460      457    -3     
+ Partials        141      140    -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akarnokd akarnokd merged commit 6f3a8be into ReactiveX:4.x Jun 21, 2026
5 of 6 checks passed
@akarnokd akarnokd deleted the 4xTestLambdaCleanups2 branch June 21, 2026 08:47
@akarnokd akarnokd added this to the 4.0 milestone Jun 21, 2026
@akarnokd akarnokd added the Test label Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant