Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional bad methods in commons-io #9

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments
Closed

Additional bad methods in commons-io #9

GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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 rcm...@gmail.com on 1 Jul 2013 at 9:04

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Original comment by uwe.h.schindler on 7 Jul 2013 at 8:49

  • Changed state: Committed

@GoogleCodeExporter
Copy link
Author

I also committed removal of a safe methodfrom the list. The big with CopyUtils 
was that I added the wrong method, and missed the unsafe one. 

Original comment by uwe.h.schindler on 7 Jul 2013 at 8:57

@GoogleCodeExporter
Copy link
Author

Original comment by uwe.h.schindler on 21 Nov 2013 at 11:37

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant