Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.962 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 134 | src/NHibernate/Cfg/XmlHbmBinding/ResultSetMappingBinder.cs |
2 | 4 | 155 | src/NHibernate/Cfg/XmlHbmBinding/ResultSetMappingBinder.cs |
| ||||
//FIXME: get the PersistentClass IDictionary<string, string[]> propertyResults = BindPropertyResults(returnJoinSchema.alias, null, returnJoinSchema.returnproperty, null); return new NativeSQLQueryJoinReturn(returnJoinSchema.alias, roleOwnerAlias, roleProperty, propertyResults , // TODO: bindpropertyresults(alias, returnElem) GetLockMode(returnJoinSchema.lockmode)); |
| ||||
//FIXME: get the PersistentClass IDictionary<string, string[]> propertyResults = BindPropertyResults(loadCollectionSchema.alias, null, loadCollectionSchema.returnproperty, null); return new NativeSQLQueryCollectionReturn(loadCollectionSchema.alias, ownerClassName, ownerPropertyName, propertyResults , GetLockMode(loadCollectionSchema.lockmode)); |
| |||
//FIXME: get the PersistentClass IDictionary<string, string[]> propertyResults = BindPropertyResults( [[#variable2bf83c80]].alias, null, [[#variable2bf83c80]].returnproperty, null); return new [[#variable54af9480]]( [[#variable2bf83c80]].alias, [[#variable26f94da0]], [[#variable54b23580]], propertyResults, // TODO: bindpropertyresults(alias, returnElem) GetLockMode( [[#variable2bf83c80]].lockmode)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2bf83c80]] | loadCollectionSchema |
1 | 2 | [[#2bf83c80]] | returnJoinSchema |
2 | 1 | [[#54af9480]] | NativeSQLQueryCollectionReturn |
2 | 2 | [[#54af9480]] | NativeSQLQueryJoinReturn |
3 | 1 | [[#26f94da0]] | ownerClassName |
3 | 2 | [[#26f94da0]] | roleOwnerAlias |
4 | 1 | [[#54b23580]] | ownerPropertyName |
4 | 2 | [[#54b23580]] | roleProperty |