Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 1 | 0.991 | class_member_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 56 | src/NHibernate/Hql/Ast/ANTLR/Tree/ConstructorNode.cs |
2 | 18 | 57 | src/NHibernate/Hql/Ast/ANTLR/Tree/QueryNode.cs |
| ||||
public FromElement FromElement { get { return null; } } public bool IsConstructor { get { return true; } } public bool IsReturnableEntity { get { return false; } } public bool IsScalar { get { return true; } } |
| ||||
public FromElement FromElement { get { return null; } } public bool IsConstructor { get { return false; } } public bool IsReturnableEntity { get { return false; } } public bool IsScalar { get { return true; } } |
| |||
public FromElement FromElement { get { return null; } } public bool IsConstructor { get { return [[#variable271396e0]]; } } public bool IsReturnableEntity { get { return false; } } public bool IsScalar { get { return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#271396e0]] | false |
1 | 2 | [[#271396e0]] | true |