Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 40 | src/NHibernate/Dialect/Function/CharIndexFunction.cs |
2 | 6 | 44 | src/NHibernate/Dialect/Function/PositionSubstringFunction.cs |
| ||||
// TODO: QueryException if args.Count<2 (not present in H3.2) bool threeArgs = args.Count > 2; object pattern = args[0]; object orgString = args[1]; object start = threeArgs ? args[2]: null; SqlStringBuilder buf = new SqlStringBuilder(); |
| ||||
bool threeArgs = args.Count > 2; object pattern = args[0]; object orgString = args[1]; object start = threeArgs ? args[2]: null; SqlStringBuilder buf = new SqlStringBuilder(); |
| |||
// TODO: QueryException if args.Count<2 (not present in H3.2) bool threeArgs = args.Count > 2; object pattern = args[0]; object orgString = args[1]; object start = threeArgs ? args[2]: null; SqlStringBuilder buf = new SqlStringBuilder(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |