CloneSet2382


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.962statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15515
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs
26603
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs
Clone Instance
1
Line Count
5
Source Line
515
Source File
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs

                        if (cols.Length != 1)
                        {
                                throw new QueryException("property does not map to a single column: " + propertyName);
                        }
                        return cols[0];


Clone Instance
2
Line Count
6
Source Line
603
Source File
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs

                                if (projectionTypes.Length != 1)
                                {
                                        //should never happen, i think
                                        throw new QueryException("not a single-length projection: " + propertyName);
                                }
                                return projectionTypes[0];


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable687bb200]].Length != 1)
{
   //should never happen, i think
   throw new QueryException( [[#variable69bd4d60]]+ propertyName);
}
return [[#variable687bb200]][0];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#687bb200]]
projectionTypes 
12[[#687bb200]]
cols 
21[[#69bd4d60]]
"not a single-length projection: " 
22[[#69bd4d60]]
"property does not map to a single column: "