Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.989 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 212 | src/NHibernate/AdoNet/AbstractBatcher.cs |
2 | 5 | 237 | src/NHibernate/AdoNet/AbstractBatcher.cs |
| ||||
catch (Exception e) { e.Data["actual-sql-query"] = cmd.CommandText; log.Error("Could not execute command: " + cmd.CommandText, e); throw; } |
| ||||
catch (Exception e) { e.Data["actual-sql-query"] = cmd.CommandText; log.Error("Could not execute query: " + cmd.CommandText, e); throw; } |
| |||
catch (Exception e) { e.Data["actual-sql-query"] = cmd.CommandText; log.Error( [[#variable6fa744a0]]+ cmd.CommandText, e); throw; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fa744a0]] | "Could not execute command: " |
1 | 2 | [[#6fa744a0]] | "Could not execute query: " |