CloneSet2448


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110213
src/NHibernate/Hql/Ast/ANTLR/SqlGenerator.cs
29244
src/NHibernate/Hql/Ast/ANTLR/SqlGenerator.cs
Clone Instance
1
Line Count
10
Source Line
213
Source File
src/NHibernate/Hql/Ast/ANTLR/SqlGenerator.cs

                        {
                                // right represents a joins originating from left; or
                                // both right and left reprersent joins originating from the same FromElement
                                if (right.JoinSequence != null && right.JoinSequence.IsThetaStyle)
                                {
                                        Out(", ");
                                }
                                else
                                {
                                        Out(" ");
                                }
                        }


Clone Instance
2
Line Count
9
Source Line
244
Source File
src/NHibernate/Hql/Ast/ANTLR/SqlGenerator.cs

                                        {
                                                // right represents a joins originating from left...
                                                if (right.JoinSequence != null && right.JoinSequence.IsThetaStyle)
                                                {
                                                        Out(", ");
                                                }
                                                else
                                                {
                                                        Out(" ");
                                                }
                                        }


Clone AbstractionParameter Count: 0Parameter Bindings

{
   // right represents a joins originating from left...
   // right represents a joins originating from left; or
   // both right and left reprersent joins originating from the same FromElement
   if (right.JoinSequence != null && right.JoinSequence.IsThetaStyle)
   {
      Out(", ");
   }
   else
   {
      Out(" ");
   }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None