| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.969 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 57 | src/NHibernate/Mapping/ManyToOne.cs |
| 2 | 1 | 63 | src/NHibernate/Mapping/ManyToOne.cs |
| ||||
throw new MappingException(
string.Format("ReferencedEntityName not specified for property '{0}' on entity {1}", ReferencedPropertyName, this ));
|
| ||||
throw new MappingException(string.Format("Could not find referenced entity '{0}' on {1}", ReferencedEntityName, this ));
|
| |||
throw new MappingException(string.Format( [[#variable5e8e58c0]], [[#variable5e8e5840]], this )); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5e8e58c0]] | "Could not find referenced entity '{0}' on {1}" |
| 1 | 2 | [[#5e8e58c0]] | "ReferencedEntityName not specified for property '{0}' on entity {1}" |
| 2 | 1 | [[#5e8e5840]] | ReferencedEntityName |
| 2 | 2 | [[#5e8e5840]] | ReferencedPropertyName |