Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 5 | 1 | 0.992 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 102 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
2 | 7 | 112 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
3 | 6 | 121 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
4 | 8 | 140 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
5 | 8 | 150 | 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")); |
| ||||
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")); |
| ||||
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")); |
| ||||
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")); |
| ||||
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")); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d0a4880]] | "monetaryamount anotherSet composite property empinone level" |
1 | 2 | [[#2d0a4880]] | "monetaryamount anotherSet composite property emp level" |
1 | 3 | [[#2d0a4880]] | "wicked level" |
1 | 4 | [[#2d0a4880]] | "sortedemployee level" |
1 | 5 | [[#2d0a4880]] | "monetaryamount x level" |