CloneSet2279


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1427
src/NHibernate.ByteCode.LinFu/ProxyFactory.cs
2444
src/NHibernate.ByteCode.Spring/ProxyFactory.cs
Clone Instance
1
Line Count
4
Source Line
27
Source File
src/NHibernate.ByteCode.LinFu/ProxyFactory.cs

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


Clone Instance
2
Line Count
4
Source Line
44
Source File
src/NHibernate.ByteCode.Spring/ProxyFactory.cs

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


Clone AbstractionParameter Count: 0Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None