redundant throws inspection:

1. global and local inspections are merged to one
2. local inspection reports "non-final" methods (if cheap enough) IDEA-177230
This commit is contained in:
Dmitry Batkovich
2017-08-09 12:13:16 +03:00
parent 259f33f9df
commit 52cf50c461
31 changed files with 353 additions and 284 deletions

View File

@@ -1,4 +1,4 @@
// "Add 'java.io.IOException' to 'a.f' throws list" "true"
// "Add 'IOException' to 'a.f' throws list" "true"
import java.io.*;
class a {