Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.989 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 2231 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 3 | 2740 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
bool include = includeInWhere[i] && IsPropertyOfTable(i, j) && versionability[i]; |
| ||||
bool include = includeOldField[i] && IsPropertyOfTable(i, j) && versionability[i]; |
| |||
bool include = [[#variable55ac11a0]][i] && IsPropertyOfTable(i, j) && versionability[i]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55ac11a0]] | includeInWhere |
1 | 2 | [[#55ac11a0]] | includeOldField |