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

Diamond operators in tests, small packages #6789

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Diamond operators in tests, small packages #6789

merged 1 commit into from
Dec 22, 2019

Conversation

dvolkovv
Copy link
Contributor

Hello, in this pull request i've changed all IDE marked explicit types with diamond operator. Affected packages is in tests root.

There is one test fail in CompletableTest.repeatNormal , but diamond is not the cause, there is last stack entry:
java.lang.AssertionError: expected:<6> but was:<5>
at org.junit.Assert.fail(Assert.java:88)

This PR is part of #6767 issue resolving.

@codecov
Copy link

codecov bot commented Dec 22, 2019

Codecov Report

Merging #6789 into 3.x will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #6789      +/-   ##
============================================
- Coverage     98.24%   98.21%   -0.03%     
+ Complexity     6286     6281       -5     
============================================
  Files           696      696              
  Lines         45390    45390              
  Branches       6233     6233              
============================================
- Hits          44592    44582      -10     
- Misses          277      285       +8     
- Partials        521      523       +2
Impacted Files Coverage Δ Complexity Δ
...ctivex/rxjava3/internal/util/QueueDrainHelper.java 95.83% <0%> (-4.17%) 55% <0%> (-3%)
...eactivex/rxjava3/processors/BehaviorProcessor.java 96.58% <0%> (-2.44%) 51% <0%> (ø)
.../operators/observable/ObservableFlatMapSingle.java 90.47% <0%> (-2.39%) 2% <0%> (ø)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...rnal/operators/observable/ObservableSwitchMap.java 91.57% <0%> (-1.58%) 3% <0%> (ø)
...ava3/internal/operators/parallel/ParallelJoin.java 91.66% <0%> (-1.52%) 3% <0%> (ø)
...ava3/internal/operators/maybe/MaybeMergeArray.java 96.04% <0%> (-1.13%) 6% <0%> (ø)
...3/internal/operators/flowable/FlowablePublish.java 97.53% <0%> (-0.99%) 16% <0%> (-1%)
...operators/observable/ObservableMergeWithMaybe.java 99.09% <0%> (-0.91%) 2% <0%> (ø)
.../operators/maybe/MaybeFlatMapIterableFlowable.java 95.9% <0%> (-0.82%) 2% <0%> (ø)
... and 8 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 dba6705...22ee4fa. Read the comment docs.

@akarnokd akarnokd added 3.x Cleanup Java 8 Issues and PRs related to Java 8 support Test labels Dec 22, 2019
@akarnokd akarnokd added this to the 3.0 milestone Dec 22, 2019
@akarnokd akarnokd merged commit 0bd2a01 into ReactiveX:3.x Dec 22, 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 Test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants