Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.986 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 4238 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 3 | 4257 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
Assert.IsTrue(fee.Fees.Contains("an element"), "updated collection"); s.Flush(); s.Close(); |
| ||||
Assert.IsFalse(fee.Fees.Contains("an element"), "updated collection"); s.Flush(); s.Close(); |
| |||
Assert. [[#variable5ebbdc20]](fee.Fees.Contains("an element"), "updated collection"); s.Flush(); s.Close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ebbdc20]] | IsTrue |
1 | 2 | [[#5ebbdc20]] | IsFalse |