Open vorburger opened 1 year ago
see if it's possible to set-up (something like?) https://errorprone.info/ for this project
Based on https://github.com/google/error-prone/issues/623, maybe not really... but instead perhaps:
close()
(need to have a closer look)
Running
./gradlew check
prints theclose()
resource leak warnings for SQLLite below../gradlew check
does actually pass, the build is green - but this smells like it's a genuine resource leak? (Full disclosure: I'm a noob on Android development, if this "doesn't really matter", feel free to close... although in that case it would be better & less confusing if it didn't print these?)Instead of fixing this "one off" (just this occurrence), it could be cool to see if it's possible to set-up (something like?) https://errorprone.info for this project, to automatically detect the problem below, and future re-occurrences of it?
Would you like to work on the issue?
Sure, I could give this a try.