CloneSet2308


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.975non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17307
src/NHibernate/Hql/Ast/ANTLR/Util/LiteralProcessor.cs
27521
src/NHibernate/Hql/Classic/WhereParser.cs
Clone Instance
1
Line Count
7
Source Line
307
Source File
src/NHibernate/Hql/Ast/ANTLR/Util/LiteralProcessor.cs

                        try
                        {
                                type = TypeFactory.HeuristicType(value.GetType().Name);
                        }
                        catch (MappingException me)
                        {
                                throw new QueryException(me);
                        }


Clone Instance
2
Line Count
7
Source Line
521
Source File
src/NHibernate/Hql/Classic/WhereParser.cs

                                                try
                                                {
                                                        type = TypeFactory.HeuristicType(constant.GetType().AssemblyQualifiedName);
                                                }
                                                catch (MappingException me)
                                                {
                                                        throw new QueryException(me);
                                                }


Clone AbstractionParameter Count: 2Parameter Bindings

try
{
   type = TypeFactory.HeuristicType( [[#variable54b4cf00]].GetType(). [[#variable54b4cec0]]);
}
catch (MappingException me)
{
   throw new QueryException(me);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b4cf00]]
value 
12[[#54b4cf00]]
constant 
21[[#54b4cec0]]
Name 
22[[#54b4cec0]]
AssemblyQualifiedName