| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.975 | class_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 796 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
| 2 | 3 | 801 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
| ||||
public string[] GetKeyColumnAliases(string suffix)
{
return new Alias(suffix).ToAliasStrings(keyColumnAliases, dialect);
}
|
| ||||
public string[] GetElementColumnAliases(string suffix)
{
return new Alias(suffix).ToAliasStrings(elementColumnAliases, dialect);
}
|
| |||
public string[] [[#variable573f8bc0]](string suffix)
{
return new Alias(suffix).ToAliasStrings( [[#variable573f8aa0]], dialect);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#573f8bc0]] | GetElementColumnAliases |
| 1 | 2 | [[#573f8bc0]] | GetKeyColumnAliases |
| 2 | 1 | [[#573f8aa0]] | elementColumnAliases |
| 2 | 2 | [[#573f8aa0]] | keyColumnAliases |