Issue Details (XML | Word | Printable)

Key: MATH-254
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Luc Maisonobe
Reporter: Sebb
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Math

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

Created: 04/Apr/09 09:24 PM   Updated: 23/Apr/09 02:26 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 2.0

Time Tracking:
Not Specified

Resolution Date: 05/Apr/09 03:18 PM


 Description  « Hide
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().



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.