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

Allow multiple remove of unused suppress warnings tokens #1673

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

jjohnstn
Copy link
Contributor

What it does

See issue.

How to test

See new test.

Author checklist

- add new UnusedSuppressWarningsCleanUp and
  UnusedSuppressWarningsFixCore to create FixCorrectionProposals to
  remove a single unused warning token, remove all unused warning
  tokens with a particular name, and remove all unused warning
  tokens
- modify SuppressWarningsBaseSubProcessor to create up to 3 of the
  above fix correction proposals (assuming there are more than 1
  problem flagged for a particular warning token and more than 1
  warning token flagged in problems
- add new test to CleanUpTest1d8
- fixes eclipse-jdt#1668
@jjohnstn jjohnstn self-assigned this Sep 25, 2024
@jjohnstn jjohnstn added enhancement New feature or request noteworthy Noteworthy feature labels Sep 25, 2024
@jjohnstn jjohnstn merged commit 6be9114 into eclipse-jdt:master Sep 25, 2024
9 checks passed
@jjohnstn jjohnstn deleted the multipleremove branch September 25, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request noteworthy Noteworthy feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant