CloneSet2193


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113244
src/NHibernate/Hql/Ast/ANTLR/Tree/IdentNode.cs
213273
src/NHibernate/Hql/Ast/ANTLR/Tree/IdentNode.cs
Clone Instance
1
Line Count
13
Source Line
244
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/IdentNode.cs

                        try
                        {
                                // check to see if our "propPath" actually
                                // represents a property on the persister
                                propertyType = fromElement.GetPropertyType(Text, propertyPath);
                        }
                        catch (Exception)
                        {
                                // assume we do *not* refer to a property on the given persister
                                return false;
                        }

                        FromElement = fromElement;


Clone Instance
2
Line Count
13
Source Line
273
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/IdentNode.cs

                        try
                        {
                                // check to see if our "propPath" actually
                                // represents a property on the persister
                                propertyType = fromElement.GetPropertyType(Text, propertyPath);
                        }
                        catch (Exception)
                        {
                                // assume we do *not* refer to a property on the given persister
                                return false;
                        }

                        FromElement = fromElement;


Clone AbstractionParameter Count: 0Parameter Bindings

try
{
   // check to see if our "propPath" actually
   // represents a property on the persister
   propertyType = fromElement.GetPropertyType(Text, propertyPath);
}
catch (Exception)
{
   // assume we do *not* refer to a property on the given persister
   return false;
}
FromElement = fromElement;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None