...
Tool | Version | Checker | Description |
---|---|---|---|
Coverity | 7.5 | ITERATOR JDBC_CONNECTION RESOURCE_LEAK | Implemented |
Related Guidelines
CWE-404. Improper resource shutdown or release | |
| CWE-459. Incomplete cleanup |
| CWE-770. Allocation of resources without limits or throttling |
| CWE-405. Asymmetric resource consumption (amplification) |
...
The compliant solution (Java SE 7: try
-with-resources) is not yet supported at API level 18 (Android 4.3).
Bibliography
[API 2006] | |
| |
The try-with-resources Statement |
...