CloneSet2698


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

                                var catForAnimals = new Cat { Name = "Tekir", EyeColor = "green", Owner = personWithAnimals
                                                            } ;


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

                                var catForCats = new Cat { Name = "Tekir2", EyeColor = "green", Owner = personWithCats
                                                         } ;


Clone AbstractionParameter Count: 3Parameter Bindings

var [[#variable6f5c5140]]= new Cat {
                                      Name = [[#variable6f5c50e0]], EyeColor = "green", Owner = [[#variable6f5c5040]]
                                   } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f5c5140]]
catForAnimals 
12[[#6f5c5140]]
catForCats 
21[[#6f5c50e0]]
"Tekir" 
22[[#6f5c50e0]]
"Tekir2" 
31[[#6f5c5040]]
personWithAnimals 
32[[#6f5c5040]]
personWithCats