-
Bug
-
Resolution: Done
-
Major
-
17.0.0.Beta2
-
None
o.w.c.j.r.BootableJar uses Filestream without closing it properly.
o.j.a.c.p.XmlConfigurationPersister uses XMLStreamReader without finally closing it and doubles FileInputStream closing.
ArchiveHandler uses JarFile without closing it properly. SimpleTable uses Formatter without closing it properly.
Fix: Use try-with-resources or "safeClose" util, depending on the current Exception Handling situation.
- is cloned by
-
JBEAP-22943 [Bootable JAR, XP4] Close resource - potential resource leak
- Closed