CloneSet1459


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.988constructor_header
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1397
src/NHibernate/Persister/Entity/JoinedSubclassEntityPersister.cs
2371
src/NHibernate/Persister/Entity/SingleTableEntityPersister.cs
3228
src/NHibernate/Persister/Entity/UnionSubclassEntityPersister.cs
Clone Instance
1
Line Count
3
Source Line
97
Source File
src/NHibernate/Persister/Entity/JoinedSubclassEntityPersister.cs

                /// <summary>
                /// Constructs the NormalizedEntityPerister for the PersistentClass.
                /// </summary>
                /// <param name="persistentClass">The PersistentClass to create the EntityPersister for.</param>
                /// <param name="cache">The configured <see cref="ICacheConcurrencyStrategy" />.</param>
                /// <param name="factory">The SessionFactory that this EntityPersister will be stored in.</param>
                /// <param name="mapping">The mapping used to retrieve type information.</param>
                public JoinedSubclassEntityPersister(PersistentClass persistentClass, ICacheConcurrencyStrategy cache,
                                                     ISessionFactoryImplementor factory, IMapping mapping)
                        : base(persistentClass, cache, factory)


Clone Instance
2
Line Count
3
Source Line
71
Source File
src/NHibernate/Persister/Entity/SingleTableEntityPersister.cs

                public SingleTableEntityPersister(PersistentClass persistentClass, ICacheConcurrencyStrategy cache,
                                                                                                                                                        ISessionFactoryImplementor factory, IMapping mapping)
                        : base(persistentClass, cache, factory)


Clone Instance
3
Line Count
2
Source Line
28
Source File
src/NHibernate/Persister/Entity/UnionSubclassEntityPersister.cs

                public UnionSubclassEntityPersister(PersistentClass persistentClass, ICacheConcurrencyStrategy cache,
                        ISessionFactoryImplementor factory, IMapping mapping): base(persistentClass, cache, factory)


Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary>
/// Constructs the NormalizedEntityPerister for the PersistentClass.
/// </summary>
/// <param name="persistentClass">The PersistentClass to create the EntityPersister for.</param>
/// <param name="cache">The configured <see cref="ICacheConcurrencyStrategy" />.</param>
/// <param name="factory">The SessionFactory that this EntityPersister will be stored in.</param>
/// <param name="mapping">The mapping used to retrieve type information.</param>
public [[#variable287a7f20]](PersistentClass persistentClass, ICacheConcurrencyStrategy cache, ISessionFactoryImplementor factory, IMapping mapping): base(persistentClass, cache, factory)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#287a7f20]]
JoinedSubclassEntityPersister 
12[[#287a7f20]]
SingleTableEntityPersister 
13[[#287a7f20]]
UnionSubclassEntityPersister