CloneSet1316


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.956statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1221
src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs
2223
src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs
3225
src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs
Clone Instance
1
Line Count
2
Source Line
21
Source File
src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs

                        HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.Elements.ToLowerInvariant(), CollectionPropertyNames.Elements);
                        HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.Indices.ToLowerInvariant(), CollectionPropertyNames.Indices);


Clone Instance
2
Line Count
2
Source Line
23
Source File
src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs

                        HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.Size.ToLowerInvariant(), CollectionPropertyNames.Size);
                        HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.MaxIndex.ToLowerInvariant(), CollectionPropertyNames.MaxIndex);


Clone Instance
3
Line Count
2
Source Line
25
Source File
src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs

                        HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.MinIndex.ToLowerInvariant(), CollectionPropertyNames.MinIndex);
                        HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.MaxElement.ToLowerInvariant(), CollectionPropertyNames.MaxElement);


Clone AbstractionParameter Count: 2Parameter Bindings

HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames. [[#variable4a6a15a0]].ToLowerInvariant(), CollectionPropertyNames. [[#variable4a6a15a0]]);
HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames. [[#variable4a6a1540]].ToLowerInvariant(), CollectionPropertyNames. [[#variable4a6a1540]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4a6a15a0]]
Elements 
12[[#4a6a15a0]]
Size 
13[[#4a6a15a0]]
MinIndex 
21[[#4a6a1540]]
Indices 
22[[#4a6a1540]]
MaxIndex 
23[[#4a6a1540]]
MaxElement