Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.967 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 40 | src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs |
2 | 2 | 42 | src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs |
3 | 2 | 44 | src/NHibernate/Cfg/ConfigurationSchema/CfgXmlHelper.cs |
| ||||
SessionFactoryPropertiesExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "property", nsMgr); SessionFactoryMappingsExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "mapping", nsMgr); |
| ||||
SessionFactoryClassesCacheExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "class-cache", nsMgr); SessionFactoryCollectionsCacheExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "collection-cache", nsMgr); |
| ||||
SessionFactoryEventsExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "event", nsMgr); SessionFactoryListenersExpression = XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + "listener", nsMgr); |
| |||
[[#variable56b01980]]= XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + [[#variable28b888e0]], nsMgr); [[#variable54bafbc0]]= XPathExpression.Compile(RootPrefixPath + "session-factory/" + ChildPrefixPath + [[#variable56af1d40]], nsMgr); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56b01980]] | SessionFactoryPropertiesExpression |
1 | 2 | [[#56b01980]] | SessionFactoryClassesCacheExpression |
1 | 3 | [[#56b01980]] | SessionFactoryEventsExpression |
2 | 1 | [[#28b888e0]] | "property" |
2 | 2 | [[#28b888e0]] | "class-cache" |
2 | 3 | [[#28b888e0]] | "event" |
3 | 1 | [[#54bafbc0]] | SessionFactoryMappingsExpression |
3 | 2 | [[#54bafbc0]] | SessionFactoryCollectionsCacheExpression |
3 | 3 | [[#54bafbc0]] | SessionFactoryListenersExpression |
4 | 1 | [[#56af1d40]] | "mapping" |
4 | 2 | [[#56af1d40]] | "collection-cache" |
4 | 3 | [[#56af1d40]] | "listener" |