CloneSet1729


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.972statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1638
src/NHibernate/Tuple/Component/AbstractComponentTuplizer.cs
2662
src/NHibernate/Tuple/Entity/AbstractEntityTuplizer.cs
Clone Instance
1
Line Count
6
Source Line
38
Source File
src/NHibernate/Tuple/Component/AbstractComponentTuplizer.cs

                        if (log.IsDebugEnabled)
                        {
                                log.DebugFormat("{0} accessors found for component: {1}", foundCustomAccessor ? "Custom":  "No custom",
                                                component.ComponentClassName);
                        }
                        hasCustomAccessors = foundCustomAccessor;


Clone Instance
2
Line Count
6
Source Line
62
Source File
src/NHibernate/Tuple/Entity/AbstractEntityTuplizer.cs

                        if (log.IsDebugEnabled)
                        {
                                log.DebugFormat("{0} accessors found for entity: {1}", foundCustomAccessor ? "Custom":  "No custom",
                                                mappingInfo.EntityName);
                        }
                        hasCustomAccessors = foundCustomAccessor;


Clone AbstractionParameter Count: 3Parameter Bindings

if (log.IsDebugEnabled)
{
   log.DebugFormat( [[#variable2597c9a0]], foundCustomAccessor ?
                                           "Custom": "No custom", [[#variable2595fee0]]. [[#variable2597cbe0]]);
}
hasCustomAccessors = foundCustomAccessor;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2597c9a0]]
"{0} accessors found for entity: {1}" 
12[[#2597c9a0]]
"{0} accessors found for component: {1}" 
21[[#2595fee0]]
mappingInfo 
22[[#2595fee0]]
component 
31[[#2597cbe0]]
EntityName 
32[[#2597cbe0]]
ComponentClassName