UnivariateRealIntegrator throws ConvergenceException
----------------------------------------------------

                 Key: MATH-669
                 URL: https://issues.apache.org/jira/browse/MATH-669
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Sébastien Brisard
            Priority: Minor


{{ConvergenceException}} is a checked exception, which goes against the 
developer's guide. It occurs in the {{throws}} clause of some methods in 
package o.a.c.m.analysis.integration. It seems that these occurences are 
remnants from previous versions, where exceptions were probably checked. This 
exception is actually never thrown : it is safe to remove it from the 
{{throws}} clause.

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


Reply via email to