Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 5 | 0.962 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 39 | src/NHibernate.Test/MappingTest/NonReflectiveBinderFixture.cs |
2 | 6 | 67 | 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")); |
| ||||
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")); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2a9f9520]] | prop |
1 | 2 | [[#2a9f9520]] | cm |
2 | 1 | [[#289da800]] | "allcomponent" |
2 | 2 | [[#289da800]] | "global" |
3 | 1 | [[#584ae8c0]] | compimplements |
3 | 2 | [[#584ae8c0]] | metaAttribute |
4 | 1 | [[#289da7e0]] | Value |
4 | 2 | [[#289da7e0]] | Name |
5 | 1 | [[#289da780]] | "AnotherInterface" |
5 | 2 | [[#289da780]] | "implements" |