Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 56 | src/NHibernate/Util/ThreadSafeDictionary.cs |
2 | 3 | 48 | src/NHibernate/Util/UnmodifiableDictionary.cs |
| ||||
public bool TryGetValue(TKey key, out TValue value) { return dictionary.TryGetValue(key, out value); } |
| ||||
public bool TryGetValue(TKey key, out TValue value) { return dictionary.TryGetValue(key, out value); } |
| |||
public bool TryGetValue(TKey key, out TValue value) { return dictionary.TryGetValue(key, out value); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |