Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.979 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 272 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 3 | 282 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 2 | 329 | src/NHibernate.Test/Legacy/FooBarTest.cs |
4 | 3 | 343 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
Baz baz = (Baz) s.Get( typeof(Baz), bazCode); Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet)); |
| ||||
Baz baz = (Baz) s.Get( typeof(Baz), bazCode); Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet)); |
| ||||
Baz baz = (Baz) s.Get( typeof(Baz), bazCode); Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet)); |
| ||||
Baz baz2 = (Baz) s.Get( typeof(Baz), baz2Code); Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet)); |
| |||
Baz [[#variable5f49ca40]]= (Baz)s.Get( typeof(Baz), [[#variable28799e20]]); Assert.IsFalse(NHibernateUtil.IsInitialized(baz.FooSet)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f49ca40]] | baz2 |
1 | 2 | [[#5f49ca40]] | baz |
1 | 3 | [[#5f49ca40]] | baz |
1 | 4 | [[#5f49ca40]] | baz |
2 | 1 | [[#28799e20]] | baz2Code |
2 | 2 | [[#28799e20]] | bazCode |
2 | 3 | [[#28799e20]] | bazCode |
2 | 4 | [[#28799e20]] | bazCode |