| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 5 | 3 | 0.963 | specific_catch_clause |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 104 | src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CustomProxyFixture.cs |
| 2 | 4 | 40 | src/NHibernate.ByteCode.Castle/ProxyFactory.cs |
| 3 | 4 | 83 | src/NHibernate/Collection/PersistentArrayHolder.cs |
| 4 | 4 | 142 | src/NHibernate/Transaction/AdoTransaction.cs |
| 5 | 4 | 257 | src/NHibernate/Transaction/AdoTransaction.cs |
| ||||
catch (Exception e)
{
log.Error("Creating a proxy instance failed", e);
throw new HibernateException("Creating a proxy instance failed", e);
}
|
| ||||
catch (Exception e)
{
log.Error("Creating a proxy instance failed", e);
throw new HibernateException("Creating a proxy instance failed", e);
}
|
| ||||
catch (Exception e)
{
log.Error("Array element type error", e);
throw new HibernateException("Array element type error", e);
}
|
| ||||
catch (Exception e)
{
log.Error("Begin transaction failed", e);
throw new TransactionException("Begin failed with SQL exception", e);
}
|
| ||||
catch (Exception e)
{
log.Error("Rollback failed", e);
throw new TransactionException("Rollback failed with SQL Exception", e);
}
|
| |||
catch (Exception e)
{
log.Error( [[#variable54b56c00]], e);
throw new [[#variable54b56ba0]]( [[#variable54b56b40]], e);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#54b56c00]] | "Creating a proxy instance failed" |
| 1 | 2 | [[#54b56c00]] | "Begin transaction failed" |
| 1 | 3 | [[#54b56c00]] | "Rollback failed" |
| 1 | 4 | [[#54b56c00]] | "Array element type error" |
| 1 | 5 | [[#54b56c00]] | "Creating a proxy instance failed" |
| 2 | 1 | [[#54b56ba0]] | HibernateException |
| 2 | 2 | [[#54b56ba0]] | TransactionException |
| 2 | 3 | [[#54b56ba0]] | TransactionException |
| 2 | 4 | [[#54b56ba0]] | HibernateException |
| 2 | 5 | [[#54b56ba0]] | HibernateException |
| 3 | 1 | [[#54b56b40]] | "Creating a proxy instance failed" |
| 3 | 2 | [[#54b56b40]] | "Begin failed with SQL exception" |
| 3 | 3 | [[#54b56b40]] | "Rollback failed with SQL Exception" |
| 3 | 4 | [[#54b56b40]] | "Array element type error" |
| 3 | 5 | [[#54b56b40]] | "Creating a proxy instance failed" |