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

Add back getArgument(int, Class) to circumvent compilation issues #1646

Merged
merged 2 commits into from Mar 15, 2019

Conversation

TimvdLippe
Copy link
Contributor

Also add @NotExtensible to several of our interfaces to document they
are not intended to be subclassed.

Fixes #1609

Also add `@NotExtensible` to several of our interfaces to document they
are not intended to be subclassed.

Fixes #1609
@codecov-io
Copy link

codecov-io commented Mar 4, 2019

Codecov Report

Merging #1646 into release/2.x will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@                Coverage Diff                @@
##             release/2.x    #1646      +/-   ##
=================================================
- Coverage          87.38%   87.36%   -0.02%     
  Complexity          2442     2442              
=================================================
  Files                301      301              
  Lines               6292     6293       +1     
  Branches             787      787              
=================================================
  Hits                5498     5498              
- Misses               599      600       +1     
  Partials             195      195
Impacted Files Coverage Δ Complexity Δ
...ito/internal/invocation/InterceptedInvocation.java 83.33% <0%> (-2.04%) 25 <0> (ø)

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 ab645dd...ab7030f. Read the comment docs.

@TimvdLippe
Copy link
Contributor Author

@mockitoguy could you take a look? We need this for a couple of our projects.

@TimvdLippe
Copy link
Contributor Author

We need this for internal projects. Since @mockitoguy gave approval for this in #1609 (comment) and other engineers reviewed this internally, I am merging this PR.

@TimvdLippe TimvdLippe merged commit 2a7489d into release/2.x Mar 15, 2019
@mockitoguy
Copy link
Member

Good work, thank you! Sorry I was late to review.

@TimvdLippe TimvdLippe deleted the get-argument-class branch April 30, 2019 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants