Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.972 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 38 | src/NHibernate/Tuple/Component/AbstractComponentTuplizer.cs |
2 | 6 | 62 | src/NHibernate/Tuple/Entity/AbstractEntityTuplizer.cs |
| ||||
if (log.IsDebugEnabled) { log.DebugFormat("{0} accessors found for component: {1}", foundCustomAccessor ? "Custom": "No custom", component.ComponentClassName); } hasCustomAccessors = foundCustomAccessor; |
| ||||
if (log.IsDebugEnabled) { log.DebugFormat("{0} accessors found for entity: {1}", foundCustomAccessor ? "Custom": "No custom", mappingInfo.EntityName); } hasCustomAccessors = foundCustomAccessor; |
| |||
if (log.IsDebugEnabled) { log.DebugFormat( [[#variable2597c9a0]], foundCustomAccessor ? "Custom": "No custom", [[#variable2595fee0]]. [[#variable2597cbe0]]); } hasCustomAccessors = foundCustomAccessor; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2597c9a0]] | "{0} accessors found for entity: {1}" |
1 | 2 | [[#2597c9a0]] | "{0} accessors found for component: {1}" |
2 | 1 | [[#2595fee0]] | mappingInfo |
2 | 2 | [[#2595fee0]] | component |
3 | 1 | [[#2597cbe0]] | EntityName |
3 | 2 | [[#2597cbe0]] | ComponentClassName |