| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 1 | 0.985 | class_member_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 32 | src/NHibernate/Properties/MapAccessor.cs |
| 2 | 8 | 57 | src/NHibernate/Properties/MapAccessor.cs |
| ||||
internal MapSetter(string name)
{
this.name = name;
}
public MethodInfo Method
{
get { return null;
}
}
|
| ||||
internal MapGetter(string name)
{
this.name = name;
}
public MethodInfo Method
{
get { return null;
}
}
|
| |||
internal [[#variable5e455d80]](string name)
{
this.name = name;
}
public MethodInfo Method
{
get
{
return null;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5e455d80]] | MapSetter |
| 1 | 2 | [[#5e455d80]] | MapGetter |