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 move instance method when inner class is referenced #1412

Merged
merged 4 commits into from
Jun 5, 2024

Conversation

jjohnstn
Copy link
Contributor

What it does

See commit.

How to test

See original issue or new tests.

Author checklist

- fix MoveInstanceMethodProcessor to handle the cases where the
  method to move references a member class
- add new tests to MoveInstanceMethodTests
- fixes eclipse-jdt#1301
@jjohnstn jjohnstn merged commit 878b93b into eclipse-jdt:master Jun 5, 2024
9 checks passed
@jjohnstn jjohnstn deleted the moveinlined branch June 5, 2024 18:17
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
Development

Successfully merging this pull request may close these issues.

Bug: Move method refactoring relies on internal interfaces, resulting in compilation errors
1 participant