CloneSet2338


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171078
src/NHibernate/Impl/SessionFactoryImpl.cs
271115
src/NHibernate/Impl/SessionFactoryImpl.cs
Clone Instance
1
Line Count
7
Source Line
1078
Source File
src/NHibernate/Impl/SessionFactoryImpl.cs

                                catch (QueryException e)
                                {
                                        errors[queryName] = e;
                                }
                                catch (MappingException e)
                                {
                                        errors[queryName] = e;
                                }


Clone Instance
2
Line Count
7
Source Line
1115
Source File
src/NHibernate/Impl/SessionFactoryImpl.cs

                                catch (QueryException e)
                                {
                                        errors[queryName] = e;
                                }
                                catch (MappingException e)
                                {
                                        errors[queryName] = e;
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

catch (QueryException e)
{
   errors[queryName] = e;
}
catch (MappingException e)
{
   errors[queryName] = e;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None