Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.992 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2046 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 6 | 4755 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
object id = s.Save(g); s.Flush(); s.Close(); s = OpenSession(); g = (GlarchProxy) s.Load( typeof(Glarch), id); |
| ||||
object id = s.GetIdentifier(g); s.Flush(); s.Close(); s = OpenSession(); g = (GlarchProxy) s.Load( typeof(Glarch), id); |
| |||
object id = s. [[#variable287324a0]](g); s.Flush(); s.Close(); s = OpenSession(); g = (GlarchProxy)s.Load( typeof(Glarch), id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#287324a0]] | GetIdentifier |
1 | 2 | [[#287324a0]] | Save |