| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 2 | 2 | 0.971 | class_member_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 368 | src/NHibernate/Mapping/Column.cs |
| 2 | 10 | 277 | src/NHibernate/Mapping/Table.cs |
| ||||
public string Comment
{
get { return comment;
}
set { comment = value;
}
}
public string DefaultValue
{
get { return defaultValue;
}
set { defaultValue = value;
}
}
|
| ||||
public string Comment
{
get { return comment;
}
set { comment = value;
}
}
public string Subselect
{
get { return subselect;
}
set { subselect = value;
}
}
|
| |||
public string Comment
{
get
{
return comment;
}
set
{
comment = value;
}
}
public string [[#variable67b7a7a0]]
{
get
{
return [[#variable67b7b120]];
}
set
{
[[#variable67b7b120]]= value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#67b7a7a0]] | Subselect |
| 1 | 2 | [[#67b7a7a0]] | DefaultValue |
| 2 | 1 | [[#67b7b120]] | subselect |
| 2 | 2 | [[#67b7b120]] | defaultValue |