Use the table below to specify which I/O resources should be ignored by this inspection. Specify I/O resource classes here which do not need to be closed.
Use the first checkbox below to specify if an I/O resource is allowed to be opened inside a try block. This style is less desirable because it is more verbose than opening a resource in front of a try block.
Use the second checkbox below to specify that the inspection should not warn if an I/O resource is passed as a method call argument. If enabled the inspection assumes the resource is closed in the called method. Method calls inside a finally block with close in the name and an I/O resource argument will not be ignored.