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

Fix choosing the most specific method in case of java.lang.Object argument type #3084

Merged
merged 2 commits into from Feb 16, 2021

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Feb 16, 2021

Fixes #3083 .

@codecov
Copy link

codecov bot commented Feb 16, 2021

Codecov Report

Merging #3084 (9f8bfa7) into master (dd3785d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #3084   +/-   ##
=========================================
  Coverage   52.999%   52.999%           
=========================================
  Files          450       450           
  Lines        25106     25106           
  Branches      3794      3794           
=========================================
  Hits         13306     13306           
  Misses       10720     10720           
  Partials      1080      1080           
Flag Coverage Δ
AlsoSlowTests 52.999% <ø> (ø)
javaparser-core 52.999% <ø> (ø)
jdk-10 52.999% <ø> (ø)
jdk-11 52.999% <ø> (ø)
jdk-12 52.999% <ø> (ø)
jdk-13 52.999% <ø> (ø)
jdk-14 52.999% <ø> (ø)
jdk-15 52.999% <ø> (ø)
jdk-8 52.997% <ø> (ø)
jdk-9 52.999% <ø> (ø)
macos-latest 52.987% <ø> (ø)
ubuntu-latest 52.987% <ø> (ø)
windows-latest 52.987% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 dd3785d...9f8bfa7. Read the comment docs.

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.

There is a declared method but, MethodAmbiguityException occurred
2 participants