| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 22 | 2 | 6 | 0.951 | class_member_declarations[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 22 | 60 | src/NHibernate.DomainModel/A.cs |
| 2 | 19 | 24 | src/NHibernate.DomainModel/E.cs |
| ||||
#endregion
#region Properties
/// <summary>
/// Get/set for id
/// </summary>
public virtual Int64 Id
{
get { return _id;
}
set { _id = value;
}
}
/// <summary>
/// Get/set for name
/// </summary>
public virtual String Name
{
get { return _name;
}
set { _name = value;
}
}
/// <summary>
/// Get/set for anotherName
/// </summary>
public virtual String AnotherName
{
get { return _anotherName;
}
set { _anotherName = value;
}
}
|
| ||||
#endregion
#region Properties
/// <summary>
/// Get/set for id
/// </summary>
public virtual Int64 Id
{
get { return _id;
}
set { _id = value;
}
}
/// <summary>
/// Get/set for Amount
/// </summary>
public virtual Double Amount
{
get { return _amount;
}
set { _amount = value;
}
}
public virtual A Reverse
{
get { return _reverse;
}
set { _reverse = value;
}
}
|
| |||
#endregion
#region Properties
/// <summary>
/// Get/set for id
/// </summary>
public virtual Int64 Id
{
get
{
return _id;
}
set
{
_id = value;
}
}
/// <summary>
/// Get/set for name
/// Get/set for Amount
/// </summary>
public virtual [[#variable2c71b2c0]] [[#variable2c71b1c0]]
{
get
{
return [[#variable663034c0]];
}
set
{
[[#variable663034c0]]= value;
}
}
/// <summary>
/// Get/set for anotherName
/// </summary>
public virtual [[#variable69511580]] [[#variable2593fe60]]
{
get
{
return [[#variable2c71b0e0]];
}
set
{
[[#variable2c71b0e0]]= value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2c71b2c0]] | String |
| 1 | 2 | [[#2c71b2c0]] | Double |
| 2 | 1 | [[#2c71b1c0]] | Name |
| 2 | 2 | [[#2c71b1c0]] | Amount |
| 3 | 1 | [[#663034c0]] | _name |
| 3 | 2 | [[#663034c0]] | _amount |
| 4 | 1 | [[#69511580]] | String |
| 4 | 2 | [[#69511580]] | A |
| 5 | 1 | [[#2593fe60]] | AnotherName |
| 5 | 2 | [[#2593fe60]] | Reverse |
| 6 | 1 | [[#2c71b0e0]] | _anotherName |
| 6 | 2 | [[#2c71b0e0]] | _reverse |