Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.984 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 206 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
2 | 4 | 495 | src/NHibernate/Impl/MultiQueryImpl.cs |
| ||||
ArrayList[] hydratedObjects = new ArrayList[loaders.Count]; List<EntityKey[]> [] subselectResultKeys = new List<EntityKey[]> [loaders.Count]; bool[] createSubselects = new bool[loaders.Count]; IDataReader reader = session.Batcher.ExecuteReader(command); |
| ||||
ArrayList[] hydratedObjects = new ArrayList[Translators.Count]; List<EntityKey[]> [] subselectResultKeys = new List<EntityKey[]> [Translators.Count]; bool[] createSubselects = new bool[Translators.Count]; IDataReader reader = session.Batcher.ExecuteReader(command); |
| |||
ArrayList[] hydratedObjects = new ArrayList[ [[#variable545a9860]].Count]; List<EntityKey[]> [] subselectResultKeys = new List<EntityKey[]> [ [[#variable545a9860]].Count]; bool[] createSubselects = new bool[ [[#variable545a9860]].Count]; IDataReader reader = session.Batcher.ExecuteReader(command); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#545a9860]] | Translators |
1 | 2 | [[#545a9860]] | loaders |