mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 11:40:50 +07:00
1. global and local inspections are merged to one 2. local inspection reports "non-final" methods (if cheap enough) IDEA-177230
7 lines
197 B
Java
7 lines
197 B
Java
// "Suppress for method" "true"
|
|
import java.io.FileNotFoundException;
|
|
import java.io.IOException;
|
|
|
|
class Main {
|
|
public void test() throws Exce<caret>ption, FileNotFoundException, IOException {}
|
|
} |