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 inlining method with anonymous class and qualified this reference #1799

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

jjohnstn
Copy link
Contributor

What it does

See issue.

How to test

See issue or new test.

Author checklist

@jjohnstn jjohnstn self-assigned this Nov 15, 2024
@jjohnstn jjohnstn added the bug Something isn't working label Nov 15, 2024
- fix SourceAnalyzer to denote a qualified this receiver if the
  qualifier is a type and also to not denote an anonymous class
  instantiation for implicit receiver
- add new test to InlineMethodTests
- fixes eclipse-jdt#1780
@jjohnstn
Copy link
Contributor Author

jjohnstn commented Dec 3, 2024

Compiler API issues are for files untouched by this PR. Failing test is known random failure. Previous build had no failures.

@jjohnstn jjohnstn merged commit 49d5dd2 into eclipse-jdt:master Dec 3, 2024
6 of 10 checks passed
@jjohnstn jjohnstn deleted the inlineanon branch December 3, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant