https://issues.apache.org/bugzilla/show_bug.cgi?id=52062

             Bug #: 52062
           Summary: [PATCH] Temporary files delete
           Product: POI
           Version: 3.8-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: stefan.helf...@googlemail.com
    Classification: Unclassified


Created attachment 27823
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27823
Patch File created with ANT patch.xml

The SXSSF API is creating two temporary files during the build process:

poi-sxxsf-sheet.xml
poi-sxxsf-template.xlsx

These two files wont by deleted after the vm got shutted down. (Tested on
Windows XP Prof and Windows 7)

The source of these circumstance is that some streams are not closed and so the
vm couldnt delete these two files.

I created a patch witch fixed this failure.
The two streams according to the two temp files are now closed and the vm can
erase them.
I also fixed the missspelling of the two temp files:
poi-sxxsf -> poi-sxssf

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to