checkstyle / patch-filters

Suppression Filter for Checkstyle that is based on patch file
GNU Lesser General Public License v2.1
4 stars 7 forks source link

FUTURE: Checks under neverSuppressedChecks group should give more precise violations #335

Open rdiachenko opened 4 years ago

rdiachenko commented 4 years ago

Currently, all violations from the checks under neverSuppressedChecks group will be shown, even though the code isn't changed. Investigate checks marked with that property and try to come up with more precise strategies for them. Ideally, if code was changed and that change leads to a new violation that violation should be shown only.