Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 0 | 1.000 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 49 | src/NHibernate.Test/ConnectionTest/AggressiveReleaseTest.cs |
2 | 7 | 70 | src/NHibernate.Test/ConnectionTest/AggressiveReleaseTest.cs |
3 | 4 | 110 | src/NHibernate.Test/ConnectionTest/AggressiveReleaseTest.cs |
| ||||
ISession s = GetSessionUnderTest(); Silly silly = new Silly("silly"); s.Save(silly); // this should cause the CM to obtain a connection, and then Release it s.Flush(); |
| ||||
ISession s = GetSessionUnderTest(); Silly silly = new Silly("silly"); s.Save(silly); // this should cause the CM to obtain a connection, and then Release it s.Flush(); |
| ||||
ISession s = GetSessionUnderTest(); Silly silly = new Silly("silly"); s.Save(silly); s.Flush(); |
| |||
ISession s = GetSessionUnderTest(); Silly silly = new Silly("silly"); s.Save(silly); // this should cause the CM to obtain a connection, and then Release it s.Flush(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |