Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 5 | 0.955 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 22 | 64 | src/NHibernate.Test/NHSpecificTest/NH1574/Principal.cs |
2 | 22 | 35 | src/NHibernate.Test/NHSpecificTest/NH1574/Team.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; } } |
| ||||
/// <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; } } |
| |||
/// <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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e0be8e0]] | int |
1 | 2 | [[#6e0be8e0]] | bool |
2 | 1 | [[#6e0be980]] | MaxElo |
2 | 2 | [[#6e0be980]] | ReceiveMail |
3 | 1 | [[#6f51e7c0]] | maxElo |
3 | 2 | [[#6f51e7c0]] | receiveMail |
4 | 1 | [[#70e82200]] | MinElo |
4 | 2 | [[#70e82200]] | Credits |
5 | 1 | [[#6e0be880]] | minElo |
5 | 2 | [[#6e0be880]] | credits |