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.961 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 9 | src/NHibernate.Test/HQL/Ast/Name.cs |
2 | 10 | 13 | src/NHibernate.Test/NHSpecificTest/NH1264/Name.cs |
| ||||
public string First { get { return first; } set { first = value; } } public char Initial { get { return initial; } set { initial = value; } } |
| ||||
public string First { get { return first; } set { first = value; } } public string Last { get { return last; } set { last = value; } } |
| |||
public string First { get { return first; } set { first = value; } } public [[#variable6ffba6c0]] [[#variable6ffba840]] { get { return [[#variable6ffba740]]; } set { [[#variable6ffba740]]= value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ffba6c0]] | string |
1 | 2 | [[#6ffba6c0]] | char |
2 | 1 | [[#6ffba840]] | Last |
2 | 2 | [[#6ffba840]] | Initial |
3 | 1 | [[#6ffba740]] | last |
3 | 2 | [[#6ffba740]] | initial |