Files
kotlin-fork/idea/resources/inspectionDescriptions/KotlinThrowableNotThrown.html
T
Toshiaki Kameyama 20aa8ebdb0 Add "Throwable not thrown" Inspection
#KT-11629 Fixed
2019-03-01 11:35:12 +03:00

6 lines
281 B
HTML

<html>
<body>
This inspection reports creating of <b>Throwable</b> and subclasses, where the created <b>Throwable</b> is never actually thrown.
Also reports function calls which return <b>Throwable</b> instances, where the result of the function call is not thrown.
</body>
</html>