Changes between Version 5 and Version 6 of PRO_LIB_UTILS_R0


Ignore:
Timestamp:
11/04/08 09:48:25 (17 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_UTILS_R0

    v5 v6  
    44 
    55== Overview == 
    6 Property Utilities is Sophie Module with useful utilities such as Inspector, Reflection Utils. 
     6Property Utilities are additions to the Properties Library that provide extra functionality. 
    77 
    88== 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 
    1914 
    2015== Task result == 
    21  * The task result should be source code (includes unit tests) 
     16The task result should be source code. 
    2217 
    2318== Implementation idea == 
    24  * Create Sophie Module for Property Utils 
     19 
    2520 
    2621== Related == 
    27  * The wiki pages for properties could be useful. 
     22[wiki:PRO_LIB_CORE_TUTORIAL] 
    2823 
    2924== 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. 
     25Present the utilities to the team. 
    3426 
    3527= Design =