You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few default-charset using methods in commons-io (FileUtils: added in 1.3)
were missing. Additionally there was a missing detection for a
CopyUtils(byte[],Writer).
Actually at some point the entire CopyUtils was deprecated (use IOUtils
instead), so we should ban the whole file at least in versions where its
deprecated... for another issue :)
Original issue reported on code.google.com by [email protected] on 1 Jul 2013 at 9:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Jul 2013 at 9:04The text was updated successfully, but these errors were encountered: