Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 1 | 0.988 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 106 | src/NHibernate/Persister/PersisterFactory.cs |
2 | 15 | 141 | src/NHibernate/Persister/PersisterFactory.cs |
| ||||
catch (TargetInvocationException tie) { Exception e = tie.InnerException; if (e is HibernateException) { throw e; } else { throw new MappingException("Could not instantiate persister " + persisterClass.Name, e); } } catch (Exception e) { throw new MappingException("Could not instantiate persister " + persisterClass.Name, e); } |
| ||||
catch (TargetInvocationException tie) { Exception e = tie.InnerException; if (e is HibernateException) { throw e; } else { throw new MappingException("Could not instantiate collection persister " + persisterClass.Name, e); } } catch (Exception e) { throw new MappingException("Could not instantiate collection persister " + persisterClass.Name, e); } |
| |||
catch (TargetInvocationException tie) { Exception e = tie.InnerException; if (e is HibernateException) { throw e; } else { throw new MappingException( [[#variable5e444940]]+ persisterClass.Name, e); } } catch (Exception e) { throw new MappingException( [[#variable5e444940]]+ persisterClass.Name, e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e444940]] | "Could not instantiate persister " |
1 | 2 | [[#5e444940]] | "Could not instantiate collection persister " |