| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.986 | class_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 45 | src/NHibernate.Test/Criteria/ProjectionsTest.cs |
| 2 | 6 | 19 | src/NHibernate.Test/NHSpecificTest/CollectionFixture.cs |
| ||||
protected override void OnTearDown()
{
using (ISession session = sessions.OpenSession())
{
session.Delete("from System.Object");
session.Flush();
}
}
|
| ||||
protected override void OnTearDown()
{
using (ISession session = sessions.OpenSession())
{
session.Delete("from LLParent");
session.Flush();
}
}
|
| |||
protected override void OnTearDown()
{
using (ISession session = sessions.OpenSession())
{
session.Delete( [[#variable6fe2a1a0]]);
session.Flush();
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6fe2a1a0]] | "from System.Object" |
| 1 | 2 | [[#6fe2a1a0]] | "from LLParent" |