[ 
https://issues.apache.org/jira/browse/MATH-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105390#comment-13105390
 ] 

Sébastien Brisard commented on MATH-669:
----------------------------------------

Done in rev1171111.

> 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
>             Fix For: 3.0
>
>
> {{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