Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.955 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 18 | src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs |
2 | 1 | 29 | src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs |
3 | 1 | 33 | src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs |
4 | 1 | 39 | src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs |
| ||||
var dogForAnimals = new Dog { Name = "Efe", Country = "Turkey", Owner = personWithAnimals } ; |
| ||||
var dogForCats = new Dog { Name = "Efe2", Country = "Turkey", Owner = personWithCats } ; |
| ||||
var dogForDogs = new Dog { Name = "Efe3", Country = "Turkey", Owner = personWithDogs } ; |
| ||||
var dogForSivasKangals = new Dog { Name = "Efe4", Country = "Turkey", Owner = personWithSivasKangals } ; |
| |||
var [[#variable4bd8da00]]= new Dog { Name = [[#variable4bd8d9a0]], Country = "Turkey", Owner = [[#variable4bd8d980]] } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4bd8da00]] | dogForAnimals |
1 | 2 | [[#4bd8da00]] | dogForCats |
1 | 3 | [[#4bd8da00]] | dogForDogs |
1 | 4 | [[#4bd8da00]] | dogForSivasKangals |
2 | 1 | [[#4bd8d9a0]] | "Efe" |
2 | 2 | [[#4bd8d9a0]] | "Efe2" |
2 | 3 | [[#4bd8d9a0]] | "Efe3" |
2 | 4 | [[#4bd8d9a0]] | "Efe4" |
3 | 1 | [[#4bd8d980]] | personWithAnimals |
3 | 2 | [[#4bd8d980]] | personWithCats |
3 | 3 | [[#4bd8d980]] | personWithDogs |
3 | 4 | [[#4bd8d980]] | personWithSivasKangals |