CloneSet2692


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.971block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1282
src/NHibernate/Dialect/Function/ClassicAggregateFunction.cs
2247
src/NHibernate/Dialect/Function/StandardSafeSQLFunction.cs
Clone Instance
1
Line Count
2
Source Line
82
Source File
src/NHibernate/Dialect/Function/ClassicAggregateFunction.cs

                                {
                                        throw new QueryException(string.Format("Aggregate {0}(): token unknow {1}.", name, firstArg));
                                }


Clone Instance
2
Line Count
2
Source Line
47
Source File
src/NHibernate/Dialect/Function/StandardSafeSQLFunction.cs

                        {
                                throw new QueryException(string.Format("function '{0}' takes {1} arguments.", name, allowedArgsCount));
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   throw new QueryException(string.Format( [[#variable70bd8620]], name, [[#variable70ae4320]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#70bd8620]]
"Aggregate {0}(): token unknow {1}." 
12[[#70bd8620]]
"function '{0}' takes {1} arguments." 
21[[#70ae4320]]
firstArg 
22[[#70ae4320]]
allowedArgsCount