Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.987 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 303 | src/NHibernate/Tuple/Entity/EntityMetamodel.cs |
2 | 5 | 338 | src/NHibernate/Tuple/Entity/EntityMetamodel.cs |
| ||||
if (prop.Value is Mapping.Component) { if (HasPartialInsertComponentGeneration((Mapping.Component)prop.Value)) { return true; } } |
| ||||
if (prop.Value is Mapping.Component) { if (HasPartialUpdateComponentGeneration((Mapping.Component)prop.Value)) { return true; } } |
| |||
if (prop.Value is Mapping.Component) { if ( [[#variable700602e0]]((Mapping.Component)prop.Value)) { return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#700602e0]] | HasPartialUpdateComponentGeneration |
1 | 2 | [[#700602e0]] | HasPartialInsertComponentGeneration |