[jira] Updated: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-105: Attachment: codec-105.patch This fixes the bug by removing the "little optimization". The fix is a

[jira] Updated: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-105: Attachment: (was: codec-105-junit.patch) > ArrayIndexOutOfBoundsException when doing multiple re

[jira] Updated: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-105: Attachment: codec-105-junit-including-ASL2-license.patch This time the attachment includes the ASL2

[jira] Updated: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-105: Attachment: codec-105-junit.patch Thanks for an awesome an interesting bug report ZAK Magnus! I've

[jira] Issue Comment Edited: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985026#action_12985026 ] Julius Davies edited comment on CODEC-105 at 1/21/11 8:31 PM: --

[jira] Issue Comment Edited: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985026#action_12985026 ] Julius Davies edited comment on CODEC-105 at 1/21/11 8:31 PM: --

[jira] Issue Comment Edited: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985026#action_12985026 ] Julius Davies edited comment on CODEC-105 at 1/21/11 8:31 PM: --

[jira] Commented: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding b64InputStream

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985026#action_12985026 ] Julius Davies commented on CODEC-105: - It's related to these lines in Base64InputStream:

[jira] Commented: (MATH-494) FastMath atan2 does not agree with StrictMath for special cases

2011-01-21 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985025#action_12985025 ] Sebb commented on MATH-494: --- Note: using MathUtils.equals(double, double, 1) instead of Double.equa

[jira] Created: (MATH-494) FastMath atan2 does not agree with StrictMath for special cases

2011-01-21 Thread Sebb (JIRA)
FastMath atan2 does not agree with StrictMath for special cases --- Key: MATH-494 URL: https://issues.apache.org/jira/browse/MATH-494 Project: Commons Math Issue Type: Bug

[jira] Updated: (MATH-493) FastMath min and max fail with (Infinity,-Infinity) and (0,0, -0.0)

2011-01-21 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-493: -- Description: FastMath min and max fail with (Infinity,-Infinity) and (0,0, -0.0): min(float 0.0, float -0.0) expected -0

[jira] Created: (MATH-493) FastMath min and max fail with (Infinity,-Infinity) and (0,0, -0.0)

2011-01-21 Thread Sebb (JIRA)
FastMath min and max fail with (Infinity,-Infinity) and (0,0, -0.0) --- Key: MATH-493 URL: https://issues.apache.org/jira/browse/MATH-493 Project: Commons Math Issue Type: Bug

[jira] Commented: (MATH-478) FastMath is not an exact replacement for StrictMath

2011-01-21 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984923#action_12984923 ] Luc Maisonobe commented on MATH-478: OK, I'll fix the nextAfter(float, double) signature

[jira] Commented: (MATH-478) FastMath is not an exact replacement for StrictMath

2011-01-21 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984918#action_12984918 ] Sebb commented on MATH-478: --- Java 1.6 introduces the following to StrictMath double java.lang.Stri

[jira] Closed: (CODEC-94) unexpected CRLF at end of base64 encoded string

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies closed CODEC-94. -- Resolution: Won't Fix Closing as 'Won't Fix' because I'm assuming we'll stick to a strategy of preservin

[jira] Resolved: (CODEC-101) Base64InputStream#read(byte[]) incorrectly returns 0 at end of any stream which is multiple of 3 bytes long

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies resolved CODEC-101. - Resolution: Fixed Fix Version/s: 1.5 The three patches are committed to trunk now. > Base6

[jira] Updated: (CODEC-101) Base64InputStream#read(byte[]) incorrectly returns 0 at end of any stream which is multiple of 3 bytes long

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-101: Attachment: codec-101-another-junit.patch throwing in another JUnit test > Base64InputStream#read(b

[jira] Updated: (CODEC-101) Base64InputStream#read(byte[]) incorrectly returns 0 at end of any stream which is multiple of 3 bytes long

2011-01-21 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-101: Attachment: codec-101-junit.patch This triggers the problem: InputStream.read(byte[]) should never

[jira] Resolved: (MATH-492) Deprecate "MaxIterationsExceededException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-492. - Resolution: Fixed Removed in revision 1061850. > Deprecate "MaxIterationsExceededException" in MATH_2_X and remov

[jira] Commented: (MATH-492) Deprecate "MaxIterationsExceededException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984769#action_12984769 ] Gilles commented on MATH-492: - Deprecated in MATH_2_X (revision 1061843). > Deprecate "MaxIterat

[jira] Created: (MATH-492) Deprecate "MaxIterationsExceededException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
Deprecate "MaxIterationsExceededException" in MATH_2_X and remove it in trunk - Key: MATH-492 URL: https://issues.apache.org/jira/browse/MATH-492 Project: Commons Math

[jira] Resolved: (MATH-491) Deprecate "DimensionMismatchException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-491. - Resolution: Fixed Class removed in revision 1061839. > Deprecate "DimensionMismatchException" in MATH_2_X and rem

[jira] Commented: (MATH-491) Deprecate "DimensionMismatchException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984708#action_12984708 ] Gilles commented on MATH-491: - Deprecated in revision 1061778. > Deprecate "DimensionMismatchExc

[jira] Created: (MATH-491) Deprecate "DimensionMismatchException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
Deprecate "DimensionMismatchException" in MATH_2_X and remove it in trunk - Key: MATH-491 URL: https://issues.apache.org/jira/browse/MATH-491 Project: Commons Math Issue

[jira] Commented: (MATH-487) Deprecate "ConvergenceException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984707#action_12984707 ] Phil Steitz commented on MATH-487: -- Can we please take this general discussion to the mailin

[jira] Commented: (MATH-487) Deprecate "ConvergenceException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984700#action_12984700 ] Gilles commented on MATH-487: - I know that the different criteria (tolerances, number of iteratio

[jira] Commented: (MATH-488) Deprecate "MathException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984662#action_12984662 ] Gilles commented on MATH-488: - Deprecated in revision 1061720. > Deprecate "MathException" in M

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

2011-01-21 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-485: --- Fix Version/s: 3.0 > Feature Request: Kalman Filter > -- > >

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

2011-01-21 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984621#action_12984621 ] Luc Maisonobe commented on MATH-485: For some work I am doing in my daytime job (space fl

[jira] Commented: (MATH-487) Deprecate "ConvergenceException" in MATH_2_X and remove it in trunk

2011-01-21 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984614#action_12984614 ] Luc Maisonobe commented on MATH-487: What I expect is that in many cases, convergence exc