Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Java: migrating off deprecated methods#1197

Merged
garrettjonesgoogle merged 1 commit intogoogleapis:masterfrom
garrettjonesgoogle:master
Apr 19, 2017
Merged

Java: migrating off deprecated methods#1197
garrettjonesgoogle merged 1 commit intogoogleapis:masterfrom
garrettjonesgoogle:master

Conversation

@garrettjonesgoogle
Copy link
Copy Markdown
Contributor

Yes, getIndexMapMap looks funny, but that's because the name of the field itself ends in "map". It turns out that proto generates both get${FieldName} and get${FieldName}Map, and the first one is @Deprecated.

This PR coordinates with upcoming PRs in gax-java & google-cloud-java.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #1197 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master   #1197      +/-   ##
===========================================
+ Coverage        86%     86%   +<.01%     
- Complexity     3678    3682       +4     
===========================================
  Files           372     372              
  Lines         14583   14588       +5     
  Branches       1626    1627       +1     
===========================================
+ Hits          12542   12547       +5     
  Misses         1606    1606              
  Partials        435     435
Impacted Files Coverage Δ Complexity Δ
...e/api/codegen/transformer/php/PhpSurfaceNamer.java 90.74% <100%> (+0.54%) 34 <3> (+3) ⬆️
...m/google/api/codegen/transformer/SurfaceNamer.java 78.69% <100%> (+0.14%) 170 <0> (+1) ⬆️

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 5d0e43d...1323a06. Read the comment docs.

@michaelbausor
Copy link
Copy Markdown
Contributor

LGTM

@garrettjonesgoogle garrettjonesgoogle merged commit a5747f4 into googleapis:master Apr 19, 2017
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