Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.982 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 87 | src/NHibernate/Type/TypeFactory.cs |
2 | 7 | 96 | src/NHibernate/Type/TypeFactory.cs |
| ||||
private static void RegisterType(System.Type systemType, IType nhibernateType, IEnumerable<string> aliases, GetNullableTypeWithLength ctorLength) { var typeAliases = new List<string> (aliases); typeAliases.AddRange(GetClrTypeAliases(systemType)); RegisterType(nhibernateType, typeAliases, ctorLength); } |
| ||||
private static void RegisterType(System.Type systemType, IType nhibernateType, IEnumerable<string> aliases, GetNullableTypeWithPrecision ctorPrecision) { var typeAliases = new List<string> (aliases); typeAliases.AddRange(GetClrTypeAliases(systemType)); RegisterType(nhibernateType, typeAliases, ctorPrecision); } |
| |||
private static void RegisterType(System.Type systemType, IType nhibernateType, IEnumerable<string> aliases, [[#variable4f659000]] [[#variable4f658f80]]) { var typeAliases = new List<string> (aliases); typeAliases.AddRange(GetClrTypeAliases(systemType)); RegisterType(nhibernateType, typeAliases, [[#variable4f658f80]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f659000]] | GetNullableTypeWithPrecision |
1 | 2 | [[#4f659000]] | GetNullableTypeWithLength |
2 | 1 | [[#4f658f80]] | ctorPrecision |
2 | 2 | [[#4f658f80]] | ctorLength |