Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.971 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 40 | src/NHibernate.Test/Ondelete/JoinedSubclassFixture.cs |
2 | 5 | 44 | src/NHibernate.Test/Ondelete/ParentChildFixture.cs |
| ||||
statistics.Clear(); s = OpenSession(); t = s.BeginTransaction(); IList<E> l = s.CreateQuery("from E").List<E> (); |
| ||||
statistics.Clear(); s = OpenSession(); t = s.BeginTransaction(); IList<Parent> l = s.CreateQuery("from Parent").List<Parent> (); |
| |||
statistics.Clear(); s = OpenSession(); t = s.BeginTransaction(); IList< [[#variable6fe81e40]]> l = s.CreateQuery( [[#variable6fe81e00]]).List< [[#variable6fe81e40]]> (); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fe81e40]] | Parent |
1 | 2 | [[#6fe81e40]] | E |
2 | 1 | [[#6fe81e00]] | "from Parent" |
2 | 2 | [[#6fe81e00]] | "from E" |