Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.968 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 187 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
2 | 1 | 188 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
| ||||
Assert.IsTrue(lhm.ContainsValue(new Player("55221", "Jonty Rhodes"))); |
| ||||
Assert.IsFalse(lhm.ContainsValue(new Player("55221", "SameKeyDiffName"))); |
| |||
Assert. [[#variable58711f40]](lhm.ContainsValue(new Player("55221", [[#variable58712880]]))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58711f40]] | IsFalse |
1 | 2 | [[#58711f40]] | IsTrue |
2 | 1 | [[#58712880]] | "SameKeyDiffName" |
2 | 2 | [[#58712880]] | "Jonty Rhodes" |