| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 13 | 2 | 3 | 0.951 | class_member_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 294 | src/NHibernate/Mapping/Collection.cs |
| 2 | 13 | 375 | src/NHibernate/Mapping/PersistentClass.cs |
| ||||
public int BatchSize
{
get { return batchSize;
}
set { batchSize = value;
}
}
public FetchMode FetchMode
{
get { return fetchMode;
}
set { fetchMode = value;
}
}
|
| ||||
/// <summary>
///
/// </summary>
public int BatchSize
{
get { return batchSize;
}
set { batchSize = value;
}
}
/// <summary>
///
/// </summary>
public bool SelectBeforeUpdate
{
get { return selectBeforeUpdate;
}
set { selectBeforeUpdate = value;
}
}
|
| |||
/// <summary>
///
/// </summary>
public int BatchSize
{
get
{
return batchSize;
}
set
{
batchSize = value;
}
}
/// <summary>
///
/// </summary>
public [[#variable2f56f760]] [[#variable2f56f6a0]]
{
get
{
return [[#variable2f56f640]];
}
set
{
[[#variable2f56f640]]= value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2f56f760]] | bool |
| 1 | 2 | [[#2f56f760]] | FetchMode |
| 2 | 1 | [[#2f56f6a0]] | SelectBeforeUpdate |
| 2 | 2 | [[#2f56f6a0]] | FetchMode |
| 3 | 1 | [[#2f56f640]] | selectBeforeUpdate |
| 3 | 2 | [[#2f56f640]] | fetchMode |