CloneSet1264


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.954statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12112
src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs
22114
src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs
Clone Instance
1
Line Count
2
Source Line
112
Source File
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);


Clone Instance
2
Line Count
2
Source Line
114
Source File
src/NHibernate.Test/UtilityTest/ReflectHelperFixture.cs

                        Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), mng), Is.Not.Null);
                        Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), mns), Is.Not.Null);


Clone AbstractionParameter Count: 3Parameter Bindings

Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), [[#variable2c3eeb60]]), Is.Not.Null);
Assert.That(ReflectHelper.TryGetMethod( typeof(IMyBaseInterface), [[#variable2cb56980]]), [[#variable2cb568e0]].Null);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2c3eeb60]]
mig 
12[[#2c3eeb60]]
mng 
21[[#2cb56980]]
mis 
22[[#2cb56980]]
mns 
31[[#2cb568e0]]
Is 
32[[#2cb568e0]]
Is.Not