[jira] [Commented] (MATH-761) Improve encapsulation of data in the nested classes of SymmLQ

2012-03-22 Thread Commented
[ https://issues.apache.org/jira/browse/MATH-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13235418#comment-13235418 ] Sébastien Brisard commented on MATH-761: In {{r1303674}}, created * {{RealVector

[jira] [Created] (JCI-68) FilesystemAlterationMonitor NullPointerException when directory not readable

2012-03-22 Thread Jan (Created) (JIRA)
FilesystemAlterationMonitor NullPointerException when directory not readable Key: JCI-68 URL: https://issues.apache.org/jira/browse/JCI-68 Project: Commons JCI

[jira] [Updated] (JCI-68) FilesystemAlterationMonitor NullPointerException when directory not readable

2012-03-22 Thread Jan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JCI-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan updated JCI-68: --- Attachment: FileAlteration.java Sample program to reproduce the bug FilesystemAlterationMonitor

[jira] [Created] (COMMONSSITE-70) org.apache.harmony.security.asn1 throwing null pointer exception

2012-03-22 Thread Srijan Basu (Created) (JIRA)
org.apache.harmony.security.asn1 throwing null pointer exception Key: COMMONSSITE-70 URL: https://issues.apache.org/jira/browse/COMMONSSITE-70 Project: Commons All Issue Type:

[jira] [Resolved] (CODEC-135) Null Pointer Exception

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-135. Resolution: Invalid This is not an Apache Commons issue. Appears to be an Android issue. Null

[jira] [Closed] (COMMONSSITE-70) org.apache.harmony.security.asn1 throwing null pointer exception

2012-03-22 Thread Sebb (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed COMMONSSITE-70. --- org.apache.harmony.security.asn1 throwing null pointer exception

[jira] [Resolved] (COMMONSSITE-70) org.apache.harmony.security.asn1 throwing null pointer exception

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMMONSSITE-70. - Resolution: Invalid Fix Version/s: (was: 19) This is definitely not a COMMONSSITE issue,

[jira] [Closed] (CODEC-135) Null Pointer Exception

2012-03-22 Thread Sebb (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed CODEC-135. -- Null Pointer Exception -- Key: CODEC-135 URL:

[jira] [Updated] (VFS-407) Reading a RAM FileSystem file fails because it never returns EOF -1.

2012-03-22 Thread Gary D. Gregory (Updated) (JIRA)
Project: Commons VFS Issue Type: Bug Affects Versions: 2.0 Reporter: Miroslav Pokorny Attachments: CustomRamProviderTest.java, EmptyRamProviderFileBugTests-from-miroslav.pokorny-20120322.patch Original Estimate: 5m Remaining Estimate: 5m

[jira] [Updated] (VFS-407) [RAM] Reading a RAM FileSystem file fails because it never returns EOF -1.

2012-03-22 Thread Gary D. Gregory (Updated) (JIRA)
-20120322.patch Original Estimate: 5m Remaining Estimate: 5m RamFileRandomAccessContent ORIGINAL @Override public int read(byte[] b, int off, int len) throws IOException { int retLen = Math.min(len, getLeftBytes

[jira] [Resolved] (VFS-407) [RAM] Reading a RAM FileSystem file fails because it never returns EOF -1.

2012-03-22 Thread Gary D. Gregory (Resolved) (JIRA)
Versions: 2.0 Reporter: Miroslav Pokorny Fix For: 2.1 Attachments: CustomRamProviderTest.java, EmptyRamProviderFileBugTests-from-miroslav.pokorny-20120322.patch Original Estimate: 5m Remaining Estimate: 5m RamFileRandomAccessContent ORIGINAL @Override

[jira] [Updated] (SANSELAN-68) Incorrect reading Physical Width/Height Dpi and Physical Width/Height Inch from TIFF files

2012-03-22 Thread VVD (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SANSELAN-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] VVD updated SANSELAN-68: Summary: Incorrect reading Physical Width/Height Dpi and Physical Width/Height Inch from TIFF files (was:

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

2012-03-22 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13235699#comment-13235699 ] Michael McCandless commented on IO-311: --- Maybe this bug should be fixed before releasing

[jira] [Resolved] (CSV-71) Add convenience Methods to CSVLexer

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-71. - Resolution: Fixed Fixed. In my testing, the new CSVLexer is about 4% faster than the old one (kept temporarily as

[jira] [Created] (CSV-80) CSVLexer.nextToken does not need wsBuf

2012-03-22 Thread Sebb (Created) (JIRA)
CSVLexer.nextToken does not need wsBuf -- Key: CSV-80 URL: https://issues.apache.org/jira/browse/CSV-80 Project: Commons CSV Issue Type: Bug Reporter: Sebb CSVLexer.nextToken carefully saves

[jira] [Resolved] (CSV-80) CSVLexer.nextToken does not need wsBuf

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-80. - Resolution: Fixed Removal of the buffer improves performance by about 25% CSVLexer.nextToken does not need

[jira] [Created] (CSV-81) Token.Type.isReady could perhaps be removed

2012-03-22 Thread Sebb (Created) (JIRA)
Token.Type.isReady could perhaps be removed --- Key: CSV-81 URL: https://issues.apache.org/jira/browse/CSV-81 Project: Commons CSV Issue Type: Improvement Reporter: Sebb The isReady

[jira] [Created] (VFS-408) CompressedFileFileObject Exception thrown when container file has no extension

2012-03-22 Thread Anil Mahajan (Created) (JIRA)
CompressedFileFileObject Exception thrown when container file has no extension -- Key: VFS-408 URL: https://issues.apache.org/jira/browse/VFS-408 Project: Commons VFS

[jira] [Resolved] (CSV-81) Token.Type.isReady could perhaps be removed

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-81. - Resolution: Fixed Token.Type.isReady could perhaps be removed ---

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

2012-03-22 Thread Sebb (Created) (JIRA)
CharSequenceInputStream(CharSequence s, Charset charset, int bufferSize) ignores bufferSize --- Key: IO-312 URL: https://issues.apache.org/jira/browse/IO-312

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

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-312. - Resolution: Fixed Fix Version/s: 2.2 CharSequenceInputStream(CharSequence s, Charset charset, int bufferSize)

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

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-311. - Resolution: Fixed Fix Version/s: 2.2 Thanks! IOUtils.read(InputStream/Reader) ignores the offset

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

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-308. - Resolution: Fixed Fix Version/s: 2.2 @Manoj Thanks for the test data provided in IO-305. Allow

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

2012-03-22 Thread Gary D. Gregory (Created) (JIRA)
Add IOUTils.toBufferedReader(Reader) Key: IO-313 URL: https://issues.apache.org/jira/browse/IO-313 Project: Commons IO Issue Type: New Feature Reporter: Gary D. Gregory Fix For:

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

2012-03-22 Thread Gary D. Gregory (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved IO-313. Resolution: Fixed Assignee: Gary D. Gregory In SVN. Add