Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.984 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 5553 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 3 | 5558 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
enumer = baz.FooBag.GetEnumerator(); enumer.MoveNext(); Assert.IsFalse(enumer.Current is INHibernateProxy); // many-to-many outer-join="true" |
| ||||
enumer = baz.FooSet.GetEnumerator(); enumer.MoveNext(); Assert.IsFalse(enumer.Current is INHibernateProxy); //one-to-many |
| |||
enumer = baz. [[#variable5ebad6c0]].GetEnumerator(); enumer.MoveNext(); Assert.IsFalse(enumer.Current is INHibernateProxy); //one-to-many // many-to-many outer-join="true" |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ebad6c0]] | FooSet |
1 | 2 | [[#5ebad6c0]] | FooBag |