CloneSet2753


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17404
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs
27458
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs
Clone Instance
1
Line Count
7
Source Line
404
Source File
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs

                                     if (type.IsComponentType)
                                {
                                        componentPath += '.';
                                }
                                     else
                                {
                                        throw new QueryException("not an association: " + componentPath);
                                }


Clone Instance
2
Line Count
7
Source Line
458
Source File
src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs

                                     if (type.IsComponentType)
                                {
                                        componentPath += '.';
                                }
                                     else
                                {
                                        throw new QueryException("not an association: " + componentPath);
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (type.IsComponentType)
{
   componentPath += '.';
}
else
{
   throw new QueryException("not an association: " + componentPath);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None