[jira] [Updated] (COLLECTIONS-388) Inconsistent Javadoc comment and code for prototypeFactory(T) in org.apache.commons.collections.FactoryUtils

2012-04-09 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated COLLECTIONS-388: Fix Version/s: 4.0 Inconsistent Javadoc comment and code for

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

2012-04-03 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated LANG-686: - Attachment: LANG-686.patch I have worked on this a bit and provide a patch that does the

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-04-02 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-96: - Attachment: complete_inputstream_interface.patch Small patch to implement mark and reset in a safe

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-04-02 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-96: - Attachment: (was: complete_inputstream_interface.patch) Base64 encode() method is no

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-04-02 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-96: - Comment: was deleted (was: Small patch to implement mark and reset in a safe manner.

[jira] [Updated] (CODEC-138) Complete FilterInputStream interface for BaseNCodecInputStream

2012-04-02 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-138: -- Attachment: CODEC-138.patch Complete FilterInputStream interface for BaseNCodecInputStream

[jira] [Updated] (MATH-773) You should be able to run evolution simulation for a certain amount of time.

2012-04-01 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-773: - Fix Version/s: 3.1 You should be able to run evolution simulation for a certain amount of

[jira] [Updated] (MATH-767) Unbalanced code usage in javadoc

2012-04-01 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-767: - Fix Version/s: 3.1 Unbalanced code usage in javadoc --

[jira] [Updated] (CODEC-121) QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia

2012-03-19 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-121: -- Fix Version/s: (was: 1.7) 2.0 QuotedPrintableCodec does not support

[jira] [Updated] (CODEC-121) QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia

2012-03-19 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-121: -- Attachment: CODEC-121_postponed.patch Attached the reverted changes for later inclusion.

[jira] [Updated] (CODEC-63) Implement Nysiis

2012-03-07 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-63: - Attachment: CODEC-63-reworked.tar It is a pity, that such a feature request with attached patch

[jira] [Updated] (CODEC-121) QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia

2012-03-06 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-121: -- Attachment: CODEC-121_v2.patch Hi Gary, I have updated the patch, it now gets 100% test

[jira] [Updated] (CODEC-132) BeiderMorseEncoder OOM issues

2012-03-06 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-132: -- Attachment: CODEC-132.patch Hi, please find attached a patch for the outlined solution: addind

[jira] [Updated] (CODEC-121) QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia

2012-03-04 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-121: -- Attachment: CODEC-121.patch Hi, I worked on this issue and came up with a patch to fully

[jira] [Updated] (MATH-644) for the class of hyper-geometric distribution, for some number the method upperCumulativeProbability return a probability greater than 1 which is impossible.

2012-02-23 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-644: - Comment: was deleted (was: I digged a bit into the problem. The HypergeometricDistribution

[jira] [Updated] (MATH-749) Convex Hull algorithm

2012-02-22 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-749: - Issue Type: Sub-task (was: New Feature) Parent: MATH-751 Convex Hull algorithm

[jira] [Updated] (MATH-749) Convex Hull algorithm

2012-02-21 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-749: - Description: It would be nice to have convex hull implementations for 2D/3D space. There are

[jira] [Updated] (MATH-749) Convex Hull algorithm

2012-02-21 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-749: - Description: It would be nice to have convex hull implementations for 2D/3D space. There are

[jira] [Updated] (MATH-431) New tests: Wilcoxon signed-rank test and Mann-Whitney U

2012-02-18 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-431: - Fix Version/s: (was: 3.0) 3.1 New tests: Wilcoxon signed-rank test and

[jira] [Updated] (MATH-749) Convex Hull algorithm

2012-02-18 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-749: - Priority: Minor (was: Major) Convex Hull algorithm -

[jira] [Updated] (SANDBOX-348) Implement the Boruvka's algorithm

2012-02-05 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated SANDBOX-348: Attachment: BoruvkaTestCase2.java

[jira] [Updated] (MATH-485) Feature Request: Kalman Filter

2011-11-29 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-485: - Attachment: KalmanFilterTest.java filter.xml I have been a bit lazy with the guide