CloneSet255


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16560.952class_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11622
src/NHibernate.Test/NHSpecificTest/NH309/Node.cs
21623
src/NHibernate.Test/NHSpecificTest/NH317/Node.cs
31620
src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs
41658
src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs
51690
src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs
Clone Instance
1
Line Count
16
Source Line
22
Source File
src/NHibernate.Test/NHSpecificTest/NH309/Node.cs

                public virtual string Name
                {
                        get { return this._name;
                            }
                        set { this._name = value;
                            }
                }

                public virtual Node ParentNode
                {
                        get { return this._parentNode;
                            }
                        set { this._parentNode = value;
                            }
                }

                public virtual IList ChildNodes
                {
                        get { return this._childNodes;
                            }
                        set { this._childNodes = value;
                            }
                }



Clone Instance
2
Line Count
16
Source Line
23
Source File
src/NHibernate.Test/NHSpecificTest/NH317/Node.cs

                public virtual string Name
                {
                        get { return this._name;
                            }
                        set { this._name = value;
                            }
                }

                public virtual Node ParentNode
                {
                        get { return this._parentNode;
                            }
                        set { this._parentNode = value;
                            }
                }

                public virtual IList ChildNodes
                {
                        get { return this._childNodes;
                            }
                        set { this._childNodes = value;
                            }
                }



Clone Instance
3
Line Count
16
Source Line
20
Source File
src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs

                public virtual string Name
                {
                        get { return this._name;
                            }
                        set { this._name = value;
                            }
                }

                public virtual ISet Children
                {
                        get { return this._children;
                            }
                        set { this._children = value;
                            }
                }

                public virtual ISet DifferentChildren
                {
                        get { return this._differentChildren;
                            }
                        set { this._differentChildren = value;
                            }
                }



Clone Instance
4
Line Count
16
Source Line
58
Source File
src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs

                public virtual string Name
                {
                        get { return this._name;
                            }
                        set { this._name = value;
                            }
                }

                public virtual Parent Parent
                {
                        get { return this._parent;
                            }
                        set { this._parent = value;
                            }
                }

                public virtual RelatedObject RelatedObject
                {
                        get { return this._relatedObject;
                            }
                        set { this._relatedObject = value;
                            }
                }



Clone Instance
5
Line Count
16
Source Line
90
Source File
src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs

                public virtual string Name
                {
                        get { return this._name;
                            }
                        set { this._name = value;
                            }
                }

                public virtual Parent Parent
                {
                        get { return this._parent;
                            }
                        set { this._parent = value;
                            }
                }

                public virtual Child Child
                {
                        get { return this._child;
                            }
                        set { this._child = value;
                            }
                }



Clone AbstractionParameter Count: 6Parameter Bindings

public virtual string Name
{
   get
   {
      return this._name;
   }
   set
   {
      this._name = value;
   }
}

public virtual [[#variable261522a0]] [[#variable68445800]]
{
   get
   {
      return this. [[#variable261521a0]];
   }
   set
   {
      this. [[#variable261521a0]]= value;
   }
}

public virtual [[#variable26152260]] [[#variable68445760]]
{
   get
   {
      return this. [[#variable26152180]];
   }
   set
   {
      this. [[#variable26152180]]= value;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#261522a0]]
ISet 
12[[#261522a0]]
Parent 
13[[#261522a0]]
Parent 
14[[#261522a0]]
Node 
15[[#261522a0]]
Node 
21[[#68445800]]
Children 
22[[#68445800]]
Parent 
23[[#68445800]]
Parent 
24[[#68445800]]
ParentNode 
25[[#68445800]]
ParentNode 
31[[#261521a0]]
_children 
32[[#261521a0]]
_parent 
33[[#261521a0]]
_parent 
34[[#261521a0]]
_parentNode 
35[[#261521a0]]
_parentNode 
41[[#26152260]]
ISet 
42[[#26152260]]
RelatedObject 
43[[#26152260]]
Child 
44[[#26152260]]
IList 
45[[#26152260]]
IList 
51[[#68445760]]
DifferentChildren 
52[[#68445760]]
RelatedObject 
53[[#68445760]]
Child 
54[[#68445760]]
ChildNodes 
55[[#68445760]]
ChildNodes 
61[[#26152180]]
_differentChildren 
62[[#26152180]]
_relatedObject 
63[[#26152180]]
_child 
64[[#26152180]]
_childNodes 
65[[#26152180]]
_childNodes