Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.968 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 71 | src/NHibernate.Test/Bytecode/Lightweight/BytecodeProviderFixture.cs |
2 | 3 | 45 | src/NHibernate.Test/Tools/hbm2ddl/SchemaValidator/SchemaValidateFixture.cs |
| ||||
catch (HibernateByteCodeException e) { Assert.That(e.Message, Text.StartsWith("Failed to create an instance of")); } |
| ||||
catch (HibernateException e) { Assert.That(e.Message, Text.StartsWith("Missing column: Name")); } |
| |||
catch ( [[#variable6fe57e40]]e) { Assert.That(e.Message, Text.StartsWith( [[#variable6fe57de0]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fe57e40]] | HibernateException |
1 | 2 | [[#6fe57e40]] | HibernateByteCodeException |
2 | 1 | [[#6fe57de0]] | "Missing column: Name" |
2 | 2 | [[#6fe57de0]] | "Failed to create an instance of" |