| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 6 | 1 | 0.990 | statement_list[7] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 119 | src/NHibernate/Cfg/XmlHbmBinding/ClassCompositeIdBinder.cs |
| 2 | 10 | 259 | src/NHibernate/Cfg/XmlHbmBinding/ClassCompositeIdBinder.cs |
| 3 | 10 | 371 | src/NHibernate/Cfg/XmlHbmBinding/ClassCompositeIdBinder.cs |
| 4 | 10 | 65 | src/NHibernate/Cfg/XmlHbmBinding/ClassIdBinder.cs |
| 5 | 10 | 146 | src/NHibernate/Cfg/XmlHbmBinding/RootClassBinder.cs |
| 6 | 10 | 267 | src/NHibernate/Cfg/XmlHbmBinding/RootClassBinder.cs |
| ||||
property.Name = idSchema.name;
if (property.Value.Type == null)
throw new MappingException("could not determine a property type for: " + property.Name);
property.PropertyAccessorName = idSchema.access ?? mappings.DefaultAccess;
property.Cascade = mappings.DefaultCascade;
property.IsUpdateable = true;
property.IsInsertable = true;
property.IsOptimisticLocked = true;
|
| ||||
property.Name = keyManyToOneSchema.name;
if (property.Value.Type == null)
throw new MappingException("could not determine a property type for: " + property.Name);
property.PropertyAccessorName = keyManyToOneSchema.access ?? mappings.DefaultAccess;
property.Cascade = mappings.DefaultCascade;
property.IsUpdateable = true;
property.IsInsertable = true;
property.IsOptimisticLocked = true;
|
| ||||
property.Name = keyPropertySchema.name;
if (property.Value.Type == null)
throw new MappingException("could not determine a property type for: " + property.Name);
property.PropertyAccessorName = keyPropertySchema.access ?? mappings.DefaultAccess;
property.Cascade = mappings.DefaultCascade;
property.IsUpdateable = true;
property.IsInsertable = true;
property.IsOptimisticLocked = true;
|
| ||||
property.Name = idSchema.name;
if (property.Value.Type == null)
throw new MappingException("could not determine a property type for: " + property.Name);
property.PropertyAccessorName = idSchema.access ?? mappings.DefaultAccess;
property.Cascade = mappings.DefaultCascade;
property.IsUpdateable = true;
property.IsInsertable = true;
property.IsOptimisticLocked = true;
|
| ||||
property.Name = timestampSchema.name;
if (property.Value.Type == null)
throw new MappingException("could not determine a property type for: " + property.Name);
property.PropertyAccessorName = timestampSchema.access ?? mappings.DefaultAccess;
property.Cascade = mappings.DefaultCascade;
property.IsUpdateable = true;
property.IsInsertable = true;
property.IsOptimisticLocked = true;
|
| ||||
property.Name = versionSchema.name;
if (property.Value.Type == null)
throw new MappingException("could not determine a property type for: " + property.Name);
property.PropertyAccessorName = versionSchema.access ?? mappings.DefaultAccess;
property.Cascade = mappings.DefaultCascade;
property.IsUpdateable = true;
property.IsInsertable = true;
property.IsOptimisticLocked = true;
|
| |||
property.Name = [[#variable4efca5c0]].name;
if (property.Value.Type == null)
throw new MappingException("could not determine a property type for: " + property.Name);
property.PropertyAccessorName = [[#variable4efca5c0]].access ??
mappings.DefaultAccess;
property.Cascade = mappings.DefaultCascade;
property.IsUpdateable = true;
property.IsInsertable = true;
property.IsOptimisticLocked = true;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4efca5c0]] | idSchema |
| 1 | 2 | [[#4efca5c0]] | timestampSchema |
| 1 | 3 | [[#4efca5c0]] | versionSchema |
| 1 | 4 | [[#4efca5c0]] | keyManyToOneSchema |
| 1 | 5 | [[#4efca5c0]] | keyPropertySchema |
| 1 | 6 | [[#4efca5c0]] | idSchema |