| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 3 | 0.954 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 13 | src/NHibernate.Test/BulkManipulation/HQLBulkOperations.cs |
| 2 | 4 | 40 | src/NHibernate.Test/NHSpecificTest/NH1093/Fixture.cs |
| ||||
{
s.Save(new SimpleClass { Description = "simple1"
} );
s.Save(new SimpleClass { Description = "simple2"
} );
tx.Commit();
}
|
| ||||
{
s.Save(new SimpleCached { Description = "Simple 1"
} );
s.Save(new SimpleCached { Description = "Simple 2"
} );
tx.Commit();
}
|
| |||
{
s.Save(new [[#variable6e6fc020]]{
Description = [[#variable54ae1fc0]]
} );
s.Save(new [[#variable6e6fc020]]{
Description = [[#variable54ae1f60]]
} );
tx.Commit();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6e6fc020]] | SimpleCached |
| 1 | 2 | [[#6e6fc020]] | SimpleClass |
| 2 | 1 | [[#54ae1fc0]] | "Simple 1" |
| 2 | 2 | [[#54ae1fc0]] | "simple1" |
| 3 | 1 | [[#54ae1f60]] | "Simple 2" |
| 3 | 2 | [[#54ae1f60]] | "simple2" |