CloneSet1294


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

                        int loc = propertyPath.IndexOf('.');
                        string basePropertyName = loc > 0 ? propertyPath.Substring(0, (loc) - (0)):  propertyPath;


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

                        int loc = propertyPath.IndexOf('.');
                        string basePropertyName = loc > 0 ? propertyPath.Substring(0, (loc) - (0)):  propertyPath;


Clone AbstractionParameter Count: 0Parameter Bindings

int loc = propertyPath.IndexOf('.');
string basePropertyName = loc > 0 ?
                          propertyPath.Substring(0, (loc) - (0)): propertyPath;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None