Join Slack
Powered by
<Custom lint rule to detect close-able resources w...
# stackoverflow
u
user
07/05/2022, 12:11 PM
Custom lint rule to detect close-able resources which are not opened in a try-with-resources statement
I want to write a custom lint rule so that it detects close-able resources which are not using (a)
try-with-resources statement
in java or (b)
use
extension in kotlin. Not sure where to start from as the examples I found are pretty basic like <a...
3
Views
Open in Slack
Previous
Next