CloneSet600


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6250.962statement_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1639
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs
2667
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs
Clone Instance
1
Line Count
6
Source Line
39
Source File
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs

                        Assert.That(cm.GetMetaAttribute("global"), Is.Not.Null);
                        Assert.That(cm.GetMetaAttribute("globalnoinherit"), Is.Null);

                        MetaAttribute metaAttribute = cm.GetMetaAttribute("implements");
                        Assert.That(metaAttribute, Is.Not.Null);
                        Assert.That(metaAttribute.Name, Is.EqualTo("implements"));


Clone Instance
2
Line Count
6
Source Line
67
Source File
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs

                        Assert.That(prop.GetMetaAttribute("allcomponent"), Is.Not.Null);
                        Assert.That(prop.GetMetaAttribute("globalnoinherit"), Is.Null);

                        MetaAttribute compimplements = prop.GetMetaAttribute("implements");
                        Assert.That(compimplements, Is.Not.Null);
                        Assert.That(compimplements.Value, Is.EqualTo("AnotherInterface"));


Clone AbstractionParameter Count: 5Parameter Bindings

Assert.That( [[#variable2a9f9520]].GetMetaAttribute( [[#variable289da800]]), Is.Not.Null);
Assert.That( [[#variable2a9f9520]].GetMetaAttribute("globalnoinherit"), Is.Null);
MetaAttribute [[#variable584ae8c0]]= [[#variable2a9f9520]].GetMetaAttribute("implements");
Assert.That( [[#variable584ae8c0]], Is.Not.Null);
Assert.That( [[#variable584ae8c0]]. [[#variable289da7e0]], Is.EqualTo( [[#variable289da780]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2a9f9520]]
prop 
12[[#2a9f9520]]
cm 
21[[#289da800]]
"allcomponent" 
22[[#289da800]]
"global" 
31[[#584ae8c0]]
compimplements 
32[[#584ae8c0]]
metaAttribute 
41[[#289da7e0]]
Value 
42[[#289da7e0]]
Name 
51[[#289da780]]
"AnotherInterface" 
52[[#289da780]]
"implements"