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

Only allow moving an interface member to another interface #1411

Merged
merged 1 commit into from
May 16, 2024

Conversation

jjohnstn
Copy link
Contributor

What it does

See title.

How to test

See original issue or new test.

Author checklist

- fix
  ReorgPolicyFactory.MoveSubCuElementsPolicy.validateDestination() to
  restrict moving an interface member to anything other than another
  interface
- add new test to MoveMemberTests
- fixes eclipse-jdt#1299
@jjohnstn jjohnstn self-assigned this May 16, 2024
@jjohnstn jjohnstn added the bug Something isn't working label May 16, 2024
@jjohnstn jjohnstn added this to the 4.32 M3 milestone May 16, 2024
@jjohnstn jjohnstn merged commit 146659c into eclipse-jdt:master May 16, 2024
9 checks passed
@jjohnstn jjohnstn deleted the moveinterface branch May 16, 2024 18:03
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 interface method causes compilation errors.
1 participant