Bug 64204 - Replace Closeable with AutoCloseable
Summary: Replace Closeable with AutoCloseable
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 4.1.x-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-07 16:49 UTC by Andreas Beeker
Modified: 2020-03-07 16:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Beeker 2020-03-07 16:49:47 UTC
I've just realized, that implementing Closeable is not enough to be closed in try-with-resources blocks.

We should switch to AutoCloseable.
Comment 1 Andreas Beeker 2020-03-07 16:57:49 UTC
Sorry for the noise. Closeable extends AutoCloseable.