Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.953 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 149 | src/NHibernate.DomainModel/CustomPersister.cs |
2 | 8 | 593 | src/NHibernate/Tuple/Entity/EntityMetamodel.cs |
| ||||
public bool[] PropertyCheckability { get { return Mutability; } } public bool[] PropertyNullability { get { return Nullability; } } |
| ||||
public bool[] PropertyCheckability { get { return propertyCheckability; } } public bool[] NonlazyPropertyUpdateability { get { return nonlazyPropertyUpdateability; } } |
| |||
public bool[] PropertyCheckability { get { return [[#variable6fd0d580]]; } } public bool[] [[#variable6fd0d500]] { get { return [[#variable6fd0d4a0]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fd0d580]] | Mutability |
1 | 2 | [[#6fd0d580]] | propertyCheckability |
2 | 1 | [[#6fd0d500]] | PropertyNullability |
2 | 2 | [[#6fd0d500]] | NonlazyPropertyUpdateability |
3 | 1 | [[#6fd0d4a0]] | Nullability |
3 | 2 | [[#6fd0d4a0]] | nonlazyPropertyUpdateability |