CloneSet2660


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14287
src/NHibernate/Impl/AbstractQueryImpl.cs
25641
src/NHibernate/Impl/AbstractQueryImpl.cs
Clone Instance
1
Line Count
4
Source Line
287
Source File
src/NHibernate/Impl/AbstractQueryImpl.cs

                        {
                                if (shouldIgnoredUnknownNamedParameters) //just ignore it
                                        return this ;
                                throw new ArgumentException("Parameter " + name + " does not exist as a named parameter in [" + QueryString + "]");
                        }


Clone Instance
2
Line Count
5
Source Line
641
Source File
src/NHibernate/Impl/AbstractQueryImpl.cs

                        {
                                if (shouldIgnoredUnknownNamedParameters) //just ignore it
                                        return this ;

                                throw new ArgumentException("Parameter " + name + " does not exist as a named parameter in [" + QueryString + "]");
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

{
   if (shouldIgnoredUnknownNamedParameters) //just ignore it
      return this ;
   throw new ArgumentException("Parameter " + name + " does not exist as a named parameter in [" + QueryString + "]");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None