CloneSet1338


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1825
src/NHibernate.Test/MappingExceptions/PropertyNotFoundExceptionFixture.cs
2843
src/NHibernate.Test/NHSpecificTest/NH642/Fixture.cs
Clone Instance
1
Line Count
8
Source Line
25
Source File
src/NHibernate.Test/MappingExceptions/PropertyNotFoundExceptionFixture.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.");


Clone Instance
2
Line Count
8
Source Line
43
Source File
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.");


Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None