Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 0 | 1.000 | class_member_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 135 | src/NHibernate/Cfg/ConfigurationSchema/ClassCacheConfiguration.cs |
2 | 17 | 77 | src/NHibernate/Cfg/ConfigurationSchema/CollectionCacheConfiguration.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; } } |
| ||||
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; } } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |