CloneSet2650


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
1438
src/NHibernate.ByteCode.LinFu/LazyInitializer.cs
2442
src/NHibernate.ByteCode.Spring/LazyInitializer.cs
Clone Instance
1
Line Count
4
Source Line
38
Source File
src/NHibernate.ByteCode.LinFu/LazyInitializer.cs

                        catch (TargetInvocationException ex)
                        {
                                exceptionInternalPreserveStackTrace.Invoke(ex.InnerException, new Object[] {
                                                                                                           } );
                                throw ex.InnerException;
                        }


Clone Instance
2
Line Count
4
Source Line
42
Source File
src/NHibernate.ByteCode.Spring/LazyInitializer.cs

                        catch (TargetInvocationException ex)
                        {
                                exceptionInternalPreserveStackTrace.Invoke(ex.InnerException, new Object[] {
                                                                                                           } );
                                throw ex.InnerException;
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

catch (TargetInvocationException ex)
{
   exceptionInternalPreserveStackTrace.Invoke(ex.InnerException, new Object[]
                                                                 {
                                                                 } );
   throw ex.InnerException;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None