Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.970 | statement_list[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 440 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
2 | 7 | 485 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
| ||||
p.Count = 66; t.Commit(); s.Close(); s = OpenSession(); t = s.BeginTransaction(); c = (Child) s.Load( typeof(Child), c.Id); |
| ||||
p.Count = 66; t.Commit(); s.Close(); s = OpenSession(); t = s.BeginTransaction(); p = (Parent) s.Load( typeof(Parent), p.Id); |
| |||
p.Count = 66; t.Commit(); s.Close(); s = OpenSession(); t = s.BeginTransaction(); [[#variable494dfb00]]= ( [[#variable49263ec0]])s.Load( typeof( [[#variable49263ec0]]), [[#variable494dfb00]].Id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#494dfb00]] | p |
1 | 2 | [[#494dfb00]] | c |
2 | 1 | [[#49263ec0]] | Parent |
2 | 2 | [[#49263ec0]] | Child |