Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
40 | 2 | 0 | 1.000 | class_member_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 40 | 91 | src/NHibernate.Test/NHSpecificTest/NH1574/Principal.cs |
2 | 40 | 80 | src/NHibernate.Test/NHSpecificTest/NH1574/Team.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; } } |
| ||||
/// <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; } } |
| |||
/// <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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |