mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
[codeInsight] IDEA-201714 Missing "fix all" for "Redundant throws clause"
This patch fixes the problem with the absent the "fix all" quick fix for redundant throws clause inspection. It also does a major refactoring in the both global and local redundant throws clause exceptions applying modern code technics. Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com> GitOrigin-RevId: 9336c9afd9a6c64b12d4e29f58e1c9da4f33e25e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
389ae1573b
commit
03c771b5bc
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'IOException' from 'foo' throws list" "true"
|
||||
// "Fix all 'Redundant 'throws' clause' problems in file" "true"
|
||||
import java.io.*;
|
||||
|
||||
class A {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'IOException' from 'foo' throws list" "true"
|
||||
// "Fix all 'Redundant 'throws' clause' problems in file" "true"
|
||||
import java.io.*;
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user