Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 3 | 0.955 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1868 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 3 | 551 | src/NHibernate.Test/Legacy/MultiTableTest.cs |
3 | 3 | 161 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
4 | 3 | 551 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
5 | 3 | 899 | src/NHibernate.Test/Legacy/ParentChildTest.cs |
| ||||
Assert.AreEqual(10, s.Delete("from Foo foo")); txn.Commit(); s.Close(); |
| ||||
Assert.AreEqual(3, s.Delete("from s in class Top")); t.Commit(); s.Close(); |
| ||||
Assert.AreEqual(3, s.Delete("from System.Object")); t.Commit(); s.Close(); |
| ||||
Assert.AreEqual(2, s.Delete("from s in class Simple")); t.Commit(); s.Close(); |
| ||||
Assert.AreEqual(3, s.Delete("from o in class Universe")); t.Commit(); s.Close(); |
| |||
Assert.AreEqual( [[#variable284b3c20]], s.Delete( [[#variable284b3ae0]])); [[#variable284b3ac0]].Commit(); s.Close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#284b3c20]] | 3 |
1 | 2 | [[#284b3c20]] | 10 |
1 | 3 | [[#284b3c20]] | 3 |
1 | 4 | [[#284b3c20]] | 3 |
1 | 5 | [[#284b3c20]] | 2 |
2 | 1 | [[#284b3ae0]] | "from System.Object" |
2 | 2 | [[#284b3ae0]] | "from Foo foo" |
2 | 3 | [[#284b3ae0]] | "from s in class Top" |
2 | 4 | [[#284b3ae0]] | "from o in class Universe" |
2 | 5 | [[#284b3ae0]] | "from s in class Simple" |
3 | 1 | [[#284b3ac0]] | t |
3 | 2 | [[#284b3ac0]] | txn |
3 | 3 | [[#284b3ac0]] | t |
3 | 4 | [[#284b3ac0]] | t |
3 | 5 | [[#284b3ac0]] | t |