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.972 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 203 | src/NHibernate/Cfg/Environment.cs |
2 | 7 | 210 | src/NHibernate/Cfg/Environment.cs |
| ||||
if (config == null) { log.Info(string.Format("{0} section not found in application configuration file", CfgXmlHelper.CfgSectionName)); return; } |
| ||||
if (nhConfig == null) { log.Info( string.Format( "{0} section handler, in application configuration file, is not IHibernateConfiguration, section ignored", CfgXmlHelper.CfgSectionName)); return; } |
| |||
if ( [[#variable56d64d80]]== null) { log.Info(string.Format( [[#variable56d64ce0]], CfgXmlHelper.CfgSectionName)); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56d64d80]] | nhConfig |
1 | 2 | [[#56d64d80]] | config |
2 | 1 | [[#56d64ce0]] | "{0} section handler, in application configuration file, is not IHibernateConfiguration, section ignored" |
2 | 2 | [[#56d64ce0]] | "{0} section not found in application configuration file" |