From: Gary P. <gpa...@gm...> - 2009-07-24 10:28:06
|
As most of you are aware, we have had some issues in the past with ThreadLocal's and strange behaviour. We managed to find the reason why and have solved the issue. Big thanks to Wiehann for helping with the fix. Gary Pampara (1): Prevent thread local variable polution. .../java/net/sourceforge/cilib/simulator/Main.java | 9 +- .../sourceforge/cilib/simulator/Simulation.java | 202 +++++++------------- .../simulator/{Simulation.java => Simulator.java} | 108 ++++------- .../net/sourceforge/cilib/xml/XMLFileTest.java | 4 +- 4 files changed, 114 insertions(+), 209 deletions(-) copy src/main/java/net/sourceforge/cilib/simulator/{Simulation.java => Simulator.java} (52%) |