Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.962 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 41 | src/NHibernate/Cache/CacheFactory.cs |
2 | 3 | 1372 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
| ||||
if (log.IsDebugEnabled) { log.Debug(string.Format("cache for: {0} usage strategy: {1}", name, usage)); } |
| ||||
if (log.IsDebugEnabled) { log.Debug(string.Format("Updating rows of collection: {0}#{1}", role, id)); } |
| |||
if (log.IsDebugEnabled) { log.Debug(string.Format( [[#variable54b5dd80]], [[#variable54b5dd20]], [[#variable54b5dc20]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b5dd80]] | "cache for: {0} usage strategy: {1}" |
1 | 2 | [[#54b5dd80]] | "Updating rows of collection: {0}#{1}" |
2 | 1 | [[#54b5dd20]] | name |
2 | 2 | [[#54b5dd20]] | role |
3 | 1 | [[#54b5dc20]] | usage |
3 | 2 | [[#54b5dc20]] | id |