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.965 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 50 | src/NHibernate.Test/NHSpecificTest/NH1064/Fixture.cs |
2 | 3 | 291 | src/NHibernate.Test/SubselectFetchTest/SubselectFetchFixture.cs |
3 | 2 | 82 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
| ||||
s.CreateCriteria( typeof(TypeA)). SetFetchMode("Bs", FetchMode.Join). SetFetchMode("C", FetchMode.Join) |
| ||||
s.CreateCriteria( typeof(Parent)). SetFetchMode("MoreChildren", FetchMode.Join). SetFetchMode("MoreChildren.Friends", FetchMode.Join) |
| ||||
s.CreateCriteria( typeof(Human)).SetFetchMode("location", FetchMode.Join).SetFetchMode("location.beings", FetchMode.Join) |
| |||
s.CreateCriteria( typeof( [[#variable27c984c0]])).SetFetchMode( [[#variable27c98440]], FetchMode.Join).SetFetchMode( [[#variable27c983a0]], FetchMode.Join) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27c984c0]] | TypeA |
1 | 2 | [[#27c984c0]] | Parent |
1 | 3 | [[#27c984c0]] | Human |
2 | 1 | [[#27c98440]] | "Bs" |
2 | 2 | [[#27c98440]] | "MoreChildren" |
2 | 3 | [[#27c98440]] | "location" |
3 | 1 | [[#27c983a0]] | "C" |
3 | 2 | [[#27c983a0]] | "MoreChildren.Friends" |
3 | 3 | [[#27c983a0]] | "location.beings" |