You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2017/07/06 16:25:00 UTC

[jira] [Commented] (GROOVY-8251) Implement withCloseable on AutoCloseable

    [ https://issues.apache.org/jira/browse/GROOVY-8251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076827#comment-16076827 ] 

John Wagenleitner commented on GROOVY-8251:
-------------------------------------------

Looks like GROOVY-7572 added a {{withAutoCloseable}} method in the NIO submodule and it's in 2.5.  I don't know if there was a reason for the different name, but I think it would make more sense to allow {{withCloseable}} to take either a {{Closeable}} or {{AutoCloseable}}.  I think to keep binary compatibility a new {{withCloseable}} method would have to be added and not changing the signature of the existing method.  Since 2.5 is not out yet (still in beta), depending on how others feel, I wonder if there's still time to make a change.

> Implement withCloseable on AutoCloseable
> ----------------------------------------
>
>                 Key: GROOVY-8251
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8251
>             Project: Groovy
>          Issue Type: Bug
>          Components: groovy-jdk
>    Affects Versions: 2.5.0-beta-1
>            Reporter: Henri Tremblay
>
> The Groovy implementation of try-with-resource is through {{withCloseable()}}. The problem is that {{withCloseable}} only exists for classes implementing the {{Closeable}} interface.
> But a try-with-resource works with the {{AutoCloseable}} interface. So {{withCloseable}} should probably be moved on step below to {{AutoCloseable}} (that {{Closeable}} extends).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)