Skip to content
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

[3.x] Replace ObjectHelper.requireNonNull with Objects.requireNonNull #6771

Merged
merged 1 commit into from
Dec 17, 2019
Merged

[3.x] Replace ObjectHelper.requireNonNull with Objects.requireNonNull #6771

merged 1 commit into from
Dec 17, 2019

Conversation

JakeWharton
Copy link
Member

It big.

@akarnokd akarnokd added 3.x Cleanup Java 8 Issues and PRs related to Java 8 support labels Dec 17, 2019
@akarnokd akarnokd added this to the 3.0 milestone Dec 17, 2019
@codecov
Copy link

codecov bot commented Dec 17, 2019

Codecov Report

Merging #6771 into 3.x will increase coverage by 0.07%.
The diff coverage is 99.87%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #6771      +/-   ##
============================================
+ Coverage     98.18%   98.25%   +0.07%     
- Complexity     6188     6191       +3     
============================================
  Files           681      681              
  Lines         44779    44776       -3     
  Branches       6164     6164              
============================================
+ Hits          43965    43996      +31     
+ Misses          286      271      -15     
+ Partials        528      509      -19
Impacted Files Coverage Δ Complexity Δ
...ain/java/io/reactivex/rxjava3/core/Observable.java 100% <ø> (ø) 537 <0> (ø) ⬇️
...activex/rxjava3/internal/util/ExceptionHelper.java 100% <ø> (ø) 22 <0> (ø) ⬇️
...tivex/rxjava3/internal/functions/ObjectHelper.java 100% <ø> (ø) 7 <0> (-2) ⬇️
.../main/java/io/reactivex/rxjava3/core/Flowable.java 100% <ø> (ø) 562 <0> (ø) ⬇️
...al/operators/flowable/FlowableMapNotification.java 100% <100%> (ø) 2 <0> (ø) ⬇️
...rnal/operators/maybe/MaybeFlatMapNotification.java 100% <100%> (ø) 2 <0> (ø) ⬇️
...al/operators/observable/ObservableZipIterable.java 100% <100%> (ø) 3 <2> (ø) ⬇️
...in/java/io/reactivex/rxjava3/schedulers/Timed.java 100% <100%> (ø) 13 <0> (ø) ⬇️
...o/reactivex/rxjava3/parallel/ParallelFlowable.java 100% <100%> (ø) 49 <29> (ø) ⬇️
...nal/operators/observable/ObservableScalarXMap.java 97.7% <100%> (ø) 7 <0> (ø) ⬇️
... and 209 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 652f2a1...b3cd52a. Read the comment docs.

@akarnokd akarnokd merged commit 6ba932c into ReactiveX:3.x Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Cleanup Java 8 Issues and PRs related to Java 8 support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants