Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 20 | src/NHibernate.Test/ListIndex/ListIndexFixture.cs |
2 | 8 | 20 | src/NHibernate.Test/PropertyRef/KeyPropertyRefFixture.cs |
| ||||
protected override void OnTearDown() { using (ISession s = OpenSession()) { s.Delete("from B"); s.Flush(); s.Delete("from A"); s.Flush(); } } |
| ||||
protected override void OnTearDown() { using (ISession s = OpenSession()) { s.Delete("from B"); s.Flush(); s.Delete("from A"); s.Flush(); } } |
| |||
protected override void OnTearDown() { using (ISession s = OpenSession()) { s.Delete("from B"); s.Flush(); s.Delete("from A"); s.Flush(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |