CloneSet1097


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22250.955class_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12264
src/NHibernate.Test/NHSpecificTest/NH1574/Principal.cs
22235
src/NHibernate.Test/NHSpecificTest/NH1574/Team.cs
Clone Instance
1
Line Count
22
Source Line
64
Source File
src/NHibernate.Test/NHSpecificTest/NH1574/Principal.cs

                /// <summary>
                /// Gets the Principal's EloRanking
                /// </summary>
                public virtual int EloRanking
                {
                        set { eloRanking = value;
                            }
                        get { return eloRanking;
                            }
                }

                /// <summary>
                /// Gets the Principal's ReceiveMail
                /// </summary>
                public virtual bool ReceiveMail
                {
                        set { receiveMail = value;
                            }
                        get { return receiveMail;
                            }
                }

                /// <summary>
                /// Gets the Principal's Credits
                /// </summary>
                public virtual int Credits
                {
                        set { credits = value;
                            }
                        get { return credits;
                            }
                }



Clone Instance
2
Line Count
22
Source Line
35
Source File
src/NHibernate.Test/NHSpecificTest/NH1574/Team.cs

                /// <summary>
                /// Gets the TeamStorage's EloRanking
                /// </summary>
                public virtual int EloRanking
                {
                        set { eloRanking = value;
                            }
                        get { return eloRanking;
                            }
                }

                /// <summary>
                /// Gets the TeamStorage's MaxElo
                /// </summary>
                public virtual int MaxElo
                {
                        set { maxElo = value;
                            }
                        get { return maxElo;
                            }
                }

                /// <summary>
                /// Gets the TeamStorage's MinElo
                /// </summary>
                public virtual int MinElo
                {
                        set { minElo = value;
                            }
                        get { return minElo;
                            }
                }



Clone AbstractionParameter Count: 5Parameter Bindings

/// <summary>
/// Gets the TeamStorage's EloRanking
/// Gets the Principal's EloRanking
/// </summary>
public virtual int EloRanking
{
   set
   {
      eloRanking = value;
   }
   get
   {
      return eloRanking;
   }
}

/// <summary>
/// Gets the TeamStorage's MaxElo
/// Gets the Principal's ReceiveMail
/// </summary>
public virtual [[#variable6e0be8e0]] [[#variable6e0be980]]
{
   set
   {
       [[#variable6f51e7c0]]= value;
   }
   get
   {
      return [[#variable6f51e7c0]];
   }
}

/// <summary>
/// Gets the TeamStorage's MinElo
/// Gets the Principal's Credits
/// </summary>
public virtual int [[#variable70e82200]]
{
   set
   {
       [[#variable6e0be880]]= value;
   }
   get
   {
      return [[#variable6e0be880]];
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e0be8e0]]
int 
12[[#6e0be8e0]]
bool 
21[[#6e0be980]]
MaxElo 
22[[#6e0be980]]
ReceiveMail 
31[[#6f51e7c0]]
maxElo 
32[[#6f51e7c0]]
receiveMail 
41[[#70e82200]]
MinElo 
42[[#70e82200]]
Credits 
51[[#6e0be880]]
minElo 
52[[#6e0be880]]
credits