[
https://issues.apache.org/jira/browse/MSHARED-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arnaud Heritier updated MSHARED-951:
------------------------------------
Fix Version/s: (was: maven-shared-utils-3.4.0)
maven-shared-utils-3.3.4
> Checked exception converted to raw runtime exception
> ----------------------------------------------------
>
> Key: MSHARED-951
> URL: https://issues.apache.org/jira/browse/MSHARED-951
> Project: Maven Shared Components
> Issue Type: Bug
> Reporter: Elliotte Rusty Harold
> Assignee: Elliotte Rusty Harold
> Priority: Major
> Fix For: maven-shared-utils-3.3.4
>
>
> In Xpp3DOMBuilder
> ```
> public static Xpp3Dom build( @WillClose InputStream is, @Nonnull String
> encoding, boolean trim )
> throws XmlPullParserException
> {
> try
> {
> Reader reader = new InputStreamReader( is, encoding );
> return build( reader, trim );
> }
> catch ( UnsupportedEncodingException e )
> {
> throw new RuntimeException( e );
> }
> }
> ```
--
This message was sent by Atlassian Jira
(v8.3.4#803005)