Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.977 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1459 | src/NHibernate/Loader/Loader.cs |
2 | 3 | 1489 | src/NHibernate/Loader/Loader.cs |
| ||||
if (log.IsDebugEnabled) { log.Debug("loading collection: " + MessageHelper.InfoString(CollectionPersisters[0], id)); } |
| ||||
if (log.IsDebugEnabled) { log.Debug("batch loading collection: " + MessageHelper.InfoString(CollectionPersisters[0], ids)); } |
| |||
if (log.IsDebugEnabled) { log.Debug( [[#variable6c792260]]+ MessageHelper.InfoString(CollectionPersisters[0], [[#variable6c7921c0]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6c792260]] | "batch loading collection: " |
1 | 2 | [[#6c792260]] | "loading collection: " |
2 | 1 | [[#6c7921c0]] | ids |
2 | 2 | [[#6c7921c0]] | id |