Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.964 | namespace_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 2 | src/NHibernate.Test/Events/Collections/Association/Unidirectional/ParentWithCollectionOfEntities.cs |
2 | 13 | 2 | src/NHibernate.Test/Events/Collections/Values/ParentWithCollectionOfValues.cs |
| ||||
{ public class ParentWithCollectionOfEntities : AbstractParentWithCollection { public ParentWithCollectionOfEntities() { } public ParentWithCollectionOfEntities(string name) : base(name) { } public override IChild CreateChild(string name) { return new ChildEntity(name); } } } |
| ||||
{ public class ParentWithCollectionOfValues : AbstractParentWithCollection { public ParentWithCollectionOfValues() { } public ParentWithCollectionOfValues(string name) : base(name) { } public override IChild CreateChild(string name) { return new ChildValue(name); } } } |
| |||
{ public class [[#variable27eaf820]]: AbstractParentWithCollection { public [[#variable27eaf820]]() { } public [[#variable27eaf820]](string name): base(name) { } public override IChild CreateChild(string name) { return new [[#variable27eaf7c0]](name); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27eaf820]] | ParentWithCollectionOfEntities |
1 | 2 | [[#27eaf820]] | ParentWithCollectionOfValues |
2 | 1 | [[#27eaf7c0]] | ChildEntity |
2 | 2 | [[#27eaf7c0]] | ChildValue |