Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.972 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 88 | src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs |
2 | 2 | 642 | src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs |
| ||||
value = new Component(model); BindComponent(subnode, (Component) value, reflectedClass, entityName, propertyName, subpath, true, inheritedMetas); |
| ||||
value = new Component(model); BindComponent(subnode, (Component) value, subreflectedClass, className, propertyName, subpath, isNullable, inheritedMetas); |
| |||
value = new Component(model); BindComponent(subnode, (Component)value, [[#variable27e917e0]], [[#variable26f8f040]], propertyName, subpath, [[#variable26e60140]], inheritedMetas); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27e917e0]] | subreflectedClass |
1 | 2 | [[#27e917e0]] | reflectedClass |
2 | 1 | [[#26f8f040]] | className |
2 | 2 | [[#26f8f040]] | entityName |
3 | 1 | [[#26e60140]] | isNullable |
3 | 2 | [[#26e60140]] | true |