| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.952 | accessor_declarations |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 30 | src/NHibernate.Test/NHSpecificTest/NH1601/Project.cs |
| 2 | 5 | 38 | src/NHibernate.Test/NHSpecificTest/NH1601/Project.cs |
| ||||
get { return scenarioList2;
}
set { scenarioList2 = value;
int i = scenarioList2.Count;
}
|
| ||||
get { return scenarioList3;
}
set
{
scenarioList3 = value;
int i = scenarioList3.Count;
}
|
| |||
get
{
return [[#variable4702dfe0]];
}
set
{
[[#variable4702dfe0]]= value;
int i = [[#variable4702dfe0]].Count;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4702dfe0]] | scenarioList2 |
| 1 | 2 | [[#4702dfe0]] | scenarioList3 |