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

Refactor StaticInnerClassCleanUp to jdt.core.manipulation #1493

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

jjohnstn
Copy link
Contributor

@jjohnstn jjohnstn commented Jul 4, 2024

What it does

See title.

How to test

Run the jdt.ui cleanup tests.

Author checklist

- move StaticInnerClassCleanUp to StaticInnerClassCleanUpCore in
  jdt.core.manipulation
- fixes eclipse-jdt#1492
@jjohnstn jjohnstn self-assigned this Jul 4, 2024
@jjohnstn jjohnstn added the enhancement New feature or request label Jul 4, 2024
@jjohnstn jjohnstn added this to the 4.33 M1 milestone Jul 4, 2024
@jjohnstn
Copy link
Contributor Author

jjohnstn commented Jul 4, 2024

Test failures are due to some compiler changes regarding sealed classes that aren't in I-builds yet.

@jjohnstn jjohnstn merged commit 7bcba3b into eclipse-jdt:master Jul 4, 2024
6 of 9 checks passed
@jjohnstn jjohnstn deleted the movestaticinner branch July 4, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor StaticInnerClassCleanUp to jdt.core.manipulation
1 participant