Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.982 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 559 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs |
2 | 7 | 57 | src/NHibernate/Hql/Ast/ANTLR/Tree/ImpliedFromElement.cs |
| ||||
public virtual string GetDisplayText() { StringBuilder buf = new StringBuilder(); buf.Append("FromElement{"); AppendDisplayText(buf); buf.Append("}"); return buf.ToString(); } |
| ||||
public override string GetDisplayText() { StringBuilder buf = new StringBuilder(); buf.Append("ImpliedFromElement{"); AppendDisplayText(buf); buf.Append("}"); return buf.ToString(); } |
| |||
public [[#variable27841180]]string GetDisplayText() { StringBuilder buf = new StringBuilder(); buf.Append( [[#variable278410e0]]); AppendDisplayText(buf); buf.Append("}"); return buf.ToString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27841180]] | override |
1 | 2 | [[#27841180]] | virtual |
2 | 1 | [[#278410e0]] | "ImpliedFromElement{" |
2 | 2 | [[#278410e0]] | "FromElement{" |