Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 2 | 0.980 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1057 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
2 | 4 | 1122 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
3 | 4 | 1231 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
4 | 4 | 1284 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
5 | 4 | 302 | src/NHibernate/Persister/Collection/OneToManyPersister.cs |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(sqlExceptionConverter, sqle, "could not delete collection: " + MessageHelper.InfoString(this, id)); } |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(sqlExceptionConverter, sqle, "could not insert collection: " + MessageHelper.InfoString(this, id)); } |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(sqlExceptionConverter, sqle, "could not delete collection rows: " + MessageHelper.InfoString(this, id)); } |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(sqlExceptionConverter, sqle, "could not insert collection rows: " + MessageHelper.InfoString(this, id)); } |
| ||||
catch (DbException sqle) { throw ADOExceptionHelper.Convert(SQLExceptionConverter, sqle, "could not update collection rows: " + MessageHelper.InfoString(this, id)); } |
| |||
catch (DbException sqle) { throw ADOExceptionHelper.Convert( [[#variable26d07da0]], sqle, [[#variable26d07d20]]+ MessageHelper.InfoString(this, id)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#26d07da0]] | SQLExceptionConverter |
1 | 2 | [[#26d07da0]] | sqlExceptionConverter |
1 | 3 | [[#26d07da0]] | sqlExceptionConverter |
1 | 4 | [[#26d07da0]] | sqlExceptionConverter |
1 | 5 | [[#26d07da0]] | sqlExceptionConverter |
2 | 1 | [[#26d07d20]] | "could not update collection rows: " |
2 | 2 | [[#26d07d20]] | "could not delete collection: " |
2 | 3 | [[#26d07d20]] | "could not insert collection: " |
2 | 4 | [[#26d07d20]] | "could not delete collection rows: " |
2 | 5 | [[#26d07d20]] | "could not insert collection rows: " |