[jira] [Commented] (IO-315) Replace all String encoding parameters with a value type

2012-04-10 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13251060#comment-13251060 ] Aaron Digulla commented on IO-315: -- @Sebb: Which is why I want a class that provides standard

[jira] [Commented] (LANG-795) Replace all String encoding parameters with Charset

2012-04-10 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13251061#comment-13251061 ] Aaron Digulla commented on LANG-795: For an example, please see

[jira] [Commented] (IO-294) Adding FileUtils.byteCountToDisplaySize(long size, boolean useSiUnits)

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238227#comment-13238227 ] Aaron Digulla commented on IO-294: -- It would probably belong to a new class in the package

[jira] [Commented] (IO-286) FastByteArray*Stream implementations to replace syncronized JDK ByteArray*Stream

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238231#comment-13238231 ] Aaron Digulla commented on IO-286: -- Comments: # Always use spaces for indentation # Allow to

[jira] [Commented] (IO-255) XML handler to serialize/de-serialize FlieEntrys to/from XML

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238232#comment-13238232 ] Aaron Digulla commented on IO-255: -- Please fix the typo in the bug title: FlieEntrys should

[jira] [Commented] (IO-218) Introduce new filter input stream with replacement facilities

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238233#comment-13238233 ] Aaron Digulla commented on IO-218: -- Isn't this a duplicate if issue IO-199?

[jira] [Commented] (IO-233) Add Methods for Buffering Streams/Writers To IOUtils

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238235#comment-13238235 ] Aaron Digulla commented on IO-233: -- It would be worth if, if you'd add the encoding: {code}

[jira] [Commented] (IO-71) [io] PipedUtils

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238238#comment-13238238 ] Aaron Digulla commented on IO-71: - For the records: I had the same issues and couldn't find a

[jira] [Commented] (IO-237) Add Additional toFiles() and toURLs() Methods to FileUtils

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238246#comment-13238246 ] Aaron Digulla commented on IO-237: -- I suggest to close this. With Java 5, you can use the

[jira] [Commented] (IO-249) Enhance closeQuietly to indicate success

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238248#comment-13238248 ] Aaron Digulla commented on IO-249: -- I also like the handler solution but can we have a

[jira] [Commented] (IO-315) Replace all String encoding parameters with a value type

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238469#comment-13238469 ] Aaron Digulla commented on IO-315: -- My point is that everyone litters their code with string

[jira] [Commented] (LANG-795) Replace all String encoding parameters with Charset

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238477#comment-13238477 ] Aaron Digulla commented on LANG-795: This would be a first step to reduce string

[jira] [Commented] (IO-315) Replace all String encoding parameters with a value type

2012-03-26 Thread Aaron Digulla (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13238480#comment-13238480 ] Aaron Digulla commented on IO-315: -- If you don't like to add a new interface, how about