CloneSet395


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8510.992statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18102
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs
27112
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs
36121
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs
48140
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs
58150
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs
Clone Instance
1
Line Count
8
Source Line
102
Source File
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs

                        propertyAttribute = property.GetMetaAttribute("globalmutated");

                        Assert.That(propertyAttribute, Is.Not.Null);
                        /*assertEquals( propertyAttribute.getValues().size(), 4 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );
                        assertEquals( "wicked level", propertyAttribute.getValues().get(1) );
                        assertEquals( "monetaryamount level", propertyAttribute.getValues().get(2) );*/
                        Assert.That(propertyAttribute.Value, Is.EqualTo("monetaryamount x level"));


Clone Instance
2
Line Count
7
Source Line
112
Source File
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs

                        propertyAttribute = property.GetMetaAttribute("globalmutated");

                        Assert.That(propertyAttribute, Is.Not.Null);
                        /*assertEquals( propertyAttribute.getValues().size(), 3 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );
                        assertEquals( "wicked level", propertyAttribute.getValues().get(1) );*/
                        Assert.That(propertyAttribute.Value, Is.EqualTo("sortedemployee level"));


Clone Instance
3
Line Count
6
Source Line
121
Source File
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs

                        propertyAttribute = property.GetMetaAttribute("globalmutated");

                        Assert.That(propertyAttribute, Is.Not.Null);
                        /*assertEquals( propertyAttribute.getValues().size(), 2 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );*/
                        Assert.That(propertyAttribute.Value, Is.EqualTo("wicked level"));


Clone Instance
4
Line Count
8
Source Line
140
Source File
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs

                        propertyAttribute = property.GetMetaAttribute("globalmutated");

                        Assert.That(propertyAttribute, Is.Not.Null);
                        /*assertEquals( propertyAttribute.getValues().size(), 4 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );
                        assertEquals( "wicked level", propertyAttribute.getValues().get(1) );
                        assertEquals( "monetaryamount anotherSet composite level", propertyAttribute.getValues().get(2) );*/
                        Assert.That(propertyAttribute.Value, Is.EqualTo("monetaryamount anotherSet composite property emp level"));


Clone Instance
5
Line Count
8
Source Line
150
Source File
src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs

                        propertyAttribute = property.GetMetaAttribute("globalmutated");

                        Assert.That(propertyAttribute, Is.Not.Null);
                        /*assertEquals( propertyAttribute.getValues().size(), 4 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );
                        assertEquals( "wicked level", propertyAttribute.getValues().get(1) );
                        assertEquals( "monetaryamount anotherSet composite level", propertyAttribute.getValues().get(2) );*/
                        Assert.That(propertyAttribute.Value, Is.EqualTo("monetaryamount anotherSet composite property empinone level"));


Clone AbstractionParameter Count: 1Parameter Bindings

propertyAttribute = property.GetMetaAttribute("globalmutated");
Assert.That(propertyAttribute, Is.Not.Null);
/*assertEquals( propertyAttribute.getValues().size(), 4 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );
                        assertEquals( "wicked level", propertyAttribute.getValues().get(1) );
                        assertEquals( "monetaryamount anotherSet composite level", propertyAttribute.getValues().get(2) );*/
/*assertEquals( propertyAttribute.getValues().size(), 2 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );*/
/*assertEquals( propertyAttribute.getValues().size(), 3 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );
                        assertEquals( "wicked level", propertyAttribute.getValues().get(1) );*/
/*assertEquals( propertyAttribute.getValues().size(), 4 );
                        assertEquals( "top level", propertyAttribute.getValues().get(0) );
                        assertEquals( "wicked level", propertyAttribute.getValues().get(1) );
                        assertEquals( "monetaryamount level", propertyAttribute.getValues().get(2) );*/
Assert.That(propertyAttribute.Value, Is.EqualTo( [[#variable2d0a4880]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2d0a4880]]
"monetaryamount anotherSet composite property empinone level" 
12[[#2d0a4880]]
"monetaryamount anotherSet composite property emp level" 
13[[#2d0a4880]]
"wicked level" 
14[[#2d0a4880]]
"sortedemployee level" 
15[[#2d0a4880]]
"monetaryamount x level"