Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 67 | src/NHibernate.Test/NHSpecificTest/NH1027/ManyToManyAssoc.cs |
2 | 10 | 68 | src/NHibernate.Test/NHSpecificTest/NH1028/ManyToManyAssoc.cs |
| ||||
public virtual ISet<Container> Containers { get { return containers; } set { containers = value; } } public virtual ISet<Ship> Ships { get { return ships; } set { ships = value; } } |
| ||||
public virtual ISet<Container> Containers { get { return containers; } set { containers = value; } } public virtual ISet<Ship> Ships { get { return ships; } set { ships = value; } } |
| |||
public virtual ISet<Container> Containers { get { return containers; } set { containers = value; } } public virtual ISet<Ship> Ships { get { return ships; } set { ships = value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |