Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.973 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 683 | src/NHibernate/Loader/Loader.cs |
2 | 3 | 715 | src/NHibernate/Loader/Loader.cs |
3 | 3 | 963 | src/NHibernate/Loader/Loader.cs |
| ||||
// we found a collection element in the result set if (log.IsDebugEnabled) { log.Debug("found row of collection: " + MessageHelper.InfoString(persister, collectionRowKey)); } |
| ||||
// we did not find a collection element in the result set, so we // ensure that a collection is created with the owner's identifier, // since what we have is an empty collection if (log.IsDebugEnabled) { log.Debug("result set contains (possibly empty) collection: " + MessageHelper.InfoString(persister, optionalKey)); } |
| ||||
if (log.IsDebugEnabled) { log.Debug("Initializing object from DataReader: " + MessageHelper.InfoString(persister, id)); } |
| |||
// we found a collection element in the result set // we did not find a collection element in the result set, so we // ensure that a collection is created with the owner's identifier, // since what we have is an empty collection if (log.IsDebugEnabled) { log.Debug( [[#variable2857b080]]+ MessageHelper.InfoString(persister, [[#variable2857b040]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2857b080]] | "found row of collection: " |
1 | 2 | [[#2857b080]] | "result set contains (possibly empty) collection: " |
1 | 3 | [[#2857b080]] | "Initializing object from DataReader: " |
2 | 1 | [[#2857b040]] | collectionRowKey |
2 | 2 | [[#2857b040]] | optionalKey |
2 | 3 | [[#2857b040]] | id |