https://bz.apache.org/bugzilla/show_bug.cgi?id=65772

            Bug ID: 65772
           Summary: stop using file deleteOnExit in
                    DefaultTempFileCreationStrategy
           Product: POI
           Version: 5.0.x-dev
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

https://rules.sonarsource.com/java/RSPEC-2308

It uses up memory to track the files and it only removes them on tidy shutdown.

It would be better to fix the code to remove temp files as we go - as soon as
they are no longer needed.

DefaultTempFileCreationStrategy has support for -Dpoi.keep.tmp.files - I'm
going to flip the logic and replace this with -Dpoi.delete.tmp.files.on.exit

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to