Changes between Version 27 and Version 28 of PRO_LIB_CORE_COMMONS_R0
- Timestamp:
- 12/04/08 18:49:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_COMMONS_R0
v27 v28 52 52 * Multithreading issues - The library should provide support for multithreading. 53 53 * Support of multithreading - it should be provided that properties are executed in multithreads (using !ThreadLocal) 54 * The demo test [source:/trunk/sophie2-platform/modules/org.sophie2.core/src/test/java/org/sophie2/core/ MultiThreadTest.java]54 * The demo test [source:/trunk/sophie2-platform/modules/org.sophie2.core/src/test/java/org/sophie2/core/prolib/MultiThreadTest.java] 55 55 * (Optional if there is time) Check the library to prevent Memory Leaks. 56 56 * (Optional if there is time) Remove all "@!SuppressWarnings("all")" from the tests and remove all the warnings from the tests.