Changes between Version 24 and Version 25 of PRO_LIB_CORE_COMMONS_R0
- Timestamp:
- 12/04/08 18:36:04 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_COMMONS_R0
v24 v25 50 50 * Parent - children relations should be removed and replaced with @Own annotation (but it is subject of another task) 51 51 * 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. 53 53 * 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 Thread55 54 * (Optional if there is time) Check the library to prevent Memory Leaks. 56 55 * (Optional if there is time) Remove all "@!SuppressWarnings("all")" from the tests and remove all the warnings from the tests.