We're using IDEA IntelliJ for our Java coding. In the past some heavily used @SuppressWarnings annotations or noinspection comments to suppress warnings/inspections in the IDE others disabled some inspections. Now we start using the same inspection base for all programmers. However the code now is cluttered with annotations and noinspection comments that are not necessary any more for the inspections are disabled.
Is there a way to remove all @SuppressWarnings annotations or noinspection comments in the whole project that are not necessary any more due to disabled inspections in IntelliJ?