Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.983 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 304 | src/NHibernate/Criterion/Example.cs |
2 | 4 | 355 | src/NHibernate/Criterion/Example.cs |
| ||||
IEntityPersister meta = criteriaQuery.Factory.GetEntityPersister(criteriaQuery.GetEntityName(criteria)); String[] propertyNames = meta.PropertyNames; IType[] propertyTypes = meta.PropertyTypes; object[] propertyValues = GetPropertyValues(meta, criteria, criteriaQuery); |
| ||||
IEntityPersister meta = criteriaQuery.Factory.GetEntityPersister(criteriaQuery.GetEntityName(criteria)); string[] propertyNames = meta.PropertyNames; IType[] propertyTypes = meta.PropertyTypes; object[] values = GetPropertyValues(meta, criteria, criteriaQuery); |
| |||
IEntityPersister meta = criteriaQuery.Factory.GetEntityPersister(criteriaQuery.GetEntityName(criteria)); [[#variable293f5220]][] propertyNames = meta.PropertyNames; IType[] propertyTypes = meta.PropertyTypes; object[] [[#variable293f5ea0]]= GetPropertyValues(meta, criteria, criteriaQuery); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#293f5220]] | String |
1 | 2 | [[#293f5220]] | string |
2 | 1 | [[#293f5ea0]] | propertyValues |
2 | 2 | [[#293f5ea0]] | values |