add double-check for each suppression to avoid dead-lock suppression stuff thats not existing. like in: - https://github.com/apache/maven/pull/2369 Just like out whitewords plugin checks for key given but not used. The same principle applies here. same feature needed in pmd here some context: - https://github.com/pmd/pmd/issues/5749 - https://github.com/pmd/pmd/pull/5609 - https://github.com/pmd/pmd/issues/648
add double-check for each suppression to avoid dead-lock suppression stuff thats not existing. like in:
@SuppressWarnings("checkstyle:UnusedLocalVariable")apache/maven#2369Just like out whitewords plugin checks for key given but not used. The same principle applies here.
same feature needed in pmd here some context: