Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.972 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 21 | src/NHibernate/Exceptions/SqlStateExtracter.cs |
2 | 6 | 38 | src/NHibernate/Exceptions/SqlStateExtracter.cs |
| ||||
{ if (nested is DbException) { errorCode = ExtractSingleErrorCode(sqle); } nested = sqle.InnerException; } |
| ||||
{ if (nested is DbException) { sqlState = ExtractSingleSqlState(sqle); } nested = sqle.InnerException; } |
| |||
{ if (nested is DbException) { [[#variable54aed300]]= [[#variable47094720]](sqle); } nested = sqle.InnerException; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54aed300]] | errorCode |
1 | 2 | [[#54aed300]] | sqlState |
2 | 1 | [[#47094720]] | ExtractSingleErrorCode |
2 | 2 | [[#47094720]] | ExtractSingleSqlState |