Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.970 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 359 | src/NHibernate/Cfg/Configuration.cs |
2 | 7 | 404 | src/NHibernate/Cfg/Configuration.cs |
| ||||
catch (MappingException) { throw; } catch (Exception e) { LogAndThrow(new MappingException("Could not configure datastore from file " + xmlFile, e)); } |
| ||||
catch (MappingException) { throw; } catch (Exception e) { LogAndThrow(new MappingException("Could not configure datastore from XML string " + name, e)); } |
| |||
catch (MappingException) { throw; } catch (Exception e) { LogAndThrow(new MappingException( [[#variable5840d100]]+ [[#variable5840d020]], e)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5840d100]] | "Could not configure datastore from file " |
1 | 2 | [[#5840d100]] | "Could not configure datastore from XML string " |
2 | 1 | [[#5840d020]] | xmlFile |
2 | 2 | [[#5840d020]] | name |