Changes between Version 24 and Version 25 of PRO_LIB_CORE_COMMONS_R0


Ignore:
Timestamp:
12/04/08 18:36:04 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_COMMONS_R0

    v24 v25  
    5050 * Parent - children relations should be removed and replaced with @Own annotation (but it is subject of another task) 
    5151  * Children property is deprecated and its usage should be replaced with @Own annotation 
    52  * Multithreading issues - 2 methods of approach are possible. Although the better approach is the first one, so the library should provide support for multithreading. 
     52 * 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   * Everything should be executed in the Event Dispatch Thread - it should be provided that properties are executed in the Event Dispatch Thread 
    5554 * (Optional if there is time) Check the library to prevent Memory Leaks. 
    5655 * (Optional if there is time) Remove all "@!SuppressWarnings("all")" from the tests and remove all the warnings from the tests.