Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.994 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 116 | src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CustomProxyFixture.cs |
2 | 5 | 35 | src/NHibernate.ByteCode.Castle/LazyInitializer.cs |
3 | 4 | 16 | src/NHibernate.ByteCode.LinFu/LazyInitializer.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) { } |
| ||||
/// <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) { } |
| ||||
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) { } |
| |||
/// <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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#519f8560]] | LazyInitializer |
1 | 2 | [[#519f8560]] | DataBindingInterceptor |
1 | 3 | [[#519f8560]] | LazyInitializer |