Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.971 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 82 | src/NHibernate/Dialect/Function/ClassicAggregateFunction.cs |
2 | 2 | 47 | src/NHibernate/Dialect/Function/StandardSafeSQLFunction.cs |
| ||||
{ throw new QueryException(string.Format("Aggregate {0}(): token unknow {1}.", name, firstArg)); } |
| ||||
{ throw new QueryException(string.Format("function '{0}' takes {1} arguments.", name, allowedArgsCount)); } |
| |||
{ throw new QueryException(string.Format( [[#variable70bd8620]], name, [[#variable70ae4320]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70bd8620]] | "Aggregate {0}(): token unknow {1}." |
1 | 2 | [[#70bd8620]] | "function '{0}' takes {1} arguments." |
2 | 1 | [[#70ae4320]] | firstArg |
2 | 2 | [[#70ae4320]] | allowedArgsCount |