Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 1 | 0.989 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 22 | src/NHibernate.Test/NHSpecificTest/NH1192/Fixture.cs |
2 | 7 | 23 | src/NHibernate.Test/NHSpecificTest/NH1734/Fixture.cs |
3 | 7 | 27 | src/NHibernate.Test/NHSpecificTest/NH473/Fixture.cs |
| ||||
protected override void OnTearDown() { using ( var session = this.OpenSession()) using ( var tran = session.BeginTransaction()) { session.Delete("from ObjectA"); tran.Commit(); } } |
| ||||
protected override void OnTearDown() { using ( var session = this.OpenSession()) using ( var tran = session.BeginTransaction()) { session.Delete("from Product"); tran.Commit(); } } |
| ||||
protected override void OnTearDown() { using ( var session = this.OpenSession()) using ( var tran = session.BeginTransaction()) { session.Delete("from Parent"); tran.Commit(); } } |
| |||
protected override void OnTearDown() { using ( var session = this.OpenSession()) using ( var tran = session.BeginTransaction()) { session.Delete( [[#variable6b058ce0]]); tran.Commit(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6b058ce0]] | "from ObjectA" |
1 | 2 | [[#6b058ce0]] | "from Product" |
1 | 3 | [[#6b058ce0]] | "from Parent" |