| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 3 | 0.956 | constructor_header |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 15 | src/NHibernate/Loader/AbstractEntityJoinWalker.cs |
| 2 | 2 | 17 | src/NHibernate/Loader/Collection/CollectionLoader.cs |
| 3 | 2 | 23 | src/NHibernate/Loader/Entity/CollectionElementLoader.cs |
| ||||
public AbstractEntityJoinWalker(IOuterJoinLoadable persister, ISessionFactoryImplementor factory,
IDictionary<string, IFilter> enabledFilters)
: base(factory, enabledFilters)
|
| ||||
public CollectionLoader(IQueryableCollection persister, ISessionFactoryImplementor factory,
IDictionary<string, IFilter> enabledFilters) : base(factory, enabledFilters)
|
| ||||
public CollectionElementLoader(IQueryableCollection collectionPersister, ISessionFactoryImplementor factory,
IDictionary<string, IFilter> enabledFilters) : base(factory, enabledFilters)
|
| |||
public [[#variable4f6502c0]]( [[#variable4f650200]] [[#variable4f6500a0]], ISessionFactoryImplementor factory, IDictionary<string, IFilter> enabledFilters): base(factory, enabledFilters) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4f6502c0]] | AbstractEntityJoinWalker |
| 1 | 2 | [[#4f6502c0]] | CollectionLoader |
| 1 | 3 | [[#4f6502c0]] | CollectionElementLoader |
| 2 | 1 | [[#4f650200]] | IOuterJoinLoadable |
| 2 | 2 | [[#4f650200]] | IQueryableCollection |
| 2 | 3 | [[#4f650200]] | IQueryableCollection |
| 3 | 1 | [[#4f6500a0]] | persister |
| 3 | 2 | [[#4f6500a0]] | persister |
| 3 | 3 | [[#4f6500a0]] | collectionPersister |