Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.968 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 102 | src/NHibernate/Tuple/PocoInstantiator.cs |
2 | 3 | 356 | src/NHibernate/Util/ReflectHelper.cs |
| ||||
catch (Exception e) { throw new InstantiationException("Could not instantiate entity: ", e, mappedClass); } |
| ||||
catch (Exception e) { throw new InstantiationException("A default (no-arg) constructor could not be found for: ", e, type); } |
| |||
catch (Exception e) { throw new InstantiationException( [[#variable545e07e0]], e, [[#variable545e06e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#545e07e0]] | "A default (no-arg) constructor could not be found for: " |
1 | 2 | [[#545e07e0]] | "Could not instantiate entity: " |
2 | 1 | [[#545e06e0]] | type |
2 | 2 | [[#545e06e0]] | mappedClass |