Hibernate resource opened but not safely closed
Reports calls to the openSession()
method if the returned org.hibernate.Session
resource is not safely closed.
By default, the inspection assumes that the resources can be closed by any method with 'close' or 'cleanup' in its name.
Example:
Locating this inspection
- 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.
HibernateResourceOpenedButNotSafelyClosed- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Use the following options to configure the inspection:
Whether a
org.hibernate.Session
resource is allowed to be opened inside atry
block. This style is less desirable because it is more verbose than opening a resource in front of atry
block.Whether the resource can be closed by any method call with the resource passed as argument.
Inspection options
Here you can find the description of settings available for the Hibernate resource opened but not safely closed inspection, and the reference of their default values.
- Allow resource to be opened inside a 'try' block
Not selected
- Any method may close resource argument
Default: Selected
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |