Robert Scholte created MRESOLVER-63:
---------------------------------------
Summary: FileTransformer#transformData(File) should also throw
TransformException
Key: MRESOLVER-63
URL: https://issues.apache.org/jira/browse/MRESOLVER-63
Project: Maven Resolver
Issue Type: Improvement
Components: resolver
Affects Versions: 1.3.1
Reporter: Robert Scholte
Fix For: 1.3.2
1.3.1 introduced the FileTransformer to allow on-the-fly transforming of data.
For XML files it makes sense to use XMLFilters and create an XMLReader. This
can throw a SAXException, which is a checked exception, which shouldn't be
rethrown as an IOException.
Better to introduce a new Exception to handle this case properly.
Assuming this class isn't used anywhere yet, it should be good to introduce it
asap.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)