'Throwable' not thrown
Reports instantiations of Throwable
or its subclasses, where the created Throwable
is never actually thrown. Additionally, this inspection reports method calls that return instances of Throwable
or its subclasses, when the result of the method call is not thrown.
Calls to methods annotated with the Error Prone's or AssertJ's @CanIgnoreReturnValue
annotation will not be reported.
Example:
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ThrowableNotThrown- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |