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

review: fix: set correct executable reference type for signature polymorphic methods #4915

Merged

Conversation

SirYwell
Copy link
Collaborator

@SirYwell SirYwell commented Sep 23, 2022

Fixes #4863

As we decided to go the easier route, the change is pretty straightforward: We only need to correct the return type of the reference to always be java.lang.Object.

@sonatype-lift
Copy link
Contributor

sonatype-lift bot commented Sep 29, 2022

⚠️ 85 God Classes were detected by Lift in this project. Visit the Lift web console for more details.

@SirYwell SirYwell force-pushed the fix/signature-polymorphic-methods branch from 40a850b to 6b0190b Compare May 23, 2023 16:10
@SirYwell SirYwell marked this pull request as ready for review May 23, 2023 16:24
@SirYwell SirYwell changed the title wip: fix: set correct executable reference type for signature polymorphic methods review: fix: set correct executable reference type for signature polymorphic methods May 23, 2023
@SirYwell
Copy link
Collaborator Author

Let the review begin :)

@I-Al-Istannen I-Al-Istannen merged commit a4681da into INRIA:master May 25, 2023
@SirYwell SirYwell deleted the fix/signature-polymorphic-methods branch May 25, 2023 14:44
@monperrus
Copy link
Collaborator

thanks a lot @SirYwell

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.

[Bug]: Inconsistency in modelling of invocations of signature polymorphic methods
4 participants