Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 2 | 2 | 0.984 | 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/ChildClassA.cs |
2 | 25 | 1 | src/NHibernate.Test/CompositeCollection/ChildClassB.cs |
| ||||
using System; namespace NHibernate.Test.CompositeCollection { /// <summary> /// Summary description for ChildClass. /// </summary> public class ChildClassA { private int _childID = 0; private BaseClassA _base = null; public BaseClassA Base { get { return _base; } set { _base = value; } } public int ChildID { get { return _childID; } set { _childID = value; } } } } |
| ||||
using System; namespace NHibernate.Test.CompositeCollection { /// <summary> /// Summary description for ChildClassB. /// </summary> public class ChildClassB { private int _childID = 0; private BaseClassB _base = null; public BaseClassB Base { get { return _base; } set { _base = value; } } public int ChildID { get { return _childID; } set { _childID = value; } } } } |
| |||
using System; namespace NHibernate.Test.CompositeCollection { /// <summary> /// Summary description for ChildClass. /// Summary description for ChildClassB. /// </summary> public class [[#variable27621580]] { private int _childID = 0; private [[#variable27621520]]_base = null; public [[#variable27621520]]Base { get { return _base; } set { _base = value; } } public int ChildID { get { return _childID; } set { _childID = value; } } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27621580]] | ChildClassA |
1 | 2 | [[#27621580]] | ChildClassB |
2 | 1 | [[#27621520]] | BaseClassA |
2 | 2 | [[#27621520]] | BaseClassB |