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

Sebb commented on IO-462:
-------------------------

URL: http://svn.apache.org/r1642763
Log:
No longer needed in Java 6+

Modified:
    
commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOExceptionWithCause.java

URL: http://svn.apache.org/r1642799
Log:
No longer needed in Java 6+

Modified:
    
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileSystemUtils.java
    
commons/proper/io/trunk/src/main/java/org/apache/commons/io/TaggedIOException.java
    
commons/proper/io/trunk/src/test/java/org/apache/commons/io/IOExceptionWithCauseTestCase.java


> IOExceptionWithCause no longer needed
> -------------------------------------
>
>                 Key: IO-462
>                 URL: https://issues.apache.org/jira/browse/IO-462
>             Project: Commons IO
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Sebb
>            Priority: Minor
>
> The class IOExceptionWithCause is no longer needed in Java 6, because 
> IOException now includes a constructor that takes a Throwable.
> The class should be deprecated and internal usage can revert to using 
> IOException directly.



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

Reply via email to