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 LocalCorrectionsSubProcessor to jdt.core.manipulation #1849

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

jjohnstn
Copy link
Contributor

What it does

See issue.

How to test

Run normal JDT test-suite to verify no changes.

Author checklist

- create new LocalCorrectionsBaseSubProcessor in jdt.core.manipulation
  and have LocalCorrectionsSubProcessor sub-class it
- add new constructors where needed to support specifying a core
  class and an image
- fixes eclipse-jdt#1847
@jjohnstn jjohnstn self-assigned this Dec 11, 2024
@jjohnstn jjohnstn added the enhancement New feature or request label Dec 11, 2024
@jjohnstn jjohnstn added this to the 4.35 M1 milestone Dec 11, 2024
@jjohnstn jjohnstn merged commit 960a909 into eclipse-jdt:master Dec 11, 2024
7 of 10 checks passed
@jjohnstn jjohnstn deleted the localcorrections branch December 11, 2024 19:52
@jjohnstn
Copy link
Contributor Author

Hi @rgrunber Just to let you know the PR is merged.

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 LocalCorrectionsSubProcessor for usage in jdt-ls
1 participant