mirai/tools/intellij-plugin/resources/inspectionDescriptions/ResourceNotClosed.html
Him188 fada587297
Resource not closed inspection (#286)
* Initial support of ResourceNotClosedInspection, #283

* Improve UsingStringPlusMessageInspection

* Add fix for sendAsImageTo and uploadAsImage

* Add Fix for ResourceNotClosedInspection

* ResourceNotClosedInspection support for Java

* Add WrapWithResourceUseCallIntention for Kotlin, #284
2021-02-05 21:45:39 +08:00

8 lines
200 B
HTML

<html>
<body>
<p>检查 ExternalResource 没有 close 的情况。
</p>
<!-- tooltip end -->
<!--<p>Text after this comment will only be shown in the settings of the inspection.</p>-->
</body>
</html>