Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.975 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 30 | src/NHibernate.Test/NHSpecificTest/NH1230/Fixture.cs |
2 | 7 | 51 | src/NHibernate.Test/NHSpecificTest/NH1230/Fixture.cs |
3 | 7 | 60 | src/NHibernate.Test/NHSpecificTest/NH1230/Fixture.cs |
| ||||
using (ITransaction tx = s.BeginTransaction()) { FooIdentity f = new FooIdentity(); f.Description = "f1"; f.Id = 1; s.Save(f); tx.Commit(); } |
| ||||
using (ITransaction tx = s.BeginTransaction()) { FooAssigned f = new FooAssigned(); f.Description = "f1"; f.Id = 1; s.Save(f); tx.Commit(); } |
| ||||
using (ITransaction tx = s.BeginTransaction()) { FooAssigned f = new FooAssigned(); f.Description = "f2"; f.Id = 1; s.Save(f); tx.Commit(); } |
| |||
using (ITransaction tx = s.BeginTransaction()) { [[#variable2d6ca040]]f = new [[#variable2d6ca040]](); f.Description = [[#variable6f51ff20]]; f.Id = 1; s.Save(f); tx.Commit(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d6ca040]] | FooIdentity |
1 | 2 | [[#2d6ca040]] | FooAssigned |
1 | 3 | [[#2d6ca040]] | FooAssigned |
2 | 1 | [[#6f51ff20]] | "f1" |
2 | 2 | [[#6f51ff20]] | "f1" |
2 | 3 | [[#6f51ff20]] | "f2" |