Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
Trunk
-
None
Description
This is an improvement only because no cases were reported. But obviously in case of unlucky exception after the Writer creation and before it's closed the Writer remains in memory.
The solution is to use try-with-ressources when possible.