CloneSet1488


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1554
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs
2585
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs
Clone Instance
1
Line Count
5
Source Line
54
Source File
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs

                        //TODO: *two* hashmap lookups here is one too many...
                        string[] columns = GetColumns(propertyName);

                        string[] templates;
                        formulaTemplatesByPropertyPath.TryGetValue(propertyName, out templates);
                        string[] result = new string[columns.Length];


Clone Instance
2
Line Count
5
Source Line
85
Source File
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs

                        string[] columns = GetColumns(propertyName);

                        string[] templates;
                        formulaTemplatesByPropertyPath.TryGetValue(propertyName, out templates);
                        string[] result = new string[columns.Length];


Clone AbstractionParameter Count: 0Parameter Bindings

//TODO: *two* hashmap lookups here is one too many...
string[] columns = GetColumns(propertyName);
string[] templates;
formulaTemplatesByPropertyPath.TryGetValue(propertyName, out templates);
string[] result = new string[columns.Length];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None