You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/02/23 09:19:11 UTC

[jira] [Updated] (SSHD-413) org.apache.sshd.common.Closeable should extend java.io.Closeable

     [ https://issues.apache.org/jira/browse/SSHD-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goldstein Lyor updated SSHD-413:
--------------------------------
    Description: The _java.io.Closeable_ is the most widely used interface for I/O related objects, and we should implement as well wherever applicable (e.g., client/server session(s)). Furthermore, as of JDK 7+ it is now very useful to use it in _try-with-resource_ blocks - makes the code cleaner and easier to read.  (was: The _ java.io.Closeable_ is the most widely used interface for I/O related objects, and we should implement as well wherever applicable (e.g., client/server session(s)). Furthermore, as of JDK 7+ it is now very useful to use it in _try-with-resource_ blocks - makes the code cleaner and easier to read.)

> org.apache.sshd.common.Closeable should extend java.io.Closeable
> ----------------------------------------------------------------
>
>                 Key: SSHD-413
>                 URL: https://issues.apache.org/jira/browse/SSHD-413
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Goldstein Lyor
>             Fix For: 0.14.0
>
>
> The _java.io.Closeable_ is the most widely used interface for I/O related objects, and we should implement as well wherever applicable (e.g., client/server session(s)). Furthermore, as of JDK 7+ it is now very useful to use it in _try-with-resource_ blocks - makes the code cleaner and easier to read.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)