CloneSet1678


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.982class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110158
src/NHibernate/Criterion/ProjectionList.cs
210171
src/NHibernate/Criterion/ProjectionList.cs
Clone Instance
1
Line Count
10
Source Line
158
Source File
src/NHibernate/Criterion/ProjectionList.cs

                public bool IsGrouped
                {
                        get
                        {
                                for (int i = 0; i < Length; i++)
                                {
                                        if (this[i].IsGrouped)
                                                return true;
                                }
                                return false;
                        }
                }



Clone Instance
2
Line Count
10
Source Line
171
Source File
src/NHibernate/Criterion/ProjectionList.cs

                public bool IsAggregate
                {
                        get
                        {
                                for (int i = 0; i < Length; i++)
                                {
                                        if (this[i].IsAggregate)
                                                return true;
                                }
                                return false;
                        }
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public bool [[#variable28b78a00]]
{
   get
   {
      for (int i = 0; i < Length; i++)
      {
         if (this[i]. [[#variable28b78a00]])
            return true;
      }
      return false;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#28b78a00]]
IsAggregate 
12[[#28b78a00]]
IsGrouped