CloneSet368


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21010.970statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1229
src/NHibernate.Test/NHSpecificTest/NH1611OneToOneIdentity/Adjunct.cs
2237
src/NHibernate.Test/NHSpecificTest/NH1611OneToOneIdentity/Primary.cs
3247
src/NHibernate.Test/NHSpecificTest/NH1810/Child.cs
4248
src/NHibernate.Test/NHSpecificTest/NH1810/Disease.cs
5241
src/NHibernate.Test/NHSpecificTest/NH1810/Doctor.cs
6241
src/NHibernate.Test/NHSpecificTest/NH1810/MedicalRecord.cs
7254
src/NHibernate.Test/NHSpecificTest/NH1810/Parent.cs
8268
src/NHibernate.Test/NHSpecificTest/NH364/Invoice.cs
92115
src/NHibernate.Test/NHSpecificTest/NH364/Invoice.cs
10219
src/NHibernate.Test/ProjectionFixtures/Key.cs
Clone Instance
1
Line Count
2
Source Line
29
Source File
src/NHibernate.Test/NHSpecificTest/NH1611OneToOneIdentity/Adjunct.cs

                        if (obj.GetType() != typeof( Adjunct)) return false;
                        return Equals((Adjunct) obj);


Clone Instance
2
Line Count
2
Source Line
37
Source File
src/NHibernate.Test/NHSpecificTest/NH1611OneToOneIdentity/Primary.cs

                        if (obj.GetType() != typeof( Primary)) return false;
                        return Equals((Primary) obj);


Clone Instance
3
Line Count
2
Source Line
47
Source File
src/NHibernate.Test/NHSpecificTest/NH1810/Child.cs

                        if (obj.GetType() != typeof( Child)) return false;
                        return Equals((Child) obj);


Clone Instance
4
Line Count
2
Source Line
48
Source File
src/NHibernate.Test/NHSpecificTest/NH1810/Disease.cs

                        if (obj.GetType() != typeof( Disease)) return false;
                        return Equals((Disease) obj);


Clone Instance
5
Line Count
2
Source Line
41
Source File
src/NHibernate.Test/NHSpecificTest/NH1810/Doctor.cs

                        if (obj.GetType() != typeof( Doctor)) return false;
                        return Equals((Doctor) obj);


Clone Instance
6
Line Count
2
Source Line
41
Source File
src/NHibernate.Test/NHSpecificTest/NH1810/MedicalRecord.cs

                        if (obj.GetType() != typeof( MedicalRecord)) return false;
                        return Equals((MedicalRecord) obj);


Clone Instance
7
Line Count
2
Source Line
54
Source File
src/NHibernate.Test/NHSpecificTest/NH1810/Parent.cs

                        if (obj.GetType() != typeof( Parent)) return false;
                        return Equals((Parent) obj);


Clone Instance
8
Line Count
2
Source Line
68
Source File
src/NHibernate.Test/NHSpecificTest/NH364/Invoice.cs

                        if (obj.GetType() != typeof(InvoiceItem)) return false;
                        return Equals((InvoiceItem)obj);


Clone Instance
9
Line Count
2
Source Line
115
Source File
src/NHibernate.Test/NHSpecificTest/NH364/Invoice.cs

                        if (obj.GetType() != typeof( Product)) return false;
                        return Equals((Product) obj);


Clone Instance
10
Line Count
2
Source Line
19
Source File
src/NHibernate.Test/ProjectionFixtures/Key.cs

            if (obj.GetType() != typeof( Key)) return false;
            return Equals((Key) obj);


Clone AbstractionParameter Count: 1Parameter Bindings

if (obj.GetType() != typeof( [[#variable708521a0]]))
   return false;
return Equals(( [[#variable708521a0]])obj);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#708521a0]]
Key 
12[[#708521a0]]
InvoiceItem 
13[[#708521a0]]
Product 
14[[#708521a0]]
Parent 
15[[#708521a0]]
MedicalRecord 
16[[#708521a0]]
Doctor 
17[[#708521a0]]
Disease 
18[[#708521a0]]
Child 
19[[#708521a0]]
Primary 
110[[#708521a0]]
Adjunct