You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to move the tests from a separate folder to the usually used jdt.tests project in #1631
I have to remove a lot of suppressions for warnings (that they are needed might be another issue in jdt).
You have to do that one after another because there is no option to remove all equal suppressions at once.
Is that intended?
The text was updated successfully, but these errors were encountered:
- 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
- fixeseclipse-jdt#1668
Trying to move the tests from a separate folder to the usually used jdt.tests project in
#1631
I have to remove a lot of suppressions for warnings (that they are needed might be another issue in jdt).
You have to do that one after another because there is no option to remove all equal suppressions at once.
Is that intended?
The text was updated successfully, but these errors were encountered: