| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.984 | class_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 401 | src/NHibernate/Type/TypeFactory.cs |
| 2 | 3 | 406 | src/NHibernate/Type/TypeFactory.cs |
| ||||
private static void AddToTypeOfNameWithLength(string key, IType type)
{
typeByTypeOfName.Add(key, type);
}
|
| ||||
private static void AddToTypeOfNameWithPrecision(string key, IType type)
{
typeByTypeOfName.Add(key, type);
}
|
| |||
private static void [[#variable571b70c0]](string key, IType type)
{
typeByTypeOfName.Add(key, type);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#571b70c0]] | AddToTypeOfNameWithPrecision |
| 1 | 2 | [[#571b70c0]] | AddToTypeOfNameWithLength |