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

Stefan Bodewig updated COMPRESS-235:
------------------------------------

    Fix Version/s: 2.0
    
> TarArchiveInputStream.reset() should be dropped
> -----------------------------------------------
>
>                 Key: COMPRESS-235
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-235
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Archivers
>            Reporter: Sebb
>            Priority: Minor
>             Fix For: 2.0
>
>
> The method TarArchiveInputStream#reset() overrides the default in 
> InputStream, and changes the behaviour to do nothing. 
> Now InputStream#reset() throws IOException("mark/reset not supported") which 
> seems better - otherwise there is no indication that the reset() has failed.
> [Yes, I know users should check isMarkSupported(), but still]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to