CloneSet2544


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.986statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1230
src/NHibernate/Type/ComponentType.cs
22231
src/NHibernate/Type/CompositeCustomType.cs
Clone Instance
1
Line Count
2
Source Line
30
Source File
src/NHibernate/Type/ComponentType.cs

                        //Not called at runtime so doesn't matter if its slow :)
                        SqlType[] sqlTypes = new SqlType[GetColumnSpan(mapping)];
                        int n = 0;


Clone Instance
2
Line Count
2
Source Line
231
Source File
src/NHibernate/Type/CompositeCustomType.cs

                        SqlType[] result = new SqlType[GetColumnSpan(mapping)];
                        int n = 0;


Clone AbstractionParameter Count: 1Parameter Bindings

//Not called at runtime so doesn't matter if its slow :)
SqlType[] [[#variable6ff77420]]= new SqlType[GetColumnSpan(mapping)];
int n = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6ff77420]]
result 
12[[#6ff77420]]
sqlTypes