UnivariateRealSolverUtils.factory is a mutable static field which is not 
initialised safely.
--------------------------------------------------------------------------------------------

                 Key: MATH-254
                 URL: https://issues.apache.org/jira/browse/MATH-254
             Project: Commons Math
          Issue Type: Bug
            Reporter: Sebb
             Fix For: 2.0


UnivariateRealSolverUtils.factory is a mutable static field which is not 
initialised safely.

Suggest using IODH (init on demand holder) idiom for this, else use 
synchronized getInstance().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to