You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2020/03/07 16:49:47 UTC

[Bug 64204] New: Replace Closeable with AutoCloseable

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

            Bug ID: 64204
           Summary: Replace Closeable with AutoCloseable
           Product: POI
           Version: 4.1.x-dev
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: kiwiwings@apache.org
  Target Milestone: ---

I've just realized, that implementing Closeable is not enough to be closed in
try-with-resources blocks.

We should switch to AutoCloseable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 64204] Replace Closeable with AutoCloseable

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64204

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Andreas Beeker <ki...@apache.org> ---
Sorry for the noise. Closeable extends AutoCloseable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org