| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 0 | 1.000 | class_member_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 99 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
| 2 | 8 | 411 | src/NHibernate/Type/TypeFactory.cs |
| ||||
private static string GetKeyForLengthBased(string name, int length)
{
return name + "(" + length + ")";
}
private static string GetKeyForPrecisionScaleBased(string name, byte precision, byte scale)
{
return name + "(" + precision + ", " + scale + ")";
}
|
| ||||
private static string GetKeyForLengthBased(string name, int length)
{
return name + "(" + length + ")";
}
private static string GetKeyForPrecisionScaleBased(string name, byte precision, byte scale)
{
return name + "(" + precision + ", " + scale + ")";
}
|
| |||
private static string GetKeyForLengthBased(string name, int length)
{
return name + "(" + length + ")";
}
private static string GetKeyForPrecisionScaleBased(string name, byte precision, byte scale)
{
return name + "(" + precision + ", " + scale + ")";
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||