Skip to content

3.x: Add 'Error handling' section to Observable.blockingFirst JavaDocs #6903

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

Merged
merged 1 commit into from
Feb 9, 2020

Conversation

vjgarciag96
Copy link
Contributor

@vjgarciag96 vjgarciag96 commented Feb 9, 2020

Add missing JavaDocs section.

Resolves #6900

@codecov
Copy link

codecov bot commented Feb 9, 2020

Codecov Report

Merging #6903 into 3.x will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                3.x   #6903      +/-   ##
===========================================
+ Coverage     98.25%   98.3%   +0.05%     
+ Complexity     6620    6616       -4     
===========================================
  Files           742     742              
  Lines         47426   47426              
  Branches       6443    6443              
===========================================
+ Hits          46597   46623      +26     
+ Misses          307     287      -20     
+ Partials        522     516       -6
Impacted Files Coverage Δ Complexity Δ
...ain/java/io/reactivex/rxjava3/core/Observable.java 100% <ø> (ø) 565 <0> (ø) ⬇️
.../operators/observable/ObservableFlatMapSingle.java 90.47% <0%> (-6.35%) 2% <0%> (ø)
.../operators/flowable/FlowableBlockingSubscribe.java 93.02% <0%> (-4.66%) 10% <0%> (-1%)
...ctivex/rxjava3/internal/util/QueueDrainHelper.java 97.22% <0%> (-2.78%) 56% <0%> (-2%)
...tivex/rxjava3/disposables/CompositeDisposable.java 98.14% <0%> (-1.86%) 39% <0%> (-1%)
...nternal/operators/observable/ObservableCreate.java 97.43% <0%> (-1.71%) 2% <0%> (ø)
...ternal/operators/completable/CompletableMerge.java 95.94% <0%> (-1.36%) 2% <0%> (ø)
...perators/observable/ObservableMergeWithSingle.java 99.05% <0%> (-0.95%) 2% <0%> (ø)
...rxjava3/internal/schedulers/ExecutorScheduler.java 95.89% <0%> (-0.92%) 10% <0%> (ø)
.../operators/maybe/MaybeFlatMapIterableFlowable.java 95.9% <0%> (-0.82%) 2% <0%> (ø)
... and 15 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 81f0569...187bb15. Read the comment docs.

@akarnokd akarnokd changed the title 3.x: Add 'Error handling' section to Observable.blockingFirst documen… 3.x: Add 'Error handling' section to Observable.blockingFirst JavaDocs Feb 9, 2020
@akarnokd akarnokd merged commit 38eda0c into ReactiveX:3.x Feb 9, 2020
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.

3.x: Add "error handling" section to Observable.blockingFirst
2 participants