CloneSet1644


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1841
src/NHibernate/Tuple/PocoInstantiator.cs
2859
src/NHibernate/Tuple/PocoInstantiator.cs
Clone Instance
1
Line Count
8
Source Line
41
Source File
src/NHibernate/Tuple/PocoInstantiator.cs

                        try
                        {
                                constructor = ReflectHelper.GetDefaultConstructor(mappedClass);
                        }
                        catch (PropertyNotFoundException)
                        {
                                log.Info(string.Format("no default (no-argument) constructor for class: {0} (class must be instantiated by Interceptor)", mappedClass.FullName));
                                constructor = null;
                        }


Clone Instance
2
Line Count
8
Source Line
59
Source File
src/NHibernate/Tuple/PocoInstantiator.cs

                        try
                        {
                                constructor = ReflectHelper.GetDefaultConstructor(mappedClass);
                        }
                        catch (PropertyNotFoundException)
                        {
                                log.Info(string.Format("no default (no-argument) constructor for class: {0} (class must be instantiated by Interceptor)", mappedClass.FullName));
                                constructor = null;
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

try
{
   constructor = ReflectHelper.GetDefaultConstructor(mappedClass);
}
catch (PropertyNotFoundException)
{
   log.Info(string.Format("no default (no-argument) constructor for class: {0} (class must be instantiated by Interceptor)", mappedClass.FullName));
   constructor = null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None