CloneSet1073


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7330.962catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1786
src/NHibernate/Criterion/AbstractEmptinessExpression.cs
27135
src/NHibernate/Hql/Ast/ANTLR/SessionFactoryHelperExtensions.cs
37204
src/NHibernate/Hql/Ast/ANTLR/SessionFactoryHelperExtensions.cs
Clone Instance
1
Line Count
7
Source Line
86
Source File
src/NHibernate/Criterion/AbstractEmptinessExpression.cs

                        catch (InvalidCastException cce)
                        {
                                throw new QueryException("collection role is not queryable: " + role, cce);
                        }
                        catch (Exception e)
                        {
                                throw new QueryException("collection role not found: " + role, e);
                        }


Clone Instance
2
Line Count
7
Source Line
135
Source File
src/NHibernate/Hql/Ast/ANTLR/SessionFactoryHelperExtensions.cs

                        catch (InvalidCastException cce)
                        {
                                throw new QueryException("collection is not queryable: " + collectionFilterRole, cce);
                        }
                        catch (Exception e)
                        {
                                throw new QueryException("collection not found: " + collectionFilterRole, e);
                        }


Clone Instance
3
Line Count
7
Source Line
204
Source File
src/NHibernate/Hql/Ast/ANTLR/SessionFactoryHelperExtensions.cs

                        catch (InvalidCastException cce)
                        {
                                throw new QueryException("collection role is not queryable: " + role, cce);
                        }
                        catch (Exception e)
                        {
                                throw new QueryException("collection role not found: " + role, e);
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

catch (InvalidCastException cce)
{
   throw new QueryException( [[#variable5e8e3ce0]]+ [[#variable6630f1a0]], cce);
}
catch (Exception e)
{
   throw new QueryException( [[#variable6630f180]]+ [[#variable6630f1a0]], e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e8e3ce0]]
"collection role is not queryable: " 
12[[#5e8e3ce0]]
"collection is not queryable: " 
13[[#5e8e3ce0]]
"collection role is not queryable: " 
21[[#6630f1a0]]
role 
22[[#6630f1a0]]
collectionFilterRole 
23[[#6630f1a0]]
role 
31[[#6630f180]]
"collection role not found: " 
32[[#6630f180]]
"collection not found: " 
33[[#6630f180]]
"collection role not found: "