Changes between Version 27 and Version 28 of PRO_LIB_CORE_COMMONS_R0


Ignore:
Timestamp:
12/04/08 18:49:51 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_COMMONS_R0

    v27 v28  
    5252 * Multithreading issues - The library should provide support for multithreading. 
    5353  * 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] 
    5555 * (Optional if there is time) Check the library to prevent Memory Leaks. 
    5656 * (Optional if there is time) Remove all "@!SuppressWarnings("all")" from the tests and remove all the warnings from the tests.