| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 3 | 1 | 0.991 | class_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 33 | src/NHibernate.Test/NHSpecificTest/NH1033/Fixture.cs |
| 2 | 8 | 64 | src/NHibernate.Test/NHSpecificTest/NH1391/Fixture.cs |
| 3 | 8 | 32 | src/NHibernate.Test/NHSpecificTest/NH1391/Fixture2.cs |
| ||||
protected override void OnTearDown()
{
using ( var session = OpenSession())
using ( var tran = session.BeginTransaction())
{
session.Delete("from Animal");
session.Delete("from Reptile");
tran.Commit();
}
}
|
| ||||
protected override void OnTearDown()
{
using ( var session = OpenSession())
using ( var tran = session.BeginTransaction())
{
session.Delete("from Animal");
session.Delete("from Person");
tran.Commit();
}
}
|
| ||||
protected override void OnTearDown()
{
using ( var session = OpenSession())
using ( var tran = session.BeginTransaction())
{
session.Delete("from Animal");
session.Delete("from Person");
tran.Commit();
}
}
|
| |||
protected override void OnTearDown()
{
using ( var session = OpenSession())
using ( var tran = session.BeginTransaction())
{
session.Delete("from Animal");
session.Delete( [[#variable665bcea0]]);
tran.Commit();
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#665bcea0]] | "from Person" |
| 1 | 2 | [[#665bcea0]] | "from Reptile" |
| 1 | 3 | [[#665bcea0]] | "from Person" |