CloneSet954


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.982class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1787
src/NHibernate/Type/TypeFactory.cs
2796
src/NHibernate/Type/TypeFactory.cs
Clone Instance
1
Line Count
7
Source Line
87
Source File
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);
                }



Clone Instance
2
Line Count
7
Source Line
96
Source File
src/NHibernate/Type/TypeFactory.cs

                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);
                }



Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f659000]]
GetNullableTypeWithPrecision 
12[[#4f659000]]
GetNullableTypeWithLength 
21[[#4f658f80]]
ctorPrecision 
22[[#4f658f80]]
ctorLength