Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 3 | 0.962 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 86 | src/NHibernate/Criterion/AbstractEmptinessExpression.cs |
2 | 7 | 135 | src/NHibernate/Hql/Ast/ANTLR/SessionFactoryHelperExtensions.cs |
3 | 7 | 204 | 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); } |
| ||||
catch (InvalidCastException cce) { throw new QueryException("collection is not queryable: " + collectionFilterRole, cce); } catch (Exception e) { throw new QueryException("collection not found: " + collectionFilterRole, e); } |
| ||||
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); } |
| |||
catch (InvalidCastException cce) { throw new QueryException( [[#variable5e8e3ce0]]+ [[#variable6630f1a0]], cce); } catch (Exception e) { throw new QueryException( [[#variable6630f180]]+ [[#variable6630f1a0]], e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e8e3ce0]] | "collection role is not queryable: " |
1 | 2 | [[#5e8e3ce0]] | "collection is not queryable: " |
1 | 3 | [[#5e8e3ce0]] | "collection role is not queryable: " |
2 | 1 | [[#6630f1a0]] | role |
2 | 2 | [[#6630f1a0]] | collectionFilterRole |
2 | 3 | [[#6630f1a0]] | role |
3 | 1 | [[#6630f180]] | "collection role not found: " |
3 | 2 | [[#6630f180]] | "collection not found: " |
3 | 3 | [[#6630f180]] | "collection role not found: " |