| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 11 | 7 | 2 | 0.977 | catch_clauses |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 12 | 1271 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| 2 | 11 | 1444 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| 3 | 11 | 1628 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| 4 | 11 | 1690 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| 5 | 11 | 2779 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| 6 | 11 | 2897 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| 7 | 11 | 4053 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo
{
SqlException = sqle,
Message =
"could not initialize lazy properties: " + MessageHelper.InfoString(this, id, Factory),
Sql = SQLLazySelectString.ToString(),
EntityName = EntityName,
EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| ||||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo
{
SqlException = sqle,
Message = "could not retrieve snapshot: " + MessageHelper.InfoString(this, id, Factory),
Sql = SQLSnapshotSelectString.ToString(),
EntityName = EntityName,
EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| ||||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo
{
SqlException = sqle,
Message = "could not retrieve version: " + MessageHelper.InfoString(this, id, Factory),
Sql = VersionSelectString.ToString(),
EntityName = EntityName,
EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| ||||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo
{
SqlException = sqle,
Message = "could not retrieve version: " + MessageHelper.InfoString(this, id, Factory),
Sql = VersionSelectString.ToString(),
EntityName = EntityName,
EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| ||||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo
{
SqlException = sqle,
Message = "could not update: " + MessageHelper.InfoString(this, id, Factory),
Sql = sql.Text.ToString(),
EntityName = EntityName,
EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| ||||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo
{
SqlException = sqle,
Message = "could not delete: " + MessageHelper.InfoString(this, id, Factory),
Sql = sql.Text.ToString(),
EntityName = EntityName,
EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| ||||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo
{
SqlException = sqle,
Message = "could not retrieve snapshot: " + MessageHelper.InfoString(this, id, Factory),
Sql = sql.ToString(),
EntityName = EntityName,
EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| |||
catch (DbException sqle)
{
var exceptionContext = new AdoExceptionContextInfo {
SqlException = sqle, Message = [[#variable6d88f2c0]]+ MessageHelper.InfoString(this, id, Factory), Sql = [[#variable6d88f260]].ToString(), EntityName = EntityName, EntityId = id
} ;
throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, exceptionContext);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6d88f2c0]] | "could not retrieve version: " |
| 1 | 2 | [[#6d88f2c0]] | "could not initialize lazy properties: " |
| 1 | 3 | [[#6d88f2c0]] | "could not retrieve snapshot: " |
| 1 | 4 | [[#6d88f2c0]] | "could not update: " |
| 1 | 5 | [[#6d88f2c0]] | "could not delete: " |
| 1 | 6 | [[#6d88f2c0]] | "could not retrieve snapshot: " |
| 1 | 7 | [[#6d88f2c0]] | "could not retrieve version: " |
| 2 | 1 | [[#6d88f260]] | VersionSelectString |
| 2 | 2 | [[#6d88f260]] | SQLLazySelectString |
| 2 | 3 | [[#6d88f260]] | SQLSnapshotSelectString |
| 2 | 4 | [[#6d88f260]] | sql.Text |
| 2 | 5 | [[#6d88f260]] | sql.Text |
| 2 | 6 | [[#6d88f260]] | sql |
| 2 | 7 | [[#6d88f260]] | VersionSelectString |