Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.954 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 112 | src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs |
2 | 2 | 114 | src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs |
| ||||
Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), mig), Is.Not.Null); Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), mis), Is.Null); |
| ||||
Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), mng), Is.Not.Null); Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), mns), Is.Not.Null); |
| |||
Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), [[#variable2c3eeb60]]), Is.Not.Null); Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), [[#variable2cb56980]]), [[#variable2cb568e0]].Null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2c3eeb60]] | mig |
1 | 2 | [[#2c3eeb60]] | mng |
2 | 1 | [[#2cb56980]] | mis |
2 | 2 | [[#2cb56980]] | mns |
3 | 1 | [[#2cb568e0]] | Is |
3 | 2 | [[#2cb568e0]] | Is.Not |