Changes between Version 17 and Version 18 of PRO_LIB_UTILS_R0


Ignore:
Timestamp:
01/04/09 14:53:17 (16 years ago)
Author:
orliin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_UTILS_R0

    v17 v18  
    6565 
    6666= Implementation = 
    67 ^(Implementation results should be described and linked here (from the wiki or the repository)^ 
     67 * A @Shared annotation created 
     68[source:trunk/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/prolib/annot/Shared.java?rev=744] 
     69 * The public clone() method is refactored to use directly the public assign() method 
     70 * The public assign() method calls the private assign() method for each property 
     71 * The private assign() method has an if statement for each case described in the design 
     72[source:trunk/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/prolib/util/ProUtil.java?rev=932] 
    6873 
    6974= Testing =