CloneSet509


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4440.960statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1480
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs
2488
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs
3494
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs
44100
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs
Clone Instance
1
Line Count
4
Source Line
80
Source File
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs

                                        cols = memberPersister.GetIndexColumnNames(alias);
                                        if (cols.Length != 1)
                                                throw new QueryException("composite collection index in maxIndex()");
                                        return new string[] { "max(" + cols[0] + ')'
                                                            } ;


Clone Instance
2
Line Count
4
Source Line
88
Source File
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs

                                        cols = memberPersister.GetIndexColumnNames(alias);
                                        if (cols.Length != 1)
                                                throw new QueryException("composite collection index in minIndex()");
                                        return new string[] { "min(" + cols[0] + ')'
                                                            } ;


Clone Instance
3
Line Count
4
Source Line
94
Source File
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs

                                        cols = memberPersister.GetElementColumnNames(alias);
                                        if (cols.Length != 1)
                                                throw new QueryException("composite collection element in maxElement()");
                                        return new string[] { "max(" + cols[0] + ')'
                                                            } ;


Clone Instance
4
Line Count
4
Source Line
100
Source File
src/NHibernate/Persister/Collection/CollectionPropertyMapping.cs

                                        cols = memberPersister.GetElementColumnNames(alias);
                                        if (cols.Length != 1)
                                                throw new QueryException("composite collection element in minElement()");
                                        return new System.String[] { "min(" + cols[0] + ')'
                                                                   } ;


Clone AbstractionParameter Count: 4Parameter Bindings

cols = memberPersister. [[#variable519e9180]](alias);
if (cols.Length != 1)
   throw new QueryException( [[#variable519e91a0]]);
return new [[#variable519e92c0]][]
       {
           [[#variable519e9260]]+ cols[0] + ')'
       } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#519e9180]]
GetElementColumnNames 
12[[#519e9180]]
GetIndexColumnNames 
13[[#519e9180]]
GetElementColumnNames 
14[[#519e9180]]
GetIndexColumnNames 
21[[#519e91a0]]
"composite collection element in minElement()" 
22[[#519e91a0]]
"composite collection index in minIndex()" 
23[[#519e91a0]]
"composite collection element in maxElement()" 
24[[#519e91a0]]
"composite collection index in maxIndex()" 
31[[#519e92c0]]
System.String 
32[[#519e92c0]]
string 
33[[#519e92c0]]
string 
34[[#519e92c0]]
string 
41[[#519e9260]]
"min(" 
42[[#519e9260]]
"min(" 
43[[#519e9260]]
"max(" 
44[[#519e9260]]
"max("