[jira] [Created] (COLLECTIONS-402) Inconsistent Javadoc comment and code in intersection(List list1,List list2)in org.apache.commons.collections.ListUtils

2012-03-29 Thread SHIN HWEI TAN (Created) (JIRA)
Inconsistent Javadoc comment and code in intersection(List list1,List list2)in org.apache.commons.collections.ListUtils --- Key: COLLECTIONS-402 UR

[jira] [Created] (COLLECTIONS-401) Inconsistent Javadoc comment and code in removeAll(Collection, Collection) in org.apache.commons.collections.ListUtils

2012-03-29 Thread SHIN HWEI TAN (Created) (JIRA)
Inconsistent Javadoc comment and code in removeAll(Collection, Collection) in org.apache.commons.collections.ListUtils Key: COLLECTIONS-401

[jira] [Created] (COLLECTIONS-400) Inconsistent Javadoc comment and code in addIgnoreNull(Collection, T) in org.apache.commons.collections.CollectionUtils

2012-03-29 Thread SHIN HWEI TAN (Created) (JIRA)
Inconsistent Javadoc comment and code in addIgnoreNull(Collection, T) in org.apache.commons.collections.CollectionUtils -- Key: COLLECTIONS-400

[jira] [Created] (CSV-91) Distinguish quoted tokens?

2012-03-29 Thread Sebb (Created) (JIRA)
Distinguish quoted tokens? -- Key: CSV-91 URL: https://issues.apache.org/jira/browse/CSV-91 Project: Commons CSV Issue Type: New Feature Reporter: Sebb Priority: Minor Might be useful to be a

[jira] [Resolved] (CSV-70) Improve readability of CSVLexer

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-70. - Resolution: Fixed I think this is now complete. > Improve readability of CSVLexer >

[jira] [Commented] (CSV-90) CSVFormat isEscaping/isEscaping are not public

2012-03-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241969#comment-13241969 ] Sebb commented on CSV-90: - Likewise there could be a public version of getHeader(). It would need to c

[jira] [Closed] (IO-275) org.apache.commons.io.FileUtils.contentEquals - Add option to ignore "line endings"

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-275. -- Version 2.2 has been released and addresses this issue. > org.apache.commons.io.FileUtils.cont

[jira] [Closed] (IO-290) Add read/readFully methods to IOUtils

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-290. -- Version 2.2 has been released and addresses this issue. > Add read/readFully methods to IOUtil

[jira] [Closed] (IO-288) Supply a ReversedLinesFileReader

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-288. -- Version 2.2 has been released and addresses this issue. > Supply a ReversedLinesFileReader >

[jira] [Closed] (IO-291) Add new function FileUtils.directoryContains

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-291. -- Resolution: Fixed Version 2.2 has been released and addresses this issue. > Add new functi

[jira] [Closed] (IO-292) IOUtils.closeQuietly() should take a ServerSocket as a parameter

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-292. -- Version 2.2 has been released and addresses this issue. > IOUtils.closeQuietly() should take a

[jira] [Closed] (IO-301) Add IOUtils.closeQuietly(Selector)

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-301. -- Version 2.2 has been released and addresses this issue. > Add IOUtils.closeQuietly(Selector) >

[jira] [Closed] (IO-298) Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException's.

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-298. -- Version 2.2 has been released and addresses this issue. > Various methods of class 'org.apache

[jira] [Closed] (IO-302) ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-302. -- Version 2.2 has been released and addresses this issue. > ArrayIndexOutOfBoundsException in BO

[jira] [Closed] (IO-296) ReaderInputStream optimization: more efficient reading of small chunks of data

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-296. -- Version 2.2 has been released and addresses this issue. > ReaderInputStream optimization: more

[jira] [Closed] (IO-273) BoundedInputStream.read() treats max differently from BoundedInputStream.read(byte[]...)

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-273. -- Version 2.2 has been released and addresses this issue. > BoundedInputStream.read() treats max

[jira] [Closed] (IO-173) FileUtils.listFiles() doesn't return directories

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-173. -- Version 2.2 has been released and addresses this issue. > FileUtils.listFiles() doesn't return

[jira] [Closed] (IO-276) "FileUtils#deleteDirectoryOnExit(File)" does not work

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-276. -- Version 2.2 has been released and addresses this issue. > "FileUtils#deleteDirectoryOnExit(Fil

[jira] [Closed] (IO-297) CharSequenceInputStream to efficiently stream content of a CharSequence

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-297. -- Version 2.2 has been released and addresses this issue. > CharSequenceInputStream to efficient

[jira] [Closed] (IO-307) ReaderInputStream#read(byte[] b, int off, int len) should check for valid parameters

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-307. -- Version 2.2 has been released and addresses this issue. > ReaderInputStream#read(byte[] b, int

[jira] [Closed] (IO-306) ReaderInputStream#read(byte[] b, int off, int len) should always return 0 for length == 0

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-306. -- Version 2.2 has been released and addresses this issue. > ReaderInputStream#read(byte[] b, int

[jira] [Closed] (IO-300) FileUtils.moveDirectoryToDirectory removes source directory if destination is a subdirectory

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-300. -- Version 2.2 has been released and addresses this issue. > FileUtils.moveDirectoryToDirectory r

[jira] [Closed] (IO-312) CharSequenceInputStream(CharSequence s, Charset charset, int bufferSize) ignores bufferSize

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-312. -- Version 2.2 has been released and addresses this issue. > CharSequenceInputStream(CharSequence

[jira] [Closed] (IO-305) New copy() method in IOUtils that takes additional offset, length and buffersize arguments

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-305. -- Version 2.2 has been released and addresses this issue. > New copy() method in IOUtils that ta

[jira] [Closed] (IO-311) IOUtils.read(InputStream/Reader) ignores the offset parameter

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-311. -- Version 2.2 has been released and addresses this issue. > IOUtils.read(InputStream/Reader) ign

[jira] [Closed] (IO-313) Add IOUTils.toBufferedReader(Reader)

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-313. -- Version 2.2 has been released and addresses this issue. > Add IOUTils.toBufferedReader(Reader)

[jira] [Closed] (IO-308) Allow applications to provide buffer (or size) for copyLarge methods?

2012-03-29 Thread Gary D. Gregory (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IO-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-308. -- Version 2.2 has been released and addresses this issue. > Allow applications to provide buffer

[jira] [Created] (IO-317) Need a way to extract parsed headers, e.g. for use in formatting output

2012-03-29 Thread Sebb (Created) (JIRA)
Need a way to extract parsed headers, e.g. for use in formatting output --- Key: IO-317 URL: https://issues.apache.org/jira/browse/IO-317 Project: Commons IO Issue Type: New

[jira] [Resolved] (CSV-43) CSVFormat fluent API is rather inefficient

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-43. - Resolution: Unresolved No longer using volatile, so nothing to do here. See CSV-68 for alternative. > CSVFor

[jira] [Issue Comment Edited] (CSV-52) Keep track of record numbers

2012-03-29 Thread Sebb (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241528#comment-13241528 ] Sebb edited comment on CSV-52 at 3/29/12 7:58 PM: -- Maybe the number should al

[jira] [Resolved] (CSV-89) Rename withLineSeparator as withOutputLineSeparator

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-89. - Resolution: Won't Fix > Rename withLineSeparator as withOutputLineSeparator > ---

[jira] [Resolved] (CSV-85) Allow comments to be returned in CSVRecord

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-85. - Resolution: Fixed > Allow comments to be returned in CSVRecord > -- > >

[jira] [Resolved] (CSV-65) Header support

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-65. - Resolution: Fixed This seems to be complete > Header support > -- > > Key: CSV-6

[jira] [Resolved] (CSV-57) CSVParser.getRecords() contract is confusing

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-57. - Resolution: Fixed Patch no longer applies, because getRecords() now returns a list. Added test case to show that the list is

[jira] [Commented] (CSV-52) Keep track of record numbers

2012-03-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241528#comment-13241528 ] Sebb commented on CSV-52: - Maybe the number should also be stored in the record? The counter should b

[jira] [Commented] (CSV-88) Not possible to create a CSVFormat from scratch

2012-03-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241526#comment-13241526 ] Sebb commented on CSV-88: - bq. PRISTINE is useless as a base format because all properties have to be

[jira] [Issue Comment Edited] (CSV-88) Not possible to create a CSVFormat from scratch

2012-03-29 Thread Sebb (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239359#comment-13239359 ] Sebb edited comment on CSV-88 at 3/29/12 6:53 PM: -- bq. +0 for a no arg constr

[jira] [Commented] (CONFIGURATION-492) XMLConfiguration.getStringArray does not parse OS Environment Variables

2012-03-29 Thread Oliver Heger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241401#comment-13241401 ] Oliver Heger commented on CONFIGURATION-492: In the current implementat

[jira] [Commented] (CSV-35) Escaped line separators are not supported

2012-03-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241295#comment-13241295 ] Sebb commented on CSV-35: - The Lexer does currently (r1036896) handle LF and CR. The code currently t

[jira] [Commented] (COMPRESS-185) BZip2CompressorInputStream truncates files compressed with pbzip2

2012-03-29 Thread Stefan Bodewig (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241235#comment-13241235 ] Stefan Bodewig commented on COMPRESS-185: - Don't worry. > BZip2

[jira] [Created] (CSV-90) CSVFormat isEscaping/isEscaping are not public

2012-03-29 Thread Sebb (Created) (JIRA)
CSVFormat isEscaping/isEscaping are not public -- Key: CSV-90 URL: https://issues.apache.org/jira/browse/CSV-90 Project: Commons CSV Issue Type: Bug Reporter: Sebb The CSVFormat metho

[jira] [Commented] (CSV-78) Use Character instead of char for char fields except delimiter

2012-03-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241211#comment-13241211 ] Sebb commented on CSV-78: - I no longer like the idea of using a null Character to disable the setting,

[jira] [Resolved] (CSV-69) Eliminate CSVPrinterTest.equals(String[][], String[][]) by using Assert.assertArrayEquals

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-69. - Resolution: Fixed > Eliminate CSVPrinterTest.equals(String[][], String[][]) by using > Assert.assertArrayEquals > --

[jira] [Commented] (COMPRESS-185) BZip2CompressorInputStream truncates files compressed with pbzip2

2012-03-29 Thread Karsten Loesing (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241193#comment-13241193 ] Karsten Loesing commented on COMPRESS-185: -- Huh, you're right. I can confirm t

[jira] [Resolved] (COMPRESS-185) BZip2CompressorInputStream truncates files compressed with pbzip2

2012-03-29 Thread Stefan Bodewig (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved COMPRESS-185. - Resolution: Duplicate This is COMPRESS-146 which has already been fixed in trunk (and t

[jira] [Created] (MATH-774) Gamma Distribution override inversion sampling with nextGamma-implementation from oacm.random

2012-03-29 Thread Mikkel Meyer Andersen (Created) (JIRA)
Gamma Distribution override inversion sampling with nextGamma-implementation from oacm.random - Key: MATH-774 URL: https://issues.apache.org/jira/browse/MATH-774

[jira] [Created] (COMPRESS-185) BZip2CompressorInputStream truncates files compressed with pbzip2

2012-03-29 Thread Karsten Loesing (Created) (JIRA)
BZip2CompressorInputStream truncates files compressed with pbzip2 - Key: COMPRESS-185 URL: https://issues.apache.org/jira/browse/COMPRESS-185 Project: Commons Compress Issue Typ