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 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 25 | src/NHibernate.Test/MappingExceptions/PropertyNotFoundExceptionFixture.cs |
2 | 8 | 43 | src/NHibernate.Test/NHSpecificTest/NH642/Fixture.cs |
| ||||
PropertyNotFoundException found = null; Exception find = me; while (find != null) { found = find as PropertyNotFoundException; find = find.InnerException; } Assert.IsNotNull(found, "The PropertyNotFoundException is not present in the Exception tree."); |
| ||||
PropertyNotFoundException found = null; Exception find = me; while (find != null) { found = find as PropertyNotFoundException; find = find.InnerException; } Assert.IsNotNull(found, "The PropertyNotFoundException is not present in the Exception tree."); |
| |||
PropertyNotFoundException found = null; Exception find = me; while (find != null) { found = find as PropertyNotFoundException; find = find.InnerException; } Assert.IsNotNull(found, "The PropertyNotFoundException is not present in the Exception tree."); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |