Java
Connection opened but not safely closed
Warning
New
Last modified: 03 December 2024 Reports Java ME javax.microedition.io.Connection
resources that are not opened in front of a try
block and closed in the corresponding finally
block. Such resources may be inadvertently leaked if an exception is thrown before the resource is closed.
Example:
void example() throws IOException {
Connection c = Connector.open("foo");
}
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ConnectionOpenedButNotSafelyClosed
Here you can find the description of settings available for the Connection opened but not safely closed inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |
Thanks for your feedback!
Was this page helpful?