CloneSet1818


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.990statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1892
src/NHibernate/Persister/PersisterFactory.cs
28127
src/NHibernate/Persister/PersisterFactory.cs
Clone Instance
1
Line Count
8
Source Line
92
Source File
src/NHibernate/Persister/PersisterFactory.cs

                        ConstructorInfo pc;
                        try
                        {
                                pc = persisterClass.GetConstructor(PersisterConstructorArgs);
                        }
                        catch (Exception e)
                        {
                                throw new MappingException("Could not get constructor for " + persisterClass.Name, e);
                        }


Clone Instance
2
Line Count
8
Source Line
127
Source File
src/NHibernate/Persister/PersisterFactory.cs

                        ConstructorInfo pc;
                        try
                        {
                                pc = persisterClass.GetConstructor(CollectionPersisterConstructorArgs);
                        }
                        catch (Exception e)
                        {
                                throw new MappingException("Could not get constructor for " + persisterClass.Name, e);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

ConstructorInfo pc;
try
{
   pc = persisterClass.GetConstructor( [[#variable70f5b420]]);
}
catch (Exception e)
{
   throw new MappingException("Could not get constructor for " + persisterClass.Name, e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#70f5b420]]
CollectionPersisterConstructorArgs 
12[[#70f5b420]]
PersisterConstructorArgs