Changes between Version 5 and Version 6 of PRO_LIB_UTILS_R0
- Timestamp:
- 11/04/08 09:48:25 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_UTILS_R0
v5 v6 4 4 5 5 == Overview == 6 Property Utilities is Sophie Module with useful utilities such as Inspector, Reflection Utils.6 Property Utilities are additions to the Properties Library that provide extra functionality. 7 7 8 8 == Task requirements == 9 * Create Sophie Module for Property Utilities. 10 * Check the existing code and fix if necessary. 11 * Think of useful utilities: 12 * Existing: 13 * Inspector 14 * Reflection Utilities 15 * Should be done: 16 * Cloning of objects (swallow copy) 17 * Useful - this or another iteration 18 * Utility for some statistics 9 * Check the existing code and fix it if necessary. 10 * Add utilites that: 11 * Assign values to a property (except Auto Properties) 12 * Clone properties (this is neither deep copy, nor shallow copy) 13 * Other - discuss with the team if something else is needed at this iteration 19 14 20 15 == Task result == 21 * The task result should be source code (includes unit tests) 16 The task result should be source code. 22 17 23 18 == Implementation idea == 24 * Create Sophie Module for Property Utils 19 25 20 26 21 == Related == 27 * The wiki pages for properties could be useful. 22 [wiki:PRO_LIB_CORE_TUTORIAL] 28 23 29 24 == How to demo == 30 * Open eclipse. 31 * Show Sophie Module with Utils. 32 * Run unit tests. 33 * Demonstrate with a unit test cloning of objects. 25 Present the utilities to the team. 34 26 35 27 = Design =