Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.975 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 3325 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 1 | 3326 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
sqlUpdateByRowIdString = rowIdName == null ? null: GenerateUpdateString(PropertyUpdateability, 0, true); |
| ||||
sqlLazyUpdateByRowIdString = rowIdName == null ? null: GenerateUpdateString(NonLazyPropertyUpdateability, 0, true); |
| |||
[[#variable6feb6480]]= rowIdName == null ? null: GenerateUpdateString( [[#variable6feb63a0]], 0, true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6feb6480]] | sqlUpdateByRowIdString |
1 | 2 | [[#6feb6480]] | sqlLazyUpdateByRowIdString |
2 | 1 | [[#6feb63a0]] | PropertyUpdateability |
2 | 2 | [[#6feb63a0]] | NonLazyPropertyUpdateability |