ArchiveStreamFactory.createArchiveInputStream() & createArchiveOutputStream()
should throw Exception if archiverName is not recognised
--------------------------------------------------------------------------------------------------------------------------------------
Key: SANDBOX-299
URL: https://issues.apache.org/jira/browse/SANDBOX-299
Project: Commons Sandbox
Issue Type: Bug
Components: Compress
Reporter: Sebb
Priority: Minor
ArchiveStreamFactory.createArchiveInputStream() should throw an Exception if
archiverName is not recognised - at present it returns null, which is not
particularly helpful.
The method sig says it throws ArchiveException; however it could also throw
IllegalArgumentException.
Likewise for createArchiveOutputStream()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.