CloneSet2877


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.968catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1371
src/NHibernate.Test/Bytecode/Lightweight/BytecodeProviderFixture.cs
2345
src/NHibernate.Test/Tools/hbm2ddl/SchemaValidator/SchemaValidateFixture.cs
Clone Instance
1
Line Count
3
Source Line
71
Source File
src/NHibernate.Test/Bytecode/Lightweight/BytecodeProviderFixture.cs

                        catch (HibernateByteCodeException e)
                        {
                                Assert.That(e.Message, Text.StartsWith("Failed to create an instance of"));
                        }


Clone Instance
2
Line Count
3
Source Line
45
Source File
src/NHibernate.Test/Tools/hbm2ddl/SchemaValidator/SchemaValidateFixture.cs

                        catch (HibernateException e)
                        {
                                Assert.That(e.Message, Text.StartsWith("Missing column: Name"));
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable6fe57e40]]e)
{
   Assert.That(e.Message, Text.StartsWith( [[#variable6fe57de0]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6fe57e40]]
HibernateException 
12[[#6fe57e40]]
HibernateByteCodeException 
21[[#6fe57de0]]
"Missing column: Name" 
22[[#6fe57de0]]
"Failed to create an instance of"