| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.984 | catch_clauses |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 195 | src/NHibernate/Tool/hbm2ddl/SchemaUpdate.cs |
| 2 | 4 | 210 | src/NHibernate/Tool/hbm2ddl/SchemaUpdate.cs |
| ||||
catch (Exception e)
{
exceptions.Add(e);
log.Error("could not complete schema update", e);
}
|
| ||||
catch (Exception e)
{
exceptions.Add(e);
log.Error("Error closing connection", e);
}
|
| |||
catch (Exception e)
{
exceptions.Add(e);
log.Error( [[#variable6fd0ed40]], e);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6fd0ed40]] | "could not complete schema update" |
| 1 | 2 | [[#6fd0ed40]] | "Error closing connection" |