[jira] [Commented] (IO-249) Enhance closeQuietly to indicate success

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238248#comment-13238248 ] Aaron Digulla commented on IO-249: -- I also like the handler solution but can we have a

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-10-01 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917132#action_12917132 ] Paul Benedict commented on IO-249: -- I definitely believe both of you are on the right track.

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916393#action_12916393 ] Joerg Schaible commented on IO-249: --- What about the closeLogged variant and adding

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916488#action_12916488 ] Niall Pemberton commented on IO-249: @Joerg - I like the fact that Commons IO has no

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Brent Worden (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916509#action_12916509 ] Brent Worden commented on IO-249: - What about adding the concept of an exception handler

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916510#action_12916510 ] Sebb commented on IO-249: - As I see it, the closeQuietly() method is intended to be used where one does

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916715#action_12916715 ] Paul Benedict commented on IO-249: -- JDK 7 is introducing the notion of [suppressed

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916736#action_12916736 ] Sebb commented on IO-249: - Whis is e is in closeQuietly(e, Exception primary) ? Is it the Closable?

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916748#action_12916748 ] Paul Benedict commented on IO-249: -- If you have access to the main exception, you could then

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916075#action_12916075 ] Gary Gregory commented on IO-249: - How about looking at this more generally? Should all quiet

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916079#action_12916079 ] Joerg Schaible commented on IO-249: --- Alternatively provide methods: {noformat}

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916332#action_12916332 ] Paul Benedict commented on IO-249: -- Niall, can't this be done in 2.0? Enhance closeQuietly

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916337#action_12916337 ] Niall Pemberton commented on IO-249: Currently IO 2.0 is binary compatible with IO 1.4.

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916338#action_12916338 ] Paul Benedict commented on IO-249: -- If the method currently returns void, there shouldn't be a

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916341#action_12916341 ] Niall Pemberton commented on IO-249: See IO-157 Enhance closeQuietly to indicate success