Bug 65648 - Remove finalizer on SXSSF SheetDataWriter
Summary: Remove finalizer on SXSSF SheetDataWriter
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SXSSF (show other bugs)
Version: 5.0.x-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-22 17:35 UTC by PJ Fanning
Modified: 2021-10-22 18:04 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2021-10-22 17:35:45 UTC
Users will need to call dispose() on SXSSFWorkbook when they are finished - in order to have the temp files associated with that workbook and its sheets disposed of.

Finalizers are no longer regarded as a good idea.
Comment 1 PJ Fanning 2021-10-22 17:36:01 UTC
added r1894484