// "Suppress for method" "true" import java.io.IOException; class a { /** @noinspection RedundantThrowsDeclaration*/ private void run() throws <caret>IOException{ } }