Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 2 | 1 | 0.995 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 25 | 1 | src/NHibernate.Test/CompositeCollection/BaseClassA.cs |
2 | 25 | 1 | src/NHibernate.Test/CompositeCollection/BaseClassB.cs |
| ||||
using System; namespace NHibernate.Test.CompositeCollection { /// <summary> /// Summary description for BaseClass. /// </summary> public class BaseClassA { private int _baseID = 0; private ChildColl _children = new ChildColl(); public int BaseID { get { return _baseID; } set { _baseID = value; } } public ChildColl Children { get { return _children; } set { _children = value; } } } } |
| ||||
using System; namespace NHibernate.Test.CompositeCollection { /// <summary> /// Summary description for BaseClass. /// </summary> public class BaseClassB { private int _baseID = 0; private ChildColl _children = new ChildColl(); public int BaseID { get { return _baseID; } set { _baseID = value; } } public ChildColl Children { get { return _children; } set { _children = value; } } } } |
| |||
using System; namespace NHibernate.Test.CompositeCollection { /// <summary> /// Summary description for BaseClass. /// </summary> public class [[#variable284d5060]] { private int _baseID = 0; private ChildColl _children = new ChildColl(); public int BaseID { get { return _baseID; } set { _baseID = value; } } public ChildColl Children { get { return _children; } set { _children = value; } } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#284d5060]] | BaseClassA |
1 | 2 | [[#284d5060]] | BaseClassB |