You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Michael Yannakopoulos (JIRA)" <ji...@apache.org> on 2011/03/01 08:02:36 UTC

[jira] Created: (MATH-538) [Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated

[Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated
--------------------------------------------------------------------------------------

                 Key: MATH-538
                 URL: https://issues.apache.org/jira/browse/MATH-538
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 2.2
         Environment: Ubuntu Linux (lucid) 10.04
            Reporter: Michael Yannakopoulos
            Priority: Minor


In class 'org.apache.commons.math.ode.DerivativeException' the public method (constructor) 'public DerivativeException(final String specifier, final Object ... parts)' should be deprecated since 'public DerivativeException(final Localizable specifier, final Object ... parts)' constructor exists (since version 2.2...)...

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MATH-538) [Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated

Posted by "Luc Maisonobe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000803#comment-13000803 ] 

Luc Maisonobe commented on MATH-538:
------------------------------------

Thanks Michael.
I'm not sure this one will be fixed as a 6th release candidate for 2.2 as already been frozen and the vote is ongoing.
If the 6th release candidate fails, we will certainly include the fix for the next release candidate.
If the 6th release candidate succeds, the issue will be closed as "won't fix" since the DerivativeException has been removed in 3.0 and is unlikely to reappear.

> [Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated
> --------------------------------------------------------------------------------------
>
>                 Key: MATH-538
>                 URL: https://issues.apache.org/jira/browse/MATH-538
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Ubuntu Linux (lucid) 10.04
>            Reporter: Michael Yannakopoulos
>            Priority: Minor
>              Labels: cleanup, patch,
>         Attachments: DerivativeException.java
>
>
> In class 'org.apache.commons.math.ode.DerivativeException' the public method (constructor) 'public DerivativeException(final String specifier, final Object ... parts)' should be deprecated since 'public DerivativeException(final Localizable specifier, final Object ... parts)' constructor exists (since version 2.2...)...

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MATH-538) [Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated

Posted by "Luc Maisonobe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luc Maisonobe resolved MATH-538.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

The DerivativeException class has been removed in 3.0

> [Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated
> --------------------------------------------------------------------------------------
>
>                 Key: MATH-538
>                 URL: https://issues.apache.org/jira/browse/MATH-538
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Ubuntu Linux (lucid) 10.04
>            Reporter: Michael Yannakopoulos
>            Priority: Minor
>              Labels: cleanup, patch,
>             Fix For: 3.0
>
>         Attachments: DerivativeException.java
>
>
> In class 'org.apache.commons.math.ode.DerivativeException' the public method (constructor) 'public DerivativeException(final String specifier, final Object ... parts)' should be deprecated since 'public DerivativeException(final Localizable specifier, final Object ... parts)' constructor exists (since version 2.2...)...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (MATH-538) [Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated

Posted by "Michael Yannakopoulos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Yannakopoulos updated MATH-538:
---------------------------------------

    Attachment: DerivativeException.java

Here is the patch...

> [Math] org.apache.commons.math.ode.DerivativeException constuctor should be deprecated
> --------------------------------------------------------------------------------------
>
>                 Key: MATH-538
>                 URL: https://issues.apache.org/jira/browse/MATH-538
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Ubuntu Linux (lucid) 10.04
>            Reporter: Michael Yannakopoulos
>            Priority: Minor
>              Labels: cleanup, patch,
>         Attachments: DerivativeException.java
>
>
> In class 'org.apache.commons.math.ode.DerivativeException' the public method (constructor) 'public DerivativeException(final String specifier, final Object ... parts)' should be deprecated since 'public DerivativeException(final Localizable specifier, final Object ... parts)' constructor exists (since version 2.2...)...

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira