[jira] [Commented] (COMPRESS-124) Unable to extract a TAR file that contains sparse entries

2011-07-27 Thread Patrick Dreyer (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071536#comment-13071536 ] Patrick Dreyer commented on COMPRESS-124: - I absolutely agree with overwriting

[jira] [Issue Comment Edited] (COMPRESS-124) Unable to extract a TAR file that contains sparse entries

2011-07-27 Thread Patrick Dreyer (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071536#comment-13071536 ] Patrick Dreyer edited comment on COMPRESS-124 at 7/27/11 6:01 AM:

[jira] [Commented] (COMPRESS-124) Unable to extract a TAR file that contains sparse entries

2011-07-27 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071546#comment-13071546 ] Stefan Bodewig commented on COMPRESS-124: - We do have a unit test now, I just

[jira] [Commented] (COMPRESS-124) Unable to extract a TAR file that contains sparse entries

2011-07-27 Thread Patrick Dreyer (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071552#comment-13071552 ] Patrick Dreyer commented on COMPRESS-124: - Stefan, there is only one thing for

[jira] [Commented] (LANG-686) StringUtils.replaceEachRepeatedly(aaa, new String[]{aa}, new String[]{aXa}); throw an exception

2011-07-27 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071554#comment-13071554 ] Henri Yandell commented on LANG-686: Improved error message added (I hope): Output of

[jira] [Commented] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-07-27 Thread tester (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071566#comment-13071566 ] tester commented on CODEC-125: -- I think I've found something: the method encode throws an

[jira] [Commented] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-07-27 Thread Tamas Kende (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071586#comment-13071586 ] Tamas Kende commented on CODEC-125: --- Hi all, I found a performance issue (maybe it is

[jira] [Issue Comment Edited] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread JIRA
: - Here is a patch for {{combine}} and {{combineToSelf}} (i.e. the linear, bivariate case). File name is {{MATH-613-20110727.patch}}. was (Author: celestin): Here is a patch for {{combine}} and {{combineToSelf}} (i.e. the linear, bivariate case). Equivalent of Blas DAXPY

[jira] [Updated] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-613: --- Attachment: MATH-613-20110727.patch Here is a patch for {{combine}} and {{combineToSelf}} (i.e

[jira] [Commented] (LANG-686) StringUtils.replaceEachRepeatedly(aaa, new String[]{aa}, new String[]{aXa}); throw an exception

2011-07-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071603#comment-13071603 ] Sebb commented on LANG-686: --- The message is ambiguous; protecting could refer to the first part of

[jira] [Commented] (MATH-632) NaN: Method equals in Complex not consistent with == for double primitive type

2011-07-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071620#comment-13071620 ] Sebb commented on MATH-632: --- For future reference, we should mention these design decisions in the

[jira] [Commented] (MATH-632) NaN: Method equals in Complex not consistent with == for double primitive type

2011-07-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071626#comment-13071626 ] Gilles commented on MATH-632: - {quote} The javadoc for equals in Colt's Complex (implemented the

[jira] [Commented] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread Gilles (JIRA)
Labels: linear, vector Attachments: MATH-613-20110727.patch In Blas, the method {{DAXPY}} computes an in-place linear combination of two vectors. More precisely, a call to {{DAXPY(a, x, y)}} updates vector {{y}} with the value of {{a * x + y}}. This can lead to very

[jira] [Updated] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-613: --- Attachment: MATH-613-20110727.patch You *should* be picky! Thanks for reviewing the code. I

[jira] [Commented] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread Gilles (JIRA)
: New Feature Affects Versions: 3.0 Reporter: Sébastien Brisard Priority: Minor Labels: linear, vector Attachments: MATH-613-20110727.patch, MATH-613-20110727.patch In Blas, the method {{DAXPY}} computes an in-place linear combination of two

[jira] [Commented] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread Gilles (JIRA)
: linear, vector Attachments: MATH-613-20110727.patch, MATH-613-20110727.patch In Blas, the method {{DAXPY}} computes an in-place linear combination of two vectors. More precisely, a call to {{DAXPY(a, x, y)}} updates vector {{y}} with the value of {{a * x + y}}. This can lead to very

[jira] [Commented] (LANG-727) ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6

2011-07-27 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071764#comment-13071764 ] Matt Benson commented on LANG-727: -- Alternatively, when we know that we're making

[jira] [Commented] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread JIRA
/MATH-613 Project: Commons Math Issue Type: New Feature Affects Versions: 3.0 Reporter: Sébastien Brisard Priority: Minor Labels: linear, vector Attachments: MATH-613-20110727.patch, MATH-613-20110727.patch, MATH-613-20110727

[jira] [Updated] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-613: --- Attachment: MATH-613-20110727.patch You're right. I've eliminated as much duplicate code

[jira] [Commented] (LANG-686) StringUtils.replaceEachRepeatedly(aaa, new String[]{aa}, new String[]{aXa}); throw an exception

2011-07-27 Thread qed (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071774#comment-13071774 ] qed commented on LANG-686: -- output of one loop is the input of another And that's a problem?

[jira] [Commented] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-07-27 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071893#comment-13071893 ] Gary D. Gregory commented on CODEC-125: --- I hope Matthew can fix this but here is what

[jira] [Created] (CODEC-126) Make org.apache.commons.codec.net.URLCodec charset field final

2011-07-27 Thread Gary D. Gregory (JIRA)
Make org.apache.commons.codec.net.URLCodec charset field final --- Key: CODEC-126 URL: https://issues.apache.org/jira/browse/CODEC-126 Project: Commons Codec Issue Type:

[jira] [Resolved] (CODEC-126) Make org.apache.commons.codec.net.URLCodec charset field final

2011-07-27 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved CODEC-126. --- Resolution: Fixed In SVN. Make org.apache.commons.codec.net.URLCodec charset field final

[jira] [Updated] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-07-27 Thread Matthew Pocock (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Pocock updated CODEC-125: - Attachment: testEncodeGna.patch I see: Tests in error:

[jira] [Commented] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread Phil Steitz (JIRA)
Labels: linear, vector Attachments: MATH-613-20110727.patch, MATH-613-20110727.patch, MATH-613-20110727.patch In Blas, the method {{DAXPY}} computes an in-place linear combination of two vectors. More precisely, a call to {{DAXPY(a, x, y)}} updates vector {{y

[jira] [Commented] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread JIRA
Reporter: Sébastien Brisard Priority: Minor Labels: linear, vector Attachments: MATH-613-20110727.patch, MATH-613-20110727.patch, MATH-613-20110727.patch In Blas, the method {{DAXPY}} computes an in-place linear combination of two vectors. More precisely

[jira] [Commented] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread Phil Steitz (JIRA)
Affects Versions: 3.0 Reporter: Sébastien Brisard Priority: Minor Labels: linear, vector Attachments: MATH-613-20110727.patch, MATH-613-20110727.patch, MATH-613-20110727.patch In Blas, the method {{DAXPY}} computes an in-place linear

[jira] [Resolved] (MATH-577) Enhance Complex.java

2011-07-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-577. - Resolution: Fixed Fix Version/s: 3.0 Enhance Complex.java Key:

[jira] [Resolved] (MATH-613) Equivalent of Blas DAXPY

2011-07-27 Thread Gilles (JIRA)
: linear, vector Fix For: 3.0 Attachments: MATH-613-20110727.patch, MATH-613-20110727.patch, MATH-613-20110727.patch In Blas, the method {{DAXPY}} computes an in-place linear combination of two vectors. More precisely, a call to {{DAXPY(a, x, y)}} updates vector {{y

[jira] [Commented] (MATH-445) Replace package.html by package-info.java

2011-07-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072118#comment-13072118 ] Gilles commented on MATH-445: - If you can provide such a script, there is no point in keeping

[jira] [Updated] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-07-27 Thread Matthew Pocock (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Pocock updated CODEC-125: - Attachment: majorFix.patch This is, as the name hints, a fairly major fix. I've re-written the

[jira] [Commented] (CODEC-125) Implement a Beider-Morse phonetic matching codec

2011-07-27 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072159#comment-13072159 ] Gary D. Gregory commented on CODEC-125: --- Patch applied with very minor mods. Thank

[jira] [Created] (MATH-633) AbstractRealMatrix extends RealLinearOperator

2011-07-27 Thread JIRA
AbstractRealMatrix extends RealLinearOperator - Key: MATH-633 URL: https://issues.apache.org/jira/browse/MATH-633 Project: Commons Math Issue Type: Improvement Affects Versions: 3.0