CloneSet759


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4530.963specific_catch_clause
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14104
src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CustomProxyFixture.cs
2440
src/NHibernate.ByteCode.Castle/ProxyFactory.cs
3483
src/NHibernate/Collection/PersistentArrayHolder.cs
44142
src/NHibernate/Transaction/AdoTransaction.cs
54257
src/NHibernate/Transaction/AdoTransaction.cs
Clone Instance
1
Line Count
4
Source Line
104
Source File
src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CustomProxyFixture.cs

                        catch (Exception e)
                        {
                                log.Error("Creating a proxy instance failed", e);
                                throw new HibernateException("Creating a proxy instance failed", e);
                        }


Clone Instance
2
Line Count
4
Source Line
40
Source File
src/NHibernate.ByteCode.Castle/ProxyFactory.cs

                        catch (Exception e)
                        {
                                log.Error("Creating a proxy instance failed", e);
                                throw new HibernateException("Creating a proxy instance failed", e);
                        }


Clone Instance
3
Line Count
4
Source Line
83
Source File
src/NHibernate/Collection/PersistentArrayHolder.cs

                                catch (Exception e)
                                {
                                        log.Error("Array element type error", e);
                                        throw new HibernateException("Array element type error", e);
                                }


Clone Instance
4
Line Count
4
Source Line
142
Source File
src/NHibernate/Transaction/AdoTransaction.cs

                                catch (Exception e)
                                {
                                        log.Error("Begin transaction failed", e);
                                        throw new TransactionException("Begin failed with SQL exception", e);
                                }


Clone Instance
5
Line Count
4
Source Line
257
Source File
src/NHibernate/Transaction/AdoTransaction.cs

                                        catch (Exception e)
                                        {
                                                log.Error("Rollback failed", e);
                                                throw new TransactionException("Rollback failed with SQL Exception", e);
                                        }


Clone AbstractionParameter Count: 3Parameter Bindings

catch (Exception e)
{
   log.Error( [[#variable54b56c00]], e);
   throw new [[#variable54b56ba0]]( [[#variable54b56b40]], e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b56c00]]
"Creating a proxy instance failed" 
12[[#54b56c00]]
"Begin transaction failed" 
13[[#54b56c00]]
"Rollback failed" 
14[[#54b56c00]]
"Array element type error" 
15[[#54b56c00]]
"Creating a proxy instance failed" 
21[[#54b56ba0]]
HibernateException 
22[[#54b56ba0]]
TransactionException 
23[[#54b56ba0]]
TransactionException 
24[[#54b56ba0]]
HibernateException 
25[[#54b56ba0]]
HibernateException 
31[[#54b56b40]]
"Creating a proxy instance failed" 
32[[#54b56b40]]
"Begin failed with SQL exception" 
33[[#54b56b40]]
"Rollback failed with SQL Exception" 
34[[#54b56b40]]
"Array element type error" 
35[[#54b56b40]]
"Creating a proxy instance failed"