CloneSet2585


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.972non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14203
src/NHibernate/Cfg/Environment.cs
27210
src/NHibernate/Cfg/Environment.cs
Clone Instance
1
Line Count
4
Source Line
203
Source File
src/NHibernate/Cfg/Environment.cs

                        if (config == null)
                        {
                                log.Info(string.Format("{0} section not found in application configuration file", CfgXmlHelper.CfgSectionName));
                                return;
                        }


Clone Instance
2
Line Count
7
Source Line
210
Source File
src/NHibernate/Cfg/Environment.cs

                        if (nhConfig == null)
                        {
                                log.Info(
                                        string.Format(
                                                "{0} section handler, in application configuration file, is not IHibernateConfiguration, section ignored",
                                                CfgXmlHelper.CfgSectionName));
                                return;
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable56d64d80]]== null)
{
   log.Info(string.Format( [[#variable56d64ce0]], CfgXmlHelper.CfgSectionName));
   return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56d64d80]]
nhConfig 
12[[#56d64d80]]
config 
21[[#56d64ce0]]
"{0} section handler, in application configuration file, is not IHibernateConfiguration, section ignored" 
22[[#56d64ce0]]
"{0} section not found in application configuration file"