CloneSet1203


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.990catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1449
src/NHibernate/Id/Insert/AbstractReturningDelegate.cs
2445
src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs
3575
src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs
Clone Instance
1
Line Count
4
Source Line
49
Source File
src/NHibernate/Id/Insert/AbstractReturningDelegate.cs

                        catch (DbException sqle)
                        {
                                throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle,
                                                                 "could not insert: " + persister.GetInfoString(), insertSQL.Text);
                        }


Clone Instance
2
Line Count
4
Source Line
45
Source File
src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs

                        catch (DbException sqle)
                        {
                                throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle,
                                                                 "could not insert: " + persister.GetInfoString(), insertSQL.Text);
                        }


Clone Instance
3
Line Count
5
Source Line
75
Source File
src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs

                        catch (DbException sqle)
                        {
                                throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle,
                                                                 "could not retrieve generated id after insert: " + persister.GetInfoString(),
                                                                 insertSQL.Text);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

catch (DbException sqle)
{
   throw ADOExceptionHelper.Convert(session.Factory.SQLExceptionConverter, sqle, [[#variable2db398e0]]+ persister.GetInfoString(), insertSQL.Text);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2db398e0]]
"could not insert: " 
12[[#2db398e0]]
"could not retrieve generated id after insert: " 
13[[#2db398e0]]
"could not insert: "