Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.970 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 125 | src/NHibernate.Test/QueryTest/DetachedQueryFixture.cs |
2 | 3 | 187 | src/NHibernate.Test/QueryTest/DetachedQueryFixture.cs |
| ||||
tdq.SetCharacter("5", 'A'); tdq.SetDateTime("6", DateTime.MaxValue); tdq.SetDecimal("7", 10.15M); |
| ||||
origin.SetCharacter("5", 'A'); origin.SetDateTime("6", DateTime.MaxValue); origin.SetDecimal("7", 10.15M); |
| |||
[[#variable5787fdc0]].SetCharacter("5", 'A'); [[#variable5787fdc0]].SetDateTime("6", DateTime.MaxValue); [[#variable5787fdc0]].SetDecimal("7", 10.15M); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5787fdc0]] | tdq |
1 | 2 | [[#5787fdc0]] | origin |