Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.956 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 21 | src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs |
2 | 2 | 23 | src/NHibernate/Hql/Ast/ANTLR/CollectionProperties.cs |
3 | 2 | 25 | 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); |
| ||||
HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.Size.ToLowerInvariant(), CollectionPropertyNames.Size); HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.MaxIndex.ToLowerInvariant(), CollectionPropertyNames.MaxIndex); |
| ||||
HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.MinIndex.ToLowerInvariant(), CollectionPropertyNames.MinIndex); HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames.MaxElement.ToLowerInvariant(), CollectionPropertyNames.MaxElement); |
| |||
HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames. [[#variable4a6a15a0]].ToLowerInvariant(), CollectionPropertyNames. [[#variable4a6a15a0]]); HQL_COLLECTION_PROPERTIES.Add(CollectionPropertyNames. [[#variable4a6a1540]].ToLowerInvariant(), CollectionPropertyNames. [[#variable4a6a1540]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4a6a15a0]] | Elements |
1 | 2 | [[#4a6a15a0]] | Size |
1 | 3 | [[#4a6a15a0]] | MinIndex |
2 | 1 | [[#4a6a1540]] | Indices |
2 | 2 | [[#4a6a1540]] | MaxIndex |
2 | 3 | [[#4a6a1540]] | MaxElement |