[forge-issues] [JBoss JIRA] (FORGE-1836) Refactor towards JDK 1.7 enhancements

George Gastaldi (JIRA) issues at jboss.org
Mon May 19 18:46:57 EDT 2014


     [ https://issues.jboss.org/browse/FORGE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated FORGE-1836:
-----------------------------------

    Affects Version/s: 2.5.0.Final


> Refactor towards JDK 1.7 enhancements
> -------------------------------------
>
>                 Key: FORGE-1836
>                 URL: https://issues.jboss.org/browse/FORGE-1836
>             Project: Forge
>          Issue Type: Feature Request
>    Affects Versions: 2.5.0.Final
>            Reporter: Daniel Cunha
>
> It has class that implements AutoCloseable, but we're still using finally to close streams and etc.
> We can use (eg):
> try (stream) {
> }
> and kill the finally block.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the forge-issues mailing list