CloneSet1318


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1430.955statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1118
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs
2129
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs
3133
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs
4139
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs
Clone Instance
1
Line Count
1
Source Line
18
Source File
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs

                                var dogForAnimals = new Dog { Name = "Efe", Country = "Turkey", Owner = personWithAnimals
                                                            } ;


Clone Instance
2
Line Count
1
Source Line
29
Source File
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs

                                var dogForCats = new Dog { Name = "Efe2", Country = "Turkey", Owner = personWithCats
                                                         } ;


Clone Instance
3
Line Count
1
Source Line
33
Source File
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs

                                var dogForDogs = new Dog { Name = "Efe3", Country = "Turkey", Owner = personWithDogs
                                                         } ;


Clone Instance
4
Line Count
1
Source Line
39
Source File
src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs

                                var dogForSivasKangals = new Dog { Name = "Efe4", Country = "Turkey", Owner = personWithSivasKangals
                                                                 } ;


Clone AbstractionParameter Count: 3Parameter Bindings

var [[#variable4bd8da00]]= new Dog {
                                      Name = [[#variable4bd8d9a0]], Country = "Turkey", Owner = [[#variable4bd8d980]]
                                   } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4bd8da00]]
dogForAnimals 
12[[#4bd8da00]]
dogForCats 
13[[#4bd8da00]]
dogForDogs 
14[[#4bd8da00]]
dogForSivasKangals 
21[[#4bd8d9a0]]
"Efe" 
22[[#4bd8d9a0]]
"Efe2" 
23[[#4bd8d9a0]]
"Efe3" 
24[[#4bd8d9a0]]
"Efe4" 
31[[#4bd8d980]]
personWithAnimals 
32[[#4bd8d980]]
personWithCats 
33[[#4bd8d980]]
personWithDogs 
34[[#4bd8d980]]
personWithSivasKangals