Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 124 | src/NHibernate/Cache/ReadOnlyCache.cs |
2 | 8 | 396 | src/NHibernate/Cache/ReadWriteCache.cs |
| ||||
/// <summary> /// Do nothing. /// </summary> public void Evict(CacheKey key) { // NOOP } /// <summary> /// Do nothing. /// </summary> public bool Insert(CacheKey key, object value, object currentVersion) { return false; } |
| ||||
public void Evict(CacheKey key) { // NOOP } public bool Insert(CacheKey key, object value, object currentVersion) { return false; } |
| |||
/// <summary> /// Do nothing. /// </summary> public void Evict(CacheKey key) { // NOOP } /// <summary> /// Do nothing. /// </summary> public bool Insert(CacheKey key, object value, object currentVersion) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |