Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2685 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 2 | 2980 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
3 | 2 | 3004 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
{ // assume that the row was not there since it previously had only null // values, so do an INSERT instead //TODO: does not respect dynamic-insert Insert(id, fields, PropertyInsertability, j, SqlInsertStrings[j], obj, session); } |
| ||||
{ Insert(id, fields, PropertyInsertability, j, SqlInsertStrings[j], obj, session); } |
| ||||
{ Insert(id, fields, PropertyInsertability, j, SqlInsertStrings[j], obj, session); } |
| |||
{ // assume that the row was not there since it previously had only null // values, so do an INSERT instead //TODO: does not respect dynamic-insert Insert(id, fields, PropertyInsertability, j, SqlInsertStrings[j], obj, session); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |