Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.971 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 292 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs |
2 | 3 | 313 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs |
3 | 3 | 318 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs |
| ||||
/// <summary> /// Returns the identifier select SQL fragment. /// </summary> /// <param name="size">The total number of returned types.</param> /// <param name="k">The sequence of the current returned type.</param> /// <returns>the identifier select SQL fragment.</returns> public string RenderIdentifierSelect(int size, int k) { return _elementType.RenderIdentifierSelect(size, k); } |
| ||||
public string RenderCollectionSelectFragment(int size, int k) { return _elementType.RenderCollectionSelectFragment(size, k); } |
| ||||
public string RenderValueCollectionSelectFragment(int size, int k) { return _elementType.RenderValueCollectionSelectFragment(size, k); } |
| |||
/// <summary> /// Returns the identifier select SQL fragment. /// </summary> /// <param name="size">The total number of returned types.</param> /// <param name="k">The sequence of the current returned type.</param> /// <returns>the identifier select SQL fragment.</returns> public string [[#variable27094a60]](int size, int k) { return _elementType. [[#variable27094a60]](size, k); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27094a60]] | RenderValueCollectionSelectFragment |
1 | 2 | [[#27094a60]] | RenderCollectionSelectFragment |
1 | 3 | [[#27094a60]] | RenderIdentifierSelect |