CloneSet2304


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13109
src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableDeleteExecutor.cs
24125
src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableUpdateExecutor.cs
Clone Instance
1
Line Count
3
Source Line
109
Source File
src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableDeleteExecutor.cs

                                catch (DbException e)
                                {
                                        throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, e, "could not insert/select ids for bulk delete", idInsertSelect);
                                }


Clone Instance
2
Line Count
4
Source Line
125
Source File
src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableUpdateExecutor.cs

                                catch (DbException e)
                                {
                                        throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, e, "could not insert/select ids for bulk update",
                                                                         idInsertSelect);
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

catch (DbException e)
{
   throw ADOExceptionHelper.Convert(Factory.SQLExceptionConverter, e, [[#variable6e68b4c0]], idInsertSelect);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e68b4c0]]
"could not insert/select ids for bulk update" 
12[[#6e68b4c0]]
"could not insert/select ids for bulk delete"