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] |