Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.984 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 259 | src/NHibernate/Mapping/Collection.cs |
2 | 4 | 148 | src/NHibernate/Mapping/RootClass.cs |
| ||||
public string CacheRegionName { get { return cacheRegionName ?? Role; } set { cacheRegionName = value; } } |
| ||||
/// <summary> /// Gets or sets the cache region name. /// </summary> /// <value>The region name used with the Cache.</value> public string CacheRegionName { get { return cacheRegionName ?? EntityName; } set { cacheRegionName = value; } } |
| |||
/// <summary> /// Gets or sets the cache region name. /// </summary> /// <value>The region name used with the Cache.</value> public string CacheRegionName { get { return cacheRegionName ?? [[#variable4702f580]]; } set { cacheRegionName = value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4702f580]] | Role |
1 | 2 | [[#4702f580]] | EntityName |