mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix description for redundant throws inspection IDEA-180353
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports exceptions that are declared in a method's signature but never
|
||||
thrown by the method itself or its implementations/derivatives. Since this inspection requires global code analysis,
|
||||
it is only available in batch inspection mode. A limited version for use in editor highlighting is available as
|
||||
<nobr><i>General | Redundant throws declaration</i>.</nobr>
|
||||
thrown by the method itself or its implementations/derivatives.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user