CloneSet562


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.994class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14116
src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CustomProxyFixture.cs
2535
src/NHibernate.ByteCode.Castle/LazyInitializer.cs
3416
src/NHibernate.ByteCode.LinFu/LazyInitializer.cs
Clone Instance
1
Line Count
4
Source Line
116
Source File
src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CustomProxyFixture.cs

                public DataBindingInterceptor(string entityName, System.Type persistentClass, object id,
                                              MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod,
                                              IAbstractComponentType componentIdType, ISessionImplementor session)
                        : base(entityName, persistentClass, id, getIdentifierMethod, setIdentifierMethod, componentIdType, session) {
                                                                                                                                    }



Clone Instance
2
Line Count
5
Source Line
35
Source File
src/NHibernate.ByteCode.Castle/LazyInitializer.cs

                /// <summary>
                /// Initializes a new <see cref="LazyInitializer"/> object.
                /// </summary>
                /// <param name="entityName"></param>
                /// <param name="persistentClass">The Class to Proxy.</param>
                /// <param name="id">The Id of the Object we are Proxying.</param>
                /// <param name="getIdentifierMethod"></param>
                /// <param name="setIdentifierMethod"></param>
                /// <param name="componentIdType"></param>
                /// <param name="session">The ISession this Proxy is in.</param>
                public LazyInitializer(string entityName, System.Type persistentClass, object id,
                                             MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod,
                                             IAbstractComponentType componentIdType, ISessionImplementor session)
                        : base(entityName, persistentClass, id, getIdentifierMethod, setIdentifierMethod, componentIdType, session)
                {
                }



Clone Instance
3
Line Count
4
Source Line
16
Source File
src/NHibernate.ByteCode.LinFu/LazyInitializer.cs

                public LazyInitializer(string entityName, System.Type persistentClass, object id, MethodInfo getIdentifierMethod,
                                       MethodInfo setIdentifierMethod, IAbstractComponentType componentIdType,
                                       ISessionImplementor session)
                        : base(entityName, persistentClass, id, getIdentifierMethod, setIdentifierMethod, componentIdType, session) {
                                                                                                                                    }



Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary>
/// Initializes a new <see cref="LazyInitializer"/> object.
/// </summary>
/// <param name="entityName"></param>
/// <param name="persistentClass">The Class to Proxy.</param>
/// <param name="id">The Id of the Object we are Proxying.</param>
/// <param name="getIdentifierMethod"></param>
/// <param name="setIdentifierMethod"></param>
/// <param name="componentIdType"></param>
/// <param name="session">The ISession this Proxy is in.</param>
public [[#variable519f8560]](string entityName, System.Type persistentClass, object id, MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod, IAbstractComponentType componentIdType, ISessionImplementor session): base(entityName, persistentClass, id, getIdentifierMethod, setIdentifierMethod, componentIdType, session)
{
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#519f8560]]
LazyInitializer 
12[[#519f8560]]
DataBindingInterceptor 
13[[#519f8560]]
LazyInitializer