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.965 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 168 | src/NHibernate/Loader/JoinWalker.cs |
2 | 3 | 176 | src/NHibernate/Loader/JoinWalker.cs |
| ||||
/// <summary> /// For an entity class, return a list of associations to be fetched by outerjoin /// </summary> protected void WalkEntityTree(IOuterJoinLoadable persister, string alias) { WalkEntityTree(persister, alias, string.Empty, 0); } |
| ||||
/// <summary> /// For a collection role, return a list of associations to be fetched by outerjoin /// </summary> protected void WalkCollectionTree(IQueryableCollection persister, string alias) { WalkCollectionTree(persister, alias, string.Empty, 0); //TODO: when this is the entry point, we should use an INNER_JOIN for fetching the many-to-many elements! } |
| |||
/// <summary> /// For a collection role, return a list of associations to be fetched by outerjoin /// For an entity class, return a list of associations to be fetched by outerjoin /// </summary> protected void [[#variable54b8a2e0]]( [[#variable54b8a1e0]]persister, string alias) { [[#variable54b8a2e0]](persister, alias, string.Empty, 0); //TODO: when this is the entry point, we should use an INNER_JOIN for fetching the many-to-many elements! } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b8a2e0]] | WalkCollectionTree |
1 | 2 | [[#54b8a2e0]] | WalkEntityTree |
2 | 1 | [[#54b8a1e0]] | IQueryableCollection |
2 | 2 | [[#54b8a1e0]] | IOuterJoinLoadable |