Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.960 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 56 | src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs |
2 | 7 | 358 | src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs |
| ||||
{ Mapping.Collection collection = collectionBinder.Create(name, subnode, entityName, propertyName, model, model.MappedClass, inheritedMetas); mappings.AddCollection(collection); value = collection; } |
| ||||
{ Mapping.Collection collection = collectionBinder.Create(name, subnode, persistentClass.EntityName, propertyName, persistentClass, persistentClass.MappedClass, inheritedMetas); mappings.AddCollection(collection); value = collection; } |
| |||
{ Mapping.Collection collection = collectionBinder.Create(name, subnode, [[#variable55452580]], propertyName, [[#variable55453320]], [[#variable55453320]].MappedClass, inheritedMetas); mappings.AddCollection(collection); value = collection; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55452580]] | entityName |
1 | 2 | [[#55452580]] | persistentClass.EntityName |
2 | 1 | [[#55453320]] | model |
2 | 2 | [[#55453320]] | persistentClass |