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

2.x: Fix javadocs & imports #6504

Merged
merged 1 commit into from
Jun 15, 2019

Conversation

akarnokd
Copy link
Member

  • Fix some errors in the Javadoc links.
  • Remove unused imports.
  • Add the ParallelFlowable page to the javadoc cleanup routine.

@codecov
Copy link

codecov bot commented Jun 15, 2019

Codecov Report

Merging #6504 into 2.x will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6504      +/-   ##
============================================
- Coverage     98.27%   98.27%   -0.01%     
+ Complexity     6291     6290       -1     
============================================
  Files           675      675              
  Lines         45163    45163              
  Branches       6244     6244              
============================================
- Hits          44386    44382       -4     
  Misses          241      241              
- Partials        536      540       +4
Impacted Files Coverage Δ Complexity Δ
.../main/java/io/reactivex/schedulers/Schedulers.java 100% <ø> (ø) 11 <0> (ø) ⬇️
...nternal/operators/parallel/ParallelReduceFull.java 91.08% <0%> (-3.97%) 2% <0%> (ø)
...ternal/operators/observable/ObservablePublish.java 93.8% <0%> (-3.54%) 10% <0%> (ø)
...ernal/operators/flowable/FlowableFromIterable.java 94.11% <0%> (-3.21%) 5% <0%> (ø)
...va/io/reactivex/internal/queue/SpscArrayQueue.java 97.61% <0%> (-2.39%) 22% <0%> (-1%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 93.23% <0%> (-1.94%) 2% <0%> (ø)
.../io/reactivex/disposables/CompositeDisposable.java 98.14% <0%> (-1.86%) 39% <0%> (-1%)
...tivex/internal/operators/single/SingleTimeout.java 98.33% <0%> (-1.67%) 2% <0%> (ø)
...l/operators/observable/ObservableFlatMapMaybe.java 92.15% <0%> (-1.31%) 2% <0%> (ø)
...ternal/operators/completable/CompletableMerge.java 97.61% <0%> (-1.2%) 2% <0%> (ø)
... and 22 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 15e52bb...43e5c74. Read the comment docs.

@akarnokd akarnokd merged commit 89d506d into ReactiveX:2.x Jun 15, 2019
@akarnokd akarnokd deleted the ParallelFlowableJavadocCleanup branch June 15, 2019 19:30
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.

2 participants