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

Resorce Leak compiler error/warning (detection) has some problem #2257

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

stephan-herrmann
Copy link
Contributor

fixes #2207

  • treat body of an expression lambda like a return statement
  • fetch owning bits from the lambda descriptor

fixes eclipse-jdt#2207

+ treat body of an expression lambda like a return statement
+ fetch owning bits from the lambda descriptor
@stephan-herrmann stephan-herrmann merged commit c339c56 into eclipse-jdt:master Mar 31, 2024
9 checks passed
@stephan-herrmann stephan-herrmann deleted the issue2207 branch March 31, 2024 15:04
robstryker pushed a commit to robstryker/eclipse.jdt.core that referenced this pull request Jul 18, 2024
…ipse-jdt#2257)

fixes eclipse-jdt#2207

+ treat body of an expression lambda like a return statement
+ fetch owning bits from the lambda descriptor
gayanper pushed a commit to gayanper/eclipse.jdt.core that referenced this pull request Sep 7, 2024
…ipse-jdt#2257)

fixes eclipse-jdt#2207

+ treat body of an expression lambda like a return statement
+ fetch owning bits from the lambda descriptor
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.

Resorce Leak compiler error/warning (detection) has some problem
1 participant