// "Suppress for method" "true" import java.io.IOException; class a implements Runnable { /** @noinspection RedundantThrowsDeclaration*/ public void run() throws IOException{ } }