CloneSet1614


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.982class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17559
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs
2757
src/NHibernate/Hql/Ast/ANTLR/Tree/ImpliedFromElement.cs
Clone Instance
1
Line Count
7
Source Line
559
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs

                public virtual string GetDisplayText()
                {
                        StringBuilder buf = new StringBuilder();
                        buf.Append("FromElement{");
                        AppendDisplayText(buf);
                        buf.Append("}");
                        return buf.ToString();
                }



Clone Instance
2
Line Count
7
Source Line
57
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/ImpliedFromElement.cs

        public override string GetDisplayText()
        {
            StringBuilder buf = new StringBuilder();
            buf.Append("ImpliedFromElement{");
            AppendDisplayText(buf);
            buf.Append("}");
            return buf.ToString();
        }



Clone AbstractionParameter Count: 2Parameter Bindings

public [[#variable27841180]]string GetDisplayText()
{
   StringBuilder buf = new StringBuilder();
   buf.Append( [[#variable278410e0]]);
   AppendDisplayText(buf);
   buf.Append("}");
   return buf.ToString();
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#27841180]]
override 
12[[#27841180]]
virtual 
21[[#278410e0]]
"ImpliedFromElement{" 
22[[#278410e0]]
"FromElement{"