CloneSet1744


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11015
src/NHibernate.Test/NHSpecificTest/NH309/Menu.cs
21014
src/NHibernate.Test/NHSpecificTest/NH392/UnsavedValueMinusOne.cs
Clone Instance
1
Line Count
10
Source Line
15
Source File
src/NHibernate.Test/NHSpecificTest/NH309/Menu.cs

                public int Id
                {
                        get { return this._id;
                            }
                        set { this._id = value;
                            }
                }

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



Clone Instance
2
Line Count
10
Source Line
14
Source File
src/NHibernate.Test/NHSpecificTest/NH392/UnsavedValueMinusOne.cs

                public int Id
                {
                        get { return this._id;
                            }
                        set { this._id = value;
                            }
                }

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



Clone AbstractionParameter Count: 0Parameter Bindings

public int Id
{
   get
   {
      return this._id;
   }
   set
   {
      this._id = value;
   }
}

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

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None