Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.962 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 20 | src/NHibernate.DomainModel/M.cs |
2 | 10 | 21 | src/NHibernate.DomainModel/N.cs |
| ||||
public long UniqueSequence { get { return uniqueSequence; } set { uniqueSequence = value; } } public ISet Children { get { return children; } set { children = value; } } |
| ||||
public long UniqueSequence { get { return uniqueSequence; } set { uniqueSequence = value; } } public M Parent { get { return parent; } set { parent = value; } } |
| |||
public long UniqueSequence { get { return uniqueSequence; } set { uniqueSequence = value; } } public [[#variable271fb4a0]] [[#variable271fa9a0]] { get { return [[#variable271fb420]]; } set { [[#variable271fb420]]= value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#271fb4a0]] | M |
1 | 2 | [[#271fb4a0]] | ISet |
2 | 1 | [[#271fa9a0]] | Parent |
2 | 2 | [[#271fa9a0]] | Children |
3 | 1 | [[#271fb420]] | parent |
3 | 2 | [[#271fb420]] | children |