-
Notifications
You must be signed in to change notification settings - Fork 1
-PerrorProneRemoveUnused implementation: uses it's own separate check which runs all other checks #162
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
base: develop
Are you sure you want to change the base?
Conversation
Generate changelog in
|
| * Note that this will only delete the whitespace before the element if the entire element is removed | ||
| * (i.e. if the replacement text is null or empty). | ||
| */ | ||
| private static final class LineRemovingReplacementFix implements Fix { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to top-level class
| * Note that this will only delete the whitespace before the element if the entire element is removed | ||
| * (i.e. if the replacement text is null or empty). | ||
| */ | ||
| public final class LineRemovingReplacementFix implements Fix { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing changed
|
This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days. |
Before this PR
After this PR
==COMMIT_MSG==
Add the -PerrorProneRemoveUnused flag to remove unused suppressions
==COMMIT_MSG==
Possible downsides?