CloneSet2004


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.958statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12166
src/NHibernate/Tuple/Entity/EntityMetamodel.cs
22168
src/NHibernate/Tuple/Entity/EntityMetamodel.cs
Clone Instance
1
Line Count
2
Source Line
166
Source File
src/NHibernate/Tuple/Entity/EntityMetamodel.cs

                                propertyTypes[i] = properties[i].Type;
                                propertyNullability[i] = properties[i].IsNullable;


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

                                propertyUpdateability[i] = properties[i].IsUpdateable;
                                propertyInsertability[i] = properties[i].IsInsertable;


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable553b7580]][i] = properties[i]. [[#variable553b76c0]];
 [[#variable553b6ce0]][i] = properties[i]. [[#variable553b7620]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#553b7580]]
propertyTypes 
12[[#553b7580]]
propertyUpdateability 
21[[#553b76c0]]
Type 
22[[#553b76c0]]
IsUpdateable 
31[[#553b6ce0]]
propertyNullability 
32[[#553b6ce0]]
propertyInsertability 
41[[#553b7620]]
IsNullable 
42[[#553b7620]]
IsInsertable