Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 2 | 0.974 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 481 | src/NHibernate/Cfg/Configuration.cs |
2 | 8 | 595 | src/NHibernate/Cfg/Configuration.cs |
3 | 8 | 633 | src/NHibernate/Cfg/Configuration.cs |
| ||||
catch (MappingException) { throw; } catch (Exception e) { LogAndThrow(new MappingException("Could not configure datastore from XML document " + name, e)); return this ; // To please the compiler } |
| ||||
catch (MappingException) { throw; } catch (Exception e) { LogAndThrow(new MappingException("Could not configure datastore from input stream " + name, e)); return this ; // To please the compiler } |
| ||||
catch (MappingException) { throw; } catch (Exception e) { LogAndThrow(new MappingException("Could not configure datastore from resource " + debugName, e)); return this ; // To please the compiler } |
| |||
catch (MappingException) { throw; } catch (Exception e) { LogAndThrow(new MappingException( [[#variable27710820]]+ [[#variable27711220]], e)); return this ; // To please the compiler } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27710820]] | "Could not configure datastore from XML document " |
1 | 2 | [[#27710820]] | "Could not configure datastore from input stream " |
1 | 3 | [[#27710820]] | "Could not configure datastore from resource " |
2 | 1 | [[#27711220]] | name |
2 | 2 | [[#27711220]] | name |
2 | 3 | [[#27711220]] | debugName |