[
https://issues.jboss.org/browse/FORGE-1836?page=com.atlassian.jira.plugin...
]
George Gastaldi commented on FORGE-1836:
----------------------------------------
Hi Daniel,
If you're talking about Roaster, sorry but it should remain in 1.6. I thought you were
talking about forge/core, in which case is 1.7
Refactor towards JDK 1.7 enhancements
-------------------------------------
Key: FORGE-1836
URL:
https://issues.jboss.org/browse/FORGE-1836
Project: Forge
Issue Type: Task
Affects Versions: 2.5.0.Final
Reporter: Daniel Cunha
Assignee: Daniel Cunha
Priority: Optional
Fix For: 2.x Future
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)