Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.977 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1427 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 3 | 2473 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
//otherwise return the "hydrated" state (ie. associations are not resolved) IType[] types = PropertyTypes; object[] values = new object[types.Length]; bool[] includeProperty = PropertyUpdateability; |
| ||||
IType[] types = PropertyTypes; object[] values = new object[types.Length]; bool[] laziness = PropertyLaziness; |
| |||
//otherwise return the "hydrated" state (ie. associations are not resolved) IType[] types = PropertyTypes; object[] values = new object[types.Length]; bool[] [[#variable6fa59540]]= [[#variable6fa59680]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fa59540]] | includeProperty |
1 | 2 | [[#6fa59540]] | laziness |
2 | 1 | [[#6fa59680]] | PropertyUpdateability |
2 | 2 | [[#6fa59680]] | PropertyLaziness |