CloneSet2353


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.988non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12526
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs
22126
src/NHibernate/Cfg/XmlHbmBinding/ClassIdBinder.cs
Clone Instance
1
Line Count
2
Source Line
526
Source File
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs

                                // NOTE: While fixing NH-1061, a couple of lines similar to the following
                                // were added to ClassIdBinder.GetGeneratorProperties().  It looks like
                                // we may need it here too.  But I don't want to put it in just yet.
                                /* if (model.Table.Schema != null)
                                    parms.Add("schema", model.Table.Schema);
                                else */
                                if (mappings.SchemaName != null)
                                        parms.Add(Id.PersistentIdGeneratorParmsNames.Schema, dialect.QuoteForSchemaName(mappings.SchemaName));


Clone Instance
2
Line Count
2
Source Line
126
Source File
src/NHibernate/Cfg/XmlHbmBinding/ClassIdBinder.cs

                             if (mappings.SchemaName != null)
                                results.Add(Id.PersistentIdGeneratorParmsNames.Schema, dialect.QuoteForSchemaName(mappings.SchemaName));


Clone AbstractionParameter Count: 1Parameter Bindings

// NOTE: While fixing NH-1061, a couple of lines similar to the following
// were added to ClassIdBinder.GetGeneratorProperties().  It looks like
// we may need it here too.  But I don't want to put it in just yet.
/* if (model.Table.Schema != null)
                                    parms.Add("schema", model.Table.Schema);
                                else */
if (mappings.SchemaName != null)
    [[#variable687b94e0]].Add(Id.PersistentIdGeneratorParmsNames.Schema, dialect.QuoteForSchemaName(mappings.SchemaName));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#687b94e0]]
results 
12[[#687b94e0]]
parms