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

SONARJAVA-5338 Fix variable owner in the case of lambdas #5028

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

romainbrenguier
Copy link
Contributor

@romainbrenguier romainbrenguier commented Feb 14, 2025

SONARJAVA-5338

The computation of owners in lambdas was returning the interface method implemented by the lambda (for instance accept for Function) which doesn't allow distinguishing between symbols declared in different lambdas in different methods with the same variable name.

The computation of owners in lambdas was returning the interface method implemented by the lambda (for instance accept for Function) which doesn't allow distinguishing between symbols declared in different lambdas in different methods with the same variable name.
@romainbrenguier romainbrenguier force-pushed the romain/fix-equals-lambda-symbols branch from 27e8ed7 to 9430158 Compare February 17, 2025 17:02
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
70.6% Coverage on New Code (required ≥ 95%)

See analysis details on SonarQube

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.

1 participant