CloneSet2738


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.970catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17359
src/NHibernate/Cfg/Configuration.cs
27404
src/NHibernate/Cfg/Configuration.cs
Clone Instance
1
Line Count
7
Source Line
359
Source File
src/NHibernate/Cfg/Configuration.cs

                        catch (MappingException)
                        {
                                throw;
                        }
                        catch (Exception e)
                        {
                                LogAndThrow(new MappingException("Could not configure datastore from file " + xmlFile, e));
                        }


Clone Instance
2
Line Count
7
Source Line
404
Source File
src/NHibernate/Cfg/Configuration.cs

                        catch (MappingException)
                        {
                                throw;
                        }
                        catch (Exception e)
                        {
                                LogAndThrow(new MappingException("Could not configure datastore from XML string " + name, e));
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

catch (MappingException)
{
   throw;
}
catch (Exception e)
{
   LogAndThrow(new MappingException( [[#variable5840d100]]+ [[#variable5840d020]], e));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5840d100]]
"Could not configure datastore from file " 
12[[#5840d100]]
"Could not configure datastore from XML string " 
21[[#5840d020]]
xmlFile 
22[[#5840d020]]
name