FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remove usage of deprecated methods in guava by yihanzhen · Pull Request #61 · googleapis/api-common-java · GitHub

This repository was archived by the owner on Sep 27, 2023. It is now read-only.
/ api-common-java Public archive

remove usage of deprecated methods in guava - #61

Merged
yihanzhen merged 2 commits into
googleapis:masterfrom
yihanzhen:remove-deprecate-method-from-guava
Aug 1, 2018
Merged

yihanzhen merged 2 commits into
googleapis:masterfrom
yihanzhen:remove-deprecate-method-from-guava

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

codecov-io commented Aug 1, 2018
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #61 into master will decrease coverage by 1.14%.
The diff coverage is 25%.

@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
- Coverage     61.34%   60.19%   -1.15%     
+ Complexity      141      138       -3     
============================================
  Files            14       14              
  Lines           608      603       -5     
  Branches         92       92              
============================================
- Hits            373      363      -10     
- Misses          212      217       +5     
  Partials         23       23
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/google/api/core/ApiFutures.java 83.72% <25%> (-12.12%) 10 <0> (-3)

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 6f8ff7d...2635505. Read the comment docs.

garrettjonesgoogle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM after the tests pass

garrettjonesgoogle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Actually, some more stuff to do...

exceptionType,
new GaxFunctionToGuavaFunction<X, V>(callback));
new GaxFunctionToGuavaFunction<X, V>(callback),
directExecutor());

This comment was marked as spam.

return new ListenableFutureToApiFuture<>(
Futures.transform(
listenableFutureForApiFuture(input), new GaxFunctionToGuavaFunction<V, X>(function)));
return transform(input, function, directExecutor());

This comment was marked as spam.

}
});
return new ListenableFutureToApiFuture<>(listenableOutput);
return transformAsync(input, function, directExecutor());

This comment was marked as spam.

Please enter the commit message for your changes. Lines starting

Copy link
Copy Markdown
Contributor Author

PTAL @garrettjonesgoogle

garrettjonesgoogle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

yihanzhen merged commit 2c5f220 into googleapis:master Aug 1, 2018
miraleung pushed a commit that referenced this pull request Jun 4, 2020
* remove usage of deprecated methods in guava
* Deprecated methods parellel to those deparecated in guava
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL