CloneSet137


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9520.992statement_list[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1851
src/NHibernate.Test/SqlTest/Custom/CustomStoredProcSupportTest.cs
2983
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs
39142
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs
48260
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs
58406
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs
Clone Instance
1
Line Count
8
Source Line
51
Source File
src/NHibernate.Test/SqlTest/Custom/CustomStoredProcSupportTest.cs

                        Organization ifa = new Organization("IFA");
                        Organization jboss = new Organization("JBoss");
                        Person gavin = new Person("Gavin");
                        Employment emp = new Employment(gavin, jboss, "AU");
                        s.Save(ifa);
                        s.Save(jboss);
                        s.Save(gavin);
                        s.Save(emp);


Clone Instance
2
Line Count
9
Source Line
83
Source File
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs

                        Organization ifa = new Organization("IFA");
                        Organization jboss = new Organization("JBoss");
                        Person gavin = new Person("Gavin");
                        Employment emp = new Employment(gavin, jboss, "AU");

                        s.Save(ifa);
                        s.Save(jboss);
                        s.Save(gavin);
                        s.Save(emp);


Clone Instance
3
Line Count
9
Source Line
142
Source File
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs

                        Organization ifa = new Organization("IFA");
                        Organization jboss = new Organization("JBoss");
                        Person gavin = new Person("Gavin");
                        Employment emp = new Employment(gavin, jboss, "AU");

                        s.Save(ifa);
                        s.Save(jboss);
                        s.Save(gavin);
                        s.Save(emp);


Clone Instance
4
Line Count
8
Source Line
260
Source File
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs

                        Organization ifa = new Organization("IFA");
                        Organization jboss = new Organization("JBoss");
                        Person gavin = new Person("Gavin");
                        Employment emp = new Employment(gavin, jboss, "AU");
                        s.Save(jboss);
                        s.Save(ifa);
                        s.Save(gavin);
                        s.Save(emp);


Clone Instance
5
Line Count
8
Source Line
406
Source File
src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs

                        Organization ifa = new Organization("IFA");
                        Organization jboss = new Organization("JBoss");
                        Person gavin = new Person("Gavin");
                        Employment emp = new Employment(gavin, jboss, "AU");
                        s.Save(jboss);
                        s.Save(ifa);
                        s.Save(gavin);
                        s.Save(emp);


Clone AbstractionParameter Count: 2Parameter Bindings

Organization ifa = new Organization("IFA");
Organization jboss = new Organization("JBoss");
Person gavin = new Person("Gavin");
Employment emp = new Employment(gavin, jboss, "AU");
s.Save( [[#variable519ee660]]);
s.Save( [[#variable6e452e20]]);
s.Save(gavin);
s.Save(emp);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#519ee660]]
ifa 
12[[#519ee660]]
jboss 
13[[#519ee660]]
ifa 
14[[#519ee660]]
jboss 
15[[#519ee660]]
ifa 
21[[#6e452e20]]
jboss 
22[[#6e452e20]]
ifa 
23[[#6e452e20]]
jboss 
24[[#6e452e20]]
ifa 
25[[#6e452e20]]
jboss