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: enable javac parameter saving in class files #6839

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

akarnokd
Copy link
Member

Related #6832

@akarnokd akarnokd added this to the 3.0 milestone Jan 13, 2020
@codecov
Copy link

codecov bot commented Jan 13, 2020

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##                3.x   #6839      +/-   ##
===========================================
- Coverage     98.24%   98.2%   -0.05%     
- Complexity     6376    6378       +2     
===========================================
  Files           715     715              
  Lines         46532   46532              
  Branches       6388    6388              
===========================================
- Hits          45715   45695      -20     
- Misses          293     310      +17     
- Partials        524     527       +3
Impacted Files Coverage Δ Complexity Δ
...nternal/operators/observable/ObservableCreate.java 79.48% <0%> (-18.81%) 2% <0%> (ø)
...tivex/rxjava3/internal/jdk8/ParallelCollector.java 89.9% <0%> (-8.26%) 2% <0%> (ø)
...nternal/operators/parallel/ParallelReduceFull.java 91.08% <0%> (-3.97%) 2% <0%> (ø)
...rnal/operators/flowable/FlowableFlatMapSingle.java 92.44% <0%> (-2.91%) 2% <0%> (ø)
...eactivex/rxjava3/processors/BehaviorProcessor.java 96.55% <0%> (-2.47%) 50% <0%> (ø)
...perators/single/SingleFlatMapIterableFlowable.java 95% <0%> (-1.67%) 2% <0%> (ø)
...ternal/operators/completable/CompletableMerge.java 95.94% <0%> (-1.36%) 2% <0%> (ø)
...nternal/operators/parallel/ParallelSortedJoin.java 94.89% <0%> (-0.73%) 2% <0%> (ø)
...ternal/operators/observable/ObservableGroupBy.java 95.08% <0%> (-0.55%) 2% <0%> (ø)
.../reactivex/rxjava3/processors/ReplayProcessor.java 97.38% <0%> (-0.41%) 52% <0%> (ø)
... and 11 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 c67263f...74cd343. Read the comment docs.

@akarnokd akarnokd merged commit 2a484a6 into ReactiveX:3.x Jan 13, 2020
@akarnokd akarnokd deleted the PreserveParamName3x branch January 13, 2020 12:17
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.

None yet

1 participant