[ 
https://issues.apache.org/jira/browse/IO-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471121
 ] 

Raul Acevedo commented on IO-113:
---------------------------------

I would fix it in 1.3.1 with a binary incompatible change.  One time pain for 
long term gain... It's really nice that all the methods are sensibly and 
compatibly named.

However, it's easy for me to say, I'll go with whatever the wider community 
supports, especially those who are more aware of the impacts of a binary 
incompatible change.

> FileUtils.readFileToString is not static
> ----------------------------------------
>
>                 Key: IO-113
>                 URL: https://issues.apache.org/jira/browse/IO-113
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.3
>            Reporter: Raul Acevedo
>             Fix For: 1.4
>
>
> FileUtils.readFileToString isn't static.  It should be; since the constructor 
> for FileUtils says "Instances should NOT be constructed in standard 
> programming", this makes readFileToString unusable.  Right now I'm using 
> FileUtils.readBytesToByteArray(file).toString().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to