[
https://issues.apache.org/jira/browse/IO-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568549#comment-13568549
]
Rustam Matusevic commented on IO-365:
-------------------------------------
Sebb, maybe you right i can check what i pass to method myself. But user should
know what expect to him. I found out only when download sources.
IOUtils line 964 version 2.2 not contain warning about exception in Javadoc.
What i should to do if i want help to fix it? Thanks.
> NullPointerException IOUtils
> ----------------------------
>
> Key: IO-365
> URL: https://issues.apache.org/jira/browse/IO-365
> Project: Commons IO
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 2.2
> Reporter: Rustam Matusevic
> Priority: Trivial
>
> This is normal way to do like this?
> {code}
> public static InputStream toInputStream(String input) { // if i put null
> here?
> byte[] bytes = input.getBytes();
> return new ByteArrayInputStream(bytes);
> }
> {code}
> You might to warn users of framework, you know throw some or handle it.
--
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