CloneSet2330


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18201.000class_member_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
118135
src/NHibernate/Cfg/ConfigurationSchema/ClassCacheConfiguration.cs
21777
src/NHibernate/Cfg/ConfigurationSchema/CollectionCacheConfiguration.cs
Clone Instance
1
Line Count
18
Source Line
135
Source File
src/NHibernate/Cfg/ConfigurationSchema/ClassCacheConfiguration.cs

                private string region;

                /// <summary>
                /// The cache region.
                /// </summary>
                /// <remarks>If null or empty the <see cref="ClassCacheConfiguration.Class"/> is used during configuration.</remarks>
                public string Region
                {
                        get { return region;
                            }
                }

                private ClassCacheUsage usage;

                /// <summary>
                /// Cache strategy.
                /// </summary>
                public ClassCacheUsage Usage
                {
                        get { return usage;
                            }
                }



Clone Instance
2
Line Count
17
Source Line
77
Source File
src/NHibernate/Cfg/ConfigurationSchema/CollectionCacheConfiguration.cs

                private string region;

                /// <summary>
                /// The cache region.
                /// </summary>
                /// <remarks>If null or empty the <see cref="CollectionCacheConfiguration.Collection"/> is used during configuration.</remarks>
                public string Region
                {
                        get { return region;
                            }
                }

                private ClassCacheUsage usage;

                /// <summary>
                /// Cache strategy.
                /// </summary>
                public ClassCacheUsage Usage
                {
                        get { return usage;
                            }
                }



Clone AbstractionParameter Count: 0Parameter Bindings

private string region;

/// <summary>
/// The cache region.
/// </summary>
/// <remarks>If null or empty the <see cref="ClassCacheConfiguration.Class"/> is used during configuration.</remarks>
/// <remarks>If null or empty the <see cref="CollectionCacheConfiguration.Collection"/> is used during configuration.</remarks>
public string Region
{
   get
   {
      return region;
   }
}

private ClassCacheUsage usage;

/// <summary>
/// Cache strategy.
/// </summary>
public ClassCacheUsage Usage
{
   get
   {
      return usage;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None