CloneSet523


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
40201.000class_member_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14091
src/NHibernate.Test/NHSpecificTest/NH1574/Principal.cs
24080
src/NHibernate.Test/NHSpecificTest/NH1574/Team.cs
Clone Instance
1
Line Count
40
Source Line
91
Source File
src/NHibernate.Test/NHSpecificTest/NH1574/Principal.cs

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

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

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

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

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



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

                /// <summary>
                /// Gets the TeamStorage's LadderActive
                /// </summary>
                public virtual bool LadderActive
                {
                        set { ladderActive = value;
                            }
                        get { return ladderActive;
                            }
                }

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

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

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

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



Clone AbstractionParameter Count: 0Parameter Bindings

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

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

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

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

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

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None