| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 5 | 2 | 0.992 | statement_list[8] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 51 | src/NHibernate.Test/SqlTest/Custom/CustomStoredProcSupportTest.cs |
| 2 | 9 | 83 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
| 3 | 9 | 142 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
| 4 | 8 | 260 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
| 5 | 8 | 406 | 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);
|
| ||||
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);
|
| ||||
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);
|
| ||||
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);
|
| ||||
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);
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#519ee660]] | ifa |
| 1 | 2 | [[#519ee660]] | jboss |
| 1 | 3 | [[#519ee660]] | ifa |
| 1 | 4 | [[#519ee660]] | jboss |
| 1 | 5 | [[#519ee660]] | ifa |
| 2 | 1 | [[#6e452e20]] | jboss |
| 2 | 2 | [[#6e452e20]] | ifa |
| 2 | 3 | [[#6e452e20]] | jboss |
| 2 | 4 | [[#6e452e20]] | ifa |
| 2 | 5 | [[#6e452e20]] | jboss |