Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 2 | 0.978 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 2616 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 8 | 2643 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 8 | 2667 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
while (enumer.MoveNext()) { if (enumer.Current.Equals("a new value")) { found = true; } } Assert.IsTrue(found); |
| ||||
while (enumer.MoveNext()) { if (enumer.Current.Equals("1E1")) { found = true; } } Assert.IsTrue(found); |
| ||||
while (enumer.MoveNext()) { if (enumer.Current.Equals("1E1")) { found = true; } } Assert.IsFalse(found); |
| |||
while (enumer.MoveNext()) { if (enumer.Current.Equals( [[#variable4bd8c760]])) { found = true; } } Assert. [[#variable4bd8c700]](found); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4bd8c760]] | "1E1" |
1 | 2 | [[#4bd8c760]] | "a new value" |
1 | 3 | [[#4bd8c760]] | "1E1" |
2 | 1 | [[#4bd8c700]] | IsFalse |
2 | 2 | [[#4bd8c700]] | IsTrue |
2 | 3 | [[#4bd8c700]] | IsTrue |