CloneSet2481


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.987non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15303
src/NHibernate/Tuple/Entity/EntityMetamodel.cs
25338
src/NHibernate/Tuple/Entity/EntityMetamodel.cs
Clone Instance
1
Line Count
5
Source Line
303
Source File
src/NHibernate/Tuple/Entity/EntityMetamodel.cs

                                     if (prop.Value is Mapping.Component)
                                {
                                        if (HasPartialInsertComponentGeneration((Mapping.Component)prop.Value))
                                        {
                                                return true;
                                        }
                                }


Clone Instance
2
Line Count
5
Source Line
338
Source File
src/NHibernate/Tuple/Entity/EntityMetamodel.cs

                                     if (prop.Value is Mapping.Component)
                                {
                                        if (HasPartialUpdateComponentGeneration((Mapping.Component)prop.Value))
                                        {
                                                return true;
                                        }
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (prop.Value is Mapping.Component)
{
   if ( [[#variable700602e0]]((Mapping.Component)prop.Value))
   {
      return true;
   }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#700602e0]]
HasPartialUpdateComponentGeneration 
12[[#700602e0]]
HasPartialInsertComponentGeneration