From c109e906d3448a83c10fb8b1ae3f5e7ee90e5e16 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Tue, 1 Feb 2011 18:46:33 +0000 Subject: [PATCH] MATH-505 TestUtils is thread-hostile git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1066129 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 32269b4c6..8f7af9139 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,9 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + TestUtils is thread-hostile. Remove getters and setters, and make static variables final. + Create FastMath copySign methods