Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 3 | 0.951 | 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/Child.cs |
2 | 10 | 23 | src/NHibernate.DomainModel/Fum.cs |
3 | 10 | 40 | src/NHibernate.DomainModel/NHSpecific/SimpleComponent.cs |
4 | 10 | 16 | src/NHibernate.DomainModel/S.cs |
| ||||
public int Count { get { return _count; } set { _count = value; } } public int X { get { return _x; } set { _x = value; } } |
| ||||
public int Count { get { return _count; } set { _count = value; } } public IDictionary Stringmap { get { return _stringmap; } set { _stringmap = value; } } |
| ||||
public int Count { get { return _count; } set { _count = value; } } public DateTime Date { get { return _date; } set { _date = value; } } |
| ||||
public int Count { get { return _count; } set { _count = value; } } public string Address { get { return _address; } set { _address = value; } } |
| |||
public int Count { get { return _count; } set { _count = value; } } public [[#variable501ee7e0]] [[#variable54af9440]] { get { return [[#variable665c69c0]]; } set { [[#variable665c69c0]]= value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#501ee7e0]] | int |
1 | 2 | [[#501ee7e0]] | IDictionary |
1 | 3 | [[#501ee7e0]] | string |
1 | 4 | [[#501ee7e0]] | DateTime |
2 | 1 | [[#54af9440]] | X |
2 | 2 | [[#54af9440]] | Stringmap |
2 | 3 | [[#54af9440]] | Address |
2 | 4 | [[#54af9440]] | Date |
3 | 1 | [[#665c69c0]] | _x |
3 | 2 | [[#665c69c0]] | _stringmap |
3 | 3 | [[#665c69c0]] | _address |
3 | 4 | [[#665c69c0]] | _date |