CloneSet893


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2340.967statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1240
src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs
2242
src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs
3244
src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs
Clone Instance
1
Line Count
2
Source Line
40
Source File
src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs

                        SessionFactoryPropertiesExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "property", nsMgr);
                        SessionFactoryMappingsExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "mapping", nsMgr);


Clone Instance
2
Line Count
2
Source Line
42
Source File
src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs

                        SessionFactoryClassesCacheExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "class-cache", nsMgr);
                        SessionFactoryCollectionsCacheExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "collection-cache", nsMgr);


Clone Instance
3
Line Count
2
Source Line
44
Source File
src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs

                        SessionFactoryEventsExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "event", nsMgr);
                        SessionFactoryListenersExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "listener", nsMgr);


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable56b01980]]= XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + [[#variable28b888e0]], nsMgr);
 [[#variable54bafbc0]]= XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + [[#variable56af1d40]], nsMgr);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56b01980]]
SessionFactoryPropertiesExpression 
12[[#56b01980]]
SessionFactoryClassesCacheExpression 
13[[#56b01980]]
SessionFactoryEventsExpression 
21[[#28b888e0]]
"property" 
22[[#28b888e0]]
"class-cache" 
23[[#28b888e0]]
"event" 
31[[#54bafbc0]]
SessionFactoryMappingsExpression 
32[[#54bafbc0]]
SessionFactoryCollectionsCacheExpression 
33[[#54bafbc0]]
SessionFactoryListenersExpression 
41[[#56af1d40]]
"mapping" 
42[[#56af1d40]]
"collection-cache" 
43[[#56af1d40]]
"listener"