Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.968 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 21 | src/NHibernate.Test/NHSpecificTest/NH1813/Fixture.cs |
2 | 2 | 47 | src/NHibernate.Test/NHSpecificTest/NH1813/Fixture.cs |
| ||||
s.Save(new EntityWithUnique { Id = 1, Description = "algo" } ); t.Commit(); |
| ||||
s.Save(new EntityWithUnique { Id = 2, Description = "mas" } ); t.Commit(); |
| |||
s.Save(new EntityWithUnique { Id = [[#variable5542c280]], Description = [[#variable5542d780]] } ); t.Commit(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5542c280]] | 1 |
1 | 2 | [[#5542c280]] | 2 |
2 | 1 | [[#5542d780]] | "algo" |
2 | 2 | [[#5542d780]] | "mas" |