CloneSet1591


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8320.974catch_clauses
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18481
src/NHibernate/Cfg/Configuration.cs
28595
src/NHibernate/Cfg/Configuration.cs
38633
src/NHibernate/Cfg/Configuration.cs
Clone Instance
1
Line Count
8
Source Line
481
Source File
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
                        }


Clone Instance
2
Line Count
8
Source Line
595
Source File
src/NHibernate/Cfg/Configuration.cs

                        catch (MappingException)
                        {
                                throw;
                        }
                        catch (Exception e)
                        {
                                LogAndThrow(new MappingException("Could not configure datastore from input stream " + name, e));
                                return this ; // To please the compiler
                        }


Clone Instance
3
Line Count
8
Source Line
633
Source File
src/NHibernate/Cfg/Configuration.cs

                        catch (MappingException)
                        {
                                throw;
                        }
                        catch (Exception e)
                        {
                                LogAndThrow(new MappingException("Could not configure datastore from resource " + debugName, e));
                                return this ; // To please the compiler
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

catch (MappingException)
{
   throw;
}
catch (Exception e)
{
   LogAndThrow(new MappingException( [[#variable27710820]]+ [[#variable27711220]], e));
   return this ; // To please the compiler
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#27710820]]
"Could not configure datastore from XML document " 
12[[#27710820]]
"Could not configure datastore from input stream " 
13[[#27710820]]
"Could not configure datastore from resource " 
21[[#27711220]]
name 
22[[#27711220]]
name 
23[[#27711220]]
debugName